Functions
isAdvanceNonceAccountInstruction
isAdvanceNonceAccountInstruction(
instruction
):instruction is AdvanceNonceAccountInstruction<string, string>
A type guard that returns true
if the instruction conforms to the
AdvanceNonceAccountInstruction type, and refines its type for use in your program.
Parameters
Parameter | Type |
---|---|
instruction | Instruction |
Returns
instruction is AdvanceNonceAccountInstruction<string, string>