From 7a9714801bffdbb5fd66a6f21d58c6b4e0816535 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 24 Sep 2024 10:32:36 +0800 Subject: [PATCH] 1 --- server/light_backtask/service/vip.go | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/server/light_backtask/service/vip.go b/server/light_backtask/service/vip.go index 22ad4154..dae02af8 100644 --- a/server/light_backtask/service/vip.go +++ b/server/light_backtask/service/vip.go @@ -12,6 +12,15 @@ type vip struct { lock sync.Mutex } +type vesterDepositWithdrawPo struct { + eventName string + chainTimestamp int32 + accountAddress string + depositAmount string + withdrawClamiedAmount string + withdrawBalance string +} + func (this *vip) init() () { }