function decodeU8aimport { decodeU8a } from "https://dotland.deno.dev/x/polkadot@0.2.38/types-codec/utils/index.ts"; decodeU8a<T extends Codec = Codec>(registry: Registry,result: T[],u8a: Uint8Array,unnamed 3: [CodecClass<T>[], string[]],): [T[], number]Type ParametersoptionalT extends Codec = CodecParametersregistry: Registry The u8a to decode. result: T[] The result array (will be returned with values pushed) u8a: Uint8Array The array of CodecClass to decode the U8a against. unnamed 3: [CodecClass<T>[], string[]]Returns[T[], number]