proto

package
v2.11.3-rc1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 13, 2022 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_dex_fund_proto protoreflect.FileDescriptor
View Source
var File_dex_order_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Account

type Account struct {
	Token           []byte `protobuf:"bytes,1,opt,name=Token,proto3" json:"Token,omitempty"`
	Available       []byte `protobuf:"bytes,2,opt,name=Available,proto3" json:"Available,omitempty"`
	Locked          []byte `protobuf:"bytes,3,opt,name=Locked,proto3" json:"Locked,omitempty"`
	VxLocked        []byte `protobuf:"bytes,4,opt,name=VxLocked,proto3" json:"VxLocked,omitempty"` // lock for dividend, will release after 7 days
	VxUnlocking     []byte `protobuf:"bytes,5,opt,name=VxUnlocking,proto3" json:"VxUnlocking,omitempty"`
	CancellingStake []byte `protobuf:"bytes,6,opt,name=CancellingStake,proto3" json:"CancellingStake,omitempty"`
	// contains filtered or unexported fields
}

storage

func (*Account) Descriptor deprecated

func (*Account) Descriptor() ([]byte, []int)

Deprecated: Use Account.ProtoReflect.Descriptor instead.

func (*Account) GetAvailable

func (x *Account) GetAvailable() []byte

func (*Account) GetCancellingStake

func (x *Account) GetCancellingStake() []byte

func (*Account) GetLocked

func (x *Account) GetLocked() []byte

func (*Account) GetToken

func (x *Account) GetToken() []byte

func (*Account) GetVxLocked

func (x *Account) GetVxLocked() []byte

func (*Account) GetVxUnlocking

func (x *Account) GetVxUnlocking() []byte

func (*Account) ProtoMessage

func (*Account) ProtoMessage()

func (*Account) ProtoReflect

func (x *Account) ProtoReflect() protoreflect.Message

func (*Account) Reset

func (x *Account) Reset()

func (*Account) String

func (x *Account) String() string

type AccountSettle

type AccountSettle struct {
	IsTradeToken  bool   `protobuf:"varint,1,opt,name=IsTradeToken,proto3" json:"IsTradeToken,omitempty"`
	IncAvailable  []byte `protobuf:"bytes,2,opt,name=IncAvailable,proto3" json:"IncAvailable,omitempty"`
	ReduceLocked  []byte `protobuf:"bytes,3,opt,name=ReduceLocked,proto3" json:"ReduceLocked,omitempty"`
	ReleaseLocked []byte `protobuf:"bytes,4,opt,name=ReleaseLocked,proto3" json:"ReleaseLocked,omitempty"`
	// contains filtered or unexported fields
}

func (*AccountSettle) Descriptor deprecated

func (*AccountSettle) Descriptor() ([]byte, []int)

Deprecated: Use AccountSettle.ProtoReflect.Descriptor instead.

func (*AccountSettle) GetIncAvailable

func (x *AccountSettle) GetIncAvailable() []byte

func (*AccountSettle) GetIsTradeToken

func (x *AccountSettle) GetIsTradeToken() bool

func (*AccountSettle) GetReduceLocked

func (x *AccountSettle) GetReduceLocked() []byte

func (*AccountSettle) GetReleaseLocked

func (x *AccountSettle) GetReleaseLocked() []byte

func (*AccountSettle) ProtoMessage

func (*AccountSettle) ProtoMessage()

func (*AccountSettle) ProtoReflect

func (x *AccountSettle) ProtoReflect() protoreflect.Message

func (*AccountSettle) Reset

func (x *AccountSettle) Reset()

func (*AccountSettle) String

func (x *AccountSettle) String() string

type BurnVite

type BurnVite struct {
	BizType int32  `protobuf:"varint,1,opt,name=BizType,proto3" json:"BizType,omitempty"` // 1 BurnForDexViteFee
	Amount  []byte `protobuf:"bytes,2,opt,name=Amount,proto3" json:"Amount,omitempty"`
	// contains filtered or unexported fields
}

event

func (*BurnVite) Descriptor deprecated

func (*BurnVite) Descriptor() ([]byte, []int)

Deprecated: Use BurnVite.ProtoReflect.Descriptor instead.

func (*BurnVite) GetAmount

func (x *BurnVite) GetAmount() []byte

func (*BurnVite) GetBizType

func (x *BurnVite) GetBizType() int32

func (*BurnVite) ProtoMessage

func (*BurnVite) ProtoMessage()

func (*BurnVite) ProtoReflect

func (x *BurnVite) ProtoReflect() protoreflect.Message

func (*BurnVite) Reset

func (x *BurnVite) Reset()

func (*BurnVite) String

func (x *BurnVite) String() string

type CancelStake

type CancelStake struct {
	PeriodId uint64 `protobuf:"varint,1,opt,name=PeriodId,proto3" json:"PeriodId,omitempty"`
	Amount   []byte `protobuf:"bytes,2,opt,name=Amount,proto3" json:"Amount,omitempty"`
	// contains filtered or unexported fields
}

func (*CancelStake) Descriptor deprecated

func (*CancelStake) Descriptor() ([]byte, []int)

Deprecated: Use CancelStake.ProtoReflect.Descriptor instead.

func (*CancelStake) GetAmount

func (x *CancelStake) GetAmount() []byte

func (*CancelStake) GetPeriodId

func (x *CancelStake) GetPeriodId() uint64

func (*CancelStake) ProtoMessage

func (*CancelStake) ProtoMessage()

func (*CancelStake) ProtoReflect

func (x *CancelStake) ProtoReflect() protoreflect.Message

func (*CancelStake) Reset

func (x *CancelStake) Reset()

func (*CancelStake) String

func (x *CancelStake) String() string

type CancelStakes

type CancelStakes struct {
	Cancels []*CancelStake `protobuf:"bytes,1,rep,name=Cancels,proto3" json:"Cancels,omitempty"`
	// contains filtered or unexported fields
}

func (*CancelStakes) Descriptor deprecated

func (*CancelStakes) Descriptor() ([]byte, []int)

Deprecated: Use CancelStakes.ProtoReflect.Descriptor instead.

func (*CancelStakes) GetCancels

func (x *CancelStakes) GetCancels() []*CancelStake

func (*CancelStakes) ProtoMessage

func (*CancelStakes) ProtoMessage()

func (*CancelStakes) ProtoReflect

func (x *CancelStakes) ProtoReflect() protoreflect.Message

func (*CancelStakes) Reset

func (x *CancelStakes) Reset()

func (*CancelStakes) String

func (x *CancelStakes) String() string

type DelegateStakeAddressIndex

type DelegateStakeAddressIndex struct {
	Id        []byte `protobuf:"bytes,1,opt,name=Id,proto3" json:"Id,omitempty"`
	StakeType int32  `protobuf:"varint,2,opt,name=StakeType,proto3" json:"StakeType,omitempty"`
	// contains filtered or unexported fields
}

func (*DelegateStakeAddressIndex) Descriptor deprecated

func (*DelegateStakeAddressIndex) Descriptor() ([]byte, []int)

Deprecated: Use DelegateStakeAddressIndex.ProtoReflect.Descriptor instead.

func (*DelegateStakeAddressIndex) GetId

func (x *DelegateStakeAddressIndex) GetId() []byte

func (*DelegateStakeAddressIndex) GetStakeType

func (x *DelegateStakeAddressIndex) GetStakeType() int32

func (*DelegateStakeAddressIndex) ProtoMessage

func (*DelegateStakeAddressIndex) ProtoMessage()

func (*DelegateStakeAddressIndex) ProtoReflect

func (*DelegateStakeAddressIndex) Reset

func (x *DelegateStakeAddressIndex) Reset()

func (*DelegateStakeAddressIndex) String

func (x *DelegateStakeAddressIndex) String() string

type DelegateStakeInfo

type DelegateStakeInfo struct {
	StakeType int32  `protobuf:"varint,1,opt,name=StakeType,proto3" json:"StakeType,omitempty"` // 1 StakeForMining, 2 StakeForVIP, 3 StakeForSuperVIP, 4, AgentSuperVIP
	Address   []byte `protobuf:"bytes,2,opt,name=Address,proto3" json:"Address,omitempty"`
	Principal []byte `protobuf:"bytes,3,opt,name=Principal,proto3" json:"Principal,omitempty"` // in case stake for other address
	Amount    []byte `protobuf:"bytes,4,opt,name=Amount,proto3" json:"Amount,omitempty"`
	Status    int32  `protobuf:"varint,5,opt,name=Status,proto3" json:"Status,omitempty"` // 0 pending, 1 confirmed, 2 cancelling
	SerialNo  uint64 `protobuf:"varint,6,opt,name=SerialNo,proto3" json:"SerialNo,omitempty"`
	Id        []byte `protobuf:"bytes,7,opt,name=Id,proto3" json:"Id,omitempty"` //not set on serialize
	// contains filtered or unexported fields
}

func (*DelegateStakeInfo) Descriptor deprecated

func (*DelegateStakeInfo) Descriptor() ([]byte, []int)

Deprecated: Use DelegateStakeInfo.ProtoReflect.Descriptor instead.

func (*DelegateStakeInfo) GetAddress

func (x *DelegateStakeInfo) GetAddress() []byte

func (*DelegateStakeInfo) GetAmount

func (x *DelegateStakeInfo) GetAmount() []byte

func (*DelegateStakeInfo) GetId

func (x *DelegateStakeInfo) GetId() []byte

func (*DelegateStakeInfo) GetPrincipal

func (x *DelegateStakeInfo) GetPrincipal() []byte

func (*DelegateStakeInfo) GetSerialNo

func (x *DelegateStakeInfo) GetSerialNo() uint64

func (*DelegateStakeInfo) GetStakeType

func (x *DelegateStakeInfo) GetStakeType() int32

func (*DelegateStakeInfo) GetStatus

func (x *DelegateStakeInfo) GetStatus() int32

func (*DelegateStakeInfo) ProtoMessage

func (*DelegateStakeInfo) ProtoMessage()

func (*DelegateStakeInfo) ProtoReflect

func (x *DelegateStakeInfo) ProtoReflect() protoreflect.Message

func (*DelegateStakeInfo) Reset

func (x *DelegateStakeInfo) Reset()

func (*DelegateStakeInfo) String

func (x *DelegateStakeInfo) String() string

type DexFeesByPeriod

