proto

package
v2.10.2+incompatible Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2021 License: GPL-3.0 Imports: 3 Imported by: 2

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"`
	VxLocked             []byte   `protobuf:"bytes,4,opt,name=VxLocked,proto3" json:"VxLocked,omitempty"`
	VxUnlocking          []byte   `protobuf:"bytes,5,opt,name=VxUnlocking,proto3" json:"VxUnlocking,omitempty"`
	CancellingStake      []byte   `protobuf:"bytes,6,opt,name=CancellingStake,proto3" json:"CancellingStake,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) GetCancellingStake

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

func (*Account) GetLocked

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

func (*Account) GetToken

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

func (*Account) GetVxLocked

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

func (*Account) GetVxUnlocking

func (m *Account) GetVxUnlocking() []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 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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AccountSettle) Descriptor

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

func (*AccountSettle) GetIncAvailable

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

func (*AccountSettle) GetIsTradeToken

func (m *AccountSettle) GetIsTradeToken() bool

func (*AccountSettle) GetReduceLocked

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

func (*AccountSettle) GetReleaseLocked

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

func (*AccountSettle) ProtoMessage

func (*AccountSettle) ProtoMessage()

func (*AccountSettle) Reset

func (m *AccountSettle) Reset()

func (*AccountSettle) String

func (m *AccountSettle) String() string

func (*AccountSettle) XXX_DiscardUnknown

func (m *AccountSettle) XXX_DiscardUnknown()

func (*AccountSettle) XXX_Marshal

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

func (*AccountSettle) XXX_Merge

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

func (*AccountSettle) XXX_Size

func (m *AccountSettle) XXX_Size() int

func (*AccountSettle) XXX_Unmarshal

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

type BurnVite

type BurnVite struct {
	BizType              int32    `protobuf:"varint,1,opt,name=BizType,proto3" json:"BizType,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:"-"`
}

event

func (*BurnVite) Descriptor

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

func (*BurnVite) GetAmount

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

func (*BurnVite) GetBizType

func (m *BurnVite) GetBizType() int32

func (*BurnVite) ProtoMessage

func (*BurnVite) ProtoMessage()

func (*BurnVite) Reset

func (m *BurnVite) Reset()

func (*BurnVite) String

func (m *BurnVite) String() string

func (*BurnVite) XXX_DiscardUnknown

func (m *BurnVite) XXX_DiscardUnknown()

func (*BurnVite) XXX_Marshal

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

func (*BurnVite) XXX_Merge

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

func (*BurnVite) XXX_Size

func (m *BurnVite) XXX_Size() int

func (*BurnVite) XXX_Unmarshal

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

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

func (*CancelStake) Descriptor

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

func (*CancelStake) GetAmount

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

func (*CancelStake) GetPeriodId

func (m *CancelStake) GetPeriodId() uint64

func (*CancelStake) ProtoMessage

func (*CancelStake) ProtoMessage()

func (*CancelStake) Reset

func (m *CancelStake) Reset()

func (*CancelStake) String

func (m *CancelStake) String() string

func (*CancelStake) XXX_DiscardUnknown

func (m *CancelStake) XXX_DiscardUnknown()

func (*CancelStake) XXX_Marshal

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

func (*CancelStake) XXX_Merge

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

func (*CancelStake) XXX_Size

func (m *CancelStake) XXX_Size() int

func (*CancelStake) XXX_Unmarshal

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

type CancelStakes

