packages.fetchai.protocols.signing.serialization
Serialization module for signing protocol.
SigningSerializer Objects
Serialization for the 'signing' protocol.
encode
Encode a 'Signing' message into bytes.
Arguments:
msg
: the message object.
Returns:
the bytes.
decode
Decode bytes into a 'Signing' message.
Arguments:
obj
: the bytes object.
Returns:
the 'Signing' message.