type DexFeesByPeriod struct {
	FeesForDividend []*FeeForDividend `protobuf:"bytes,1,rep,name=FeesForDividend,proto3" json:"FeesForDividend,omitempty"`
	FeesForMine     []*FeeForMine     `protobuf:"bytes,2,rep,name=FeesForMine,proto3" json:"FeesForMine,omitempty"`
	LastValidPeriod uint64            `protobuf:"varint,3,opt,name=lastValidPeriod,proto3" json:"lastValidPeriod,omitempty"`
	FinishDividend  bool              `protobuf:"varint,4,opt,name=FinishDividend,proto3" json:"FinishDividend,omitempty"`
	FinishMine      bool              `protobuf:"varint,5,opt,name=FinishMine,proto3" json:"FinishMine,omitempty"`
	// contains filtered or unexported fields
}

func (*DexFeesByPeriod) Descriptor deprecated

func (*DexFeesByPeriod) Descriptor() ([]byte, []int)

Deprecated: Use DexFeesByPeriod.ProtoReflect.Descriptor instead.

func (*DexFeesByPeriod) GetFeesForDividend

func (x *DexFeesByPeriod) GetFeesForDividend() []*FeeForDividend

func (*DexFeesByPeriod) GetFeesForMine

func (x *DexFeesByPeriod) GetFeesForMine() []*FeeForMine

func (*DexFeesByPeriod) GetFinishDividend

func (x *DexFeesByPeriod) GetFinishDividend() bool

func (*DexFeesByPeriod) GetFinishMine

func (x *DexFeesByPeriod) GetFinishMine() bool

func (*DexFeesByPeriod) GetLastValidPeriod

func (x *DexFeesByPeriod) GetLastValidPeriod() uint64

func (*DexFeesByPeriod) ProtoMessage

func (*DexFeesByPeriod) ProtoMessage()

func (*DexFeesByPeriod) ProtoReflect

func (x *DexFeesByPeriod) ProtoReflect() protoreflect.Message

func (*DexFeesByPeriod) Reset

func (x *DexFeesByPeriod) Reset()

func (*DexFeesByPeriod) String

func (x *DexFeesByPeriod) String() string

type FeeAccount

type FeeAccount struct {
	QuoteTokenType    int32  `protobuf:"varint,1,opt,name=QuoteTokenType,proto3" json:"QuoteTokenType,omitempty"`
	BaseAmount        []byte `protobuf:"bytes,2,opt,name=BaseAmount,proto3" json:"BaseAmount,omitempty"`
	InviteBonusAmount []byte `protobuf:"bytes,3,opt,name=InviteBonusAmount,proto3" json:"InviteBonusAmount,omitempty"`
	// contains filtered or unexported fields
}

func (*FeeAccount) Descriptor deprecated

func (*FeeAccount) Descriptor() ([]byte, []int)

Deprecated: Use FeeAccount.ProtoReflect.Descriptor instead.

func (*FeeAccount) GetBaseAmount

func (x *FeeAccount) GetBaseAmount() []byte

func (*FeeAccount) GetInviteBonusAmount

func (x *FeeAccount) GetInviteBonusAmount() []byte

func (*FeeAccount) GetQuoteTokenType

func (x *FeeAccount) GetQuoteTokenType() int32

func (*FeeAccount) ProtoMessage

func (*FeeAccount) ProtoMessage()

func (*FeeAccount) ProtoReflect

func (x *FeeAccount) ProtoReflect() protoreflect.Message

func (*FeeAccount) Reset

func (x *FeeAccount) Reset()

func (*FeeAccount) String

func (x *FeeAccount) String() string

type FeeDividendForVxHolder

type FeeDividendForVxHolder struct {
	Address     []byte `protobuf:"bytes,1,opt,name=Address,proto3" json:"Address,omitempty"`
	VxAmount    []byte `protobuf:"bytes,2,opt,name=VxAmount,proto3" json:"VxAmount,omitempty"`
	FeeToken    []byte `protobuf:"bytes,3,opt,name=FeeToken,proto3" json:"FeeToken,omitempty"` // fee token to dividend
	FeeDividend []byte `protobuf:"bytes,4,opt,name=FeeDividend,proto3" json:"FeeDividend,omitempty"`
	// contains filtered or unexported fields
}

event

func (*FeeDividendForVxHolder) Descriptor deprecated

func (*FeeDividendForVxHolder) Descriptor() ([]byte, []int)

Deprecated: Use FeeDividendForVxHolder.ProtoReflect.Descriptor instead.

func (*FeeDividendForVxHolder) GetAddress

func (x *FeeDividendForVxHolder) GetAddress() []byte

func (*FeeDividendForVxHolder) GetFeeDividend

func (x *FeeDividendForVxHolder) GetFeeDividend() []byte

func (*FeeDividendForVxHolder) GetFeeToken

func (x *FeeDividendForVxHolder) GetFeeToken() []byte

func (*FeeDividendForVxHolder) GetVxAmount

func (x *FeeDividendForVxHolder) GetVxAmount() []byte

func (*FeeDividendForVxHolder) ProtoMessage

func (*FeeDividendForVxHolder) ProtoMessage()

func (*FeeDividendForVxHolder) ProtoReflect

func (x *FeeDividendForVxHolder) ProtoReflect() protoreflect.Message

func (*FeeDividendForVxHolder) Reset

func (x *FeeDividendForVxHolder) Reset()

func (*FeeDividendForVxHolder) String

func (x *FeeDividendForVxHolder) String() string

type FeeForDividend

type FeeForDividend struct {
	Token []byte `protobuf:"bytes,1,opt,name=Token,proto3" json:"Token,omitempty"`
	// rolled amount : 99% part of last period BaseAmount rolled to this period +
	// open new market fee +
	// create new inviter fee +
	// trade baseFee[include markets allow mine and not allow mine]
	DividendPoolAmount []byte `protobuf:"bytes,2,opt,name=DividendPoolAmount,proto3" json:"DividendPoolAmount,omitempty"`
	NotRoll            bool   `protobuf:"varint,3,opt,name=NotRoll,proto3" json:"NotRoll,omitempty"`
	// contains filtered or unexported fields
}

func (*FeeForDividend) Descriptor deprecated

func (*FeeForDividend) Descriptor() ([]byte, []int)

Deprecated: Use FeeForDividend.ProtoReflect.Descriptor instead.

func (*FeeForDividend) GetDividendPoolAmount

func (x *FeeForDividend) GetDividendPoolAmount() []byte

func (*FeeForDividend) GetNotRoll

func (x *FeeForDividend) GetNotRoll() bool

func (*FeeForDividend) GetToken

func (x *FeeForDividend) GetToken() []byte

func (*FeeForDividend) ProtoMessage

func (*FeeForDividend) ProtoMessage()

func (*FeeForDividend) ProtoReflect

func (x *FeeForDividend) ProtoReflect() protoreflect.Message

func (*FeeForDividend) Reset

func (x *FeeForDividend) Reset()

func (*FeeForDividend) String

func (x *FeeForDividend) String() string

type FeeForMine

type FeeForMine struct {
	QuoteTokenType    int32  `protobuf:"varint,1,opt,name=QuoteTokenType,proto3" json:"QuoteTokenType,omitempty"`
	BaseAmount        []byte `protobuf:"bytes,2,opt,name=BaseAmount,proto3" json:"BaseAmount,omitempty"`               // normal trade fee
	InviteBonusAmount []byte `protobuf:"bytes,3,opt,name=InviteBonusAmount,proto3" json:"InviteBonusAmount,omitempty"` // invitee trade fee
	// contains filtered or unexported fields
}

func (*FeeForMine) Descriptor deprecated

func (*FeeForMine) Descriptor() ([]byte, []int)

Deprecated: Use FeeForMine.ProtoReflect.Descriptor instead.

func (*FeeForMine) GetBaseAmount

func (x *FeeForMine) GetBaseAmount() []byte

func (*FeeForMine) GetInviteBonusAmount

func (x *FeeForMine) GetInviteBonusAmount() []byte

func (*FeeForMine) GetQuoteTokenType

func (x *FeeForMine) GetQuoteTokenType() int32

func (*FeeForMine) ProtoMessage

func (*FeeForMine) ProtoMessage()

func (*FeeForMine) ProtoReflect

func (x *FeeForMine) ProtoReflect() protoreflect.Message

func (*FeeForMine) Reset

func (x *FeeForMine) Reset()

func (*FeeForMine) String

func (x *FeeForMine) String() string

type FeeSettle

type FeeSettle struct {
	Address     []byte `protobuf:"bytes,1,opt,name=Address,proto3" json:"Address,omitempty"`
	BaseFee     []byte `protobuf:"bytes,2,opt,name=BaseFee,proto3" json:"BaseFee,omitempty"`         // FeeSumAccount.BaseAmount, FeeSumAccount.InviterBonusAmount, UserFeeAccount.InviterBonusAmount
	OperatorFee []byte `protobuf:"bytes,3,opt,name=OperatorFee,proto3" json:"OperatorFee,omitempty"` // OperatorFeeAccount.Amount
	// contains filtered or unexported fields
}

func (*FeeSettle) Descriptor deprecated

func (*FeeSettle) Descriptor() ([]byte, []int)

Deprecated: Use FeeSettle.ProtoReflect.Descriptor instead.

func (*FeeSettle) GetAddress

func (x *FeeSettle) GetAddress() []byte

func (*FeeSettle) GetBaseFee

func (x *FeeSettle) GetBaseFee() []byte

func (*FeeSettle) GetOperatorFee

func (x *FeeSettle) GetOperatorFee() []byte

func (*FeeSettle) ProtoMessage

func (*FeeSettle) ProtoMessage()

func (*FeeSettle) ProtoReflect

func (x *FeeSettle) ProtoReflect() protoreflect.Message

func (*FeeSettle) Reset

func (x *FeeSettle) Reset()

func (*FeeSettle) String

func (x *FeeSettle) String() string

type FeesByPeriod

type FeesByPeriod struct {
	Fees   []*FeeAccount `protobuf:"bytes,1,rep,name=Fees,proto3" json:"Fees,omitempty"`
	Period uint64        `protobuf:"varint,2,opt,name=Period,proto3" json:"Period,omitempty"`
	// contains filtered or unexported fields
}

func (*FeesByPeriod) Descriptor deprecated

func (*FeesByPeriod) Descriptor() ([]byte, []int)

Deprecated: Use FeesByPeriod.ProtoReflect.Descriptor instead.

func (*FeesByPeriod) GetFees

func (x *FeesByPeriod) GetFees() []*FeeAccount

func (*FeesByPeriod) GetPeriod