type CancelStakes struct {
	Cancels              []*CancelStake `protobuf:"bytes,1,rep,name=Cancels,proto3" json:"Cancels,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*CancelStakes) Descriptor

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

func (*CancelStakes) GetCancels

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

func (*CancelStakes) ProtoMessage

func (*CancelStakes) ProtoMessage()

func (*CancelStakes) Reset

func (m *CancelStakes) Reset()

func (*CancelStakes) String

func (m *CancelStakes) String() string

func (*CancelStakes) XXX_DiscardUnknown

func (m *CancelStakes) XXX_DiscardUnknown()

func (*CancelStakes) XXX_Marshal

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

func (*CancelStakes) XXX_Merge

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

func (*CancelStakes) XXX_Size

func (m *CancelStakes) XXX_Size() int

func (*CancelStakes) XXX_Unmarshal

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

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

func (*DelegateStakeAddressIndex) Descriptor

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

func (*DelegateStakeAddressIndex) GetId

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

func (*DelegateStakeAddressIndex) GetStakeType

func (m *DelegateStakeAddressIndex) GetStakeType() int32

func (*DelegateStakeAddressIndex) ProtoMessage

func (*DelegateStakeAddressIndex) ProtoMessage()

func (*DelegateStakeAddressIndex) Reset

func (m *DelegateStakeAddressIndex) Reset()

func (*DelegateStakeAddressIndex) String

func (m *DelegateStakeAddressIndex) String() string

func (*DelegateStakeAddressIndex) XXX_DiscardUnknown

func (m *DelegateStakeAddressIndex) XXX_DiscardUnknown()

func (*DelegateStakeAddressIndex) XXX_Marshal

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

func (*DelegateStakeAddressIndex) XXX_Merge

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

func (*DelegateStakeAddressIndex) XXX_Size

func (m *DelegateStakeAddressIndex) XXX_Size() int

func (*DelegateStakeAddressIndex) XXX_Unmarshal

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

type DelegateStakeInfo

type DelegateStakeInfo struct {
	StakeType            int32    `protobuf:"varint,1,opt,name=StakeType,proto3" json:"StakeType,omitempty"`
	Address              []byte   `protobuf:"bytes,2,opt,name=Address,proto3" json:"Address,omitempty"`
	Principal            []byte   `protobuf:"bytes,3,opt,name=Principal,proto3" json:"Principal,omitempty"`
	Amount               []byte   `protobuf:"bytes,4,opt,name=Amount,proto3" json:"Amount,omitempty"`
	Status               int32    `protobuf:"varint,5,opt,name=Status,proto3" json:"Status,omitempty"`
	SerialNo             uint64   `protobuf:"varint,6,opt,name=SerialNo,proto3" json:"SerialNo,omitempty"`
	Id                   []byte   `protobuf:"bytes,7,opt,name=Id,proto3" json:"Id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DelegateStakeInfo) Descriptor

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

func (*DelegateStakeInfo) GetAddress

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

func (*DelegateStakeInfo) GetAmount

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

func (*DelegateStakeInfo) GetId

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

func (*DelegateStakeInfo) GetPrincipal

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

func (*DelegateStakeInfo) GetSerialNo

func (m *DelegateStakeInfo) GetSerialNo() uint64

func (*DelegateStakeInfo) GetStakeType

func (m *DelegateStakeInfo) GetStakeType() int32

func (*DelegateStakeInfo) GetStatus

func (m *DelegateStakeInfo) GetStatus() int32

func (*DelegateStakeInfo) ProtoMessage

func (*DelegateStakeInfo) ProtoMessage()

func (*DelegateStakeInfo) Reset

func (m *DelegateStakeInfo) Reset()

func (*DelegateStakeInfo) String

func (m *DelegateStakeInfo) String() string

func (*DelegateStakeInfo) XXX_DiscardUnknown

func (m *DelegateStakeInfo) XXX_DiscardUnknown()

func (*DelegateStakeInfo) XXX_Marshal

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

func (*DelegateStakeInfo) XXX_Merge

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

func (*DelegateStakeInfo) XXX_Size

func (m *DelegateStakeInfo) XXX_Size() int

func (*DelegateStakeInfo) XXX_Unmarshal

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

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

func (*DexFeesByPeriod) Descriptor

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

func (*DexFeesByPeriod) GetFeesForDividend

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

func (*DexFeesByPeriod) GetFeesForMine

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

func (*DexFeesByPeriod) GetFinishDividend

func (m *DexFeesByPeriod) GetFinishDividend() bool

func (*DexFeesByPeriod) GetFinishMine

func (m *DexFeesByPeriod) GetFinishMine() bool

func (*DexFeesByPeriod) GetLastValidPeriod

func (m *DexFeesByPeriod) GetLastValidPeriod() uint64

func (*DexFeesByPeriod) ProtoMessage

func (*DexFeesByPeriod) ProtoMessage()

func (*DexFeesByPeriod) Reset

func (m *DexFeesByPeriod) Reset()

func (*DexFeesByPeriod) String

func (m *DexFeesByPeriod) String() string

func (*DexFeesByPeriod) XXX_DiscardUnknown

func (m *DexFeesByPeriod) XXX_DiscardUnknown()

func (*DexFeesByPeriod) XXX_Marshal

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

func (*DexFeesByPeriod) XXX_Merge

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

func (*DexFeesByPeriod) XXX_Size

func (m *DexFeesByPeriod) XXX_Size() int

func (*DexFeesByPeriod) XXX_Unmarshal

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

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

func (*FeeAccount) Descriptor

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

func (*FeeAccount) GetBaseAmount

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

func (*FeeAccount) GetInviteBonusAmount

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

func (*FeeAccount) GetQuoteTokenType

func (m *FeeAccount) GetQuoteTokenType() int32

func (*FeeAccount) ProtoMessage

func (*FeeAccount) ProtoMessage()

func (*FeeAccount) Reset

func (m *FeeAccount) Reset()

func (*FeeAccount) String

func (m *FeeAccount) String() string

func (*FeeAccount) XXX_DiscardUnknown

func (m *FeeAccount) XXX_DiscardUnknown()

func (*FeeAccount) XXX_Marshal

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

func (*FeeAccount) XXX_Merge

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

func (*FeeAccount) XXX_Size

func (m *FeeAccount) XXX_Size() int

func (*FeeAccount) XXX_Unmarshal

func (m *FeeAccount) 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 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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FeeForDividend) Descriptor

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

