Documentation
¶
Index ¶
- Constants
- func ExportQCPs(ctx context.Context) []qcptypes.QCPInfo
- func GetMapper(ctx context.Context) *qcp.QcpMapper
- func GetQCPRootCA(ctx context.Context) crypto.PubKey
- func GetQCPTxs(ctx context.Context, chainId string) []txs.TxQcp
- func GetQCPTxsWithLimit(ctx context.Context, chainId string, limit uint64, asc bool) []txs.TxQcp
- func SetQCPRootCA(ctx context.Context, pubKey crypto.PubKey)
Constants ¶
View Source
const ( RootCAKey = "rootca" TxExportLimit = 100 // QCP TX 导出条数限制 )
Variables ¶
This section is empty.
Functions ¶
func GetQCPTxsWithLimit ¶
TODO prefix定义到qbase中
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.