1
This commit is contained in:
parent
b93520dd62
commit
699034aa75
19
server/backtask/task/spec_transfer721/gold_bullion.go
Normal file
19
server/backtask/task/spec_transfer721/gold_bullion.go
Normal file
@ -0,0 +1,19 @@
|
||||
package spec_transfer721
|
||||
|
||||
type goldBullion struct {
|
||||
}
|
||||
|
||||
func (this* goldBullion) onMint(dbIdx int64, netId int32, contractAddress string, tokenId string,
|
||||
from string, to string) bool {
|
||||
return true
|
||||
}
|
||||
|
||||
func (this* goldBullion) onLock(dbIdx int64, netId int32, contractAddress string, tokenId string,
|
||||
from string, to string) bool {
|
||||
return true
|
||||
}
|
||||
|
||||
func (this *goldBullion) onUnlock(dbIdx int64, netId int32, contractAddress string, tokenId string,
|
||||
from string, to string) bool {
|
||||
return true
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user