func (*FeeForDividend) GetDividendPoolAmount

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

func (*FeeForDividend) GetNotRoll

func (m *FeeForDividend) GetNotRoll() bool

func (*FeeForDividend) GetToken

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

func (*FeeForDividend) ProtoMessage

func (*FeeForDividend) ProtoMessage()

func (*FeeForDividend) Reset

func (m *FeeForDividend) Reset()

func (*FeeForDividend) String

func (m *FeeForDividend) String() string

func (*FeeForDividend) XXX_DiscardUnknown

func (m *FeeForDividend) XXX_DiscardUnknown()

func (*FeeForDividend) XXX_Marshal

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

func (*FeeForDividend) XXX_Merge

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

func (*FeeForDividend) XXX_Size

func (m *FeeForDividend) XXX_Size() int

func (*FeeForDividend) XXX_Unmarshal

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

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"`
	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 (*FeeForMine) Descriptor

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

func (*FeeForMine) GetBaseAmount

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

func (*FeeForMine) GetInviteBonusAmount

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

func (*FeeForMine) GetQuoteTokenType

func (m *FeeForMine) GetQuoteTokenType() int32

func (*FeeForMine) ProtoMessage

func (*FeeForMine) ProtoMessage()

func (*FeeForMine) Reset

func (m *FeeForMine) Reset()

func (*FeeForMine) String

func (m *FeeForMine) String() string

func (*FeeForMine) XXX_DiscardUnknown

func (m *FeeForMine) XXX_DiscardUnknown()

func (*FeeForMine) XXX_Marshal

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

func (*FeeForMine) XXX_Merge

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

func (*FeeForMine) XXX_Size

func (m *FeeForMine) XXX_Size() int

func (*FeeForMine) XXX_Unmarshal

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

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

func (*FeeSettle) Descriptor

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

func (*FeeSettle) GetAddress

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

func (*FeeSettle) GetBaseFee

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

func (*FeeSettle) GetOperatorFee

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

func (*FeeSettle) ProtoMessage

func (*FeeSettle) ProtoMessage()

func (*FeeSettle) Reset

func (m *FeeSettle) Reset()

func (*FeeSettle) String

func (m *FeeSettle) String() string

func (*FeeSettle) XXX_DiscardUnknown

func (m *FeeSettle) XXX_DiscardUnknown()

func (*FeeSettle) XXX_Marshal

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

func (*FeeSettle) XXX_Merge

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

func (*FeeSettle) XXX_Size

func (m *FeeSettle) XXX_Size() int

func (*FeeSettle) XXX_Unmarshal

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

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

func (*FeesByPeriod) Descriptor

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

func (*FeesByPeriod) GetFees

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

func (*FeesByPeriod) GetPeriod

func (m *FeesByPeriod) GetPeriod() uint64

