T_Iota_Lib_CSharp_Api_Core_AttachToTangleRequest - iotaledger-archive/iota.lib.csharp GitHub Wiki
This class represents the core API request 'AttachToTangle'. It is used to attach trytes to the tangle.
System.Object
Iota.Lib.CSharp.Api.Core.IotaRequest
Iota.Lib.CSharp.Api.Core.AttachToTangleRequest
Namespace: Iota.Lib.CSharp.Api.Core
Assembly: IotaApi (in IotaApi.dll) Version: 0.9.0.24212 (1.0.0.0)
C#
public class AttachToTangleRequest : IotaRequest
The AttachToTangleRequest type exposes the following members.
Name | Description | |
---|---|---|
![]() |
AttachToTangleRequest | Initializes a new instance of the AttachToTangleRequest class. |
Name | Description | |
---|---|---|
![]() |
BranchTransaction | Branch transaction to approve. |
![]() |
Command | Gets or sets the command. (Inherited from IotaRequest.) |
![]() |
MinWeightMagnitude | Proof of Work intensity. Minimum value is 18 |
![]() |
TrunkTransaction | Trunk transaction to approve. |
![]() |
Trytes | List of trytes (raw transaction data) to attach to the tangle. |
Name | Description | |
---|---|---|
![]() |
ToString | Returns a String that represents this instance. (Overrides Object.ToString().) |