proto

package
v2.4.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Aug 25, 2019 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

storage

func (*Account) Descriptor

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

func (*Account) GetAvailable

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

func (*Account) GetLocked

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

func (*Account) GetToken

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

func (*Account) ProtoMessage

func (*Account) ProtoMessage()

func (*Account) Reset

func (m *Account) Reset()

func (*Account) String

func (m *Account) String() string

func (*Account) XXX_DiscardUnknown

func (m *Account) XXX_DiscardUnknown()

func (*Account) XXX_Marshal

func (m *Account) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Account) XXX_Merge

func (m *Account) XXX_Merge(src proto.Message)

func (*Account) XXX_Size

func (m *Account) XXX_Size() int

func (*Account) XXX_Unmarshal

func (m *Account) XXX_Unmarshal(b []byte) error

type BrokerFeeAccount

type BrokerFeeAccount struct {
	Token                []byte             `protobuf:"bytes,1,opt,name=Token,proto3" json:"Token,omitempty"`
	MarketFees           []*BrokerMarketFee `protobuf:"bytes,2,rep,name=MarketFees,proto3" json:"MarketFees,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*BrokerFeeAccount) Descriptor

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

func (*BrokerFeeAccount) GetMarketFees

func (m *BrokerFeeAccount) GetMarketFees() []*BrokerMarketFee

func (*BrokerFeeAccount) GetToken

func (m *BrokerFeeAccount) GetToken() []byte

func (*BrokerFeeAccount) ProtoMessage

func (*BrokerFeeAccount) ProtoMessage()

func (*BrokerFeeAccount) Reset

func (m *BrokerFeeAccount) Reset()

func (*BrokerFeeAccount) String

func (m *BrokerFeeAccount) String() string

func (*BrokerFeeAccount) XXX_DiscardUnknown

func (m *BrokerFeeAccount) XXX_DiscardUnknown()

func (*BrokerFeeAccount) XXX_Marshal

func (m *BrokerFeeAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BrokerFeeAccount) XXX_Merge

func (m *BrokerFeeAccount) XXX_Merge(src proto.Message)

func (*BrokerFeeAccount) XXX_Size

func (m *BrokerFeeAccount) XXX_Size() int

func (*BrokerFeeAccount) XXX_Unmarshal

func (m *BrokerFeeAccount) XXX_Unmarshal(b []byte) error

type BrokerFeeDividend

type BrokerFeeDividend 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"`
	TakerBrokerFeeRate   int32    `protobuf:"varint,3,opt,name=TakerBrokerFeeRate,proto3" json:"TakerBrokerFeeRate,omitempty"`
	MakerBrokerFeeRate   int32    `protobuf:"varint,4,opt,name=MakerBrokerFeeRate,proto3" json:"MakerBrokerFeeRate,omitempty"`
	Amount               []byte   `protobuf:"bytes,5,opt,name=Amount,proto3" json:"Amount,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

event

func (*BrokerFeeDividend) Descriptor

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

func (*BrokerFeeDividend) GetAddress

func (m *BrokerFeeDividend) GetAddress() []byte

func (*BrokerFeeDividend) GetAmount

func (m *BrokerFeeDividend) GetAmount() []byte

func (*BrokerFeeDividend) GetMakerBrokerFeeRate

func (m *BrokerFeeDividend) GetMakerBrokerFeeRate() int32

func (*BrokerFeeDividend) GetMarketId

func (m *BrokerFeeDividend) GetMarketId() int32

func (*BrokerFeeDividend) GetTakerBrokerFeeRate

func (m *BrokerFeeDividend) GetTakerBrokerFeeRate() int32

func (*BrokerFeeDividend) ProtoMessage

func (*BrokerFeeDividend) ProtoMessage()

func (*BrokerFeeDividend) Reset

func (m *BrokerFeeDividend) Reset()

func (*BrokerFeeDividend) String

func (m *BrokerFeeDividend) String() string

func (*BrokerFeeDividend) XXX_DiscardUnknown

func (m *BrokerFeeDividend) XXX_DiscardUnknown()

func (*BrokerFeeDividend) XXX_Marshal

func (m *BrokerFeeDividend) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BrokerFeeDividend) XXX_Merge

func (m *BrokerFeeDividend) XXX_Merge(src proto.Message)

func (*BrokerFeeDividend) XXX_Size

func (m *BrokerFeeDividend) XXX_Size() int

func (*BrokerFeeDividend) XXX_Unmarshal

func (m *BrokerFeeDividend) XXX_Unmarshal(b []byte) error

type BrokerFeeSumByPeriod

type BrokerFeeSumByPeriod struct {
	BrokerFees           []*BrokerFeeAccount `protobuf:"bytes,1,rep,name=brokerFees,proto3" json:"brokerFees,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*BrokerFeeSumByPeriod) Descriptor

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

func (*BrokerFeeSumByPeriod) GetBrokerFees

func (m *BrokerFeeSumByPeriod) GetBrokerFees() []*BrokerFeeAccount

func (*BrokerFeeSumByPeriod) ProtoMessage

func (*BrokerFeeSumByPeriod) ProtoMessage()

func (*BrokerFeeSumByPeriod) Reset

func (m *BrokerFeeSumByPeriod) Reset()

func (*BrokerFeeSumByPeriod) String

func (m *BrokerFeeSumByPeriod) String() string

func (*BrokerFeeSumByPeriod) XXX_DiscardUnknown

func (m *BrokerFeeSumByPeriod) XXX_DiscardUnknown()

func (*BrokerFeeSumByPeriod) XXX_Marshal

func (m *BrokerFeeSumByPeriod) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BrokerFeeSumByPeriod) XXX_Merge

func (m *BrokerFeeSumByPeriod) XXX_Merge(src proto.Message)

func (*BrokerFeeSumByPeriod) XXX_Size

func (m *BrokerFeeSumByPeriod) XXX_Size() int

func (*BrokerFeeSumByPeriod) XXX_Unmarshal

func (m *BrokerFeeSumByPeriod) XXX_Unmarshal(b []byte) error

type BrokerMarketFee

