Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockchainAdapter ¶
type BlockchainAdapter interface { CreateAccount(*CreateAccountReq) (*BlockchainResponse, error) PublicityData(*PublicityDataReq) (*BlockchainResponse, error) }
BlockchainAdapter adapter of blockchain
type BlockchainResponse ¶
type BlockchainResponse struct {
ID string `json:"id"`
}
BlockchainResponse response of blockchain
type CreateAccountReq ¶
type CreateAccountReq struct {
AccountID string
}
CreateAccountReq request of create account
type PublicityDataReq ¶
PublicityDataReq request of publicity data
Click to show internal directories.
Click to hide internal directories.