Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
axentro-adaptor
v0.1.3
FileStorage
HdWallet
MinimalTransactionRequest
TransactionRequest
Wallet
WebServer
Built with Crystal 1.9.2
2023-10-08 13:06:35 UTC
struct
MinimalTransactionRequest
MinimalTransactionRequest
Struct
Value
Object
Included Modules
JSON::Serializable
Defined in:
axentro-adaptor.cr
Constructors
.new
(pull : JSON::PullParser)
Instance Method Summary
#amount
: String
#amount=
(amount : String)
#to_address
: String
#to_address=
(to_address : String)
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
to_address
: String
#
[
View source
]
def
to_address=
(to_address : String)
#
[
View source
]