gill
gill/programs/system/Type aliases

UpgradeNonceAccountInput

type UpgradeNonceAccountInput<TAccountNonceAccount> = {
  nonceAccount: Address<TAccountNonceAccount>;
};

Type Parameters

Type ParameterDefault type
TAccountNonceAccount extends stringstring

Properties

nonceAccount

nonceAccount: Address<TAccountNonceAccount>;

On this page