isValidTxInputCbor
Overload 1
export function isValidTxInputCbor(expectFull: boolean): (bytes: BytesLike) => boolean
Arguments
1. expectFull
expectFull: boolean
Returns
(bytes: BytesLike) => boolean
Overload 2
export function isValidTxInputCbor(
bytes: BytesLike,
expectFull: boolean
): boolean
Arguments
1. bytes
bytes: BytesLike
2. expectFull
expectFull: boolean
Returns
boolean
/**