Generated by DocFX

Class VENFTBroadcastTxRequest

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

Properties

| Improve this Doc View Source

network

Signed raw tx hex to broadcast

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

tx_hex

Signed raw tx hex to broadcast

Declaration
[JsonProperty("tx_hex", Required = Required.Always)]
public string tx_hex { get; set; }
Property Value
Type Description
System.String