func (x *FeesByPeriod) GetPeriod() uint64

func (*FeesByPeriod) ProtoMessage

func (*FeesByPeriod) ProtoMessage()

func (*FeesByPeriod) ProtoReflect

func (x *FeesByPeriod) ProtoReflect() protoreflect.Message

func (*FeesByPeriod) Reset

func (x *FeesByPeriod) Reset()

func (*FeesByPeriod) String

func (x *FeesByPeriod) String() string

type Fund

type Fund struct {
	Address  []byte     `protobuf:"bytes,1,opt,name=Address,proto3" json:"Address,omitempty"`
	Accounts []*Account `protobuf:"bytes,2,rep,name=Accounts,proto3" json:"Accounts,omitempty"`
	// contains filtered or unexported fields
}

storage

func (*Fund) Descriptor deprecated

func (*Fund) Descriptor() ([]byte, []int)

Deprecated: Use Fund.ProtoReflect.Descriptor instead.

func (*Fund) GetAccounts

func (x *Fund) GetAccounts() []*Account

func (*Fund) GetAddress

func (x *Fund) GetAddress() []byte

func (*Fund) ProtoMessage

func (*Fund) ProtoMessage()

func (*Fund) ProtoReflect

func (x *Fund) ProtoReflect() protoreflect.Message

func (*Fund) Reset

func (x *Fund) Reset()

func (*Fund) String

func (x *Fund) String() string

type FundSettle

type FundSettle struct {
	Address        []byte           `protobuf:"bytes,1,opt,name=Address,proto3" json:"Address,omitempty"`
	AccountSettles []*AccountSettle `protobuf:"bytes,2,rep,name=AccountSettles,proto3" json:"AccountSettles,omitempty"`
	// contains filtered or unexported fields
}

func (*FundSettle) Descriptor deprecated

func (*FundSettle) Descriptor() ([]byte, []int)

Deprecated: Use FundSettle.ProtoReflect.Descriptor instead.

func (*FundSettle) GetAccountSettles

func (x *FundSettle) GetAccountSettles() []*AccountSettle

func (*FundSettle) GetAddress

func (x *FundSettle) GetAddress() []byte

func (*FundSettle) ProtoMessage

func (*FundSettle) ProtoMessage()

func (*FundSettle) ProtoReflect

func (x *FundSettle) ProtoReflect() protoreflect.Message

func (*FundSettle) Reset

func (x *FundSettle) Reset()

func (*FundSettle) String

func (x *FundSettle) String() string

type InviteRelation

type InviteRelation struct {
	Inviter    []byte `protobuf:"bytes,1,opt,name=Inviter,proto3" json:"Inviter,omitempty"`
	Invitee    []byte `protobuf:"bytes,2,opt,name=Invitee,proto3" json:"Invitee,omitempty"`
	InviteCode uint32 `protobuf:"varint,3,opt,name=InviteCode,proto3" json:"InviteCode,omitempty"`
	// contains filtered or unexported fields
}

event

func (*InviteRelation) Descriptor deprecated

func (*InviteRelation) Descriptor() ([]byte, []int)

Deprecated: Use InviteRelation.ProtoReflect.Descriptor instead.

func (*InviteRelation) GetInviteCode

func (x *InviteRelation) GetInviteCode() uint32

func (*InviteRelation) GetInvitee

func (x *InviteRelation) GetInvitee() []byte

func (*InviteRelation) GetInviter

func (x *InviteRelation) GetInviter() []byte

func (*InviteRelation) ProtoMessage

func (*InviteRelation) ProtoMessage()

func (*InviteRelation) ProtoReflect

func (x *InviteRelation) ProtoReflect() protoreflect.Message

func (*InviteRelation) Reset

func (x *InviteRelation) Reset()

func (*InviteRelation) String

func (x *InviteRelation) String() string

type MarketAgentRelation

type MarketAgentRelation struct {
	Principal []byte `protobuf:"bytes,1,opt,name=Principal,proto3" json:"Principal,omitempty"`
	Agent     []byte `protobuf:"bytes,2,opt,name=Agent,proto3" json:"Agent,omitempty"`
	MarketId  int32  `protobuf:"varint,3,opt,name=MarketId,proto3" json:"MarketId,omitempty"`
	// contains filtered or unexported fields
}

event

func (*MarketAgentRelation) Descriptor deprecated

func (*MarketAgentRelation) Descriptor() ([]byte, []int)

Deprecated: Use MarketAgentRelation.ProtoReflect.Descriptor instead.

func (*MarketAgentRelation) GetAgent

func (x *MarketAgentRelation) GetAgent() []byte

func (*MarketAgentRelation) GetMarketId

func (x *MarketAgentRelation) GetMarketId() int32

func (*MarketAgentRelation) GetPrincipal

func (x *MarketAgentRelation) GetPrincipal() []byte

func (*MarketAgentRelation) ProtoMessage

func (*MarketAgentRelation) ProtoMessage()

func (*MarketAgentRelation) ProtoReflect

func (x *MarketAgentRelation) ProtoReflect() protoreflect.Message

func (*MarketAgentRelation) Reset

func (x *MarketAgentRelation) Reset()

func (*MarketAgentRelation) String

func (x *MarketAgentRelation) String() string

type MarketInfo

type MarketInfo struct {
	MarketId             int32  `protobuf:"varint,1,opt,name=MarketId,proto3" json:"MarketId,omitempty"`
	MarketSymbol         string `protobuf:"bytes,2,opt,name=MarketSymbol,proto3" json:"MarketSymbol,omitempty"`
	TradeToken           []byte `protobuf:"bytes,3,opt,name=TradeToken,proto3" json:"TradeToken,omitempty"`
	QuoteToken           []byte `protobuf:"bytes,4,opt,name=QuoteToken,proto3" json:"QuoteToken,omitempty"`
	QuoteTokenType       int32  `protobuf:"varint,5,opt,name=QuoteTokenType,proto3" json:"QuoteTokenType,omitempty"`
	TradeTokenDecimals   int32  `protobuf:"varint,6,opt,name=TradeTokenDecimals,proto3" json:"TradeTokenDecimals,omitempty"`
	QuoteTokenDecimals   int32  `protobuf:"varint,7,opt,name=QuoteTokenDecimals,proto3" json:"QuoteTokenDecimals,omitempty"`
	TakerOperatorFeeRate int32  `protobuf:"varint,8,opt,name=TakerOperatorFeeRate,proto3" json:"TakerOperatorFeeRate,omitempty"` // rate/100,000
	MakerOperatorFeeRate int32  `protobuf:"varint,9,opt,name=MakerOperatorFeeRate,proto3" json:"MakerOperatorFeeRate,omitempty"` // rate/100,000
	AllowMining          bool   `protobuf:"varint,10,opt,name=AllowMining,proto3" json:"AllowMining,omitempty"`
	Valid                bool   `protobuf:"varint,11,opt,name=Valid,proto3" json:"Valid,omitempty"` // false: pending for tradeToken validate
	Owner                []byte `protobuf:"bytes,12,opt,name=Owner,proto3" json:"Owner,omitempty"`
	Creator              []byte `protobuf:"bytes,13,opt,name=Creator,proto3" json:"Creator,omitempty"` //creator address
	Stopped              bool   `protobuf:"varint,14,opt,name=Stopped,proto3" json:"Stopped,omitempty"`
	Timestamp            int64  `protobuf:"varint,15,opt,name=Timestamp,proto3" json:"Timestamp,omitempty"`
	StableMarket         bool   `protobuf:"varint,16,opt,name=StableMarket,proto3" json:"StableMarket,omitempty"`
	// contains filtered or unexported fields
}

storage+event

func (*MarketInfo) Descriptor deprecated

func (*MarketInfo) Descriptor() ([]byte, []int)

Deprecated: Use MarketInfo.ProtoReflect.Descriptor instead.

func (*MarketInfo) GetAllowMining

func (x *MarketInfo) GetAllowMining() bool

func (*MarketInfo) GetCreator

func (x *MarketInfo) GetCreator() []byte

func (*MarketInfo) GetMakerOperatorFeeRate

func (x *MarketInfo) GetMakerOperatorFeeRate() int32

func (*MarketInfo) GetMarketId

func (x *MarketInfo) GetMarketId() int32

func (*MarketInfo) GetMarketSymbol

func (x *MarketInfo) GetMarketSymbol() string

func (*MarketInfo) GetOwner

func (x *MarketInfo) GetOwner() []byte

func (*MarketInfo) GetQuoteToken

func (x *MarketInfo) GetQuoteToken() []byte

func (*MarketInfo) GetQuoteTokenDecimals

func (x *MarketInfo) GetQuoteTokenDecimals() int32

func (*MarketInfo) GetQuoteTokenType

func (x *MarketInfo) GetQuoteTokenType() int32

func (*MarketInfo) GetStableMarket

func (x *MarketInfo) GetStableMarket() bool

func (*MarketInfo) GetStopped

func (x *MarketInfo) GetStopped() bool

func (*MarketInfo) GetTakerOperatorFeeRate

func (x *MarketInfo) GetTakerOperatorFeeRate() int32

func (*MarketInfo) GetTimestamp

func (x *MarketInfo) GetTimestamp() int64

func (*MarketInfo) GetTradeToken

func (x *MarketInfo) GetTradeToken() []byte

func (*MarketInfo) GetTradeTokenDecimals

func (x *MarketInfo) GetTradeTokenDecimals() int32

func (*MarketInfo) GetValid

func (x *MarketInfo) GetValid() bool

func (*MarketInfo) ProtoMessage

func (*MarketInfo) ProtoMessage()

func (*MarketInfo) ProtoReflect

func (x *MarketInfo) ProtoReflect() protoreflect.Message

func (*MarketInfo) Reset

func (x *MarketInfo) Reset()

func (*MarketInfo) String

func (x *MarketInfo) String() string

type MinedVxForFee

type MinedVxForFee struct {
	Address        []byte `protobuf:"bytes,1,opt,name=Address,proto3" json:"Address,omitempty"`
	QuoteTokenType int32  `protobuf:"varint,2,opt,name=QuoteTokenType,proto3" json:"QuoteTokenType,omitempty"` // 1 vite, 2 eth, 3 btc, 4 usd
	FeeAmount      []byte `protobuf:"bytes,3,opt,name=FeeAmount,proto3" json:"FeeAmount,omitempty"`            // decimals depends on QuoteTokenType
	MinedAmount    []byte `protobuf:"bytes,4,opt,name=MinedAmount,proto3" json:"MinedAmount,omitempty"`        // mined vx amount
	// contains filtered or unexported fields
}

