Preparing search index...
The search index is not available
@xchainjs/xchain-thornode
@xchainjs/xchain-thornode
BlockTx
Interface BlockTx
Export
BlockTx
interface
BlockTx
{
hash
:
string
;
result
:
BlockTxResult
;
tx
:
{
[
key
:
string
]
:
any
;
}
;
}
Index
Properties
hash
result
tx
Properties
hash
hash
:
string
Memberof
BlockTx
result
result
:
BlockTxResult
Memberof
BlockTx
tx
tx
:
{
[
key
:
string
]
:
any
;
}
Type declaration
[
key
:
string
]:
any
Memberof
BlockTx
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
hash
result
tx
@xchainjs/xchain-thornode
Loading...
Generated using
TypeDoc
Export
BlockTx