All chains
    Preparing search index...

    Type Alias TransferAndHold

    TransferAndHold: PlainDescriptor<
        {
            dest: SS58String;
            reason: Enum<
                {
                    DelegatedStaking: Enum<{ StakingDelegation: undefined }>;
                    Preimage: PreimagePalletHoldReason;
                    Session: Enum<{ Keys: undefined }>;
                    Staking: Enum<{ Staking: undefined }>;
                    XcmPallet: Enum<{ AuthorizeAlias: undefined }>;
                },
            >;
            source: SS58String;
            transferred: bigint;
        },
    >

    The transferred balance is placed on hold at the dest account.