All chains
    Preparing search index...

    Type Alias contribute

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

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