• 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.

    Parameters

    • signatureMap: SignatureMap

      The proto.SignatureMap object to be converted

    Returns string

    Base64-encoded string representation of the input proto.SignatureMap

Generated using TypeDoc