type BrokerMarketFee struct {
	MarketId             int32    `protobuf:"varint,1,opt,name=MarketId,proto3" json:"MarketId,omitempty"`
	TakerBrokerFeeRate   int32    `protobuf:"varint,2,opt,name=TakerBrokerFeeRate,proto3" json:"TakerBrokerFeeRate,omitempty"`
	MakerBrokerFeeRate   int32    `protobuf:"varint,3,opt,name=MakerBrokerFeeRate,proto3" json:"MakerBrokerFeeRate,omitempty"`
	Amount               []byte   `protobuf:"bytes,4,opt,name=Amount,proto3" json:"Amount,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BrokerMarketFee) Descriptor

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

func (*BrokerMarketFee) GetAmount

func (m *BrokerMarketFee) GetAmount() []byte

func (*BrokerMarketFee) GetMakerBrokerFeeRate

func (m *BrokerMarketFee) GetMakerBrokerFeeRate() int32

func (*BrokerMarketFee) GetMarketId

func (m *BrokerMarketFee) GetMarketId() int32

func (*BrokerMarketFee) GetTakerBrokerFeeRate

func (m *BrokerMarketFee) GetTakerBrokerFeeRate() int32

func (*BrokerMarketFee) ProtoMessage

func (*BrokerMarketFee) ProtoMessage()

func (*BrokerMarketFee) Reset

func (m *BrokerMarketFee) Reset()

func (*BrokerMarketFee) String

func (m *BrokerMarketFee) String() string

func (*BrokerMarketFee) XXX_DiscardUnknown

func (m *BrokerMarketFee) XXX_DiscardUnknown()

func (*BrokerMarketFee) XXX_Marshal

func (m *BrokerMarketFee) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BrokerMarketFee) XXX_Merge

func (m *BrokerMarketFee) XXX_Merge(src proto.Message)

func (*BrokerMarketFee) XXX_Size

func (m *BrokerMarketFee) XXX_Size() int

func (*BrokerMarketFee) XXX_Unmarshal

func (m *BrokerMarketFee) XXX_Unmarshal(b []byte) error

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"`
	FeeDividend          []byte   `protobuf:"bytes,4,opt,name=FeeDividend,proto3" json:"FeeDividend,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

event

func (*FeeDividendForVxHolder) Descriptor

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

func (*FeeDividendForVxHolder) GetAddress

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

func (*FeeDividendForVxHolder) GetFeeDividend

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

func (*FeeDividendForVxHolder) GetFeeToken

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

func (*FeeDividendForVxHolder) GetVxAmount

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

func (*FeeDividendForVxHolder) ProtoMessage

func (*FeeDividendForVxHolder) ProtoMessage()

func (*FeeDividendForVxHolder) Reset

func (m *FeeDividendForVxHolder) Reset()

func (*FeeDividendForVxHolder) String

func (m *FeeDividendForVxHolder) String() string

func (*FeeDividendForVxHolder) XXX_DiscardUnknown

func (m *FeeDividendForVxHolder) XXX_DiscardUnknown()

func (*FeeDividendForVxHolder) XXX_Marshal

func (m *FeeDividendForVxHolder) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FeeDividendForVxHolder) XXX_Merge

func (m *FeeDividendForVxHolder) XXX_Merge(src proto.Message)

func (*FeeDividendForVxHolder) XXX_Size

func (m *FeeDividendForVxHolder) XXX_Size() int

func (*FeeDividendForVxHolder) XXX_Unmarshal

func (m *FeeDividendForVxHolder) XXX_Unmarshal(b []byte) error

type FeeSumByPeriod

type FeeSumByPeriod struct {
	FeesForDividend      []*FeeSumForDividend `protobuf:"bytes,1,rep,name=feesForDividend,proto3" json:"feesForDividend,omitempty"`
	FeesForMine          []*FeeSumForMine     `protobuf:"bytes,2,rep,name=feesForMine,proto3" json:"feesForMine,omitempty"`
	LastValidPeriod      uint64               `protobuf:"varint,3,opt,name=lastValidPeriod,proto3" json:"lastValidPeriod,omitempty"`
	FinishFeeDividend    bool                 `protobuf:"varint,4,opt,name=FinishFeeDividend,proto3" json:"FinishFeeDividend,omitempty"`
	FinishVxMine         bool                 `protobuf:"varint,5,opt,name=FinishVxMine,proto3" json:"FinishVxMine,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*FeeSumByPeriod) Descriptor

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

func (*FeeSumByPeriod) GetFeesForDividend

func (m *FeeSumByPeriod) GetFeesForDividend() []*FeeSumForDividend

func (*FeeSumByPeriod) GetFeesForMine

func (m *FeeSumByPeriod) GetFeesForMine() []*FeeSumForMine

func (*FeeSumByPeriod) GetFinishFeeDividend

func (m *FeeSumByPeriod) GetFinishFeeDividend() bool

func (*FeeSumByPeriod) GetFinishVxMine

func (m *FeeSumByPeriod) GetFinishVxMine() bool

func (*FeeSumByPeriod) GetLastValidPeriod

func (m *FeeSumByPeriod) GetLastValidPeriod() uint64

func (*FeeSumByPeriod) ProtoMessage

func (*FeeSumByPeriod) ProtoMessage()

func (*FeeSumByPeriod) Reset

func (m *FeeSumByPeriod) Reset()

func (*FeeSumByPeriod) String

func (m *FeeSumByPeriod) String() string

func (*FeeSumByPeriod) XXX_DiscardUnknown

func (m *FeeSumByPeriod) XXX_DiscardUnknown()

func (*FeeSumByPeriod) XXX_Marshal

func (m *FeeSumByPeriod) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FeeSumByPeriod) XXX_Merge

func (m *FeeSumByPeriod) XXX_Merge(src proto.Message)

func (*FeeSumByPeriod) XXX_Size

func (m *FeeSumByPeriod) XXX_Size() int

func (*FeeSumByPeriod) XXX_Unmarshal

func (m *FeeSumByPeriod) XXX_Unmarshal(b []byte) error

type FeeSumForDividend

type FeeSumForDividend 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 +
	// new market fee +
	// 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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FeeSumForDividend) Descriptor

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

func (*FeeSumForDividend) GetDividendPoolAmount

func (m *FeeSumForDividend) GetDividendPoolAmount() []byte

func (*FeeSumForDividend) GetToken

func (m *FeeSumForDividend) GetToken() []byte

func (*FeeSumForDividend) ProtoMessage

func (*FeeSumForDividend) ProtoMessage()

func (*FeeSumForDividend) Reset

func (m *FeeSumForDividend) Reset()

func (*FeeSumForDividend) String

func (m *FeeSumForDividend) String() string

func (*FeeSumForDividend) XXX_DiscardUnknown

func (m *FeeSumForDividend) XXX_DiscardUnknown()

func (*FeeSumForDividend) XXX_Marshal

func (m *FeeSumForDividend) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FeeSumForDividend) XXX_Merge

func (m *FeeSumForDividend) XXX_Merge(src proto.Message)

func (*FeeSumForDividend) XXX_Size

func (m *FeeSumForDividend) XXX_Size() int

func (*FeeSumForDividend) XXX_Unmarshal

func (m *FeeSumForDividend) XXX_Unmarshal(b []byte) error

type FeeSumForMine

type FeeSumForMine 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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FeeSumForMine) Descriptor

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

func (*FeeSumForMine) GetBaseAmount

func (m *FeeSumForMine) GetBaseAmount() []byte

func (*FeeSumForMine) GetInviteBonusAmount

func (m *FeeSumForMine) GetInviteBonusAmount() []byte

func (*FeeSumForMine) GetQuoteTokenType

func (m *FeeSumForMine) GetQuoteTokenType() int32

func (*FeeSumForMine) ProtoMessage

func (*FeeSumForMine) ProtoMessage()

func (*FeeSumForMine) Reset

func (m *FeeSumForMine) Reset()

func (*FeeSumForMine) String

func (m *FeeSumForMine) String() string

func (*FeeSumForMine) XXX_DiscardUnknown

func (m *FeeSumForMine) XXX_DiscardUnknown()

func (*FeeSumForMine) XXX_Marshal

func (m *FeeSumForMine) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FeeSumForMine) XXX_Merge

func (m *FeeSumForMine) XXX_Merge(src proto.Message)

func (*FeeSumForMine) XXX_Size

func (m *FeeSumForMine) XXX_Size() int

func (*FeeSumForMine) XXX_Unmarshal

func (m *FeeSumForMine) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

storage

func (*Fund) Descriptor

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

func (*Fund) GetAccounts

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

func (*Fund) GetAddress

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

func (*Fund) ProtoMessage

func (*Fund) ProtoMessage()

func (*Fund) Reset

func (m *Fund) Reset()

func (*Fund) String

func (m *Fund) String() string

func (*Fund) XXX_DiscardUnknown

func (m *Fund) XXX_DiscardUnknown()

func (*Fund) XXX_Marshal

func (m *Fund) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Fund) XXX_Merge

func (m *Fund) XXX_Merge(src proto.Message)

func (*Fund) XXX_Size

func (m *Fund) XXX_Size() int

func (*Fund) XXX_Unmarshal

func (m *Fund) XXX_Unmarshal(b []byte) error

type FundSettle

type FundSettle 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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FundSettle) Descriptor

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

func (*FundSettle) GetIncAvailable

func (m *FundSettle) GetIncAvailable() []byte

func (*FundSettle) GetIsTradeToken

func (m *FundSettle) GetIsTradeToken() bool

func (*FundSettle) GetReduceLocked

func (m *FundSettle) GetReduceLocked() []byte

func (*FundSettle) GetReleaseLocked

