Type Alias AdvanceNonceAccountInstruction<TNonceAccountAddress, TNonceAuthorityAddress>

AdvanceNonceAccountInstruction: IInstruction<"11111111111111111111111111111111"> & IInstructionWithAccounts<
    readonly [
        WritableAccount<TNonceAccountAddress>,
        ReadonlyAccount<"SysvarRecentB1ockHashes11111111111111111111">,

            | ReadonlySignerAccount<TNonceAuthorityAddress>
            | WritableSignerAccount<TNonceAuthorityAddress>,
    ],
> & IInstructionWithData<AdvanceNonceAccountInstructionData>

Type Parameters

  • TNonceAccountAddress extends string = string
  • TNonceAuthorityAddress extends string = string