All chains
    Preparing search index...

    Type Alias poke_deposit

    poke_deposit: TxDescriptor<
        {
            call_hash: FixedSizeBinary<32>;
            other_signatories: SS58String[];
            threshold: number;
        },
    >

    Poke the deposit reserved for an existing multisig operation.

    The dispatch origin for this call must be Signed and must be the original depositor of the multisig operation.

    The transaction fee is waived if the deposit amount has changed.

    • threshold: The total number of approvals needed for this multisig.
    • other_signatories: The accounts (other than the sender) who are part of the multisig.
    • call_hash: The hash of the call this deposit is reserved for.

    Emits DepositPoked if successful.