Preparing search index...
The search index is not available
@xchainjs/xchain-mayanode
@xchainjs/xchain-mayanode
TxOutItem
Interface TxOutItem
Export
TxOutItem
interface
TxOutItem
{
chain
:
string
;
coin
:
Coin
;
gas_rate
?:
number
;
height
:
number
;
in_hash
?:
string
;
max_gas
:
Coin
[]
;
memo
?:
string
;
out_hash
?:
string
;
to_address
:
string
;
vault_pub_key
?:
string
;
}
Index
Properties
chain
coin
gas_
rate?
height
in_
hash?
max_
gas
memo?
out_
hash?
to_
address
vault_
pub_
key?
Properties
chain
chain
:
string
Memberof
TxOutItem
coin
coin
:
Coin
Memberof
TxOutItem
Optional
gas_
rate
gas_
rate
?:
number
Memberof
TxOutItem
height
height
:
number
Memberof
TxOutItem
Optional
in_
hash
in_
hash
?:
string
Memberof
TxOutItem
max_
gas
max_
gas
:
Coin
[]
Memberof
TxOutItem
Optional
memo
memo
?:
string
Memberof
TxOutItem
Optional
out_
hash
out_
hash
?:
string
Memberof
TxOutItem
to_
address
to_
address
:
string
Memberof
TxOutItem
Optional
vault_
pub_
key
vault_
pub_
key
?:
string
Memberof
TxOutItem
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
chain
coin
gas_
rate
height
in_
hash
max_
gas
memo
out_
hash
to_
address
vault_
pub_
key
@xchainjs/xchain-mayanode
Loading...
Generated using
TypeDoc
Export
TxOutItem