func (m *FundSettle) GetReleaseLocked() []byte

func (*FundSettle) ProtoMessage

func (*FundSettle) ProtoMessage()

func (*FundSettle) Reset

func (m *FundSettle) Reset()

func (*FundSettle) String

func (m *FundSettle) String() string

func (*FundSettle) XXX_DiscardUnknown

func (m *FundSettle) XXX_DiscardUnknown()

func (*FundSettle) XXX_Marshal

func (m *FundSettle) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FundSettle) XXX_Merge

func (m *FundSettle) XXX_Merge(src proto.Message)

func (*FundSettle) XXX_Size

func (m *FundSettle) XXX_Size() int

func (*FundSettle) XXX_Unmarshal

func (m *FundSettle) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

event

func (*InviteRelation) Descriptor

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

func (*InviteRelation) GetInviteCode

func (m *InviteRelation) GetInviteCode() uint32

func (*InviteRelation) GetInvitee

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

func (*InviteRelation) GetInviter

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

func (*InviteRelation) ProtoMessage

func (*InviteRelation) ProtoMessage()

func (*InviteRelation) Reset

func (m *InviteRelation) Reset()

func (*InviteRelation) String

func (m *InviteRelation) String() string

func (*InviteRelation) XXX_DiscardUnknown

func (m *InviteRelation) XXX_DiscardUnknown()

func (*InviteRelation) XXX_Marshal

func (m *InviteRelation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*InviteRelation) XXX_Merge

func (m *InviteRelation) XXX_Merge(src proto.Message)

func (*InviteRelation) XXX_Size

func (m *InviteRelation) XXX_Size() int

func (*InviteRelation) XXX_Unmarshal

func (m *InviteRelation) XXX_Unmarshal(b []byte) error

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"`
	TakerBrokerFeeRate   int32    `protobuf:"varint,8,opt,name=TakerBrokerFeeRate,proto3" json:"TakerBrokerFeeRate,omitempty"`
	MakerBrokerFeeRate   int32    `protobuf:"varint,9,opt,name=MakerBrokerFeeRate,proto3" json:"MakerBrokerFeeRate,omitempty"`
	AllowMine            bool     `protobuf:"varint,10,opt,name=AllowMine,proto3" json:"AllowMine,omitempty"`
	Valid                bool     `protobuf:"varint,11,opt,name=Valid,proto3" json:"Valid,omitempty"`
	Owner                []byte   `protobuf:"bytes,12,opt,name=Owner,proto3" json:"Owner,omitempty"`
	Creator              []byte   `protobuf:"bytes,13,opt,name=Creator,proto3" json:"Creator,omitempty"`
	Stopped              bool     `protobuf:"varint,14,opt,name=Stopped,proto3" json:"Stopped,omitempty"`
	Timestamp            int64    `protobuf:"varint,15,opt,name=Timestamp,proto3" json:"Timestamp,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

storage+event

func (*MarketInfo) Descriptor

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

func (*MarketInfo) GetAllowMine

func (m *MarketInfo) GetAllowMine() bool

func (*MarketInfo) GetCreator

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

func (*MarketInfo) GetMakerBrokerFeeRate

func (m *MarketInfo) GetMakerBrokerFeeRate() int32

func (*MarketInfo) GetMarketId

func (m *MarketInfo) GetMarketId() int32

func (*MarketInfo) GetMarketSymbol

func (m *MarketInfo) GetMarketSymbol() string

func (*MarketInfo) GetOwner

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

func (*MarketInfo) GetQuoteToken

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

func (*MarketInfo) GetQuoteTokenDecimals

func (m *MarketInfo) GetQuoteTokenDecimals() int32

func (*MarketInfo) GetQuoteTokenType

func (m *MarketInfo) GetQuoteTokenType() int32

func (*MarketInfo) GetStopped

func (m *MarketInfo) GetStopped() bool

func (*MarketInfo) GetTakerBrokerFeeRate

func (m *MarketInfo) GetTakerBrokerFeeRate() int32

func (*MarketInfo) GetTimestamp

func (m *MarketInfo) GetTimestamp() int64

func (*MarketInfo) GetTradeToken

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

func (*MarketInfo) GetTradeTokenDecimals

func (m *MarketInfo) GetTradeTokenDecimals() int32

func (*MarketInfo) GetValid

func (m *MarketInfo) GetValid() bool

func (*MarketInfo) ProtoMessage

func (*MarketInfo) ProtoMessage()

func (*MarketInfo) Reset

func (m *MarketInfo) Reset()

func (*MarketInfo) String

func (m *MarketInfo) String() string

func (*MarketInfo) XXX_DiscardUnknown

func (m *MarketInfo) XXX_DiscardUnknown()

func (*MarketInfo) XXX_Marshal

func (m *MarketInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MarketInfo) XXX_Merge

func (m *MarketInfo) XXX_Merge(src proto.Message)

func (*MarketInfo) XXX_Size

func (m *MarketInfo) XXX_Size() int

func (*MarketInfo) XXX_Unmarshal

func (m *MarketInfo) XXX_Unmarshal(b []byte) error

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"`
	FeeAmount            []byte   `protobuf:"bytes,3,opt,name=FeeAmount,proto3" json:"FeeAmount,omitempty"`
	MinedAmount          []byte   `protobuf:"bytes,4,opt,name=MinedAmount,proto3" json:"MinedAmount,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

event

func (*MinedVxForFee) Descriptor

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

func (*MinedVxForFee) GetAddress

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

func (*MinedVxForFee) GetFeeAmount

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

func (*MinedVxForFee) GetMinedAmount

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

func (*MinedVxForFee) GetQuoteTokenType

func (m *MinedVxForFee) GetQuoteTokenType() int32

func (*MinedVxForFee) ProtoMessage

func (*MinedVxForFee) ProtoMessage()

func (*MinedVxForFee) Reset

func (m *MinedVxForFee) Reset()

func (*MinedVxForFee) String

func (m *MinedVxForFee) String() string

func (*MinedVxForFee) XXX_DiscardUnknown

func (m *MinedVxForFee) XXX_DiscardUnknown()

func (*MinedVxForFee) XXX_Marshal

func (m *MinedVxForFee) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MinedVxForFee) XXX_Merge

func (m *MinedVxForFee) XXX_Merge(src proto.Message)

func (*MinedVxForFee) XXX_Size

func (m *MinedVxForFee) XXX_Size() int

func (*MinedVxForFee) XXX_Unmarshal

func (m *MinedVxForFee) XXX_Unmarshal(b []byte) error

type MinedVxForOperation

type MinedVxForOperation struct {
	BizType              int32    `protobuf:"varint,1,opt,name=BizType,proto3" json:"BizType,omitempty"`
	Address              []byte   `protobuf:"bytes,2,opt,name=Address,proto3" json:"Address,omitempty"`
	Amount               []byte   `protobuf:"bytes,3,opt,name=Amount,proto3" json:"Amount,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

event

func (*MinedVxForOperation) Descriptor

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

func (*MinedVxForOperation) GetAddress

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

func (*MinedVxForOperation) GetAmount

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

func (*MinedVxForOperation) GetBizType

func (m *MinedVxForOperation) GetBizType() int32

func (*MinedVxForOperation) ProtoMessage

func (*MinedVxForOperation) ProtoMessage()

func (*MinedVxForOperation) Reset

func (m *MinedVxForOperation) Reset()

func (*MinedVxForOperation) String

func (m *MinedVxForOperation) String() string

func (*MinedVxForOperation) XXX_DiscardUnknown

func (m *MinedVxForOperation) XXX_DiscardUnknown()

func (*MinedVxForOperation) XXX_Marshal

func (m *MinedVxForOperation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MinedVxForOperation) XXX_Merge

func (m *MinedVxForOperation) XXX_Merge(src proto.Message)

func (*MinedVxForOperation) XXX_Size

func (m *MinedVxForOperation) XXX_Size() int

