gill
gill/programs/token/Type aliases

InitializeImmutableOwnerInput

type InitializeImmutableOwnerInput<TAccountAccount> = {
  account: Address<TAccountAccount>;
};

Type Parameters

Type ParameterDefault type
TAccountAccount extends stringstring

Properties

account

account: Address<TAccountAccount>;

The account to initialize.

On this page