import { C } from "https://deno.land/x/lucid@0.10.1/src/core/mod.ts";
const { PublicKey } = C;
Get public key from its bech32 representation Example:
const pkey = PublicKey.from_bech32('ed25519_pk1dgaagyh470y66p899txcl3r0jaeaxu6yd7z2dxyk55qcycdml8gszkxze2');