1
This commit is contained in:
parent
8812ea534d
commit
7a9714801b
@ -12,6 +12,15 @@ type vip struct {
|
|||||||
lock sync.Mutex
|
lock sync.Mutex
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type vesterDepositWithdrawPo struct {
|
||||||
|
eventName string
|
||||||
|
chainTimestamp int32
|
||||||
|
accountAddress string
|
||||||
|
depositAmount string
|
||||||
|
withdrawClamiedAmount string
|
||||||
|
withdrawBalance string
|
||||||
|
}
|
||||||
|
|
||||||
func (this *vip) init() () {
|
func (this *vip) init() () {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user