gill
gill/programs/token/Type aliases

InitializeAccount2InstructionDataArgs

type InitializeAccount2InstructionDataArgs = {
  owner: Address;
};

Properties

owner

owner: Address;

The new account's owner/multisignature.

On this page