Documentation ¶
Index ¶
- func CheckOnChainData(workDispatched *commonTypes.CheckOnChainDataRequest, ...)
- func OnChainHandleFailed(platform string, feedID uint, errMsg string, ...)
- func OnChainHandleResponse(isSucceeded bool, platform string, feedID uint, ipfsUri string, ...)
- func OnChainHandleSucceed(platform string, feedID uint, ipfsUri string, transaction string, ...)
- func OnChainNotes(workDispatched *commonTypes.OnChainRequest, ...)
- func ValidateAccounts(validateReq *commonTypes.ValidateRequest, ...)
- func ValidateHandleFailed(errCode uint, errMsg string, response *commonTypes.ValidateResponse)
- func ValidateHandleResponse(isSucceeded bool, code uint, msg string, isValid bool, ...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckOnChainData ¶
func CheckOnChainData(workDispatched *commonTypes.CheckOnChainDataRequest, response *commonTypes.CheckOnChainDataResponse)
func OnChainHandleFailed ¶
func OnChainHandleFailed(platform string, feedID uint, errMsg string, response *commonTypes.OnChainResponse)
func OnChainHandleResponse ¶
func OnChainHandleResponse(isSucceeded bool, platform string, feedID uint, ipfsUri string, transaction string, characterId int64, noteId int64, errMsg string, response *commonTypes.OnChainResponse)
func OnChainHandleSucceed ¶
func OnChainHandleSucceed(platform string, feedID uint, ipfsUri string, transaction string, characterId int64, noteId int64, response *commonTypes.OnChainResponse)
func OnChainNotes ¶
func OnChainNotes(workDispatched *commonTypes.OnChainRequest, response *commonTypes.OnChainResponse)
func ValidateAccounts ¶
func ValidateAccounts(validateReq *commonTypes.ValidateRequest, response *commonTypes.ValidateResponse)
func ValidateHandleFailed ¶
func ValidateHandleFailed(errCode uint, errMsg string, response *commonTypes.ValidateResponse)
func ValidateHandleResponse ¶
func ValidateHandleResponse(isSucceeded bool, code uint, msg string, isValid bool, response *commonTypes.ValidateResponse)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.