Skip to content

Latest commit

 

History

History
28 lines (13 loc) · 590 Bytes

TransactionSigner.md

File metadata and controls

28 lines (13 loc) · 590 Bytes

CoboWaas2.TransactionSigner

Properties

Name Type Description Notes
signer String The signer name of the transaction. [optional]
status String The signing status. [optional]
failed_reason String Failed reason of signing process. [optional]

Enum: StatusEnum

  • Pending (value: "Pending")

  • Signed (value: "Signed")

  • Timeout (value: "Timeout")

  • Rejected (value: "Rejected")

  • unknown_default_open_api (value: "unknown_default_open_api")