gill
gill/programs/system/Type aliases

UpgradeNonceAccountInstruction

type UpgradeNonceAccountInstruction<TProgram, TAccountNonceAccount, TRemainingAccounts> = Instruction<TProgram> & InstructionWithData<ReadonlyUint8Array> & InstructionWithAccounts<[TAccountNonceAccount extends string ? WritableAccount<TAccountNonceAccount> : TAccountNonceAccount, ...TRemainingAccounts]>;

Type Parameters

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

On this page