Documentation ¶
Index ¶
- Constants
- func SignBurn(tokenId string, contractAddress string, privateHex string, blockNumber int64) (txHash string, txHex string, err error)
- func SignMint(toAddress string, tokenId string, contractAddress string, privateHex string, ...) (txHash string, txHex string, err error)
- func SignTransferFrom(fromAddress string, toAddress string, tokenId string, contractAddress string, ...) (txHash string, txHex string, err error)
- type Account
Constants ¶
View Source
const BLOCK_LIMIT_GAP int64 = 900
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.