event

func (*MinedVxForFee) Descriptor deprecated

func (*MinedVxForFee) Descriptor() ([]byte, []int)

Deprecated: Use MinedVxForFee.ProtoReflect.Descriptor instead.

func (*MinedVxForFee) GetAddress

func (x *MinedVxForFee) GetAddress() []byte

func (*MinedVxForFee) GetFeeAmount

func (x *MinedVxForFee) GetFeeAmount() []byte

func (*MinedVxForFee) GetMinedAmount

func (x *MinedVxForFee) GetMinedAmount() []byte

func (*MinedVxForFee) GetQuoteTokenType

func (x *MinedVxForFee) GetQuoteTokenType() int32

func (*MinedVxForFee) ProtoMessage

func (*MinedVxForFee) ProtoMessage()

func (*MinedVxForFee) ProtoReflect

func (x *MinedVxForFee) ProtoReflect() protoreflect.Message

func (*MinedVxForFee) Reset

func (x *MinedVxForFee) Reset()

func (*MinedVxForFee) String

func (x *MinedVxForFee) String() string

type MinedVxForOperation

type MinedVxForOperation struct {
	BizType int32  `protobuf:"varint,1,opt,name=BizType,proto3" json:"BizType,omitempty"` // 1 MineForMaker, 2 MineForMaintainer
	Address []byte `protobuf:"bytes,2,opt,name=Address,proto3" json:"Address,omitempty"`
	Amount  []byte `protobuf:"bytes,3,opt,name=Amount,proto3" json:"Amount,omitempty"`
	// contains filtered or unexported fields
}

event

func (*MinedVxForOperation) Descriptor deprecated

func (*MinedVxForOperation) Descriptor() ([]byte, []int)

Deprecated: Use MinedVxForOperation.ProtoReflect.Descriptor instead.

func (*MinedVxForOperation) GetAddress

func (x *MinedVxForOperation) GetAddress() []byte

func (*MinedVxForOperation) GetAmount

func (x *MinedVxForOperation) GetAmount() []byte

func (*MinedVxForOperation) GetBizType

func (x *MinedVxForOperation) GetBizType() int32

func (*MinedVxForOperation) ProtoMessage

func (*MinedVxForOperation) ProtoMessage()

func (*MinedVxForOperation) ProtoReflect

func (x *MinedVxForOperation) ProtoReflect() protoreflect.Message

func (*MinedVxForOperation) Reset

func (x *MinedVxForOperation) Reset()

func (*MinedVxForOperation) String

func (x *MinedVxForOperation) String() string

type MinedVxForStaking

type MinedVxForStaking struct {
	Address      []byte `protobuf:"bytes,1,opt,name=Address,proto3" json:"Address,omitempty"`
	StakedAmount []byte `protobuf:"bytes,2,opt,name=StakedAmount,proto3" json:"StakedAmount,omitempty"` // Staked vite amount
	MinedAmount  []byte `protobuf:"bytes,3,opt,name=MinedAmount,proto3" json:"MinedAmount,omitempty"`   // mined vx amount
	// contains filtered or unexported fields
}

event

func (*MinedVxForStaking) Descriptor deprecated

func (*MinedVxForStaking) Descriptor() ([]byte, []int)

Deprecated: Use MinedVxForStaking.ProtoReflect.Descriptor instead.

func (*MinedVxForStaking) GetAddress

func (x *MinedVxForStaking) GetAddress() []byte

func (*MinedVxForStaking) GetMinedAmount

func (x *MinedVxForStaking) GetMinedAmount() []byte

func (*MinedVxForStaking) GetStakedAmount

func (x *MinedVxForStaking) GetStakedAmount() []byte

func (*MinedVxForStaking) ProtoMessage

func (*MinedVxForStaking) ProtoMessage()

func (*MinedVxForStaking) ProtoReflect

func (x *MinedVxForStaking) ProtoReflect() protoreflect.Message

func (*MinedVxForStaking) Reset

func (x *MinedVxForStaking) Reset()

func (*MinedVxForStaking) String

func (x *MinedVxForStaking) String() string

type MiningStakingByPeriod

type MiningStakingByPeriod struct {
	Period uint64 `protobuf:"varint,1,opt,name=Period,proto3" json:"Period,omitempty"` // last snapshot height in period
	Amount []byte `protobuf:"bytes,2,opt,name=Amount,proto3" json:"Amount,omitempty"`
	// contains filtered or unexported fields
}

func (*MiningStakingByPeriod) Descriptor deprecated

func (*MiningStakingByPeriod) Descriptor() ([]byte, []int)

Deprecated: Use MiningStakingByPeriod.ProtoReflect.Descriptor instead.

func (*MiningStakingByPeriod) GetAmount

func (x *MiningStakingByPeriod) GetAmount() []byte

func (*MiningStakingByPeriod) GetPeriod

func (x *MiningStakingByPeriod) GetPeriod() uint64

func (*MiningStakingByPeriod) ProtoMessage

func (*MiningStakingByPeriod) ProtoMessage()

func (*MiningStakingByPeriod) ProtoReflect

func (x *MiningStakingByPeriod) ProtoReflect() protoreflect.Message

func (*MiningStakingByPeriod) Reset

func (x *MiningStakingByPeriod) Reset()

func (*MiningStakingByPeriod) String

func (x *MiningStakingByPeriod) String() string

type MiningStakings

type MiningStakings struct {
	Stakings []*MiningStakingByPeriod `protobuf:"bytes,1,rep,name=Stakings,proto3" json:"Stakings,omitempty"`
	// contains filtered or unexported fields
}

func (*MiningStakings) Descriptor deprecated

func (*MiningStakings) Descriptor() ([]byte, []int)

Deprecated: Use MiningStakings.ProtoReflect.Descriptor instead.

func (*MiningStakings) GetStakings

func (x *MiningStakings) GetStakings() []*MiningStakingByPeriod

func (*MiningStakings) ProtoMessage

func (*MiningStakings) ProtoMessage()

func (*MiningStakings) ProtoReflect

func (x *MiningStakings) ProtoReflect() protoreflect.Message

func (*MiningStakings) Reset

func (x *MiningStakings) Reset()

func (*MiningStakings) String

func (x *MiningStakings) String() string

type NewMarketAction

type NewMarketAction struct {
	TradeToken  []byte   `protobuf:"bytes,1,opt,name=TradeToken,proto3" json:"TradeToken,omitempty"`
	QuoteTokens [][]byte `protobuf:"bytes,2,rep,name=QuoteTokens,proto3" json:"QuoteTokens,omitempty"`
	// contains filtered or unexported fields
}

func (*NewMarketAction) Descriptor deprecated

func (*NewMarketAction) Descriptor() ([]byte, []int)

Deprecated: Use NewMarketAction.ProtoReflect.Descriptor instead.

func (*NewMarketAction) GetQuoteTokens

func (x *NewMarketAction) GetQuoteTokens() [][]byte

func (*NewMarketAction) GetTradeToken

func (x *NewMarketAction) GetTradeToken() []byte

func (*NewMarketAction) ProtoMessage

func (*NewMarketAction) ProtoMessage()

func (*NewMarketAction) ProtoReflect

func (x *NewMarketAction) ProtoReflect() protoreflect.Message

func (*NewMarketAction) Reset

func (x *NewMarketAction) Reset()

func (*NewMarketAction) String

func (x *NewMarketAction) String() string

type NewOrderInfo

type NewOrderInfo struct {
	Order      *Order `protobuf:"bytes,1,opt,name=Order,proto3" json:"Order,omitempty"`
	TradeToken []byte `protobuf:"bytes,2,opt,name=TradeToken,proto3" json:"TradeToken,omitempty"`
	QuoteToken []byte `protobuf:"bytes,3,opt,name=QuoteToken,proto3" json:"QuoteToken,omitempty"`
	// contains filtered or unexported fields
}

event

func (*NewOrderInfo) Descriptor deprecated

func (*NewOrderInfo) Descriptor() ([]byte, []int)

Deprecated: Use NewOrderInfo.ProtoReflect.Descriptor instead.

func (*NewOrderInfo) GetOrder

func (x *NewOrderInfo) GetOrder() *Order

func (*NewOrderInfo) GetQuoteToken

func (x *NewOrderInfo) GetQuoteToken() []byte

func (*NewOrderInfo) GetTradeToken

func (x *NewOrderInfo) GetTradeToken() []byte

func (*NewOrderInfo) ProtoMessage

func (*NewOrderInfo) ProtoMessage()

func (*NewOrderInfo) ProtoReflect

func (x *NewOrderInfo) ProtoReflect() protoreflect.Message

func (*NewOrderInfo) Reset

func (x *NewOrderInfo) Reset()

func (*NewOrderInfo) String

func (x *NewOrderInfo) String() string

type OperatorFeeAccount

type OperatorFeeAccount struct {
	Token      []byte               `protobuf:"bytes,1,opt,name=Token,proto3" json:"Token,omitempty"`
	MarketFees []*OperatorMarketFee `protobuf:"bytes,2,rep,name=MarketFees,proto3" json:"MarketFees,omitempty"`
	// contains filtered or unexported fields
}

func (*OperatorFeeAccount) Descriptor deprecated

func (*OperatorFeeAccount) Descriptor() ([]byte, []int)

Deprecated: Use OperatorFeeAccount.ProtoReflect.Descriptor instead.

func (*OperatorFeeAccount) GetMarketFees

func (x *OperatorFeeAccount) GetMarketFees() []*OperatorMarketFee

func (*OperatorFeeAccount) GetToken

func (x *OperatorFeeAccount) GetToken() []byte

func (*OperatorFeeAccount) ProtoMessage

func (*OperatorFeeAccount) ProtoMessage()

func (*OperatorFeeAccount) ProtoReflect

func (x *OperatorFeeAccount) ProtoReflect() protoreflect.Message

func (*OperatorFeeAccount) Reset

func (x *OperatorFeeAccount) Reset()

func (*OperatorFeeAccount) String

func (x *OperatorFeeAccount) String() string

type OperatorFeeDividend

