Skip to content

Latest commit

 

History

History
28 lines (12 loc) · 770 Bytes

WebhookEventDataType.md

File metadata and controls

28 lines (12 loc) · 770 Bytes

CoboWaas2.WebhookEventDataType

Properties

Name Type Description Notes
data_type String The data type of the event. - `Transaction`: The transaction event data. - `TSSRequest`: The TSS request event data. - `Addresses`: The addresses event data. - `WalletInfo`: The wallet information event data. - `MPCVault`: The MPC vault event data.

Enum: DataTypeEnum

  • Transaction (value: "Transaction")

  • TSSRequest (value: "TSSRequest")

  • Addresses (value: "Addresses")

  • WalletInfo (value: "WalletInfo")

  • MPCVault (value: "MPCVault")

  • unknown_default_open_api (value: "unknown_default_open_api")