Documentation ¶
Index ¶
- Constants
- func MakeAllAggregatedBlocksMsg() (anchortypes.QueryAllAggregatedBlocksRequest, error)
- func MakeAnchorAccMsg(anchorAccMsg types.AnchorAccMsg) (anchortypes.QueryAnchorAccountRequest, error)
- func MakeAnchorBalancesMsg(anchorBalancesMsg types.AnchorBalancesMsg) (anchortypes.QueryAnchorBalancesRequest, error)
- func MakeAnchorBlockMsg(anchorBlockMsg types.AnchorBlockMsg) (anchortypes.QueryAnchorBlockRequest, error)
- func MakeAnchorInfoMsg(anchorInfoMsg types.AnchorInfoMsg) (anchortypes.QueryAnchorInfoRequest, error)
- func MakeAnchorParamsMsg() (anchortypes.QueryParamsRequest, error)
- func MakeAnchorTxBodyMsg(anchorTxBodyMsg types.AnchorTxBodyMsg) (anchortypes.QueryAnchorTxBodyRequest, error)
- func MakeAnchorVerifyMsg(anchorVerifyMsg types.AnchorVerifyMsg) (anchortypes.QueryVerifyRequest, error)
- func MakeChangeAnchorAccMsg(changeAnchorAccMsg types.ChangeAnchorAccMsg, privKey key.PrivateKey) (anchortypes.MsgChangeAnchorAcc, error)
- func MakeRegisterAnchorAccMsg(registerAnchorAccMsg types.RegisterAnchorAccMsg, privKey key.PrivateKey) (anchortypes.MsgRegisterAnchorAcc, error)
- func ParseChangeAnchorAccArgs(changeAnchorAccMsg types.ChangeAnchorAccMsg, privKey key.PrivateKey) (anchortypes.MsgChangeAnchorAcc, error)
- func ParseRegisterAnchorAccArgs(registerAnchorAccMsg types.RegisterAnchorAccMsg, privKey key.PrivateKey) (anchortypes.MsgRegisterAnchorAcc, error)
Constants ¶
View Source
const ( AnchorModule = "anchor" AnchorRegisterAnchorAccMsgType = "register-anchor-acc" AnchorChangeAnchorAccMsgType = "change-anchor-acc" AnchorQueryAnchorAccMsgType = "query-anchor-acc" AnchorAllAggregatedBlocksMsgType = "all-aggregated-blocks" AnchorAnchorInfoMsgType = "anchor-info" AnchorAnchorBlockMsgType = "anchor-block" AnchorAnchorTxBodyMsgType = "anchor-tx-body" AnchorVerifyMsgType = "verify" AnchorAnchorBalancesMsgType = "anchor-balances" AnchorParamsMsgType = "params" )
Variables ¶
This section is empty.
Functions ¶
func MakeAllAggregatedBlocksMsg ¶
func MakeAllAggregatedBlocksMsg() (anchortypes.QueryAllAggregatedBlocksRequest, error)
(Query) make msg - all aggregated blocks
func MakeAnchorAccMsg ¶
func MakeAnchorAccMsg(anchorAccMsg types.AnchorAccMsg) (anchortypes.QueryAnchorAccountRequest, error)
(Query) make msg - query anchor account
func MakeAnchorBalancesMsg ¶
func MakeAnchorBalancesMsg(anchorBalancesMsg types.AnchorBalancesMsg) (anchortypes.QueryAnchorBalancesRequest, error)
(Query) make msg - anchor balances
func MakeAnchorBlockMsg ¶
func MakeAnchorBlockMsg(anchorBlockMsg types.AnchorBlockMsg) (anchortypes.QueryAnchorBlockRequest, error)
(Query) make msg - anchor block
func MakeAnchorInfoMsg ¶
func MakeAnchorInfoMsg(anchorInfoMsg types.AnchorInfoMsg) (anchortypes.QueryAnchorInfoRequest, error)
(Query) make msg - anchor info
func MakeAnchorParamsMsg ¶ added in v0.0.2
func MakeAnchorParamsMsg() (anchortypes.QueryParamsRequest, error)
(Query) make msg - params of anchor module
func MakeAnchorTxBodyMsg ¶
func MakeAnchorTxBodyMsg(anchorTxBodyMsg types.AnchorTxBodyMsg) (anchortypes.QueryAnchorTxBodyRequest, error)
(Query) make msg - anchor tx body
func MakeAnchorVerifyMsg ¶
func MakeAnchorVerifyMsg(anchorVerifyMsg types.AnchorVerifyMsg) (anchortypes.QueryVerifyRequest, error)
(Query) make msg - verify
func MakeChangeAnchorAccMsg ¶
func MakeChangeAnchorAccMsg(changeAnchorAccMsg types.ChangeAnchorAccMsg, privKey key.PrivateKey) (anchortypes.MsgChangeAnchorAcc, error)
(Tx) make msg - change anchor account
func MakeRegisterAnchorAccMsg ¶
func MakeRegisterAnchorAccMsg(registerAnchorAccMsg types.RegisterAnchorAccMsg, privKey key.PrivateKey) (anchortypes.MsgRegisterAnchorAcc, error)
(Tx) make msg - register anchor account
func ParseChangeAnchorAccArgs ¶
func ParseChangeAnchorAccArgs(changeAnchorAccMsg types.ChangeAnchorAccMsg, privKey key.PrivateKey) (anchortypes.MsgChangeAnchorAcc, error)
Parsing - change anchor account
func ParseRegisterAnchorAccArgs ¶
func ParseRegisterAnchorAccArgs(registerAnchorAccMsg types.RegisterAnchorAccMsg, privKey key.PrivateKey) (anchortypes.MsgRegisterAnchorAcc, error)
Parsing - register anchor account
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.