decodeSet
Like a list, but with an optional 258 tag See: https://github.com/Emurgo/cardano-serialization-lib/releases/tag/13.0.0
export function decodeSet(
bytes: BytesLike,
itemDecoder: IndexedDecoder<T> | Decodeable<T>
): T[]
Arguments
Name | Type | Description |
---|---|---|
bytes | BytesLike | |
itemDecoder | IndexedDecoder<T> | Decodeable<T> |
Return value
T[]