Documentation ¶
Index ¶
- type FiscoBcosClient
- func (c *FiscoBcosClient) EventQuery() (*eventres.QueryEventResData, error)
- func (c *FiscoBcosClient) EventRegister(body eventreq.RegisterReqDataBody) (*eventres.RegisterEventResData, error)
- func (c *FiscoBcosClient) EventRemove(body eventreq.RemoveReqDataBody) (*eventres.RemoveEventResData, error)
- func (c *FiscoBcosClient) GetBlockHeight() (*noderes.BlockHeightResData, error)
- func (c *FiscoBcosClient) GetBlockInfo(body nodereq.BlockReqDataBody) (*noderes.BlockResData, error)
- func (c *FiscoBcosClient) GetTxCount() (*noderes.BlockHeightResData, error)
- func (c *FiscoBcosClient) GetTxCountByBlockNumber(blockNumber int64) (*noderes.BlockHeightResData, error)
- func (c *FiscoBcosClient) GetTxInfoByTxHash(body nodereq.TxReqDataBody) (*noderes.BlockTxResData, error)
- func (c *FiscoBcosClient) GetTxReceiptByTxHash(body nodereq.TxReqDataBody) (*noderes.BlockTxReceiptResData, error)
- func (c *FiscoBcosClient) RegisterUser(body userReq.RegisterReqDataBody) (*userRes.RegisterResData, error)
- func (c *FiscoBcosClient) ReqChainCode(body nodereq.TransReqDataBody) (*noderes.TransResData, error)
- func (c *FiscoBcosClient) Trans(data nodereq.TransData) (*noderes.TransResData, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FiscoBcosClient ¶
func NewFiscoBcosClient ¶
func NewFiscoBcosClient(config *config.Config) (*FiscoBcosClient, error)
func (*FiscoBcosClient) EventQuery ¶
func (c *FiscoBcosClient) EventQuery() (*eventres.QueryEventResData, error)
func (*FiscoBcosClient) EventRegister ¶
func (c *FiscoBcosClient) EventRegister(body eventreq.RegisterReqDataBody) (*eventres.RegisterEventResData, error)
func (*FiscoBcosClient) EventRemove ¶
func (c *FiscoBcosClient) EventRemove(body eventreq.RemoveReqDataBody) (*eventres.RemoveEventResData, error)
func (*FiscoBcosClient) GetBlockHeight ¶
func (c *FiscoBcosClient) GetBlockHeight() (*noderes.BlockHeightResData, error)
func (*FiscoBcosClient) GetBlockInfo ¶
func (c *FiscoBcosClient) GetBlockInfo(body nodereq.BlockReqDataBody) (*noderes.BlockResData, error)
func (*FiscoBcosClient) GetTxCount ¶
func (c *FiscoBcosClient) GetTxCount() (*noderes.BlockHeightResData, error)
func (*FiscoBcosClient) GetTxCountByBlockNumber ¶
func (c *FiscoBcosClient) GetTxCountByBlockNumber(blockNumber int64) (*noderes.BlockHeightResData, error)
func (*FiscoBcosClient) GetTxInfoByTxHash ¶
func (c *FiscoBcosClient) GetTxInfoByTxHash(body nodereq.TxReqDataBody) (*noderes.BlockTxResData, error)
func (*FiscoBcosClient) GetTxReceiptByTxHash ¶
func (c *FiscoBcosClient) GetTxReceiptByTxHash(body nodereq.TxReqDataBody) (*noderes.BlockTxReceiptResData, error)
func (*FiscoBcosClient) RegisterUser ¶
func (c *FiscoBcosClient) RegisterUser(body userReq.RegisterReqDataBody) (*userRes.RegisterResData, error)
func (*FiscoBcosClient) ReqChainCode ¶
func (c *FiscoBcosClient) ReqChainCode(body nodereq.TransReqDataBody) (*noderes.TransResData, error)
func (*FiscoBcosClient) Trans ¶
func (c *FiscoBcosClient) Trans(data nodereq.TransData) (*noderes.TransResData, error)
Click to show internal directories.
Click to hide internal directories.