InitializeImmutableOwnerInput
type InitializeImmutableOwnerInput<TAccountAccount> = {
account: Address<TAccountAccount>;
};Type Parameters
| Type Parameter | Default type |
|---|---|
TAccountAccount extends string | string |
Properties
account
account: Address<TAccountAccount>;The account to initialize.