@provenanceio/wallet-utils
Version:
Typescript Utilities for Provenance Blockchain Wallet
8 lines (7 loc) • 332 B
TypeScript
import * as google_protobuf_any_pb from 'google-protobuf/google/protobuf/any_pb';
/**
* Converts a base64 message into a google proto
* @param msgAnyB64 base64 encoded string
* @returns google proto of the provided base64 message string
*/
export declare const msgAnyB64toAny: (msgAnyB64: string) => google_protobuf_any_pb.Any;