explorer

package
v0.0.1-beta Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 24, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChainExplorerAdaptor

type ChainExplorerAdaptor interface {
	// GetChainExplorer account
	GetChainExplorer(req *chain.SupportChainExplorerRequest) (*chain.SupportChainExplorerResponse, error)
	GetAccountBalance(req *account.AccountBalanceRequest) (*account.AccountBalanceResponse, error)
	GetMultiAccountBalance(req *account.AccountBalanceRequest) ([]*account.AccountBalanceResponse, error)
	GetAccountUtxo(req *account.AccountUtxoRequest) ([]account.AccountUtxoResponse, error)
	GetTxByAddress(request *account.AccountTxRequest) (*account.TransactionResponse[account.AccountTxResponse], error)

	// GetTokenList token
	GetTokenList(request *token.TokenRequest) ([]token.TokenResponse, error)

	// GetEstimateGasFee gas fee
	GetEstimateGasFee(req *gas_fee.GasEstimateFeeRequest) (*gas_fee.GasEstimateFeeResponse, error)

	// GetTxByHash tx
	GetTxByHash(request *transaction.TxRequest) (*transaction.TxResponse, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL