Converts a proto.SignatureMap to a base64 encoded string.
proto.SignatureMap
First converts the proto.SignatureMap object to a JSON. Then encodes the JSON to a base64 encoded string.
The proto.SignatureMap object to be converted
Base64-encoded string representation of the input proto.SignatureMap
Generated using TypeDoc
Converts a
proto.SignatureMap
to a base64 encoded string.First converts the
proto.SignatureMap
object to a JSON. Then encodes the JSON to a base64 encoded string.