Preparing search index...
The search index is not available
@crownfi/sei-js-proto
@crownfi/sei-js-proto
<internal>
TxSDKType
Interface TxSDKType
Tx is the standard type used for broadcasting transactions.
interface
TxSDKType
{
auth_info
?:
AuthInfoSDKType
;
body
?:
TxBodySDKType
;
signatures
:
Uint8Array
[]
;
}
Index
Properties
auth_
info?
body?
signatures
Properties
Optional
auth_
info
auth_
info
?:
AuthInfoSDKType
Optional
body
body
?:
TxBodySDKType
signatures
signatures
:
Uint8Array
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
auth_
info
body
signatures
@crownfi/sei-js-proto
Loading...
Tx is the standard type used for broadcasting transactions.