1
This commit is contained in:
parent
7b1143186f
commit
63c01b7d6f
@ -124,6 +124,22 @@ type BlockDataPo struct {
|
|||||||
TimeStamp string `json:"timestamp"`
|
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 {
|
type NftIdentity struct {
|
||||||
NetId int32
|
NetId int32
|
||||||
ContractAddress string
|
ContractAddress string
|
||||||
|
Loading…
x
Reference in New Issue
Block a user