InitializeDefaultAccountStateInstructionDataArgs
type InitializeDefaultAccountStateInstructionDataArgs = {
state: AccountStateArgs;
};Properties
state
state: AccountStateArgs;The state each new token account should start with.
type InitializeDefaultAccountStateInstructionDataArgs = {
state: AccountStateArgs;
};state: AccountStateArgs;The state each new token account should start with.