gill
gill/programs/system/Type aliases

UpgradeNonceAccountInstruction

type UpgradeNonceAccountInstruction<TProgram, TAccountNonceAccount, TRemainingAccounts> = IInstruction<TProgram> & IInstructionWithData<Uint8Array> & IInstructionWithAccounts<[TAccountNonceAccount extends string ? WritableAccount<TAccountNonceAccount> : TAccountNonceAccount, ...TRemainingAccounts]>;

Type Parameters

Type ParameterDefault type
TProgram extends stringtypeof SYSTEM_PROGRAM_ADDRESS
TAccountNonceAccount extends string | IAccountMeta<string>string
TRemainingAccounts extends readonly IAccountMeta<string>[][]

On this page