Skip to content

Latest commit

 

History

History
29 lines (13 loc) · 857 Bytes

AddressesEventData.md

File metadata and controls

29 lines (13 loc) · 857 Bytes

CoboWaas2.AddressesEventData

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.
addresses [AddressInfo] A list of addresses. [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")