isEscrowAuthority
function isEscrowAuthority<K>(kind, value): value is EscrowAuthority & { __kind: K };Type Parameters
| Type Parameter |
|---|
K extends "TokenOwner" | "Creator" |
Parameters
| Parameter | Type |
|---|---|
kind | K |
value | EscrowAuthority |
Returns
value is EscrowAuthority & { __kind: K }