Documentation ¶
Index ¶
- func CreateChainHeight(ctx context.Context, projectName string, r *CreateChainHeightReq) (*models.ChainHeight, error)
- func CreateChainTx(ctx context.Context, projectName string, r *CreateChainTxReq) (*models.ChainTx, error)
- func CreateContractLog(ctx context.Context, projectName string, r *CreateContractLogReq) (*models.ContractLog, error)
- func InitChainDB(ctx context.Context) error
- func Monitor(ctx context.Context)
- func RemoveChainHeight(ctx context.Context, projectName string, id types.SFID) error
- func RemoveChainTx(ctx context.Context, projectName string, id types.SFID) error
- func RemoveContractLog(ctx context.Context, projectName string, id types.SFID) error
- type CreateChainHeightReq
- type CreateChainTxReq
- type CreateContractLogReq
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateChainHeight ¶
func CreateChainHeight(ctx context.Context, projectName string, r *CreateChainHeightReq) (*models.ChainHeight, error)
func CreateChainTx ¶
func CreateContractLog ¶
func CreateContractLog(ctx context.Context, projectName string, r *CreateContractLogReq) (*models.ContractLog, error)
func InitChainDB ¶
func RemoveChainHeight ¶
func RemoveChainTx ¶
Types ¶
type CreateChainHeightReq ¶
type CreateChainHeightReq = models.ChainHeightInfo
type CreateChainTxReq ¶
type CreateChainTxReq = models.ChainTxInfo
type CreateContractLogReq ¶
type CreateContractLogReq = models.ContractLogInfo
Click to show internal directories.
Click to hide internal directories.