function utilCrypto.checkAddressimport { utilCrypto } from "https://dotland.deno.dev/x/polkadot@0.2.35/mod.ts"; const { checkAddress } = utilCrypto; checkAddress(address: HexString | string, prefix: Prefix): [boolean, string | null]Parametersaddress: HexString | stringprefix: PrefixReturns[boolean, string | null]