Generated by DocFX

Class BroadcastTxResponseData

Inheritance
System.Object
BroadcastTxResponseData
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.DogeAPI
Assembly: VEDriversLite.dll
Syntax
public class BroadcastTxResponseData

Properties

| Improve this Doc View Source

Network

Success flag

Declaration
[JsonProperty("network", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string Network { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

TxId

Txid of successfully broadcasted transaction

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