func (*MinedVxForOperation) XXX_Unmarshal

func (m *MinedVxForOperation) XXX_Unmarshal(b []byte) error

type MinedVxForPledge

type MinedVxForPledge struct {
	Address              []byte   `protobuf:"bytes,1,opt,name=Address,proto3" json:"Address,omitempty"`
	PledgeAmount         []byte   `protobuf:"bytes,2,opt,name=PledgeAmount,proto3" json:"PledgeAmount,omitempty"`
	MinedAmount          []byte   `protobuf:"bytes,3,opt,name=MinedAmount,proto3" json:"MinedAmount,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

event

func (*MinedVxForPledge) Descriptor

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

func (*MinedVxForPledge) GetAddress

func (m *MinedVxForPledge) GetAddress() []byte

func (*MinedVxForPledge) GetMinedAmount

func (m *MinedVxForPledge) GetMinedAmount() []byte

func (*MinedVxForPledge) GetPledgeAmount

func (m *MinedVxForPledge) GetPledgeAmount() []byte

func (*MinedVxForPledge) ProtoMessage

func (*MinedVxForPledge) ProtoMessage()

func (*MinedVxForPledge) Reset

func (m *MinedVxForPledge) Reset()

func (*MinedVxForPledge) String

func (m *MinedVxForPledge) String() string

func (*MinedVxForPledge) XXX_DiscardUnknown

func (m *MinedVxForPledge) XXX_DiscardUnknown()

func (*MinedVxForPledge) XXX_Marshal

func (m *MinedVxForPledge) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MinedVxForPledge) XXX_Merge

func (m *MinedVxForPledge) XXX_Merge(src proto.Message)

func (*MinedVxForPledge) XXX_Size

func (m *MinedVxForPledge) XXX_Size() int

func (*MinedVxForPledge) XXX_Unmarshal

func (m *MinedVxForPledge) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NewMarketAction) Descriptor

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

func (*NewMarketAction) GetQuoteTokens

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

func (*NewMarketAction) GetTradeToken

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

func (*NewMarketAction) ProtoMessage

func (*NewMarketAction) ProtoMessage()

func (*NewMarketAction) Reset

func (m *NewMarketAction) Reset()

func (*NewMarketAction) String

func (m *NewMarketAction) String() string

func (*NewMarketAction) XXX_DiscardUnknown

func (m *NewMarketAction) XXX_DiscardUnknown()

func (*NewMarketAction) XXX_Marshal

func (m *NewMarketAction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NewMarketAction) XXX_Merge

func (m *NewMarketAction) XXX_Merge(src proto.Message)

func (*NewMarketAction) XXX_Size

func (m *NewMarketAction) XXX_Size() int

func (*NewMarketAction) XXX_Unmarshal

func (m *NewMarketAction) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

event

func (*NewOrderInfo) Descriptor

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

func (*NewOrderInfo) GetOrder

func (m *NewOrderInfo) GetOrder() *Order

func (*NewOrderInfo) GetQuoteToken

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

func (*NewOrderInfo) GetTradeToken

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

func (*NewOrderInfo) ProtoMessage

func (*NewOrderInfo) ProtoMessage()

func (*NewOrderInfo) Reset

func (m *NewOrderInfo) Reset()

func (*NewOrderInfo) String

func (m *NewOrderInfo) String() string

func (*NewOrderInfo) XXX_DiscardUnknown

func (m *NewOrderInfo) XXX_DiscardUnknown()

func (*NewOrderInfo) XXX_Marshal

func (m *NewOrderInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NewOrderInfo) XXX_Merge

func (m *NewOrderInfo) XXX_Merge(src proto.Message)

func (*NewOrderInfo) XXX_Size

func (m *NewOrderInfo) XXX_Size() int

func (*NewOrderInfo) XXX_Unmarshal

func (m *NewOrderInfo) XXX_Unmarshal(b []byte) error

type Order

type Order struct {
	Id                   []byte   `protobuf:"bytes,1,opt,name=Id,proto3" json:"Id,omitempty"`
	Address              []byte   `protobuf:"bytes,2,opt,name=Address,proto3" json:"Address,omitempty"`
	MarketId             int32    `protobuf:"varint,3,opt,name=MarketId,proto3" json:"MarketId,omitempty"`
	Side                 bool     `protobuf:"varint,4,opt,name=Side,proto3" json:"Side,omitempty"`
	Type                 int32    `protobuf:"varint,5,opt,name=Type,proto3" json:"Type,omitempty"`
	Price                []byte   `protobuf:"bytes,6,opt,name=Price,proto3" json:"Price,omitempty"`
	TakerFeeRate         int32    `protobuf:"varint,7,opt,name=TakerFeeRate,proto3" json:"TakerFeeRate,omitempty"`
	MakerFeeRate         int32    `protobuf:"varint,8,opt,name=MakerFeeRate,proto3" json:"MakerFeeRate,omitempty"`
	TakerBrokerFeeRate   int32    `protobuf:"varint,9,opt,name=TakerBrokerFeeRate,proto3" json:"TakerBrokerFeeRate,omitempty"`
	MakerBrokerFeeRate   int32    `protobuf:"varint,10,opt,name=MakerBrokerFeeRate,proto3" json:"MakerBrokerFeeRate,omitempty"`
	Quantity             []byte   `protobuf:"bytes,11,opt,name=Quantity,proto3" json:"Quantity,omitempty"`
	Amount               []byte   `protobuf:"bytes,12,opt,name=Amount,proto3" json:"Amount,omitempty"`
	LockedBuyFee         []byte   `protobuf:"bytes,13,opt,name=LockedBuyFee,proto3" json:"LockedBuyFee,omitempty"`
	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"`
	ExecutedBrokerFee    []byte   `protobuf:"bytes,19,opt,name=ExecutedBrokerFee,proto3" json:"ExecutedBrokerFee,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"`
	Timestamp            int64    `protobuf:"varint,22,opt,name=Timestamp,proto3" json:"Timestamp,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

storage

func (*Order) Descriptor

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

func (*Order) GetAddress

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

func (*Order) GetAmount

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

func (*Order) GetCancelReason

func (m *Order) GetCancelReason() int32

func (*Order) GetExecutedAmount

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

func (*Order) GetExecutedBaseFee

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

func (*Order) GetExecutedBrokerFee

func (m *Order) GetExecutedBrokerFee() []byte

func (*Order) GetExecutedQuantity

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

func (*Order) GetId

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

func (*Order) GetLockedBuyFee

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

func (*Order) GetMakerBrokerFeeRate

func (m *Order) GetMakerBrokerFeeRate() int32

func (*Order) GetMakerFeeRate

func (m *Order) GetMakerFeeRate() int32

func (*Order) GetMarketId

func (m *Order) GetMarketId() int32

func (*Order) GetPrice

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

func (*Order) GetQuantity

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

func (*Order) GetRefundQuantity

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

func (*Order) GetRefundToken

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

func (*Order) GetSide

func (m *Order) GetSide() bool

func (*Order) GetStatus

func (m *Order) GetStatus() int32

func (*Order) GetTakerBrokerFeeRate

func (m *Order) GetTakerBrokerFeeRate() int32

func (*Order) GetTakerFeeRate

func (m *Order) GetTakerFeeRate() int32

func (*Order) GetTimestamp

func (m *Order) GetTimestamp() int64

func (*Order) GetType

func (m *Order) GetType() int32

func (*Order) ProtoMessage

func (*Order) ProtoMessage()

func (*Order) Reset

func (m *Order) Reset()

func (*Order) String

func (m *Order) String() string

func (*Order) XXX_DiscardUnknown

func (m *Order) XXX_DiscardUnknown()

func (*Order) XXX_Marshal

func (m *Order) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Order) XXX_Merge

func (m *Order) XXX_Merge(src proto.Message)

func (*Order) XXX_Size

func (m *Order) XXX_Size() int

func (*Order) XXX_Unmarshal

func (m *Order) XXX_Unmarshal(b []byte) error

type OrderIdSerialNo

type OrderIdSerialNo struct {
	SerialNo             int32    `protobuf:"varint,1,opt,name=SerialNo,proto3" json:"SerialNo,omitempty"`
	Timestamp            int64    `protobuf:"varint,2,opt,name=Timestamp,proto3" json:"Timestamp,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

storage

func (*OrderIdSerialNo) Descriptor

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

func (*OrderIdSerialNo) GetSerialNo

func (m *OrderIdSerialNo) GetSerialNo() int32

func (*OrderIdSerialNo) GetTimestamp

func (m *OrderIdSerialNo) GetTimestamp() int64

func (*OrderIdSerialNo) ProtoMessage

func (*OrderIdSerialNo) ProtoMessage()

func (*OrderIdSerialNo) Reset

func (m *OrderIdSerialNo) Reset()

func (*OrderIdSerialNo) String

func (m *OrderIdSerialNo) String() string

func (*OrderIdSerialNo) XXX_DiscardUnknown

func (m *OrderIdSerialNo) XXX_DiscardUnknown()

func (*OrderIdSerialNo) XXX_Marshal

func (m *OrderIdSerialNo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OrderIdSerialNo) XXX_Merge

func (m *OrderIdSerialNo) XXX_Merge(src proto.Message)

func (*OrderIdSerialNo) XXX_Size

func (m *OrderIdSerialNo) XXX_Size() int

func (*OrderIdSerialNo) XXX_Unmarshal

func (m *OrderIdSerialNo) XXX_Unmarshal(b []byte) error

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"`
	ExecutedBrokerFee    []byte   `protobuf:"bytes,9,opt,name=ExecutedBrokerFee,proto3" json:"ExecutedBrokerFee,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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

event

func (*OrderUpdateInfo) Descriptor

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

func (*OrderUpdateInfo) GetCancelReason

func (m *OrderUpdateInfo) GetCancelReason() int32

func (*OrderUpdateInfo) GetExecutedAmount

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

func (*OrderUpdateInfo) GetExecutedBaseFee

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

func (*OrderUpdateInfo) GetExecutedBrokerFee

func (m *OrderUpdateInfo) GetExecutedBrokerFee() []byte

func (*OrderUpdateInfo) GetExecutedQuantity

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

func (*OrderUpdateInfo) GetId

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

func (*OrderUpdateInfo) GetQuoteToken

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

func (*OrderUpdateInfo) GetRefundQuantity

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

func (*OrderUpdateInfo) GetRefundToken

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

func (*OrderUpdateInfo) GetStatus

func (m *OrderUpdateInfo) GetStatus() int32

func (*OrderUpdateInfo) GetTradeToken

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

func (*OrderUpdateInfo) ProtoMessage

func (*OrderUpdateInfo) ProtoMessage()

func (*OrderUpdateInfo) Reset

func (m *OrderUpdateInfo) Reset()

func (*OrderUpdateInfo) String

func (m *OrderUpdateInfo) String() string

func (*OrderUpdateInfo) XXX_DiscardUnknown

func (m *OrderUpdateInfo) XXX_DiscardUnknown()

func (*OrderUpdateInfo) XXX_Marshal

func (m *OrderUpdateInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OrderUpdateInfo) XXX_Merge

func (m *OrderUpdateInfo) XXX_Merge(src proto.Message)

func (*OrderUpdateInfo) XXX_Size

func (m *OrderUpdateInfo) XXX_Size() int

func (*OrderUpdateInfo) XXX_Unmarshal

func (m *OrderUpdateInfo) XXX_Unmarshal(b []byte) error

type PendingNewMarkets

type PendingNewMarkets struct {
	PendingActions       []*NewMarketAction `protobuf:"bytes,1,rep,name=pendingActions,proto3" json:"pendingActions,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*PendingNewMarkets) Descriptor

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

func (*PendingNewMarkets) GetPendingActions

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

func (*PendingNewMarkets) ProtoMessage

func (*PendingNewMarkets) ProtoMessage()

func (*PendingNewMarkets) Reset

func (m *PendingNewMarkets) Reset()

func (*PendingNewMarkets) String

func (m *PendingNewMarkets) String() string

func (*PendingNewMarkets) XXX_DiscardUnknown

func (m *PendingNewMarkets) XXX_DiscardUnknown()

func (*PendingNewMarkets) XXX_Marshal

func (m *PendingNewMarkets) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PendingNewMarkets) XXX_Merge

