Documentation ¶
Index ¶
- func NewChainClient() blockchain.ChainConn
- func NewNFTClient() blockchain.NFT
- type Ether
- func (e *Ether) BalanceOf(host string, key string, contractAddress string, address string, ...) (string, error)
- func (e *Ether) GetToken1155(host string, key string, contractAddress string, userAddress string) (map[string]interface{}, error)
- func (e *Ether) GetToken20(host string, key string, contractAddress string, userAddress string) (map[string]interface{}, error)
- func (e *Ether) GetToken20ByHttp(host string, token string, contractAddress string, userAddress string) (map[string]interface{}, error)
- func (e *Ether) GetToken721(host string, key string, contractAddress string, userAddress string) (map[string]interface{}, error)
- func (e *Ether) OwnerOf(host string, key string, contractAddress string, tokenId string, eip int64) (string, error)
- func (e *Ether) SendRequestToChain(host string, token string, query string) (string, error)
- func (e *Ether) SendRequestToChainByHttp(host string, token string, query string) (string, error)
- func (e *Ether) Subscribe(host string, token string) (string, error)
- func (e *Ether) TokenURI(host string, key string, contractAddress string, tokenId string, eip int64) (string, error)
- func (e *Ether) TotalSupply(host string, key string, contractAddress string, eip int64) (string, error)
- func (e *Ether) UnSubscribe(host string, token string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewChainClient ¶
func NewChainClient() blockchain.ChainConn
func NewNFTClient ¶ added in v0.5.1
func NewNFTClient() blockchain.NFT
Types ¶
type Ether ¶
type Ether struct { }
func (*Ether) GetToken1155 ¶ added in v0.5.1
func (*Ether) GetToken20 ¶ added in v0.5.1
func (*Ether) GetToken20ByHttp ¶ added in v0.5.1
func (*Ether) GetToken721 ¶ added in v0.5.1
func (*Ether) SendRequestToChain ¶
func (*Ether) SendRequestToChainByHttp ¶
func (*Ether) TotalSupply ¶ added in v0.5.1
Click to show internal directories.
Click to hide internal directories.