SignedData

The wrapper message of any data and its signature.

JSON representation
{
  "data": string,
  "signature": string
}
Fields
data

string (bytes format)

The data to be signed.

A base64-encoded string.

signature

string (bytes format)

The signature of the data field.

A base64-encoded string.