Documentation ¶
Index ¶
- func EncodeUnTransactionNumber(number uint64) []byte
- func GetBPosNftPayloadVersion(txHash string) (payloadVersion byte, err error)
- func GetCreateNFTPayload(txHash string) (p *payload.CreateNFT, payloadVersion byte, err error)
- func GetIndexByKey(Key string) (uint64, error)
- func GetMintTickFunABI() (abi.ABI, error)
- func GetPledgeBillData(txHash string) (sAddress string, tokenID *big.Int, err error)
- func GetTickFromTokenIdABI() (abi.ABI, error)
- func Init(spvDb *leveldb.Database, dbMutex *sync.RWMutex, contractAddress string, ...)
- func ProcessPledgedBill(elaTx it.Transaction)
- type PledgeBillListener
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetBPosNftPayloadVersion ¶ added in v0.2.5
func GetCreateNFTPayload ¶ added in v0.2.4
func GetIndexByKey ¶
func GetMintTickFunABI ¶
func GetPledgeBillData ¶
func GetTickFromTokenIdABI ¶
func ProcessPledgedBill ¶
func ProcessPledgedBill(elaTx it.Transaction)
Types ¶
type PledgeBillListener ¶
type PledgeBillListener struct {
Service spv.SPVService
}
func (*PledgeBillListener) Address ¶
func (l *PledgeBillListener) Address() string
func (*PledgeBillListener) Flags ¶
func (l *PledgeBillListener) Flags() uint64
func (*PledgeBillListener) Notify ¶
func (l *PledgeBillListener) Notify(id common.Uint256, proof bloom.MerkleProof, tx it.Transaction)
func (*PledgeBillListener) Type ¶
func (l *PledgeBillListener) Type() elacom.TxType
Click to show internal directories.
Click to hide internal directories.