type OperatorFeeDividend struct {
	Address              []byte `protobuf:"bytes,1,opt,name=Address,proto3" json:"Address,omitempty"`
	MarketId             int32  `protobuf:"varint,2,opt,name=MarketId,proto3" json:"MarketId,omitempty"`
	TakerOperatorFeeRate int32  `protobuf:"varint,3,opt,name=TakerOperatorFeeRate,proto3" json:"TakerOperatorFeeRate,omitempty"`
	MakerOperatorFeeRate int32  `protobuf:"varint,4,opt,name=MakerOperatorFeeRate,proto3" json:"MakerOperatorFeeRate,omitempty"`
	Amount               []byte `protobuf:"bytes,5,opt,name=Amount,proto3" json:"Amount,omitempty"` //depend on marketInfo.QuoteToken
	// contains filtered or unexported fields
}

event

func (*OperatorFeeDividend) Descriptor deprecated

func (*OperatorFeeDividend) Descriptor() ([]byte, []int)

Deprecated: Use OperatorFeeDividend.ProtoReflect.Descriptor instead.

func (*OperatorFeeDividend) GetAddress

func (x *OperatorFeeDividend) GetAddress() []byte

func (*OperatorFeeDividend) GetAmount

func (x *OperatorFeeDividend) GetAmount() []byte

func (*OperatorFeeDividend) GetMakerOperatorFeeRate

func (x *OperatorFeeDividend) GetMakerOperatorFeeRate() int32

func (*OperatorFeeDividend) GetMarketId

func (x *OperatorFeeDividend) GetMarketId() int32

func (*OperatorFeeDividend) GetTakerOperatorFeeRate

func (x *OperatorFeeDividend) GetTakerOperatorFeeRate() int32

func (*OperatorFeeDividend) ProtoMessage

func (*OperatorFeeDividend) ProtoMessage()

func (*OperatorFeeDividend) ProtoReflect

func (x *OperatorFeeDividend) ProtoReflect() protoreflect.Message

func (*OperatorFeeDividend) Reset

func (x *OperatorFeeDividend) Reset()

func (*OperatorFeeDividend) String

func (x *OperatorFeeDividend) String() string

type OperatorFeesByPeriod

type OperatorFeesByPeriod struct {
	OperatorFees []*OperatorFeeAccount `protobuf:"bytes,1,rep,name=OperatorFees,proto3" json:"OperatorFees,omitempty"`
	// contains filtered or unexported fields
}

func (*OperatorFeesByPeriod) Descriptor deprecated

func (*OperatorFeesByPeriod) Descriptor() ([]byte, []int)

Deprecated: Use OperatorFeesByPeriod.ProtoReflect.Descriptor instead.

func (*OperatorFeesByPeriod) GetOperatorFees

func (x *OperatorFeesByPeriod) GetOperatorFees() []*OperatorFeeAccount

func (*OperatorFeesByPeriod) ProtoMessage

func (*OperatorFeesByPeriod) ProtoMessage()

func (*OperatorFeesByPeriod) ProtoReflect

func (x *OperatorFeesByPeriod) ProtoReflect() protoreflect.Message

func (*OperatorFeesByPeriod) Reset

func (x *OperatorFeesByPeriod) Reset()

func (*OperatorFeesByPeriod) String

func (x *OperatorFeesByPeriod) String() string

type OperatorMarketFee

type OperatorMarketFee struct {
	MarketId             int32  `protobuf:"varint,1,opt,name=MarketId,proto3" json:"MarketId,omitempty"`
	TakerOperatorFeeRate int32  `protobuf:"varint,2,opt,name=TakerOperatorFeeRate,proto3" json:"TakerOperatorFeeRate,omitempty"`
	MakerOperatorFeeRate int32  `protobuf:"varint,3,opt,name=MakerOperatorFeeRate,proto3" json:"MakerOperatorFeeRate,omitempty"`
	Amount               []byte `protobuf:"bytes,4,opt,name=Amount,proto3" json:"Amount,omitempty"`
	// contains filtered or unexported fields
}

func (*OperatorMarketFee) Descriptor deprecated

func (*OperatorMarketFee) Descriptor() ([]byte, []int)

Deprecated: Use OperatorMarketFee.ProtoReflect.Descriptor instead.

func (*OperatorMarketFee) GetAmount

func (x *OperatorMarketFee) GetAmount() []byte

func (*OperatorMarketFee) GetMakerOperatorFeeRate

func (x *OperatorMarketFee) GetMakerOperatorFeeRate() int32

func (*OperatorMarketFee) GetMarketId

func (x *OperatorMarketFee) GetMarketId() int32

func (*OperatorMarketFee) GetTakerOperatorFeeRate

func (x *OperatorMarketFee) GetTakerOperatorFeeRate() int32

func (*OperatorMarketFee) ProtoMessage

func (*OperatorMarketFee) ProtoMessage()

func (*OperatorMarketFee) ProtoReflect

func (x *OperatorMarketFee) ProtoReflect() protoreflect.Message

func (*OperatorMarketFee) Reset

func (x *OperatorMarketFee) Reset()

func (*OperatorMarketFee) String

func (x *OperatorMarketFee) String() string

type Order

type Order struct {
	Id                      []byte `protobuf:"bytes,1,opt,name=Id,proto3" json:"Id,omitempty"` //[unset on serialize] MarketId[0..2]Side[3]Price[4..13]timestamp[14..18]serialNo[19..21] = 21
	Address                 []byte `protobuf:"bytes,2,opt,name=Address,proto3" json:"Address,omitempty"`
	MarketId                int32  `protobuf:"varint,3,opt,name=MarketId,proto3" json:"MarketId,omitempty"`                          // [unset on serialize]
	Side                    bool   `protobuf:"varint,4,opt,name=Side,proto3" json:"Side,omitempty"`                                  // //[unset on serialize] false buy, true sell
	Type                    int32  `protobuf:"varint,5,opt,name=Type,proto3" json:"Type,omitempty"`                                  // 0 limit order, 1 market order
	Price                   []byte `protobuf:"bytes,6,opt,name=Price,proto3" json:"Price,omitempty"`                                 // //[unset on serialize] [0...4]intPart [5..9]decimalPart
	TakerFeeRate            int32  `protobuf:"varint,7,opt,name=TakerFeeRate,proto3" json:"TakerFeeRate,omitempty"`                  // rate/100,000
	MakerFeeRate            int32  `protobuf:"varint,8,opt,name=MakerFeeRate,proto3" json:"MakerFeeRate,omitempty"`                  // rate/100,000
	TakerOperatorFeeRate    int32  `protobuf:"varint,9,opt,name=TakerOperatorFeeRate,proto3" json:"TakerOperatorFeeRate,omitempty"`  // rate/100,000
	MakerOperatorFeeRate    int32  `protobuf:"varint,10,opt,name=MakerOperatorFeeRate,proto3" json:"MakerOperatorFeeRate,omitempty"` // rate/100,000
	Quantity                []byte `protobuf:"bytes,11,opt,name=Quantity,proto3" json:"Quantity,omitempty"`
	Amount                  []byte `protobuf:"bytes,12,opt,name=Amount,proto3" json:"Amount,omitempty"`             // QuoteAmount
	LockedBuyFee            []byte `protobuf:"bytes,13,opt,name=LockedBuyFee,proto3" json:"LockedBuyFee,omitempty"` // fee locked ahead for buy (Fee + OperatorFee)
	Status                  int32  `protobuf:"varint,14,opt,name=Status,proto3" json:"Status,omitempty"`
	CancelReason            int32  `protobuf:"varint,15,opt,name=CancelReason,proto3" json:"CancelReason,omitempty"`
	ExecutedQuantity        []byte `protobuf:"bytes,16,opt,name=ExecutedQuantity,proto3" json:"ExecutedQuantity,omitempty"`
	ExecutedAmount          []byte `protobuf:"bytes,17,opt,name=ExecutedAmount,proto3" json:"ExecutedAmount,omitempty"`
	ExecutedBaseFee         []byte `protobuf:"bytes,18,opt,name=ExecutedBaseFee,proto3" json:"ExecutedBaseFee,omitempty"` // fee actually executed
	ExecutedOperatorFee     []byte `protobuf:"bytes,19,opt,name=ExecutedOperatorFee,proto3" json:"ExecutedOperatorFee,omitempty"`
	RefundToken             []byte `protobuf:"bytes,20,opt,name=RefundToken,proto3" json:"RefundToken,omitempty"`
	RefundQuantity          []byte `protobuf:"bytes,21,opt,name=RefundQuantity,proto3" json:"RefundQuantity,omitempty"` //refund trade/quote token
	Timestamp               int64  `protobuf:"varint,22,opt,name=Timestamp,proto3" json:"Timestamp,omitempty"`          // [unset on serialize]
	Agent                   []byte `protobuf:"bytes,23,opt,name=Agent,proto3" json:"Agent,omitempty"`
	SendHash                []byte `protobuf:"bytes,24,opt,name=SendHash,proto3" json:"SendHash,omitempty"`
	MarketOrderAmtThreshold []byte `protobuf:"bytes,25,opt,name=MarketOrderAmtThreshold,proto3" json:"MarketOrderAmtThreshold,omitempty"`
	// contains filtered or unexported fields
}

storage

func (*Order) Descriptor deprecated

func (*Order) Descriptor() ([]byte, []int)

Deprecated: Use Order.ProtoReflect.Descriptor instead.

func (*Order) GetAddress

func (x *Order) GetAddress() []byte

func (*Order) GetAgent

func (x *Order) GetAgent() []byte

func (*Order) GetAmount

func (x *Order) GetAmount() []byte

func (*Order) GetCancelReason

func (x *Order) GetCancelReason() int32

func (*Order) GetExecutedAmount

func (x *Order) GetExecutedAmount() []byte

func (*Order) GetExecutedBaseFee

func (x *Order) GetExecutedBaseFee() []byte

func (*Order) GetExecutedOperatorFee

func (x *Order) GetExecutedOperatorFee() []byte

func (*Order) GetExecutedQuantity

func (x *Order) GetExecutedQuantity() []byte

func (*Order) GetId

func (x *Order) GetId() []byte

func (*Order) GetLockedBuyFee

func (x *Order) GetLockedBuyFee() []byte

func (*Order) GetMakerFeeRate

func (x *Order) GetMakerFeeRate() int32

func (*Order) GetMakerOperatorFeeRate

func (x *Order) GetMakerOperatorFeeRate() int32

func (*Order) GetMarketId

func (x *Order) GetMarketId() int32

func (*Order) GetMarketOrderAmtThreshold

func (x *Order) GetMarketOrderAmtThreshold() []byte

func (*Order) GetPrice

func (x *Order) GetPrice() []byte

func (*Order) GetQuantity

func (x *Order) GetQuantity() []byte

func (*Order) GetRefundQuantity

