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