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
:
MultiSignature
}
;
}
,
>
,
undefined
,
undefined
,
undefined
,
undefined
,
undefined
,
ExtensionsCheckMortality
,
number
,
Enum
<
{
Disabled
:
undefined
;
Enabled
:
undefined
}
>
,
]
;
extension_version
:
number
;
}
;
}
,
>
Dispatch a given meta transaction.
_origin
: Can be any kind of origin.
meta_tx
: Meta Transaction with a target call to be dispatched.
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.