gill
gill/programs/token/Type aliases

InitializeAccount3InstructionDataArgs

type InitializeAccount3InstructionDataArgs = {
  owner: Address;
};

Properties

owner

owner: Address;

The new account's owner/multisignature.

On this page