function typesCodec.decodeU8aimport { typesCodec } from "https://dotland.deno.dev/x/polkadot@0.2.38/mod.ts"; const { decodeU8a } = typesCodec; 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]