gill

isPayloadType

function isPayloadType<K>(kind, value): value is PayloadType & { __kind: K };

Type Parameters

Type Parameter
K extends "Pubkey" | "Seeds" | "MerkleProof" | "Number"

Parameters

ParameterType
kindK
valuePayloadType

Returns

value is PayloadType & { __kind: K }

On this page