import { decodeU8a } from "https://deno.land/x/polkadot@0.2.17/types-codec/utils/decodeU8a.ts";
Parameters
registry: Registry
- The u8a to decode.
result: T[]
- The result array (will be returned with values pushed)
unnamed 3: [CodecClass<T>[], string[]]