@solana/web3.js
    Preparing search index...

    Type Alias AllocateParams

    Allocate account system transaction params

    type AllocateParams = {
        accountPubkey: PublicKey;
        space: number;
    }
    Index
    accountPubkey: PublicKey

    Account to allocate

    space: number

    Amount of space in bytes to allocate