gill
gill/programs/token/Type aliases

UpdateDefaultAccountStateInstructionDataArgs

type UpdateDefaultAccountStateInstructionDataArgs = {
  state: AccountStateArgs;
};

Properties

state

state: AccountStateArgs;

The state each new token account should start with.

On this page