Generated by DocFX

Class SendTokenResponse

Inheritance
System.Object
SendTokenResponse
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VEDriversLite.NeblioAPI
Assembly: VEDriversLite.NeblioAPI.dll
Syntax
public class SendTokenResponse

Properties

| Improve this Doc View Source

AdditionalProperties

Declaration
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.Object>
| Improve this Doc View Source

MultisigOutputs

Array of indexes of multisig outputs

Declaration
[JsonProperty("multisigOutputs", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<double> MultisigOutputs { get; set; }
Property Value
Type Description
System.Collections.Generic.ICollection<System.Double>
| Improve this Doc View Source

Ntp1OutputIndexes

Array of indexes transfering NTP1 tokens

Declaration
[JsonProperty("ntp1OutputIndexes", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<double> Ntp1OutputIndexes { get; set; }
Property Value
Type Description
System.Collections.Generic.ICollection<System.Double>
| Improve this Doc View Source

TxHex

Unsigned, raw transaction hex of the transaction to send the token

Declaration
[JsonProperty("txHex", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string TxHex { get; set; }
Property Value
Type Description
System.String