function wasmUtil.base64Decodeimport { wasmUtil } from "https://dotland.deno.dev/x/polkadot@0.2.35/mod.ts"; const { base64Decode } = wasmUtil; base64Decode(data: string, out: Uint8Array): Uint8ArrayParametersdata: stringout: Uint8ArrayReturnsUint8Array