virgil_sdk.client.raw_signature module

class virgil_sdk.client.raw_signature.RawSignature(signer, signature, signature_snapshot=None)[source]

Bases: object

RawSignature provides signature for RawSignedModel.

property signature

Signature data.

property signer

Signer id. It must be unique among the RawSignedModel signatures.

property snapshot

Additional data.

to_json()[source]

RawSignature json representation.