Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockchainResponse ¶
type BlockchainResponse struct {
ID string `json:"id"`
}
BlockchainResponse define blockchain adapter response
type CallbackNotification ¶
type CallbackNotification struct { Blockchain string `json:"blockchain"` ID string `json:"id"` BlockNum int64 `json:"block_num"` TxID string `json:"tx_id"` Time int64 `json:"time"` }
CallbackNotification define blockchain callback notification
type CallbackResponse ¶
CallbackResponse define blockchain callback response
type CreateAccountRequest ¶
type CreateAccountRequest struct {
AccountID string `json:"account_id" binding:"required"`
}
CreateAccountRequest define create account request
type PublicityRequest ¶
type PublicityRequest struct { UID string `json:"uid" binding:"required"` Publicity string `json:"publicity" binding:"required"` }
PublicityRequest define publicity request
Click to show internal directories.
Click to hide internal directories.