func (m *PendingNewMarkets) XXX_Merge(src proto.Message)

func (*PendingNewMarkets) XXX_Size

func (m *PendingNewMarkets) XXX_Size() int

func (*PendingNewMarkets) XXX_Unmarshal

func (m *PendingNewMarkets) XXX_Unmarshal(b []byte) error

type PendingSetQuotes

type PendingSetQuotes struct {
	PendingActions       []*SetQuoteAction `protobuf:"bytes,1,rep,name=pendingActions,proto3" json:"pendingActions,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*PendingSetQuotes) Descriptor

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

func (*PendingSetQuotes) GetPendingActions

func (m *PendingSetQuotes) GetPendingActions() []*SetQuoteAction

func (*PendingSetQuotes) ProtoMessage

func (*PendingSetQuotes) ProtoMessage()

func (*PendingSetQuotes) Reset

func (m *PendingSetQuotes) Reset()

func (*PendingSetQuotes) String

func (m *PendingSetQuotes) String() string

func (*PendingSetQuotes) XXX_DiscardUnknown

func (m *PendingSetQuotes) XXX_DiscardUnknown()

func (*PendingSetQuotes) XXX_Marshal

func (m *PendingSetQuotes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PendingSetQuotes) XXX_Merge

func (m *PendingSetQuotes) XXX_Merge(src proto.Message)

func (*PendingSetQuotes) XXX_Size

func (m *PendingSetQuotes) XXX_Size() int

func (*PendingSetQuotes) XXX_Unmarshal

func (m *PendingSetQuotes) XXX_Unmarshal(b []byte) error

type PendingTransferTokenOwners

type PendingTransferTokenOwners struct {
	PendingActions       []*TransferTokenOwnerAction `protobuf:"bytes,1,rep,name=pendingActions,proto3" json:"pendingActions,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

func (*PendingTransferTokenOwners) Descriptor

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

func (*PendingTransferTokenOwners) GetPendingActions

func (m *PendingTransferTokenOwners) GetPendingActions() []*TransferTokenOwnerAction

func (*PendingTransferTokenOwners) ProtoMessage

func (*PendingTransferTokenOwners) ProtoMessage()

func (*PendingTransferTokenOwners) Reset

func (m *PendingTransferTokenOwners) Reset()

func (*PendingTransferTokenOwners) String

func (m *PendingTransferTokenOwners) String() string

func (*PendingTransferTokenOwners) XXX_DiscardUnknown

func (m *PendingTransferTokenOwners) XXX_DiscardUnknown()

func (*PendingTransferTokenOwners) XXX_Marshal

func (m *PendingTransferTokenOwners) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PendingTransferTokenOwners) XXX_Merge

func (m *PendingTransferTokenOwners) XXX_Merge(src proto.Message)

func (*PendingTransferTokenOwners) XXX_Size

func (m *PendingTransferTokenOwners) XXX_Size() int

func (*PendingTransferTokenOwners) XXX_Unmarshal

func (m *PendingTransferTokenOwners) XXX_Unmarshal(b []byte) error

type PeriodWithBiz

type PeriodWithBiz 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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

event

func (*PeriodWithBiz) Descriptor

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

func (*PeriodWithBiz) GetBizType

func (m *PeriodWithBiz) GetBizType() int32

func (*PeriodWithBiz) GetPeriod

func (m *PeriodWithBiz) GetPeriod() uint64

func (*PeriodWithBiz) ProtoMessage

