Extract public key from boc and return it or throw error
Future<PublicKey> extractPublicKey(String boc) async { return PublicKey(publicKey: await createLib().extractPublicKey(boc: boc)); }