package
Version:
v0.0.0-...-7a9719f
Opens a new window with list of versions in this module.
Published: Dec 31, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 14
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.