func (*PeriodWithBiz) ProtoMessage()

func (*PeriodWithBiz) Reset

func (m *PeriodWithBiz) Reset()

func (*PeriodWithBiz) String

func (m *PeriodWithBiz) String() string

func (*PeriodWithBiz) XXX_DiscardUnknown

func (m *PeriodWithBiz) XXX_DiscardUnknown()

func (*PeriodWithBiz) XXX_Marshal

func (m *PeriodWithBiz) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PeriodWithBiz) XXX_Merge

func (m *PeriodWithBiz) XXX_Merge(src proto.Message)

func (*PeriodWithBiz) XXX_Size

func (m *PeriodWithBiz) XXX_Size() int

func (*PeriodWithBiz) XXX_Unmarshal

func (m *PeriodWithBiz) XXX_Unmarshal(b []byte) error

type PledgeForVxByPeriod

type PledgeForVxByPeriod struct {
	Period               uint64   `protobuf:"varint,1,opt,name=Period,proto3" json:"Period,omitempty"`
	Amount               []byte   `protobuf:"bytes,2,opt,name=Amount,proto3" json:"Amount,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PledgeForVxByPeriod) Descriptor

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

func (*PledgeForVxByPeriod) GetAmount

func (m *PledgeForVxByPeriod) GetAmount() []byte

func (*PledgeForVxByPeriod) GetPeriod

func (m *PledgeForVxByPeriod) GetPeriod() uint64

func (*PledgeForVxByPeriod) ProtoMessage

func (*PledgeForVxByPeriod) ProtoMessage()

func (*PledgeForVxByPeriod) Reset

func (m *PledgeForVxByPeriod) Reset()

func (*PledgeForVxByPeriod) String

func (m *PledgeForVxByPeriod) String() string

func (*PledgeForVxByPeriod) XXX_DiscardUnknown

func (m *PledgeForVxByPeriod) XXX_DiscardUnknown()

func (*PledgeForVxByPeriod) XXX_Marshal

func (m *PledgeForVxByPeriod) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PledgeForVxByPeriod) XXX_Merge

func (m *PledgeForVxByPeriod) XXX_Merge(src proto.Message)

func (*PledgeForVxByPeriod) XXX_Size

func (m *PledgeForVxByPeriod) XXX_Size() int

func (*PledgeForVxByPeriod) XXX_Unmarshal

func (m *PledgeForVxByPeriod) XXX_Unmarshal(b []byte) error

type PledgeVip

type PledgeVip struct {
	Timestamp            int64    `protobuf:"varint,1,opt,name=Timestamp,proto3" json:"Timestamp,omitempty"`
	PledgeTimes          int32    `protobuf:"varint,2,opt,name=PledgeTimes,proto3" json:"PledgeTimes,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PledgeVip) Descriptor

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

func (*PledgeVip) GetPledgeTimes

func (m *PledgeVip) GetPledgeTimes() int32

func (*PledgeVip) GetTimestamp

func (m *PledgeVip) GetTimestamp() int64

func (*PledgeVip) ProtoMessage

func (*PledgeVip) ProtoMessage()

func (*PledgeVip) Reset

func (m *PledgeVip) Reset()

func (*PledgeVip) String

func (m *PledgeVip) String() string

func (*PledgeVip) XXX_DiscardUnknown

func (m *PledgeVip) XXX_DiscardUnknown()

func (*PledgeVip) XXX_Marshal

func (m *PledgeVip) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PledgeVip) XXX_Merge

func (m *PledgeVip) XXX_Merge(src proto.Message)

func (*PledgeVip) XXX_Size

func (m *PledgeVip) XXX_Size() int

func (*PledgeVip) XXX_Unmarshal

func (m *PledgeVip) XXX_Unmarshal(b []byte) error

type PledgesForVx

type PledgesForVx struct {
	Pledges              []*PledgeForVxByPeriod `protobuf:"bytes,1,rep,name=pledges,proto3" json:"pledges,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*PledgesForVx) Descriptor

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

func (*PledgesForVx) GetPledges

func (m *PledgesForVx) GetPledges() []*PledgeForVxByPeriod

func (*PledgesForVx) ProtoMessage

func (*PledgesForVx) ProtoMessage()

func (*PledgesForVx) Reset

func (m *PledgesForVx) Reset()

func (*PledgesForVx) String

func (m *PledgesForVx) String() string

func (*PledgesForVx) XXX_DiscardUnknown

func (m *PledgesForVx) XXX_DiscardUnknown()

func (*PledgesForVx) XXX_Marshal

func (m *PledgesForVx) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PledgesForVx) XXX_Merge

func (m *PledgesForVx) XXX_Merge(src proto.Message)

func (*PledgesForVx) XXX_Size

func (m *PledgesForVx) XXX_Size() int

func (*PledgesForVx) XXX_Unmarshal

func (m *PledgesForVx) XXX_Unmarshal(b []byte) error

type SetQuoteAction

type SetQuoteAction 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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SetQuoteAction) Descriptor

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

func (*SetQuoteAction) GetQuoteTokenType

func (m *SetQuoteAction) GetQuoteTokenType() int32

func (*SetQuoteAction) GetToken

func (m *SetQuoteAction) GetToken() []byte

func (*SetQuoteAction) ProtoMessage

func (*SetQuoteAction) ProtoMessage()

func (*SetQuoteAction) Reset

func (m *SetQuoteAction) Reset()

func (*SetQuoteAction) String

func (m *SetQuoteAction) String() string

func (*SetQuoteAction) XXX_DiscardUnknown

func (m *SetQuoteAction) XXX_DiscardUnknown()

func (*SetQuoteAction) XXX_Marshal

func (m *SetQuoteAction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetQuoteAction) XXX_Merge

func (m *SetQuoteAction) XXX_Merge(src proto.Message)

func (*SetQuoteAction) XXX_Size

func (m *SetQuoteAction) XXX_Size() int

func (*SetQuoteAction) XXX_Unmarshal

func (m *SetQuoteAction) XXX_Unmarshal(b []byte) error

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          []*UserFundSettle `protobuf:"bytes,3,rep,name=fundActions,proto3" json:"fundActions,omitempty"`
	FeeActions           []*UserFeeSettle  `protobuf:"bytes,4,rep,name=feeActions,proto3" json:"feeActions,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*SettleActions) Descriptor

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

func (*SettleActions) GetFeeActions

func (m *SettleActions) GetFeeActions() []*UserFeeSettle

func (*SettleActions) GetFundActions

func (m *SettleActions) GetFundActions() []*UserFundSettle

func (*SettleActions) GetQuoteToken

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

func (*SettleActions) GetTradeToken

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

func (*SettleActions) ProtoMessage

func (*SettleActions) ProtoMessage()

func (*SettleActions) Reset

func (m *SettleActions) Reset()

func (*SettleActions) String

func (m *SettleActions) String() string

func (*SettleActions) XXX_DiscardUnknown

func (m *SettleActions) XXX_DiscardUnknown()

func (*SettleActions) XXX_Marshal

func (m *SettleActions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SettleActions) XXX_Merge

func (m *SettleActions) XXX_Merge(src proto.Message)

func (*SettleActions) XXX_Size

func (m *SettleActions) XXX_Size() int

func (*SettleActions) XXX_Unmarshal

func (m *SettleActions) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

event

func (*SettleMakerMinedVx) Descriptor

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

func (*SettleMakerMinedVx) GetFinish

func (m *SettleMakerMinedVx) GetFinish() bool

func (*SettleMakerMinedVx) GetPage

func (m *SettleMakerMinedVx) GetPage() int32

func (*SettleMakerMinedVx) GetPeriodId

func (m *SettleMakerMinedVx) GetPeriodId() uint64

func (*SettleMakerMinedVx) ProtoMessage

func (*SettleMakerMinedVx) ProtoMessage()

func (*SettleMakerMinedVx) Reset

func (m *SettleMakerMinedVx) Reset()

func (*SettleMakerMinedVx) String

func (m *SettleMakerMinedVx) String() string

func (*SettleMakerMinedVx) XXX_DiscardUnknown

func (m *SettleMakerMinedVx) XXX_DiscardUnknown()

func (*SettleMakerMinedVx) XXX_Marshal

func (m *SettleMakerMinedVx) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SettleMakerMinedVx) XXX_Merge

