The highest tagged major version is
v4.
package
Version:
v1.6.0
Opens a new window with list of versions in this module.
Published: Aug 2, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type SignDataReq struct {
Msg string `json:"msg" yaml:"msg"`
PubKey string `json:"pub_key" yaml:"pub_key"`
}
type SignDataResponse struct {
SignBytes string `json:"sign_bytes" yaml:"sign_bytes"`
Fee legacytx.StdFee `json:"fee" yaml:"fee"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.