func (*FeesByPeriod) ProtoMessage

func (*FeesByPeriod) ProtoMessage()

func (*FeesByPeriod) Reset

func (m *FeesByPeriod) Reset()

func (*FeesByPeriod) String

func (m *FeesByPeriod) String() string

func (*FeesByPeriod) XXX_DiscardUnknown

func (m *FeesByPeriod) XXX_DiscardUnknown()

func (*FeesByPeriod) XXX_Marshal

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

func (*FeesByPeriod) XXX_Merge

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

func (*FeesByPeriod) XXX_Size

func (m *FeesByPeriod) XXX_Size() int

func (*FeesByPeriod) XXX_Unmarshal

func (m *FeesByPeriod) 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 {
	Address              []byte           `protobuf:"bytes,1,opt,name=Address,proto3" json:"Address,omitempty"`
	AccountSettles       []*AccountSettle `protobuf:"bytes,2,rep,name=AccountSettles,proto3" json:"AccountSettles,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*FundSettle) Descriptor

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

func (*FundSettle) GetAccountSettles

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

func (*FundSettle) GetAddress

func (m *FundSettle) GetAddress() []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 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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

event

func (*MarketAgentRelation) Descriptor

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

func (*MarketAgentRelation) GetAgent

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

func (*MarketAgentRelation) GetMarketId

func (m *MarketAgentRelation) GetMarketId() int32

func (*MarketAgentRelation) GetPrincipal

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

func (*MarketAgentRelation) ProtoMessage

func (*MarketAgentRelation) ProtoMessage()

func (*MarketAgentRelation) Reset

func (m *MarketAgentRelation) Reset()

func (*MarketAgentRelation) String

func (m *MarketAgentRelation) String() string

func (*MarketAgentRelation) XXX_DiscardUnknown

func (m *MarketAgentRelation) XXX_DiscardUnknown()

func (*MarketAgentRelation) XXX_Marshal

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

func (*MarketAgentRelation) XXX_Merge

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

func (*MarketAgentRelation) XXX_Size

func (m *MarketAgentRelation) XXX_Size() int

func (*MarketAgentRelation) XXX_Unmarshal

func (m *MarketAgentRelation) 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"`
	TakerOperatorFeeRate int32    `protobuf:"varint,8,opt,name=TakerOperatorFeeRate,proto3" json:"TakerOperatorFeeRate,omitempty"`
	MakerOperatorFeeRate int32    `protobuf:"varint,9,opt,name=MakerOperatorFeeRate,proto3" json:"MakerOperatorFeeRate,omitempty"`
	AllowMining          bool     `protobuf:"varint,10,opt,name=AllowMining,proto3" json:"AllowMining,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"`
	StableMarket         bool     `protobuf:"varint,16,opt,name=StableMarket,proto3" json:"StableMarket,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) GetAllowMining

func (m *MarketInfo) GetAllowMining() bool

func (*MarketInfo) GetCreator

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

func (*MarketInfo) GetMakerOperatorFeeRate

func (m *MarketInfo) GetMakerOperatorFeeRate() 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) GetStableMarket

func (m *MarketInfo) GetStableMarket() bool

func (*MarketInfo) GetStopped

func (m *MarketInfo) GetStopped() bool

func (*MarketInfo) GetTakerOperatorFeeRate

func (m *MarketInfo) GetTakerOperatorFeeRate() 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 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"`
	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 (*MinedVxForStaking) Descriptor

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

func (*MinedVxForStaking) GetAddress

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

func (*MinedVxForStaking) GetMinedAmount

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

func (*MinedVxForStaking) GetStakedAmount

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

func (*MinedVxForStaking) ProtoMessage

func (*MinedVxForStaking) ProtoMessage()

func (*MinedVxForStaking) Reset

func (m *MinedVxForStaking) Reset()

func (*MinedVxForStaking) String

func (m *MinedVxForStaking) String() string

func (*MinedVxForStaking) XXX_DiscardUnknown

func (m *MinedVxForStaking) XXX_DiscardUnknown()

func (*MinedVxForStaking) XXX_Marshal

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

func (*MinedVxForStaking) XXX_Merge

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

func (*MinedVxForStaking) XXX_Size

func (m *MinedVxForStaking) XXX_Size() int

func (*MinedVxForStaking) XXX_Unmarshal

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

type MiningStakingByPeriod

type MiningStakingByPeriod 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 (*MiningStakingByPeriod) Descriptor

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

func (*MiningStakingByPeriod) GetAmount

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

func (*MiningStakingByPeriod) GetPeriod

func (m *MiningStakingByPeriod) GetPeriod() uint64

func (*MiningStakingByPeriod) ProtoMessage

func (*MiningStakingByPeriod) ProtoMessage()

func (*MiningStakingByPeriod) Reset

func (m *MiningStakingByPeriod) Reset()

func (*MiningStakingByPeriod) String

func (m *MiningStakingByPeriod) String() string

func (*MiningStakingByPeriod) XXX_DiscardUnknown

func (m *MiningStakingByPeriod) XXX_DiscardUnknown()

func (*MiningStakingByPeriod) XXX_Marshal

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

func (*MiningStakingByPeriod) XXX_Merge

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

func (*MiningStakingByPeriod) XXX_Size

func (m *MiningStakingByPeriod) XXX_Size() int

func (*MiningStakingByPeriod) XXX_Unmarshal

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

type MiningStakings

type MiningStakings struct {
	Stakings             []*MiningStakingByPeriod `protobuf:"bytes,1,rep,name=Stakings,proto3" json:"Stakings,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*MiningStakings) Descriptor

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

func (*MiningStakings) GetStakings

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

func (*MiningStakings) ProtoMessage

func (*MiningStakings) ProtoMessage()

func (*MiningStakings) Reset

func (m *MiningStakings) Reset()

func (*MiningStakings) String

func (m *MiningStakings) String() string

func (*MiningStakings) XXX_DiscardUnknown

func (m *MiningStakings) XXX_DiscardUnknown()

func (*MiningStakings) XXX_Marshal

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

func (*MiningStakings) XXX_Merge

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

func (*MiningStakings) XXX_Size

func (m *MiningStakings) XXX_Size() int

func (*MiningStakings) XXX_Unmarshal

func (m *MiningStakings) 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 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"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*OperatorFeeAccount) Descriptor

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

func (*OperatorFeeAccount) GetMarketFees

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

func (*OperatorFeeAccount) GetToken

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

func (*OperatorFeeAccount) ProtoMessage

func (*OperatorFeeAccount) ProtoMessage()

func (*OperatorFeeAccount) Reset

func (m *OperatorFeeAccount) Reset()

func (*OperatorFeeAccount) String

func (m *OperatorFeeAccount) String() string

func (*OperatorFeeAccount) XXX_DiscardUnknown

func (m *OperatorFeeAccount) XXX_DiscardUnknown()

func (*OperatorFeeAccount) XXX_Marshal

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

func (*OperatorFeeAccount) XXX_Merge

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

func (*OperatorFeeAccount) XXX_Size

func (m *OperatorFeeAccount) XXX_Size() int

func (*OperatorFeeAccount) XXX_Unmarshal

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

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

event

func (*OperatorFeeDividend) Descriptor

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

func (*OperatorFeeDividend) GetAddress

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

func (*OperatorFeeDividend) GetAmount

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

func (*OperatorFeeDividend) GetMakerOperatorFeeRate

func (m *OperatorFeeDividend) GetMakerOperatorFeeRate() int32

func (*OperatorFeeDividend) GetMarketId

func (m *OperatorFeeDividend) GetMarketId() int32

func (*OperatorFeeDividend) GetTakerOperatorFeeRate

func (m *OperatorFeeDividend) GetTakerOperatorFeeRate() int32

func (*OperatorFeeDividend) ProtoMessage

func (*OperatorFeeDividend) ProtoMessage()

func (*OperatorFeeDividend) Reset

func (m *OperatorFeeDividend) Reset()

func (*OperatorFeeDividend) String

func (m *OperatorFeeDividend) String() string

func (*OperatorFeeDividend) XXX_DiscardUnknown

func (m *OperatorFeeDividend) XXX_DiscardUnknown()

func (*OperatorFeeDividend) XXX_Marshal

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

func (*OperatorFeeDividend) XXX_Merge

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

func (*OperatorFeeDividend) XXX_Size

func (m *OperatorFeeDividend) XXX_Size() int

func (*OperatorFeeDividend) XXX_Unmarshal

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

type OperatorFeesByPeriod

type OperatorFeesByPeriod struct {
	OperatorFees         []*OperatorFeeAccount `protobuf:"bytes,1,rep,name=OperatorFees,proto3" json:"OperatorFees,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*OperatorFeesByPeriod) Descriptor

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

func (*OperatorFeesByPeriod) GetOperatorFees

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

func (*OperatorFeesByPeriod) ProtoMessage

func (*OperatorFeesByPeriod) ProtoMessage()

func (*OperatorFeesByPeriod) Reset

func (m *OperatorFeesByPeriod) Reset()

func (*OperatorFeesByPeriod) String

func (m *OperatorFeesByPeriod) String() string

func (*OperatorFeesByPeriod) XXX_DiscardUnknown

func (m *OperatorFeesByPeriod) XXX_DiscardUnknown()

func (*OperatorFeesByPeriod) XXX_Marshal

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

func (*OperatorFeesByPeriod) XXX_Merge

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

func (*OperatorFeesByPeriod) XXX_Size

func (m *OperatorFeesByPeriod) XXX_Size() int

func (*OperatorFeesByPeriod) XXX_Unmarshal

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

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

func (*OperatorMarketFee) Descriptor

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

func (*OperatorMarketFee) GetAmount

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

func (*OperatorMarketFee) GetMakerOperatorFeeRate

func (m *OperatorMarketFee) GetMakerOperatorFeeRate() int32

func (*OperatorMarketFee) GetMarketId

func (m *OperatorMarketFee) GetMarketId() int32

func (*OperatorMarketFee) GetTakerOperatorFeeRate

func (m *OperatorMarketFee) GetTakerOperatorFeeRate() int32

func (*OperatorMarketFee) ProtoMessage

func (*OperatorMarketFee) ProtoMessage()

func (*OperatorMarketFee) Reset

func (m *OperatorMarketFee) Reset()

func (*OperatorMarketFee) String

func (m *OperatorMarketFee) String() string

func (*OperatorMarketFee) XXX_DiscardUnknown

func (m *OperatorMarketFee) XXX_DiscardUnknown()

func (*OperatorMarketFee) XXX_Marshal

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

func (*OperatorMarketFee) XXX_Merge

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

func (*OperatorMarketFee) XXX_Size

func (m *OperatorMarketFee) XXX_Size() int

func (*OperatorMarketFee) XXX_Unmarshal

func (m *OperatorMarketFee) 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"`
	TakerOperatorFeeRate int32    `protobuf:"varint,9,opt,name=TakerOperatorFeeRate,proto3" json:"TakerOperatorFeeRate,omitempty"`
	MakerOperatorFeeRate int32    `protobuf:"varint,10,opt,name=MakerOperatorFeeRate,proto3" json:"MakerOperatorFeeRate,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"`
	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"`
	Timestamp            int64    `protobuf:"varint,22,opt,name=Timestamp,proto3" json:"Timestamp,omitempty"`
	Agent                []byte   `protobuf:"bytes,23,opt,name=Agent,proto3" json:"Agent,omitempty"`
	SendHash             []byte   `protobuf:"bytes,24,opt,name=SendHash,proto3" json:"SendHash,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) GetAgent

func (m *Order) GetAgent() []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) GetExecutedOperatorFee

func (m *Order) GetExecutedOperatorFee() []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) GetMakerFeeRate

func (m *Order) GetMakerFeeRate() int32

func (*Order) GetMakerOperatorFeeRate

func (m *Order) GetMakerOperatorFeeRate() 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) GetSendHash

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

func (*Order) GetSide

func (m *Order) GetSide() bool

func (*Order) GetStatus

func (m *Order) GetStatus() int32

func (*Order) GetTakerFeeRate

func (m *Order) GetTakerFeeRate() int32

func (*Order) GetTakerOperatorFeeRate

func (m *Order) GetTakerOperatorFeeRate() 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 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"`
	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) GetExecutedOperatorFee

func (m *OrderUpdateInfo) GetExecutedOperatorFee() []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 PendingSetQuoteTokenActions

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

func (*PendingSetQuoteTokenActions) Descriptor

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

func (*PendingSetQuoteTokenActions) GetPendingActions

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

func (*PendingSetQuoteTokenActions) ProtoMessage

func (*PendingSetQuoteTokenActions) ProtoMessage()

func (*PendingSetQuoteTokenActions) Reset

func (m *PendingSetQuoteTokenActions) Reset()

func (*PendingSetQuoteTokenActions) String

func (m *PendingSetQuoteTokenActions) String() string

func (*PendingSetQuoteTokenActions) XXX_DiscardUnknown

func (m *PendingSetQuoteTokenActions) XXX_DiscardUnknown()

func (*PendingSetQuoteTokenActions) XXX_Marshal

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

func (*PendingSetQuoteTokenActions) XXX_Merge

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

func (*PendingSetQuoteTokenActions) XXX_Size

func (m *PendingSetQuoteTokenActions) XXX_Size() int

func (*PendingSetQuoteTokenActions) XXX_Unmarshal

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

type PendingTransferTokenOwnerActions

type PendingTransferTokenOwnerActions 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 (*PendingTransferTokenOwnerActions) Descriptor

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

func (*PendingTransferTokenOwnerActions) GetPendingActions

func (*PendingTransferTokenOwnerActions) ProtoMessage

func (*PendingTransferTokenOwnerActions) ProtoMessage()

func (*PendingTransferTokenOwnerActions) Reset

func (*PendingTransferTokenOwnerActions) String

func (*PendingTransferTokenOwnerActions) XXX_DiscardUnknown

func (m *PendingTransferTokenOwnerActions) XXX_DiscardUnknown()

func (*PendingTransferTokenOwnerActions) XXX_Marshal

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

func (*PendingTransferTokenOwnerActions) XXX_Merge

func (*PendingTransferTokenOwnerActions) XXX_Size

func (m *PendingTransferTokenOwnerActions) XXX_Size() int

func (*PendingTransferTokenOwnerActions) XXX_Unmarshal

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

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

event

func (*PeriodJobForBiz) Descriptor

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

func (*PeriodJobForBiz) GetBizType

func (m *PeriodJobForBiz) GetBizType() int32

func (*PeriodJobForBiz) GetPeriod

func (m *PeriodJobForBiz) GetPeriod() uint64

func (*PeriodJobForBiz) ProtoMessage

func (*PeriodJobForBiz) ProtoMessage()

func (*PeriodJobForBiz) Reset

func (m *PeriodJobForBiz) Reset()

func (*PeriodJobForBiz) String

func (m *PeriodJobForBiz) String() string

func (*PeriodJobForBiz) XXX_DiscardUnknown

func (m *PeriodJobForBiz) XXX_DiscardUnknown()

func (*PeriodJobForBiz) XXX_Marshal

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

func (*PeriodJobForBiz) XXX_Merge

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

func (*PeriodJobForBiz) XXX_Size

func (m *PeriodJobForBiz) XXX_Size() int

func (*PeriodJobForBiz) XXX_Unmarshal

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

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

storage

func (*SerialNo) Descriptor

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

func (*SerialNo) GetNo

func (m *SerialNo) GetNo() int32

func (*SerialNo) GetTimestamp

func (m *SerialNo) GetTimestamp() int64

func (*SerialNo) ProtoMessage

func (*SerialNo) ProtoMessage()

func (*SerialNo) Reset

func (m *SerialNo) Reset()

func (*SerialNo) String

func (m *SerialNo) String() string

func (*SerialNo) XXX_DiscardUnknown

func (m *SerialNo) XXX_DiscardUnknown()

func (*SerialNo) XXX_Marshal

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

func (*SerialNo) XXX_Merge

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

func (*SerialNo) XXX_Size

func (m *SerialNo) XXX_Size() int

func (*SerialNo) XXX_Unmarshal

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

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

func (*SetQuoteTokenAction) Descriptor

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

func (*SetQuoteTokenAction) GetQuoteTokenType

func (m *SetQuoteTokenAction) GetQuoteTokenType() int32

func (*SetQuoteTokenAction) GetToken

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

func (*SetQuoteTokenAction) ProtoMessage

func (*SetQuoteTokenAction) ProtoMessage()

func (*SetQuoteTokenAction) Reset

func (m *SetQuoteTokenAction) Reset()

func (*SetQuoteTokenAction) String

func (m *SetQuoteTokenAction) String() string

func (*SetQuoteTokenAction) XXX_DiscardUnknown

func (m *SetQuoteTokenAction) XXX_DiscardUnknown()

func (*SetQuoteTokenAction) XXX_Marshal

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

func (*SetQuoteTokenAction) XXX_Merge

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

func (*SetQuoteTokenAction) XXX_Size

func (m *SetQuoteTokenAction) XXX_Size() int

func (*SetQuoteTokenAction) XXX_Unmarshal

func (m *SetQuoteTokenAction) 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          []*FundSettle `protobuf:"bytes,3,rep,name=FundActions,proto3" json:"FundActions,omitempty"`
	FeeActions           []*FeeSettle  `protobuf:"bytes,4,rep,name=FeeActions,proto3" json:"FeeActions,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

must be same markets

func (*SettleActions) Descriptor

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

func (*SettleActions) GetFeeActions

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

func (*SettleActions) GetFundActions

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

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"`
	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"`
	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) GetMakerFee

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