func (m *SettleMakerMinedVx) XXX_Merge(src proto.Message)

func (*SettleMakerMinedVx) XXX_Size

func (m *SettleMakerMinedVx) XXX_Size() int

func (*SettleMakerMinedVx) XXX_Unmarshal

func (m *SettleMakerMinedVx) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

storage+event

func (*TokenInfo) Descriptor

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

func (*TokenInfo) GetDecimals

func (m *TokenInfo) GetDecimals() int32

func (*TokenInfo) GetIndex

func (m *TokenInfo) GetIndex() int32

func (*TokenInfo) GetOwner

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

func (*TokenInfo) GetQuoteTokenType

func (m *TokenInfo) GetQuoteTokenType() int32

func (*TokenInfo) GetSymbol

func (m *TokenInfo) GetSymbol() string

func (*TokenInfo) GetTokenId

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

func (*TokenInfo) ProtoMessage

func (*TokenInfo) ProtoMessage()

func (*TokenInfo) Reset

func (m *TokenInfo) Reset()

func (*TokenInfo) String

func (m *TokenInfo) String() string

func (*TokenInfo) XXX_DiscardUnknown

func (m *TokenInfo) XXX_DiscardUnknown()

func (*TokenInfo) XXX_Marshal

func (m *TokenInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TokenInfo) XXX_Merge

func (m *TokenInfo) XXX_Merge(src proto.Message)

func (*TokenInfo) XXX_Size

func (m *TokenInfo) XXX_Size() int

func (*TokenInfo) XXX_Unmarshal

func (m *TokenInfo) XXX_Unmarshal(b []byte) error

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"`
	TakerBrokerFee       []byte   `protobuf:"bytes,10,opt,name=TakerBrokerFee,proto3" json:"TakerBrokerFee,omitempty"`
	MakerBrokerFee       []byte   `protobuf:"bytes,11,opt,name=MakerBrokerFee,proto3" json:"MakerBrokerFee,omitempty"`
	Timestamp            int64    `protobuf:"varint,12,opt,name=Timestamp,proto3" json:"Timestamp,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Transaction) Descriptor

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

func (*Transaction) GetAmount

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

func (*Transaction) GetId

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

func (*Transaction) GetMakerBrokerFee

func (m *Transaction) GetMakerBrokerFee() []byte

func (*Transaction) GetMakerFee

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

func (*Transaction) GetMakerId

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

func (*Transaction) GetPrice

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

func (*Transaction) GetQuantity

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

func (*Transaction) GetTakerBrokerFee

func (m *Transaction) GetTakerBrokerFee() []byte

func (*Transaction) GetTakerFee

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

func (*Transaction) GetTakerId

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

func (*Transaction) GetTakerSide

func (m *Transaction) GetTakerSide() bool

func (*Transaction) GetTimestamp

func (m *Transaction) GetTimestamp() int64

func (*Transaction) ProtoMessage

func (*Transaction) ProtoMessage()

func (*Transaction) Reset

func (m *Transaction) Reset()

func (*Transaction) String

func (m *Transaction) String() string

func (*Transaction) XXX_DiscardUnknown

func (m *Transaction) XXX_DiscardUnknown()

func (*Transaction) XXX_Marshal

func (m *Transaction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Transaction) XXX_Merge

func (m *Transaction) XXX_Merge(src proto.Message)

func (*Transaction) XXX_Size

func (m *Transaction) XXX_Size() int

func (*Transaction) XXX_Unmarshal

func (m *Transaction) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TransferTokenOwnerAction) Descriptor

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

func (*TransferTokenOwnerAction) GetNew

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

func (*TransferTokenOwnerAction) GetOrigin

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

func (*TransferTokenOwnerAction) GetToken

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

func (*TransferTokenOwnerAction) ProtoMessage

func (*TransferTokenOwnerAction) ProtoMessage()

func (*TransferTokenOwnerAction) Reset

func (m *TransferTokenOwnerAction) Reset()

func (*TransferTokenOwnerAction) String

func (m *TransferTokenOwnerAction) String() string

func (*TransferTokenOwnerAction) XXX_DiscardUnknown

func (m *TransferTokenOwnerAction) XXX_DiscardUnknown()

func (*TransferTokenOwnerAction) XXX_Marshal

func (m *TransferTokenOwnerAction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TransferTokenOwnerAction) XXX_Merge

func (m *TransferTokenOwnerAction) XXX_Merge(src proto.Message)

func (*TransferTokenOwnerAction) XXX_Size

func (m *TransferTokenOwnerAction) XXX_Size() int

func (*TransferTokenOwnerAction) XXX_Unmarshal

func (m *TransferTokenOwnerAction) XXX_Unmarshal(b []byte) error

type UserFeeAccount

type UserFeeAccount 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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UserFeeAccount) Descriptor

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

func (*UserFeeAccount) GetBaseAmount

func (m *UserFeeAccount) GetBaseAmount() []byte

func (*UserFeeAccount) GetInviteBonusAmount

func (m *UserFeeAccount) GetInviteBonusAmount() []byte

func (*UserFeeAccount) GetQuoteTokenType

func (m *UserFeeAccount) GetQuoteTokenType() int32

func (*UserFeeAccount) ProtoMessage

func (*UserFeeAccount) ProtoMessage()

func (*UserFeeAccount) Reset

func (m *UserFeeAccount) Reset()

func (*UserFeeAccount) String

func (m *UserFeeAccount) String() string

func (*UserFeeAccount) XXX_DiscardUnknown

func (m *UserFeeAccount) XXX_DiscardUnknown()

func (*UserFeeAccount) XXX_Marshal

func (m *UserFeeAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserFeeAccount) XXX_Merge

func (m *UserFeeAccount) XXX_Merge(src proto.Message)

func (*UserFeeAccount) XXX_Size

func (m *UserFeeAccount) XXX_Size() int

func (*UserFeeAccount) XXX_Unmarshal

func (m *UserFeeAccount) XXX_Unmarshal(b []byte) error

type UserFeeByPeriod

type UserFeeByPeriod struct {
	UserFees             []*UserFeeAccount `protobuf:"bytes,1,rep,name=userFees,proto3" json:"userFees,omitempty"`
	Period               uint64            `protobuf:"varint,2,opt,name=Period,proto3" json:"Period,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*UserFeeByPeriod) Descriptor

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

func (*UserFeeByPeriod) GetPeriod

func (m *UserFeeByPeriod) GetPeriod() uint64

func (*UserFeeByPeriod) GetUserFees

func (m *UserFeeByPeriod) GetUserFees() []*UserFeeAccount

func (*UserFeeByPeriod) ProtoMessage

func (*UserFeeByPeriod) ProtoMessage()

func (*UserFeeByPeriod) Reset

func (m *UserFeeByPeriod) Reset()

func (*UserFeeByPeriod) String

func (m *UserFeeByPeriod) String() string

func (*UserFeeByPeriod) XXX_DiscardUnknown

func (m *UserFeeByPeriod) XXX_DiscardUnknown()

func (*UserFeeByPeriod) XXX_Marshal

func (m *UserFeeByPeriod) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserFeeByPeriod) XXX_Merge

func (m *UserFeeByPeriod) XXX_Merge(src proto.Message)

func (*UserFeeByPeriod) XXX_Size

func (m *UserFeeByPeriod) XXX_Size() int

func (*UserFeeByPeriod) XXX_Unmarshal

func (m *UserFeeByPeriod) XXX_Unmarshal(b []byte) error