func (x *Order) GetRefundQuantity() []byte

func (*Order) GetRefundToken

func (x *Order) GetRefundToken() []byte

func (*Order) GetSendHash

func (x *Order) GetSendHash() []byte

func (*Order) GetSide

func (x *Order) GetSide() bool

func (*Order) GetStatus

func (x *Order) GetStatus() int32

func (*Order) GetTakerFeeRate

func (x *Order) GetTakerFeeRate() int32

func (*Order) GetTakerOperatorFeeRate

func (x *Order) GetTakerOperatorFeeRate() int32

func (*Order) GetTimestamp

func (x *Order) GetTimestamp() int64

func (*Order) GetType

func (x *Order) GetType() int32

func (*Order) ProtoMessage

func (*Order) ProtoMessage()

func (*Order) ProtoReflect

func (x *Order) ProtoReflect() protoreflect.Message

func (*Order) Reset

func (x *Order) Reset()

func (*Order) String

func (x *Order) String() string

type OrderUpdateInfo

type OrderUpdateInfo struct {
	Id                  []byte `protobuf:"bytes,1,opt,name=Id,proto3" json:"Id,omitempty"`
	TradeToken          []byte `protobuf:"bytes,2,opt,name=TradeToken,proto3" json:"TradeToken,omitempty"`
	QuoteToken          []byte `protobuf:"bytes,3,opt,name=QuoteToken,proto3" json:"QuoteToken,omitempty"`
	Status              int32  `protobuf:"varint,4,opt,name=Status,proto3" json:"Status,omitempty"`
	CancelReason        int32  `protobuf:"varint,5,opt,name=CancelReason,proto3" json:"CancelReason,omitempty"`
	ExecutedQuantity    []byte `protobuf:"bytes,6,opt,name=ExecutedQuantity,proto3" json:"ExecutedQuantity,omitempty"`
	ExecutedAmount      []byte `protobuf:"bytes,7,opt,name=ExecutedAmount,proto3" json:"ExecutedAmount,omitempty"`
	ExecutedBaseFee     []byte `protobuf:"bytes,8,opt,name=ExecutedBaseFee,proto3" json:"ExecutedBaseFee,omitempty"`
	ExecutedOperatorFee []byte `protobuf:"bytes,9,opt,name=ExecutedOperatorFee,proto3" json:"ExecutedOperatorFee,omitempty"`
	RefundToken         []byte `protobuf:"bytes,10,opt,name=RefundToken,proto3" json:"RefundToken,omitempty"`
	RefundQuantity      []byte `protobuf:"bytes,11,opt,name=RefundQuantity,proto3" json:"RefundQuantity,omitempty"` //refund trade/quote token
	// contains filtered or unexported fields
}

event

func (*OrderUpdateInfo) Descriptor deprecated

func (*OrderUpdateInfo) Descriptor() ([]byte, []int)

Deprecated: Use OrderUpdateInfo.ProtoReflect.Descriptor instead.

func (*OrderUpdateInfo) GetCancelReason

func (x *OrderUpdateInfo) GetCancelReason() int32

func (*OrderUpdateInfo) GetExecutedAmount

func (x *OrderUpdateInfo) GetExecutedAmount() []byte

func (*OrderUpdateInfo) GetExecutedBaseFee

func (x *OrderUpdateInfo) GetExecutedBaseFee() []byte

func (*OrderUpdateInfo) GetExecutedOperatorFee

func (x *OrderUpdateInfo) GetExecutedOperatorFee() []byte

func (*OrderUpdateInfo) GetExecutedQuantity

func (x *OrderUpdateInfo) GetExecutedQuantity() []byte

func (*OrderUpdateInfo) GetId

func (x *OrderUpdateInfo) GetId() []byte

func (*OrderUpdateInfo) GetQuoteToken

func (x *OrderUpdateInfo) GetQuoteToken() []byte

func (*OrderUpdateInfo) GetRefundQuantity

func (x *OrderUpdateInfo) GetRefundQuantity() []byte

func (*OrderUpdateInfo) GetRefundToken

func (x *OrderUpdateInfo) GetRefundToken() []byte

func (*OrderUpdateInfo) GetStatus

func (x *OrderUpdateInfo) GetStatus() int32

func (*OrderUpdateInfo) GetTradeToken

func (x *OrderUpdateInfo) GetTradeToken() []byte

func (*OrderUpdateInfo) ProtoMessage

func (*OrderUpdateInfo) ProtoMessage()

func (*OrderUpdateInfo) ProtoReflect

func (x *OrderUpdateInfo) ProtoReflect() protoreflect.Message

func (*OrderUpdateInfo) Reset

func (x *OrderUpdateInfo) Reset()

func (*OrderUpdateInfo) String

func (x *OrderUpdateInfo) String() string

type PendingNewMarkets

type PendingNewMarkets struct {
	PendingActions []*NewMarketAction `protobuf:"bytes,1,rep,name=PendingActions,proto3" json:"PendingActions,omitempty"`
	// contains filtered or unexported fields
}

func (*PendingNewMarkets) Descriptor deprecated

func (*PendingNewMarkets) Descriptor() ([]byte, []int)

Deprecated: Use PendingNewMarkets.ProtoReflect.Descriptor instead.

func (*PendingNewMarkets) GetPendingActions

func (x *PendingNewMarkets) GetPendingActions() []*NewMarketAction

func (*PendingNewMarkets) ProtoMessage

func (*PendingNewMarkets) ProtoMessage()

func (*PendingNewMarkets) ProtoReflect

func (x *PendingNewMarkets) ProtoReflect() protoreflect.Message

func (*PendingNewMarkets) Reset

func (x *PendingNewMarkets) Reset()

func (*PendingNewMarkets) String

func (x *PendingNewMarkets) String() string

type PendingSetQuoteTokenActions

type PendingSetQuoteTokenActions struct {
	PendingActions []*SetQuoteTokenAction `protobuf:"bytes,1,rep,name=pendingActions,proto3" json:"pendingActions,omitempty"`
	// contains filtered or unexported fields
}

func (*PendingSetQuoteTokenActions) Descriptor deprecated

func (*PendingSetQuoteTokenActions) Descriptor() ([]byte, []int)

Deprecated: Use PendingSetQuoteTokenActions.ProtoReflect.Descriptor instead.

func (*PendingSetQuoteTokenActions) GetPendingActions

func (x *PendingSetQuoteTokenActions) GetPendingActions() []*SetQuoteTokenAction

func (*PendingSetQuoteTokenActions) ProtoMessage

func (*PendingSetQuoteTokenActions) ProtoMessage()

func (*PendingSetQuoteTokenActions) ProtoReflect

func (*PendingSetQuoteTokenActions) Reset

func (x *PendingSetQuoteTokenActions) Reset()

func (*PendingSetQuoteTokenActions) String

func (x *PendingSetQuoteTokenActions) String() string

type PendingTransferTokenOwnerActions

type PendingTransferTokenOwnerActions struct {
	PendingActions []*TransferTokenOwnerAction `protobuf:"bytes,1,rep,name=pendingActions,proto3" json:"pendingActions,omitempty"`
	// contains filtered or unexported fields
}

func (*PendingTransferTokenOwnerActions) Descriptor deprecated

func (*PendingTransferTokenOwnerActions) Descriptor() ([]byte, []int)

Deprecated: Use PendingTransferTokenOwnerActions.ProtoReflect.Descriptor instead.

func (*PendingTransferTokenOwnerActions) GetPendingActions

func (*PendingTransferTokenOwnerActions) ProtoMessage

func (*PendingTransferTokenOwnerActions) ProtoMessage()

func (*PendingTransferTokenOwnerActions) ProtoReflect

func (*PendingTransferTokenOwnerActions) Reset

func (*PendingTransferTokenOwnerActions) String

type PeriodJobForBiz

type PeriodJobForBiz struct {
	Period  uint64 `protobuf:"varint,1,opt,name=Period,proto3" json:"Period,omitempty"`
	BizType int32  `protobuf:"varint,2,opt,name=BizType,proto3" json:"BizType,omitempty"`
	// contains filtered or unexported fields
}

event

func (*PeriodJobForBiz) Descriptor deprecated

func (*PeriodJobForBiz) Descriptor() ([]byte, []int)

Deprecated: Use PeriodJobForBiz.ProtoReflect.Descriptor instead.

func (*PeriodJobForBiz) GetBizType

func (x *PeriodJobForBiz) GetBizType() int32

func (*PeriodJobForBiz) GetPeriod

func (x *PeriodJobForBiz) GetPeriod() uint64

func (*PeriodJobForBiz) ProtoMessage

func (*PeriodJobForBiz) ProtoMessage()

func (*PeriodJobForBiz) ProtoReflect

func (x *PeriodJobForBiz) ProtoReflect() protoreflect.Message

func (*PeriodJobForBiz) Reset

func (x *PeriodJobForBiz) Reset()

func (*PeriodJobForBiz) String

func (x *PeriodJobForBiz) String() string

type SerialNo

type SerialNo struct {
	No        int32 `protobuf:"varint,1,opt,name=No,proto3" json:"No,omitempty"`
	Timestamp int64 `protobuf:"varint,2,opt,name=Timestamp,proto3" json:"Timestamp,omitempty"`
	// contains filtered or unexported fields
}

storage

func (*SerialNo) Descriptor deprecated

func (*SerialNo) Descriptor() ([]byte, []int)

Deprecated: Use SerialNo.ProtoReflect.Descriptor instead.

func (*SerialNo) GetNo

func (x *SerialNo) GetNo() int32

func (*SerialNo) GetTimestamp

func (x *SerialNo) GetTimestamp() int64

func (*SerialNo) ProtoMessage

func (*SerialNo) ProtoMessage()

func (*SerialNo) ProtoReflect

func (x *SerialNo) ProtoReflect() protoreflect.Message

func (*SerialNo) Reset

func (x *SerialNo) Reset()

func (*SerialNo) String

func (x *SerialNo) String() string

type SetQuoteTokenAction

type SetQuoteTokenAction struct {
	Token          []byte `protobuf:"bytes,1,opt,name=Token,proto3" json:"Token,omitempty"`
	QuoteTokenType int32  `protobuf:"varint,2,opt,name=QuoteTokenType,proto3" json:"QuoteTokenType,omitempty"`
	// contains filtered or unexported fields
}

func (*SetQuoteTokenAction) Descriptor deprecated

func (*SetQuoteTokenAction) Descriptor() ([]byte, []int)

