isMintArgs
function isMintArgs<K>(kind, value): value is MetadataMintArgs & { __kind: K };Type Parameters
| Type Parameter |
|---|
K extends "V1" |
Parameters
| Parameter | Type |
|---|---|
kind | K |
value | MetadataMintArgs |
Returns
value is MetadataMintArgs & { __kind: K }
function isMintArgs<K>(kind, value): value is MetadataMintArgs & { __kind: K };| Type Parameter |
|---|
K extends "V1" |
| Parameter | Type |
|---|---|
kind | K |
value | MetadataMintArgs |
value is MetadataMintArgs & { __kind: K }