Skip to content
This repository has been archived by the owner on Jul 27, 2021. It is now read-only.

T_Iota_Lib_CSharp_Api_Core_AttachToTangleRequest

saniro edited this page Feb 16, 2017 · 1 revision

AttachToTangleRequest Class

This class represents the core API request 'AttachToTangle'. It is used to attach trytes to the tangle.

Inheritance Hierarchy

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)

Syntax

C#

public class AttachToTangleRequest : IotaRequest

The AttachToTangleRequest type exposes the following members.

Constructors

 

Name Description
Public method AttachToTangleRequest Initializes a new instance of the AttachToTangleRequest class.
  Back to Top

Properties

 

Name Description
Public property BranchTransaction Branch transaction to approve.
Public property Command Gets or sets the command. (Inherited from IotaRequest.)
Public property MinWeightMagnitude Proof of Work intensity. Minimum value is 18
Public property TrunkTransaction Trunk transaction to approve.
Public property Trytes List of trytes (raw transaction data) to attach to the tangle.
  Back to Top

Methods

 

Name Description
Public method ToString Returns a String that represents this instance. (Overrides Object.ToString().)
  Back to Top

See Also

Reference

Iota.Lib.CSharp.Api.Core Namespace

Clone this wiki locally