Documentation ¶
Index ¶
- Constants
- func GetMapper(ctx context.Context) *qcp.QcpMapper
- func GetQCPTxs(ctx context.Context, chainId string) []txs.TxQcp
- func GetQCPTxsWithLimit(ctx context.Context, chainId string, limit uint64, asc bool) []txs.TxQcp
- func GetQCPs(ctx context.Context) []qcptypes.QCPInfo
- func GetRootCaPubkey(ctx context.Context) crypto.PubKey
- func SetRootCaPubkey(ctx context.Context, pubKey crypto.PubKey)
Constants ¶
View Source
const ( RootCAKey = "rootca" TxExportLimit = 100 // QCP TX 导出条数限制 )
Variables ¶
This section is empty.
Functions ¶
func GetQCPTxsWithLimit ¶
获取跨链结果交易集,带条数限制
func GetRootCaPubkey ¶ added in v0.0.8
获取 kepler qcp 根证书公钥
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.