1.1.0

interface AllocateParams {
    account: never;
    space: number;
}

Properties

Properties

account: never

Account to allocate space for (signer).

space: number

Space in bytes.