Generated by DocFX

Class BroadcastTxResponse

Inheritance
System.Object
BroadcastTxResponse
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 BroadcastTxResponse

Properties

| Improve this Doc View Source

Data

Txid of successfully broadcasted transaction

Declaration
[JsonProperty("data", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public ChainSoBroadcastTxResponse Data { get; set; }
Property Value
Type Description
ChainSoBroadcastTxResponse