Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateIdentity ¶
func GetIdentifier ¶
Types ¶
type ResponseDeliver ¶
type ResponseDeliver struct {
Result struct {
Height int `json:"height"`
CheckTx struct {
Fee struct{} `json:"fee"`
} `json:"check_tx"`
DeliverTx struct {
Log string `json:"log"`
Fee struct{} `json:"fee"`
} `json:"deliver_tx"`
Hash string `json:"hash"`
} `json:"result"`
Jsonrpc string `json:"jsonrpc"`
ID string `json:"id"`
}
Click to show internal directories.
Click to hide internal directories.