Deprecated: Use SetQuoteTokenAction.ProtoReflect.Descriptor instead.

func (*SetQuoteTokenAction) GetQuoteTokenType

func (x *SetQuoteTokenAction) GetQuoteTokenType() int32

func (*SetQuoteTokenAction) GetToken

func (x *SetQuoteTokenAction) GetToken() []byte

func (*SetQuoteTokenAction) ProtoMessage

func (*SetQuoteTokenAction) ProtoMessage()

func (*SetQuoteTokenAction) ProtoReflect

func (x *SetQuoteTokenAction) ProtoReflect() protoreflect.Message

func (*SetQuoteTokenAction) Reset

func (x *SetQuoteTokenAction) Reset()

func (*SetQuoteTokenAction) String

func (x *SetQuoteTokenAction) String() string

type SettleActions

type SettleActions struct {
	TradeToken  []byte        `protobuf:"bytes,1,opt,name=TradeToken,proto3" json:"TradeToken,omitempty"`
	QuoteToken  []byte        `protobuf:"bytes,2,opt,name=QuoteToken,proto3" json:"QuoteToken,omitempty"`
	FundActions []*FundSettle `protobuf:"bytes,3,rep,name=FundActions,proto3" json:"FundActions,omitempty"`
	FeeActions  []*FeeSettle  `protobuf:"bytes,4,rep,name=FeeActions,proto3" json:"FeeActions,omitempty"`
	// contains filtered or unexported fields
}

must be same markets

func (*SettleActions) Descriptor deprecated

func (*SettleActions) Descriptor() ([]byte, []int)

Deprecated: Use SettleActions.ProtoReflect.Descriptor instead.

func (*SettleActions) GetFeeActions

func (x *SettleActions) GetFeeActions() []*FeeSettle

func (*SettleActions) GetFundActions

func (x *SettleActions) GetFundActions() []*FundSettle

func (*SettleActions) GetQuoteToken

func (x *SettleActions) GetQuoteToken() []byte

func (*SettleActions) GetTradeToken

func (x *SettleActions) GetTradeToken() []byte

func (*SettleActions) ProtoMessage

func (*SettleActions) ProtoMessage()

func (*SettleActions) ProtoReflect

func (x *SettleActions) ProtoReflect() protoreflect.Message

func (*SettleActions) Reset

func (x *SettleActions) Reset()

func (*SettleActions) String

func (x *SettleActions) String() string

type SettleMakerMinedVx

type SettleMakerMinedVx struct {
	PeriodId uint64 `protobuf:"varint,1,opt,name=PeriodId,proto3" json:"PeriodId,omitempty"`
	Page     int32  `protobuf:"varint,2,opt,name=Page,proto3" json:"Page,omitempty"`
	Finish   bool   `protobuf:"varint,3,opt,name=Finish,proto3" json:"Finish,omitempty"`
	// contains filtered or unexported fields
}

event

func (*SettleMakerMinedVx) Descriptor deprecated

func (*SettleMakerMinedVx) Descriptor() ([]byte, []int)

Deprecated: Use SettleMakerMinedVx.ProtoReflect.Descriptor instead.

func (*SettleMakerMinedVx) GetFinish

func (x *SettleMakerMinedVx) GetFinish() bool

func (*SettleMakerMinedVx) GetPage

func (x *SettleMakerMinedVx) GetPage() int32

func (*SettleMakerMinedVx) GetPeriodId

func (x *SettleMakerMinedVx) GetPeriodId() uint64

func (*SettleMakerMinedVx) ProtoMessage

func (*SettleMakerMinedVx) ProtoMessage()

func (*SettleMakerMinedVx) ProtoReflect

func (x *SettleMakerMinedVx) ProtoReflect() protoreflect.Message

func (*SettleMakerMinedVx) Reset

func (x *SettleMakerMinedVx) Reset()

func (*SettleMakerMinedVx) String

func (x *SettleMakerMinedVx) String() string

type TokenInfo

type TokenInfo struct {
	TokenId        []byte `protobuf:"bytes,1,opt,name=TokenId,proto3" json:"TokenId,omitempty"`
	Decimals       int32  `protobuf:"varint,2,opt,name=Decimals,proto3" json:"Decimals,omitempty"`
	Symbol         string `protobuf:"bytes,3,opt,name=Symbol,proto3" json:"Symbol,omitempty"`
	Index          int32  `protobuf:"varint,4,opt,name=Index,proto3" json:"Index,omitempty"`
	Owner          []byte `protobuf:"bytes,5,opt,name=Owner,proto3" json:"Owner,omitempty"`
	QuoteTokenType int32  `protobuf:"varint,6,opt,name=QuoteTokenType,proto3" json:"QuoteTokenType,omitempty"` // 1 vite 2 eth 3 btc 4 usdt
	// contains filtered or unexported fields
}

storage+event

func (*TokenInfo) Descriptor deprecated

func (*TokenInfo) Descriptor() ([]byte, []int)

Deprecated: Use TokenInfo.ProtoReflect.Descriptor instead.

func (*TokenInfo) GetDecimals

func (x *TokenInfo) GetDecimals() int32

func (*TokenInfo) GetIndex

func (x *TokenInfo) GetIndex() int32

func (*TokenInfo) GetOwner

func (x *TokenInfo) GetOwner() []byte

func (*TokenInfo) GetQuoteTokenType

func (x *TokenInfo) GetQuoteTokenType() int32

func (*TokenInfo) GetSymbol

func (x *TokenInfo) GetSymbol() string

func (*TokenInfo) GetTokenId

func (x *TokenInfo) GetTokenId() []byte

func (*TokenInfo) ProtoMessage

func (*TokenInfo) ProtoMessage()

func (*TokenInfo) ProtoReflect

func (x *TokenInfo) ProtoReflect() protoreflect.Message

func (*TokenInfo) Reset

func (x *TokenInfo) Reset()

func (*TokenInfo) String

func (x *TokenInfo) String() string

type Transaction

type Transaction struct {
	Id               []byte `protobuf:"bytes,1,opt,name=Id,proto3" json:"Id,omitempty"`
	TakerSide        bool   `protobuf:"varint,2,opt,name=TakerSide,proto3" json:"TakerSide,omitempty"`
	TakerId          []byte `protobuf:"bytes,3,opt,name=TakerId,proto3" json:"TakerId,omitempty"`
	MakerId          []byte `protobuf:"bytes,4,opt,name=MakerId,proto3" json:"MakerId,omitempty"`
	Price            []byte `protobuf:"bytes,5,opt,name=Price,proto3" json:"Price,omitempty"`
	Quantity         []byte `protobuf:"bytes,6,opt,name=Quantity,proto3" json:"Quantity,omitempty"`
	Amount           []byte `protobuf:"bytes,7,opt,name=Amount,proto3" json:"Amount,omitempty"`
	TakerFee         []byte `protobuf:"bytes,8,opt,name=TakerFee,proto3" json:"TakerFee,omitempty"`
	MakerFee         []byte `protobuf:"bytes,9,opt,name=MakerFee,proto3" json:"MakerFee,omitempty"`
	TakerOperatorFee []byte `protobuf:"bytes,10,opt,name=TakerOperatorFee,proto3" json:"TakerOperatorFee,omitempty"`
	MakerOperatorFee []byte `protobuf:"bytes,11,opt,name=MakerOperatorFee,proto3" json:"MakerOperatorFee,omitempty"`
	Timestamp        int64  `protobuf:"varint,12,opt,name=Timestamp,proto3" json:"Timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*Transaction) Descriptor deprecated

func (*Transaction) Descriptor() ([]byte, []int)

Deprecated: Use Transaction.ProtoReflect.Descriptor instead.

func (*Transaction) GetAmount

func (x *Transaction) GetAmount() []byte

func (*Transaction) GetId

func (x *Transaction) GetId() []byte

func (*Transaction) GetMakerFee

func (x *Transaction) GetMakerFee() []byte

func (*Transaction) GetMakerId

func (x *Transaction) GetMakerId() []byte

func (*Transaction) GetMakerOperatorFee

func (x *Transaction) GetMakerOperatorFee() []byte

func (*Transaction) GetPrice

func (x *Transaction) GetPrice() []byte

func (*Transaction) GetQuantity

func (x *Transaction) GetQuantity() []byte

func (*Transaction) GetTakerFee

func (x *Transaction) GetTakerFee() []byte

func (*Transaction) GetTakerId

func (x *Transaction) GetTakerId() []byte

func (*Transaction) GetTakerOperatorFee

func (x *Transaction) GetTakerOperatorFee() []byte

func (*Transaction) GetTakerSide

func (x *Transaction) GetTakerSide() bool

func (*Transaction) GetTimestamp

func (x *Transaction) GetTimestamp() int64

func (*Transaction) ProtoMessage

func (*Transaction) ProtoMessage()

func (*Transaction) ProtoReflect

func (x *Transaction) ProtoReflect() protoreflect.Message

func (*Transaction) Reset

func (x *Transaction) Reset()

func (*Transaction) String

func (x *Transaction) String() string

type TransferAsset

type TransferAsset struct {
	BizType int32  `protobuf:"varint,1,opt,name=BizType,proto3" json:"BizType,omitempty"` // 1 deposit, 2 agentDeposit, 3 withdraw, 4 assignedWithdraw, 5 transfer
	From    []byte `protobuf:"bytes,2,opt,name=From,proto3" json:"From,omitempty"`
	To      []byte `protobuf:"bytes,3,opt,name=To,proto3" json:"To,omitempty"`
	Token   []byte `protobuf:"bytes,4,opt,name=Token,proto3" json:"Token,omitempty"`
	Amount  []byte `protobuf:"bytes,5,opt,name=Amount,proto3" json:"Amount,omitempty"`
	Extra   []byte `protobuf:"bytes,6,opt,name=Extra,proto3" json:"Extra,omitempty"`
	// contains filtered or unexported fields
}

event

func (*TransferAsset) Descriptor deprecated

func (*TransferAsset) Descriptor() ([]byte, []int)

Deprecated: Use TransferAsset.ProtoReflect.Descriptor instead.

func (*TransferAsset) GetAmount

func (x *TransferAsset) GetAmount() []byte

func (*TransferAsset) GetBizType

func (x *TransferAsset) GetBizType() int32

func (*TransferAsset) GetExtra

func (x *TransferAsset) GetExtra() []byte

func (*TransferAsset) GetFrom

func (x *TransferAsset) GetFrom() []byte

func (*TransferAsset) GetTo

func (x *TransferAsset) GetTo() []byte

func (*TransferAsset) GetToken

func (x *TransferAsset) GetToken() []byte

func (*TransferAsset) ProtoMessage

func (*TransferAsset) ProtoMessage()

func (*TransferAsset) ProtoReflect

func (x *TransferAsset) ProtoReflect() protoreflect.Message

func (*TransferAsset) Reset

func (x *TransferAsset) Reset()

func (*TransferAsset) String

func (x *TransferAsset) String() string

type TransferTokenOwnerAction

type TransferTokenOwnerAction struct {
	Token  []byte `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	Origin []byte `protobuf:"bytes,2,opt,name=Origin,proto3" json:"Origin,omitempty"`
	New    []byte `protobuf:"bytes,3,opt,name=New,proto3" json:"New,omitempty"`
	// contains filtered or unexported fields
}

