Documentation ¶
Index ¶
- type Client
- func (c *Client) GetEthereumTxs() error
- func (c *Client) GetMempoolTxs(tokenAddr eth_common.Address, tokenName string, tokenDecimals int) []common.Transaction
- func (c *Client) GetTxs(contractAddr eth_common.Address, blocks int64, tokenName string, decimals int) []common.Transaction
- func (c *Client) SyncLatestBlocks() error
- type Keeper
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) GetEthereumTxs ¶
func (*Client) GetMempoolTxs ¶
func (c *Client) GetMempoolTxs(tokenAddr eth_common.Address, tokenName string, tokenDecimals int) []common.Transaction
func (*Client) GetTxs ¶
func (c *Client) GetTxs(contractAddr eth_common.Address, blocks int64, tokenName string, decimals int) []common.Transaction
func (*Client) SyncLatestBlocks ¶
type Keeper ¶
type Keeper struct {
// contains filtered or unexported fields
}
func (*Keeper) BroadcastTx ¶
func (k *Keeper) BroadcastTx(w rest.ResponseWriter, r *rest.Request)
Click to show internal directories.
Click to hide internal directories.