Documentation ¶
Index ¶
- func NewAirdropParams(params config.GlobalParams) resources.AirdropParamsResponse
- func NewAirdropResponse(tx data.Airdrop) resources.AirdropResponse
- func NewBalanceResponse(addr string, amount *big.Int) resources.BalanceResponse
- func NewEstimateResponse(amount, fee *big.Int) resources.EstimateResponse
- func NewPermitHashResponse(hash string) resources.PermitHashResponse
- func NewTokenDetailsResponse(addr, name, symbol, image string, decimals uint8) resources.TokenDetailsResponse
- func NewTxResponse(amount, fee *big.Int, hash string) resources.TxResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAirdropParams ¶
func NewAirdropParams(params config.GlobalParams) resources.AirdropParamsResponse
func NewAirdropResponse ¶
func NewAirdropResponse(tx data.Airdrop) resources.AirdropResponse
func NewBalanceResponse ¶ added in v0.2.1
func NewBalanceResponse(addr string, amount *big.Int) resources.BalanceResponse
func NewEstimateResponse ¶
func NewEstimateResponse(amount, fee *big.Int) resources.EstimateResponse
func NewPermitHashResponse ¶
func NewPermitHashResponse(hash string) resources.PermitHashResponse
func NewTokenDetailsResponse ¶ added in v0.3.0
func NewTokenDetailsResponse(addr, name, symbol, image string, decimals uint8) resources.TokenDetailsResponse
func NewTxResponse ¶
func NewTxResponse(amount, fee *big.Int, hash string) resources.TxResponse
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.