type UserFeeSettle

type UserFeeSettle 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"`
	BrokerFee            []byte   `protobuf:"bytes,3,opt,name=BrokerFee,proto3" json:"BrokerFee,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UserFeeSettle) Descriptor

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

func (*UserFeeSettle) GetAddress

func (m *UserFeeSettle) GetAddress() []byte

func (*UserFeeSettle) GetBaseFee

func (m *UserFeeSettle) GetBaseFee() []byte

func (*UserFeeSettle) GetBrokerFee

func (m *UserFeeSettle) GetBrokerFee() []byte

func (*UserFeeSettle) ProtoMessage

func (*UserFeeSettle) ProtoMessage()

func (*UserFeeSettle) Reset

func (m *UserFeeSettle) Reset()

func (*UserFeeSettle) String

func (m *UserFeeSettle) String() string

func (*UserFeeSettle) XXX_DiscardUnknown

func (m *UserFeeSettle) XXX_DiscardUnknown()

func (*UserFeeSettle) XXX_Marshal

func (m *UserFeeSettle) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserFeeSettle) XXX_Merge

func (m *UserFeeSettle) XXX_Merge(src proto.Message)

func (*UserFeeSettle) XXX_Size

func (m *UserFeeSettle) XXX_Size() int

func (*UserFeeSettle) XXX_Unmarshal

func (m *UserFeeSettle) XXX_Unmarshal(b []byte) error

type UserFees

type UserFees struct {
	Fees                 []*UserFeeByPeriod `protobuf:"bytes,1,rep,name=fees,proto3" json:"fees,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*UserFees) Descriptor

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

func (*UserFees) GetFees

func (m *UserFees) GetFees() []*UserFeeByPeriod

func (*UserFees) ProtoMessage

func (*UserFees) ProtoMessage()

func (*UserFees) Reset

func (m *UserFees) Reset()

func (*UserFees) String

func (m *UserFees) String() string

func (*UserFees) XXX_DiscardUnknown

func (m *UserFees) XXX_DiscardUnknown()

func (*UserFees) XXX_Marshal

func (m *UserFees) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserFees) XXX_Merge

func (m *UserFees) XXX_Merge(src proto.Message)

func (*UserFees) XXX_Size

func (m *UserFees) XXX_Size() int

func (*UserFees) XXX_Unmarshal

func (m *UserFees) XXX_Unmarshal(b []byte) error

type UserFundSettle

type UserFundSettle struct {
	Address              []byte        `protobuf:"bytes,1,opt,name=Address,proto3" json:"Address,omitempty"`
	FundSettles          []*FundSettle `protobuf:"bytes,2,rep,name=fundSettles,proto3" json:"fundSettles,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*UserFundSettle) Descriptor

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

func (*UserFundSettle) GetAddress

func (m *UserFundSettle) GetAddress() []byte

func (*UserFundSettle) GetFundSettles

func (m *UserFundSettle) GetFundSettles() []*FundSettle

func (*UserFundSettle) ProtoMessage

func (*UserFundSettle) ProtoMessage()

func (*UserFundSettle) Reset

func (m *UserFundSettle) Reset()

func (*UserFundSettle) String

func (m *UserFundSettle) String() string

func (*UserFundSettle) XXX_DiscardUnknown

func (m *UserFundSettle) XXX_DiscardUnknown()

func (*UserFundSettle) XXX_Marshal

func (m *UserFundSettle) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserFundSettle) XXX_Merge

func (m *UserFundSettle) XXX_Merge(src proto.Message)

func (*UserFundSettle) XXX_Size

func (m *UserFundSettle) XXX_Size() int

func (*UserFundSettle) XXX_Unmarshal

func (m *UserFundSettle) XXX_Unmarshal(b []byte) error

type VxFundByPeriod

type VxFundByPeriod struct {
	Period               uint64   `protobuf:"varint,1,opt,name=Period,proto3" json:"Period,omitempty"`
	Amount               []byte   `protobuf:"bytes,2,opt,name=Amount,proto3" json:"Amount,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*VxFundByPeriod) Descriptor

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

func (*VxFundByPeriod) GetAmount

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

func (*VxFundByPeriod) GetPeriod

func (m *VxFundByPeriod) GetPeriod() uint64

func (*VxFundByPeriod) ProtoMessage

func (*VxFundByPeriod) ProtoMessage()

func (*VxFundByPeriod) Reset

func (m *VxFundByPeriod) Reset()

func (*VxFundByPeriod) String

func (m *VxFundByPeriod) String() string

func (*VxFundByPeriod) XXX_DiscardUnknown

func (m *VxFundByPeriod) XXX_DiscardUnknown()

func (*VxFundByPeriod) XXX_Marshal

func (m *VxFundByPeriod) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VxFundByPeriod) XXX_Merge

func (m *VxFundByPeriod) XXX_Merge(src proto.Message)

func (*VxFundByPeriod) XXX_Size

func (m *VxFundByPeriod) XXX_Size() int

func (*VxFundByPeriod) XXX_Unmarshal

func (m *VxFundByPeriod) XXX_Unmarshal(b []byte) error

type VxFunds

type VxFunds struct {
	Funds                []*VxFundByPeriod `protobuf:"bytes,1,rep,name=funds,proto3" json:"funds,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*VxFunds) Descriptor

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

func (*VxFunds) GetFunds

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

func (*VxFunds) ProtoMessage

func (*VxFunds) ProtoMessage()

func (*VxFunds) Reset

func (m *VxFunds) Reset()

func (*VxFunds) String

func (m *VxFunds) String() string

func (*VxFunds) XXX_DiscardUnknown

func (m *VxFunds) XXX_DiscardUnknown()

func (*VxFunds) XXX_Marshal

func (m *VxFunds) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VxFunds) XXX_Merge

func (m *VxFunds) XXX_Merge(src proto.Message)

func (*VxFunds) XXX_Size

func (m *VxFunds) XXX_Size() int

func (*VxFunds) XXX_Unmarshal

func (m *VxFunds) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*VxSettleAction) Descriptor

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

func (*VxSettleAction) GetAddress

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

func (*VxSettleAction) GetAmount

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

func (*VxSettleAction) ProtoMessage

func (*VxSettleAction) ProtoMessage()

func (*VxSettleAction) Reset

func (m *VxSettleAction) Reset()

func (*VxSettleAction) String

func (m *VxSettleAction) String() string

func (*VxSettleAction) XXX_DiscardUnknown

func (m *VxSettleAction) XXX_DiscardUnknown()

func (*VxSettleAction) XXX_Marshal

func (m *VxSettleAction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VxSettleAction) XXX_Merge

func (m *VxSettleAction) XXX_Merge(src proto.Message)

func (*VxSettleAction) XXX_Size

func (m *VxSettleAction) XXX_Size() int

func (*VxSettleAction) XXX_Unmarshal

func (m *VxSettleAction) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*VxSettleActions) Descriptor

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

func (*VxSettleActions) GetActions

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

func (*VxSettleActions) GetPage

func (m *VxSettleActions) GetPage() int32

func (*VxSettleActions) GetPeriod

func (m *VxSettleActions) GetPeriod() uint64

func (*VxSettleActions) ProtoMessage

func (*VxSettleActions) ProtoMessage()

func (*VxSettleActions) Reset

func (m *VxSettleActions) Reset()

func (*VxSettleActions) String

func (m *VxSettleActions) String() string

func (*VxSettleActions) XXX_DiscardUnknown

func (m *VxSettleActions) XXX_DiscardUnknown()

func (*VxSettleActions) XXX_Marshal

func (m *VxSettleActions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VxSettleActions) XXX_Merge

func (m *VxSettleActions) XXX_Merge(src proto.Message)

func (*VxSettleActions) XXX_Size

func (m *VxSettleActions) XXX_Size() int

func (*VxSettleActions) XXX_Unmarshal

func (m *VxSettleActions) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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