This commit is contained in:
aozhiwei 2024-09-19 15:26:47 +08:00
parent 7b1143186f
commit 63c01b7d6f

View File

@ -124,6 +124,22 @@ type BlockDataPo struct {
TimeStamp string `json:"timestamp"`
}
type VesterClaimPo struct {
Receiverstring string `json:"receiver"`
Amount string `json:"amount"`
}
type VesterDepositPo struct {
Account string `json:"account"`
Amount string `json:"amount"`
}
type VesterWithdrawPo struct {
Account string `json:"account"`
ClaimedAmount string `json:"claimedAmount"`
Amount string `json:"amount"`
}
type NftIdentity struct {
NetId int32
ContractAddress string