Preparing search index...
The search index is not available
@xchainjs/xchain-mayanode
@xchainjs/xchain-mayanode
Tx
Interface Tx
Export
Tx
interface
Tx
{
chain
?:
string
;
coins
:
Coin
[]
;
from_address
?:
string
;
gas
:
Coin
[]
;
id
?:
string
;
memo
?:
string
;
to_address
?:
string
;
}
Index
Properties
chain?
coins
from_
address?
gas
id?
memo?
to_
address?
Properties
Optional
chain
chain
?:
string
Memberof
Tx
coins
coins
:
Coin
[]
Memberof
Tx
Optional
from_
address
from_
address
?:
string
Memberof
Tx
gas
gas
:
Coin
[]
Memberof
Tx
Optional
id
id
?:
string
Memberof
Tx
Optional
memo
memo
?:
string
Memberof
Tx
Optional
to_
address
to_
address
?:
string
Memberof
Tx
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
chain
coins
from_
address
gas
id
memo
to_
address
@xchainjs/xchain-mayanode
Loading...
Generated using
TypeDoc
Export
Tx