Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 1.36 KB

TSSRequestWebhookEventData.md

File metadata and controls

35 lines (19 loc) · 1.36 KB

CoboWaas2.TSSRequestWebhookEventData

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.
tss_request_id String The TSS request ID. [optional]
source_key_share_holder_group SourceGroup [optional]
target_key_share_holder_group_id String The target key share holder group ID. [optional]
type TSSRequestType [optional]
status TSSRequestStatus [optional]
description String The description of the TSS request. [optional]
created_timestamp Number The TSS request's creation time in Unix timestamp format, measured in milliseconds. [optional]

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")