func (*TransferTokenOwnerAction) Descriptor deprecated

func (*TransferTokenOwnerAction) Descriptor() ([]byte, []int)

Deprecated: Use TransferTokenOwnerAction.ProtoReflect.Descriptor instead.

func (*TransferTokenOwnerAction) GetNew

func (x *TransferTokenOwnerAction) GetNew() []byte

func (*TransferTokenOwnerAction) GetOrigin

func (x *TransferTokenOwnerAction) GetOrigin() []byte

func (*TransferTokenOwnerAction) GetToken

func (x *TransferTokenOwnerAction) GetToken() []byte

func (*TransferTokenOwnerAction) ProtoMessage

func (*TransferTokenOwnerAction) ProtoMessage()

func (*TransferTokenOwnerAction) ProtoReflect

func (x *TransferTokenOwnerAction) ProtoReflect() protoreflect.Message

func (*TransferTokenOwnerAction) Reset

func (x *TransferTokenOwnerAction) Reset()

func (*TransferTokenOwnerAction) String

func (x *TransferTokenOwnerAction) String() string

type UserFees

type UserFees struct {
	Fees []*FeesByPeriod `protobuf:"bytes,1,rep,name=Fees,proto3" json:"Fees,omitempty"`
	// contains filtered or unexported fields
}

func (*UserFees) Descriptor deprecated

func (*UserFees) Descriptor() ([]byte, []int)

Deprecated: Use UserFees.ProtoReflect.Descriptor instead.

func (*UserFees) GetFees

func (x *UserFees) GetFees() []*FeesByPeriod

func (*UserFees) ProtoMessage

func (*UserFees) ProtoMessage()

func (*UserFees) ProtoReflect

func (x *UserFees) ProtoReflect() protoreflect.Message

func (*UserFees) Reset

func (x *UserFees) Reset()

func (*UserFees) String

func (x *UserFees) String() string

type VIPStaking

type VIPStaking struct {
	Timestamp     int64    `protobuf:"varint,1,opt,name=Timestamp,proto3" json:"Timestamp,omitempty"`
	StakedTimes   int32    `protobuf:"varint,2,opt,name=StakedTimes,proto3" json:"StakedTimes,omitempty"`    // Staked times in case duplicate stakes happen
	StakingHashes [][]byte `protobuf:"bytes,3,rep,name=StakingHashes,proto3" json:"StakingHashes,omitempty"` // in case duplicate stakes happen
	// contains filtered or unexported fields
}

func (*VIPStaking) Descriptor deprecated

func (*VIPStaking) Descriptor() ([]byte, []int)

Deprecated: Use VIPStaking.ProtoReflect.Descriptor instead.

func (*VIPStaking) GetStakedTimes

func (x *VIPStaking) GetStakedTimes() int32

func (*VIPStaking) GetStakingHashes

func (x *VIPStaking) GetStakingHashes() [][]byte

func (*VIPStaking) GetTimestamp

func (x *VIPStaking) GetTimestamp() int64

func (*VIPStaking) ProtoMessage

func (*VIPStaking) ProtoMessage()

func (*VIPStaking) ProtoReflect

func (x *VIPStaking) ProtoReflect() protoreflect.Message

func (*VIPStaking) Reset

func (x *VIPStaking) Reset()

func (*VIPStaking) String

func (x *VIPStaking) String() string

type VxFundByPeriod

type VxFundByPeriod struct {
	Period uint64 `protobuf:"varint,1,opt,name=Period,proto3" json:"Period,omitempty"` // last snapshot height in period
	Amount []byte `protobuf:"bytes,2,opt,name=Amount,proto3" json:"Amount,omitempty"`
	// contains filtered or unexported fields
}

func (*VxFundByPeriod) Descriptor deprecated

func (*VxFundByPeriod) Descriptor() ([]byte, []int)

Deprecated: Use VxFundByPeriod.ProtoReflect.Descriptor instead.

func (*VxFundByPeriod) GetAmount

func (x *VxFundByPeriod) GetAmount() []byte

func (*VxFundByPeriod) GetPeriod

func (x *VxFundByPeriod) GetPeriod() uint64

func (*VxFundByPeriod) ProtoMessage

func (*VxFundByPeriod) ProtoMessage()

func (*VxFundByPeriod) ProtoReflect

func (x *VxFundByPeriod) ProtoReflect() protoreflect.Message

func (*VxFundByPeriod) Reset

func (x *VxFundByPeriod) Reset()

func (*VxFundByPeriod) String

func (x *VxFundByPeriod) String() string

type VxFunds

type VxFunds struct {
	Funds []*VxFundByPeriod `protobuf:"bytes,1,rep,name=Funds,proto3" json:"Funds,omitempty"`
	// contains filtered or unexported fields
}

func (*VxFunds) Descriptor deprecated

func (*VxFunds) Descriptor() ([]byte, []int)

Deprecated: Use VxFunds.ProtoReflect.Descriptor instead.

func (*VxFunds) GetFunds

func (x *VxFunds) GetFunds() []*VxFundByPeriod

func (*VxFunds) ProtoMessage

func (*VxFunds) ProtoMessage()

func (*VxFunds) ProtoReflect

func (x *VxFunds) ProtoReflect() protoreflect.Message

func (*VxFunds) Reset

func (x *VxFunds) Reset()

func (*VxFunds) String

func (x *VxFunds) String() string

type VxSettleAction

type VxSettleAction struct {
	Address []byte `protobuf:"bytes,1,opt,name=Address,proto3" json:"Address,omitempty"`
	Amount  []byte `protobuf:"bytes,2,opt,name=Amount,proto3" json:"Amount,omitempty"`
	// contains filtered or unexported fields
}

func (*VxSettleAction) Descriptor deprecated

func (*VxSettleAction) Descriptor() ([]byte, []int)

Deprecated: Use VxSettleAction.ProtoReflect.Descriptor instead.

func (*VxSettleAction) GetAddress

func (x *VxSettleAction) GetAddress() []byte

func (*VxSettleAction) GetAmount

func (x *VxSettleAction) GetAmount() []byte

func (*VxSettleAction) ProtoMessage

func (*VxSettleAction) ProtoMessage()

func (*VxSettleAction) ProtoReflect

func (x *VxSettleAction) ProtoReflect() protoreflect.Message

func (*VxSettleAction) Reset

func (x *VxSettleAction) Reset()

func (*VxSettleAction) String

func (x *VxSettleAction) String() string

type VxSettleActions

type VxSettleActions struct {
	Period  uint64            `protobuf:"varint,1,opt,name=Period,proto3" json:"Period,omitempty"`
	Page    int32             `protobuf:"varint,2,opt,name=Page,proto3" json:"Page,omitempty"`
	Actions []*VxSettleAction `protobuf:"bytes,3,rep,name=actions,proto3" json:"actions,omitempty"`
	// contains filtered or unexported fields
}

func (*VxSettleActions) Descriptor deprecated

func (*VxSettleActions) Descriptor() ([]byte, []int)

Deprecated: Use VxSettleActions.ProtoReflect.Descriptor instead.

func (*VxSettleActions) GetActions

func (x *VxSettleActions) GetActions() []*VxSettleAction

func (*VxSettleActions) GetPage

func (x *VxSettleActions) GetPage() int32

func (*VxSettleActions) GetPeriod

func (x *VxSettleActions) GetPeriod() uint64

func (*VxSettleActions) ProtoMessage

func (*VxSettleActions) ProtoMessage()

func (*VxSettleActions) ProtoReflect

func (x *VxSettleActions) ProtoReflect() protoreflect.Message

func (*VxSettleActions) Reset

func (x *VxSettleActions) Reset()

func (*VxSettleActions) String

func (x *VxSettleActions) String() string

type VxUnlock

type VxUnlock struct {
	PeriodId uint64 `protobuf:"varint,1,opt,name=PeriodId,proto3" json:"PeriodId,omitempty"`
	Amount   []byte `protobuf:"bytes,2,opt,name=Amount,proto3" json:"Amount,omitempty"`
	// contains filtered or unexported fields
}

func (*VxUnlock) Descriptor deprecated

func (*VxUnlock) Descriptor() ([]byte, []int)

Deprecated: Use VxUnlock.ProtoReflect.Descriptor instead.

func (*VxUnlock) GetAmount

func (x *VxUnlock) GetAmount() []byte

func (*VxUnlock) GetPeriodId

func (x *VxUnlock) GetPeriodId() uint64

func (*VxUnlock) ProtoMessage

func (*VxUnlock) ProtoMessage()

func (*VxUnlock) ProtoReflect

func (x *VxUnlock) ProtoReflect() protoreflect.Message

func (*VxUnlock) Reset

func (x *VxUnlock) Reset()

func (*VxUnlock) String

func (x *VxUnlock) String() string

type VxUnlocks

type VxUnlocks struct {
	Unlocks []*VxUnlock `protobuf:"bytes,1,rep,name=Unlocks,proto3" json:"Unlocks,omitempty"`
	// contains filtered or unexported fields
}

func (*VxUnlocks) Descriptor deprecated

func (*VxUnlocks) Descriptor() ([]byte, []int)

Deprecated: Use VxUnlocks.ProtoReflect.Descriptor instead.

func (*VxUnlocks) GetUnlocks

func (x *VxUnlocks) GetUnlocks() []*VxUnlock

func (*VxUnlocks) ProtoMessage

func (*VxUnlocks) ProtoMessage()

func (*VxUnlocks) ProtoReflect

func (x *VxUnlocks) ProtoReflect() protoreflect.Message

func (*VxUnlocks) Reset

func (x *VxUnlocks) Reset()

func (*VxUnlocks) String

func (x *VxUnlocks) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL