All chains
Preparing search index...
Transactions
MetaTx
dispatch
Type Alias dispatch
dispatch
:
TxDescriptor
<
{
meta_tx
:
{
call
:
TxCallData
;
extension
:
[
Enum
<
{
Disabled
:
undefined
;
Signed
:
{
account
:
SS58String
;
signature
:
Enum
<
{
Ecdsa
:
FixedSizeBinary
<
65
>
;
Ed25519
:
FixedSizeBinary
<
64
>
;
Eth
:
FixedSizeBinary
<
65
>
;
Sr25519
:
FixedSizeBinary
<
64
>
;
}
,
>
;
}
;
}
,
>
,
undefined
,
undefined
,
undefined
,
undefined
,
undefined
,
ExtensionsCheckMortality
,
number
,
Enum
<
{
Disabled
:
undefined
;
Enabled
:
undefined
}
>
,
]
;
extension_version
:
number
;
}
;
meta_tx_encoded_len
:
number
;
}
,
>
Dispatch a given meta transaction.
_origin
: Can be any kind of origin.
meta_tx
: Meta Transaction with a target call to be dispatched.
meta_tx_encoded_len
: The size of the encoded meta transaction in bytes.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
westend
Loading...
Dispatch a given meta transaction.
_origin: Can be any kind of origin.meta_tx: Meta Transaction with a target call to be dispatched.meta_tx_encoded_len: The size of the encoded meta transaction in bytes.