@solana/web3.js
Preparing search index...
AllocateParams
Type Alias AllocateParams
Allocate account system transaction params
type
AllocateParams
=
{
accountPubkey
:
PublicKey
;
space
:
number
;
}
Index
Properties
account
Pubkey
space
Properties
account
Pubkey
accountPubkey
:
PublicKey
Account to allocate
space
space
:
number
Amount of space in bytes to allocate
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
account
Pubkey
space
@solana/web3.js
Loading...
Allocate account system transaction params