UNPKG

@plugnet/util-crypto

Version:
3 lines (2 loc) 124 B
import { Prefix } from './types'; export default function check(address: string, prefix: Prefix): [boolean, string | null];