All chains
    Preparing search index...

    Type Alias contribute_all

    contribute_all: TxDescriptor<
        {
            index: number;
            signature?: Enum<
                {
                    Ecdsa: FixedSizeBinary<65>;
                    Ed25519: FixedSizeBinary<64>;
                    Eth: FixedSizeBinary<65>;
                    Sr25519: FixedSizeBinary<64>;
                },
            >;
        },
    >

    Contribute your entire balance to a crowd sale. This will transfer the entire balance of a user over to fund a parachain slot. It will be withdrawable when the crowdloan has ended and the funds are unused.