func (*Transaction) GetMakerId

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

func (*Transaction) GetMakerOperatorFee

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

func (*Transaction) GetPrice

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

func (*Transaction) GetQuantity

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

func (*Transaction) GetTakerFee

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

func (*Transaction) GetTakerId

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

func (*Transaction) GetTakerOperatorFee

func (m *Transaction) GetTakerOperatorFee() []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 UserFees

type UserFees struct {
	Fees                 []*FeesByPeriod `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() []*FeesByPeriod

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

func (*VIPStaking) Descriptor

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

func (*VIPStaking) GetStakedTimes

func (m *VIPStaking) GetStakedTimes() int32

func (*VIPStaking) GetStakingHashes

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

func (*VIPStaking) GetTimestamp

func (m *VIPStaking) GetTimestamp() int64

func (*VIPStaking) ProtoMessage

func (*VIPStaking) ProtoMessage()

func (*VIPStaking) Reset

func (m *VIPStaking) Reset()

func (*VIPStaking) String

func (m *VIPStaking) String() string

func (*VIPStaking) XXX_DiscardUnknown

func (m *VIPStaking) XXX_DiscardUnknown()

func (*VIPStaking) XXX_Marshal

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

func (*VIPStaking) XXX_Merge

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

func (*VIPStaking) XXX_Size

func (m *VIPStaking) XXX_Size() int

func (*VIPStaking) XXX_Unmarshal

func (m *VIPStaking) 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

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

func (*VxUnlock) Descriptor

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

func (*VxUnlock) GetAmount

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

func (*VxUnlock) GetPeriodId

func (m *VxUnlock) GetPeriodId() uint64

func (*VxUnlock) ProtoMessage

func (*VxUnlock) ProtoMessage()

func (*VxUnlock) Reset

func (m *VxUnlock) Reset()

func (*VxUnlock) String

func (m *VxUnlock) String() string

func (*VxUnlock) XXX_DiscardUnknown

func (m *VxUnlock) XXX_DiscardUnknown()

func (*VxUnlock) XXX_Marshal

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

func (*VxUnlock) XXX_Merge

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

func (*VxUnlock) XXX_Size

func (m *VxUnlock) XXX_Size() int

func (*VxUnlock) XXX_Unmarshal

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

type VxUnlocks

type VxUnlocks struct {
	Unlocks              []*VxUnlock `protobuf:"bytes,1,rep,name=Unlocks,proto3" json:"Unlocks,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*VxUnlocks) Descriptor

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

func (*VxUnlocks) GetUnlocks

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

func (*VxUnlocks) ProtoMessage

func (*VxUnlocks) ProtoMessage()

func (*VxUnlocks) Reset

func (m *VxUnlocks) Reset()

func (*VxUnlocks) String

func (m *VxUnlocks) String() string

func (*VxUnlocks) XXX_DiscardUnknown

func (m *VxUnlocks) XXX_DiscardUnknown()

func (*VxUnlocks) XXX_Marshal

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

func (*VxUnlocks) XXX_Merge

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

func (*VxUnlocks) XXX_Size

func (m *VxUnlocks) XXX_Size() int

func (*VxUnlocks) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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