struct TransactionRequest

Included Modules

Defined in:

axentro-adaptor.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def amount : String #

[View source]
def amount=(amount : String) #

[View source]
def from_address : String #

[View source]
def from_address=(from_address : String) #

[View source]
def from_public_key : String #

[View source]
def from_public_key=(from_public_key : String) #

[View source]
def to_address : String #

[View source]
def to_address=(to_address : String) #

[View source]
def wif : String #

[View source]
def wif=(wif : String) #

[View source]