gill
gill/programs/token/Type aliases

InitializeAccount3Input

type InitializeAccount3Input<TAccountAccount, TAccountMint> = {
  account: Address<TAccountAccount>;
  mint: Address<TAccountMint>;
  owner: InitializeAccount3InstructionDataArgs["owner"];
};

Type Parameters

Type ParameterDefault type
TAccountAccount extends stringstring
TAccountMint extends stringstring

Properties

account

account: Address<TAccountAccount>;

The account to initialize.


mint

mint: Address<TAccountMint>;

The mint this account will be associated with.


owner

owner: InitializeAccount3InstructionDataArgs["owner"];

On this page