v1

package
v0.44.0 Latest Latest
Warning

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

Go to latest
Published: Oct 7, 2021 License: MIT Imports: 6 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Format_name = map[int32]string{
	0: "FORMAT_UNSPECIFIED",
	1: "FORMAT_PROTO",
	2: "FORMAT_PROTO_COMPRESSED",
	3: "FORMAT_JSON",
}
View Source
var Format_value = map[string]int32{
	"FORMAT_UNSPECIFIED":      0,
	"FORMAT_PROTO":            1,
	"FORMAT_PROTO_COMPRESSED": 2,
	"FORMAT_JSON":             3,
}

Functions

This section is empty.

Types

type ActiveAssets added in v0.44.0

type ActiveAssets struct {
	Assets               []*vega.Asset `protobuf:"bytes,1,rep,name=assets,proto3" json:"assets,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*ActiveAssets) Descriptor added in v0.44.0

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

func (*ActiveAssets) GetAssets added in v0.44.0

func (m *ActiveAssets) GetAssets() []*vega.Asset

func (*ActiveAssets) ProtoMessage added in v0.44.0

func (*ActiveAssets) ProtoMessage()

func (*ActiveAssets) Reset added in v0.44.0

func (m *ActiveAssets) Reset()

func (*ActiveAssets) String added in v0.44.0

func (m *ActiveAssets) String() string

func (*ActiveAssets) Validate added in v0.44.0

func (this *ActiveAssets) Validate() error

func (*ActiveAssets) XXX_DiscardUnknown added in v0.44.0

func (m *ActiveAssets) XXX_DiscardUnknown()

func (*ActiveAssets) XXX_Marshal added in v0.44.0

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

func (*ActiveAssets) XXX_Merge added in v0.44.0

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

func (*ActiveAssets) XXX_Size added in v0.44.0

func (m *ActiveAssets) XXX_Size() int

func (*ActiveAssets) XXX_Unmarshal added in v0.44.0

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

type AppState added in v0.44.0

type AppState struct {
	Height               uint64   `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"`
	Block                string   `protobuf:"bytes,2,opt,name=block,proto3" json:"block,omitempty"`
	Time                 int64    `protobuf:"varint,3,opt,name=time,proto3" json:"time,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AppState) Descriptor added in v0.44.0

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

func (*AppState) GetBlock added in v0.44.0

func (m *AppState) GetBlock() string

func (*AppState) GetHeight added in v0.44.0

func (m *AppState) GetHeight() uint64

func (*AppState) GetTime added in v0.44.0

func (m *AppState) GetTime() int64

func (*AppState) ProtoMessage added in v0.44.0

func (*AppState) ProtoMessage()

func (*AppState) Reset added in v0.44.0

func (m *AppState) Reset()

func (*AppState) String added in v0.44.0

func (m *AppState) String() string

func (*AppState) Validate added in v0.44.0

func (this *AppState) Validate() error

func (*AppState) XXX_DiscardUnknown added in v0.44.0

func (m *AppState) XXX_DiscardUnknown()

func (*AppState) XXX_Marshal added in v0.44.0

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

func (*AppState) XXX_Merge added in v0.44.0

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

func (*AppState) XXX_Size added in v0.44.0

func (m *AppState) XXX_Size() int

func (*AppState) XXX_Unmarshal added in v0.44.0

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

type AssetAction added in v0.44.0

type AssetAction struct {
	Id                   string                    `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	State                uint32                    `protobuf:"varint,2,opt,name=state,proto3" json:"state,omitempty"`
	Asset                string                    `protobuf:"bytes,3,opt,name=asset,proto3" json:"asset,omitempty"`
	BlockNumber          uint64                    `protobuf:"varint,4,opt,name=block_number,json=blockNumber,proto3" json:"block_number,omitempty"`
	TxIndex              uint64                    `protobuf:"varint,5,opt,name=tx_index,json=txIndex,proto3" json:"tx_index,omitempty"`
	Hash                 string                    `protobuf:"bytes,6,opt,name=hash,proto3" json:"hash,omitempty"`
	BuiltinDeposit       *vega.BuiltinAssetDeposit `protobuf:"bytes,7,opt,name=builtin_deposit,json=builtinDeposit,proto3" json:"builtin_deposit,omitempty"`
	Erc20Deposit         *vega.ERC20Deposit        `protobuf:"bytes,8,opt,name=erc20_deposit,json=erc20Deposit,proto3" json:"erc20_deposit,omitempty"`
	AssetList            *vega.ERC20AssetList      `protobuf:"bytes,9,opt,name=asset_list,json=assetList,proto3" json:"asset_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*AssetAction) Descriptor added in v0.44.0

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

func (*AssetAction) GetAsset added in v0.44.0

func (m *AssetAction) GetAsset() string

func (*AssetAction) GetAssetList added in v0.44.0

func (m *AssetAction) GetAssetList() *vega.ERC20AssetList

func (*AssetAction) GetBlockNumber added in v0.44.0

func (m *AssetAction) GetBlockNumber() uint64

func (*AssetAction) GetBuiltinDeposit added in v0.44.0

func (m *AssetAction) GetBuiltinDeposit() *vega.BuiltinAssetDeposit

func (*AssetAction) GetErc20Deposit added in v0.44.0

func (m *AssetAction) GetErc20Deposit() *vega.ERC20Deposit

func (*AssetAction) GetHash added in v0.44.0

func (m *AssetAction) GetHash() string

func (*AssetAction) GetId added in v0.44.0

func (m *AssetAction) GetId() string

func (*AssetAction) GetState added in v0.44.0

func (m *AssetAction) GetState() uint32

func (*AssetAction) GetTxIndex added in v0.44.0

func (m *AssetAction) GetTxIndex() uint64

func (*AssetAction) ProtoMessage added in v0.44.0

func (*AssetAction) ProtoMessage()

func (*AssetAction) Reset added in v0.44.0

func (m *AssetAction) Reset()

func (*AssetAction) String added in v0.44.0

func (m *AssetAction) String() string

func (*AssetAction) Validate added in v0.44.0

func (this *AssetAction) Validate() error

func (*AssetAction) XXX_DiscardUnknown added in v0.44.0

func (m *AssetAction) XXX_DiscardUnknown()

func (*AssetAction) XXX_Marshal added in v0.44.0

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

func (*AssetAction) XXX_Merge added in v0.44.0

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

func (*AssetAction) XXX_Size added in v0.44.0

func (m *AssetAction) XXX_Size() int

func (*AssetAction) XXX_Unmarshal added in v0.44.0

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

type AuctionState added in v0.44.0

type AuctionState struct {
	Mode                 vega.Market_TradingMode `protobuf:"varint,1,opt,name=mode,proto3,enum=vega.Market_TradingMode" json:"mode,omitempty"`
	DefaultMode          vega.Market_TradingMode `protobuf:"varint,2,opt,name=default_mode,json=defaultMode,proto3,enum=vega.Market_TradingMode" json:"default_mode,omitempty"`
	Trigger              vega.AuctionTrigger     `protobuf:"varint,3,opt,name=trigger,proto3,enum=vega.AuctionTrigger" json:"trigger,omitempty"`
	Begin                int64                   `protobuf:"varint,4,opt,name=begin,proto3" json:"begin,omitempty"`
	End                  *vega.AuctionDuration   `protobuf:"bytes,5,opt,name=end,proto3" json:"end,omitempty"`
	Start                bool                    `protobuf:"varint,6,opt,name=start,proto3" json:"start,omitempty"`
	Stop                 bool                    `protobuf:"varint,7,opt,name=stop,proto3" json:"stop,omitempty"`
	Extension            vega.AuctionTrigger     `protobuf:"varint,8,opt,name=extension,proto3,enum=vega.AuctionTrigger" json:"extension,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*AuctionState) Descriptor added in v0.44.0

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

func (*AuctionState) GetBegin added in v0.44.0

func (m *AuctionState) GetBegin() int64

func (*AuctionState) GetDefaultMode added in v0.44.0

func (m *AuctionState) GetDefaultMode() vega.Market_TradingMode

func (*AuctionState) GetEnd added in v0.44.0

func (m *AuctionState) GetEnd() *vega.AuctionDuration

func (*AuctionState) GetExtension added in v0.44.0

func (m *AuctionState) GetExtension() vega.AuctionTrigger

func (*AuctionState) GetMode added in v0.44.0

func (m *AuctionState) GetMode() vega.Market_TradingMode

func (*AuctionState) GetStart added in v0.44.0

func (m *AuctionState) GetStart() bool

func (*AuctionState) GetStop added in v0.44.0

func (m *AuctionState) GetStop() bool

func (*AuctionState) GetTrigger added in v0.44.0

func (m *AuctionState) GetTrigger() vega.AuctionTrigger

func (*AuctionState) ProtoMessage added in v0.44.0

func (*AuctionState) ProtoMessage()

func (*AuctionState) Reset added in v0.44.0

func (m *AuctionState) Reset()

func (*AuctionState) String added in v0.44.0

func (m *AuctionState) String() string

func (*AuctionState) Validate added in v0.44.0

func (this *AuctionState) Validate() error

func (*AuctionState) XXX_DiscardUnknown added in v0.44.0

func (m *AuctionState) XXX_DiscardUnknown()

func (*AuctionState) XXX_Marshal added in v0.44.0

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

func (*AuctionState) XXX_Merge added in v0.44.0

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

func (*AuctionState) XXX_Size added in v0.44.0

func (m *AuctionState) XXX_Size() int

func (*AuctionState) XXX_Unmarshal added in v0.44.0

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

type BankingAssetActions added in v0.44.0

type BankingAssetActions struct {
	AssetAction          []*AssetAction `protobuf:"bytes,1,rep,name=asset_action,json=assetAction,proto3" json:"asset_action,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*BankingAssetActions) Descriptor added in v0.44.0

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

func (*BankingAssetActions) GetAssetAction added in v0.44.0

func (m *BankingAssetActions) GetAssetAction() []*AssetAction

func (*BankingAssetActions) ProtoMessage added in v0.44.0

func (*BankingAssetActions) ProtoMessage()

func (*BankingAssetActions) Reset added in v0.44.0

func (m *BankingAssetActions) Reset()

func (*BankingAssetActions) String added in v0.44.0

func (m *BankingAssetActions) String() string

func (*BankingAssetActions) Validate added in v0.44.0

func (this *BankingAssetActions) Validate() error

func (*BankingAssetActions) XXX_DiscardUnknown added in v0.44.0

func (m *BankingAssetActions) XXX_DiscardUnknown()

func (*BankingAssetActions) XXX_Marshal added in v0.44.0

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

func (*BankingAssetActions) XXX_Merge added in v0.44.0

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

func (*BankingAssetActions) XXX_Size added in v0.44.0

func (m *BankingAssetActions) XXX_Size() int

func (*BankingAssetActions) XXX_Unmarshal added in v0.44.0

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

type BankingDeposits added in v0.44.0

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

func (*BankingDeposits) Descriptor added in v0.44.0

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

func (*BankingDeposits) GetDeposit added in v0.44.0

func (m *BankingDeposits) GetDeposit() []*Deposit

func (*BankingDeposits) ProtoMessage added in v0.44.0

func (*BankingDeposits) ProtoMessage()

func (*BankingDeposits) Reset added in v0.44.0

func (m *BankingDeposits) Reset()

func (*BankingDeposits) String added in v0.44.0

func (m *BankingDeposits) String() string

func (*BankingDeposits) Validate added in v0.44.0

func (this *BankingDeposits) Validate() error

func (*BankingDeposits) XXX_DiscardUnknown added in v0.44.0

func (m *BankingDeposits) XXX_DiscardUnknown()

func (*BankingDeposits) XXX_Marshal added in v0.44.0

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

func (*BankingDeposits) XXX_Merge added in v0.44.0

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

func (*BankingDeposits) XXX_Size added in v0.44.0

func (m *BankingDeposits) XXX_Size() int

func (*BankingDeposits) XXX_Unmarshal added in v0.44.0

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

type BankingSeen added in v0.44.0

type BankingSeen struct {
	Refs                 []*TxRef `protobuf:"bytes,1,rep,name=refs,proto3" json:"refs,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BankingSeen) Descriptor added in v0.44.0

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

func (*BankingSeen) GetRefs added in v0.44.0

func (m *BankingSeen) GetRefs() []*TxRef

func (*BankingSeen) ProtoMessage added in v0.44.0

func (*BankingSeen) ProtoMessage()

func (*BankingSeen) Reset added in v0.44.0

func (m *BankingSeen) Reset()

func (*BankingSeen) String added in v0.44.0

func (m *BankingSeen) String() string

func (*BankingSeen) Validate added in v0.44.0

func (this *BankingSeen) Validate() error

func (*BankingSeen) XXX_DiscardUnknown added in v0.44.0

func (m *BankingSeen) XXX_DiscardUnknown()

func (*BankingSeen) XXX_Marshal added in v0.44.0

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

func (*BankingSeen) XXX_Merge added in v0.44.0

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

func (*BankingSeen) XXX_Size added in v0.44.0

func (m *BankingSeen) XXX_Size() int

func (*BankingSeen) XXX_Unmarshal added in v0.44.0

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

type BankingWithdrawals added in v0.44.0

type BankingWithdrawals struct {
	Withdrawals          []*Withdrawal `protobuf:"bytes,1,rep,name=withdrawals,proto3" json:"withdrawals,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*BankingWithdrawals) Descriptor added in v0.44.0

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

func (*BankingWithdrawals) GetWithdrawals added in v0.44.0

func (m *BankingWithdrawals) GetWithdrawals() []*Withdrawal

func (*BankingWithdrawals) ProtoMessage added in v0.44.0

func (*BankingWithdrawals) ProtoMessage()

func (*BankingWithdrawals) Reset added in v0.44.0

func (m *BankingWithdrawals) Reset()

func (*BankingWithdrawals) String added in v0.44.0

func (m *BankingWithdrawals) String() string

func (*BankingWithdrawals) Validate added in v0.44.0

func (this *BankingWithdrawals) Validate() error

func (*BankingWithdrawals) XXX_DiscardUnknown added in v0.44.0

func (m *BankingWithdrawals) XXX_DiscardUnknown()

func (*BankingWithdrawals) XXX_Marshal added in v0.44.0

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

func (*BankingWithdrawals) XXX_Merge added in v0.44.0

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

func (*BankingWithdrawals) XXX_Size added in v0.44.0

func (m *BankingWithdrawals) XXX_Size() int

func (*BankingWithdrawals) XXX_Unmarshal added in v0.44.0

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

type Checkpoint

type Checkpoint struct {
	NextCp               int64    `protobuf:"varint,1,opt,name=next_cp,json=nextCp,proto3" json:"next_cp,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Checkpoint) Descriptor

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

func (*Checkpoint) GetNextCp added in v0.44.0

func (m *Checkpoint) GetNextCp() int64

func (*Checkpoint) ProtoMessage

func (*Checkpoint) ProtoMessage()

func (*Checkpoint) Reset

func (m *Checkpoint) Reset()

func (*Checkpoint) String

func (m *Checkpoint) String() string

func (*Checkpoint) Validate

func (this *Checkpoint) Validate() error

func (*Checkpoint) XXX_DiscardUnknown

func (m *Checkpoint) XXX_DiscardUnknown()

func (*Checkpoint) XXX_Marshal

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

func (*Checkpoint) XXX_Merge

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

func (*Checkpoint) XXX_Size

func (m *Checkpoint) XXX_Size() int

func (*Checkpoint) XXX_Unmarshal

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

type Chunk added in v0.44.0

type Chunk struct {
	Data                 []*Payload `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	Nr                   int64      `protobuf:"varint,2,opt,name=nr,proto3" json:"nr,omitempty"`
	Of                   int64      `protobuf:"varint,3,opt,name=of,proto3" json:"of,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

Chunk is simply an as-is chunk belonging to a snapshot not sure how usable this type would be

func (*Chunk) Descriptor added in v0.44.0

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

func (*Chunk) GetData added in v0.44.0

func (m *Chunk) GetData() []*Payload

func (*Chunk) GetNr added in v0.44.0

func (m *Chunk) GetNr() int64

func (*Chunk) GetOf added in v0.44.0

func (m *Chunk) GetOf() int64

func (*Chunk) ProtoMessage added in v0.44.0

func (*Chunk) ProtoMessage()

func (*Chunk) Reset added in v0.44.0

func (m *Chunk) Reset()

func (*Chunk) String added in v0.44.0

func (m *Chunk) String() string

func (*Chunk) Validate added in v0.44.0

func (this *Chunk) Validate() error

func (*Chunk) XXX_DiscardUnknown added in v0.44.0

func (m *Chunk) XXX_DiscardUnknown()

func (*Chunk) XXX_Marshal added in v0.44.0

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

func (*Chunk) XXX_Merge added in v0.44.0

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

func (*Chunk) XXX_Size added in v0.44.0

func (m *Chunk) XXX_Size() int

func (*Chunk) XXX_Unmarshal added in v0.44.0

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

type CollateralAccounts added in v0.44.0

type CollateralAccounts struct {
	Accounts             []*vega.Account `protobuf:"bytes,1,rep,name=accounts,proto3" json:"accounts,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*CollateralAccounts) Descriptor added in v0.44.0

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

func (*CollateralAccounts) GetAccounts added in v0.44.0

func (m *CollateralAccounts) GetAccounts() []*vega.Account

func (*CollateralAccounts) ProtoMessage added in v0.44.0

func (*CollateralAccounts) ProtoMessage()

func (*CollateralAccounts) Reset added in v0.44.0

func (m *CollateralAccounts) Reset()

func (*CollateralAccounts) String added in v0.44.0

func (m *CollateralAccounts) String() string

func (*CollateralAccounts) Validate added in v0.44.0

func (this *CollateralAccounts) Validate() error

func (*CollateralAccounts) XXX_DiscardUnknown added in v0.44.0

func (m *CollateralAccounts) XXX_DiscardUnknown()

func (*CollateralAccounts) XXX_Marshal added in v0.44.0

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

func (*CollateralAccounts) XXX_Merge added in v0.44.0

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

func (*CollateralAccounts) XXX_Size added in v0.44.0

func (m *CollateralAccounts) XXX_Size() int

func (*CollateralAccounts) XXX_Unmarshal added in v0.44.0

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

type CollateralAssets added in v0.44.0

type CollateralAssets struct {
	Assets               []*vega.Asset `protobuf:"bytes,1,rep,name=assets,proto3" json:"assets,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*CollateralAssets) Descriptor added in v0.44.0

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

func (*CollateralAssets) GetAssets added in v0.44.0

func (m *CollateralAssets) GetAssets() []*vega.Asset

func (*CollateralAssets) ProtoMessage added in v0.44.0

func (*CollateralAssets) ProtoMessage()

func (*CollateralAssets) Reset added in v0.44.0

func (m *CollateralAssets) Reset()

func (*CollateralAssets) String added in v0.44.0

func (m *CollateralAssets) String() string

func (*CollateralAssets) Validate added in v0.44.0

func (this *CollateralAssets) Validate() error

func (*CollateralAssets) XXX_DiscardUnknown added in v0.44.0

func (m *CollateralAssets) XXX_DiscardUnknown()

func (*CollateralAssets) XXX_Marshal added in v0.44.0

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

func (*CollateralAssets) XXX_Merge added in v0.44.0

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

func (*CollateralAssets) XXX_Size added in v0.44.0

func (m *CollateralAssets) XXX_Size() int

func (*CollateralAssets) XXX_Unmarshal added in v0.44.0

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

type DecimalMap added in v0.44.0

type DecimalMap struct {
	Key                  int64    `protobuf:"varint,1,opt,name=key,proto3" json:"key,omitempty"`
	Val                  string   `protobuf:"bytes,2,opt,name=val,proto3" json:"val,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DecimalMap) Descriptor added in v0.44.0

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

func (*DecimalMap) GetKey added in v0.44.0

func (m *DecimalMap) GetKey() int64

func (*DecimalMap) GetVal added in v0.44.0

func (m *DecimalMap) GetVal() string

func (*DecimalMap) ProtoMessage added in v0.44.0

func (*DecimalMap) ProtoMessage()

func (*DecimalMap) Reset added in v0.44.0

func (m *DecimalMap) Reset()

func (*DecimalMap) String added in v0.44.0

func (m *DecimalMap) String() string

func (*DecimalMap) Validate added in v0.44.0

func (this *DecimalMap) Validate() error

func (*DecimalMap) XXX_DiscardUnknown added in v0.44.0

func (m *DecimalMap) XXX_DiscardUnknown()

func (*DecimalMap) XXX_Marshal added in v0.44.0

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

func (*DecimalMap) XXX_Merge added in v0.44.0

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

func (*DecimalMap) XXX_Size added in v0.44.0

func (m *DecimalMap) XXX_Size() int

func (*DecimalMap) XXX_Unmarshal added in v0.44.0

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

type DelegationActive added in v0.44.0

type DelegationActive struct {
	Delegations          []*vega.Delegation `protobuf:"bytes,1,rep,name=delegations,proto3" json:"delegations,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*DelegationActive) Descriptor added in v0.44.0

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

func (*DelegationActive) GetDelegations added in v0.44.0

func (m *DelegationActive) GetDelegations() []*vega.Delegation

func (*DelegationActive) ProtoMessage added in v0.44.0

func (*DelegationActive) ProtoMessage()

func (*DelegationActive) Reset added in v0.44.0

func (m *DelegationActive) Reset()

func (*DelegationActive) String added in v0.44.0

func (m *DelegationActive) String() string

func (*DelegationActive) Validate added in v0.44.0

func (this *DelegationActive) Validate() error

func (*DelegationActive) XXX_DiscardUnknown added in v0.44.0

func (m *DelegationActive) XXX_DiscardUnknown()

func (*DelegationActive) XXX_Marshal added in v0.44.0

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

func (*DelegationActive) XXX_Merge added in v0.44.0

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

func (*DelegationActive) XXX_Size added in v0.44.0

func (m *DelegationActive) XXX_Size() int

func (*DelegationActive) XXX_Unmarshal added in v0.44.0

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

type DelegationAuto added in v0.44.0

type DelegationAuto struct {
	Parties              []string `protobuf:"bytes,1,rep,name=parties,proto3" json:"parties,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DelegationAuto) Descriptor added in v0.44.0

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

func (*DelegationAuto) GetParties added in v0.44.0

func (m *DelegationAuto) GetParties() []string

func (*DelegationAuto) ProtoMessage added in v0.44.0

func (*DelegationAuto) ProtoMessage()

func (*DelegationAuto) Reset added in v0.44.0

func (m *DelegationAuto) Reset()

func (*DelegationAuto) String added in v0.44.0

func (m *DelegationAuto) String() string

func (*DelegationAuto) Validate added in v0.44.0

func (this *DelegationAuto) Validate() error

func (*DelegationAuto) XXX_DiscardUnknown added in v0.44.0

func (m *DelegationAuto) XXX_DiscardUnknown()

func (*DelegationAuto) XXX_Marshal added in v0.44.0

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

func (*DelegationAuto) XXX_Merge added in v0.44.0

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

func (*DelegationAuto) XXX_Size added in v0.44.0

func (m *DelegationAuto) XXX_Size() int

func (*DelegationAuto) XXX_Unmarshal added in v0.44.0

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

type DelegationPending added in v0.44.0

type DelegationPending struct {
	Delegations          []*vega.Delegation `protobuf:"bytes,1,rep,name=delegations,proto3" json:"delegations,omitempty"`
	Undelegation         []*vega.Delegation `protobuf:"bytes,2,rep,name=undelegation,proto3" json:"undelegation,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*DelegationPending) Descriptor added in v0.44.0

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

func (*DelegationPending) GetDelegations added in v0.44.0

func (m *DelegationPending) GetDelegations() []*vega.Delegation

func (*DelegationPending) GetUndelegation added in v0.44.0

func (m *DelegationPending) GetUndelegation() []*vega.Delegation

func (*DelegationPending) ProtoMessage added in v0.44.0

func (*DelegationPending) ProtoMessage()

func (*DelegationPending) Reset added in v0.44.0

func (m *DelegationPending) Reset()

func (*DelegationPending) String added in v0.44.0

func (m *DelegationPending) String() string

func (*DelegationPending) Validate added in v0.44.0

func (this *DelegationPending) Validate() error

func (*DelegationPending) XXX_DiscardUnknown added in v0.44.0

func (m *DelegationPending) XXX_DiscardUnknown()

func (*DelegationPending) XXX_Marshal added in v0.44.0

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

func (*DelegationPending) XXX_Merge added in v0.44.0

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

func (*DelegationPending) XXX_Size added in v0.44.0

func (m *DelegationPending) XXX_Size() int

func (*DelegationPending) XXX_Unmarshal added in v0.44.0

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

type Deposit added in v0.44.0

type Deposit struct {
	Id                   string        `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Deposit              *vega.Deposit `protobuf:"bytes,2,opt,name=deposit,proto3" json:"deposit,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*Deposit) Descriptor added in v0.44.0

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

func (*Deposit) GetDeposit added in v0.44.0

func (m *Deposit) GetDeposit() *vega.Deposit

func (*Deposit) GetId added in v0.44.0

func (m *Deposit) GetId() string

func (*Deposit) ProtoMessage added in v0.44.0

func (*Deposit) ProtoMessage()

func (*Deposit) Reset added in v0.44.0

func (m *Deposit) Reset()

func (*Deposit) String added in v0.44.0

func (m *Deposit) String() string

func (*Deposit) Validate added in v0.44.0

func (this *Deposit) Validate() error

func (*Deposit) XXX_DiscardUnknown added in v0.44.0

func (m *Deposit) XXX_DiscardUnknown()

func (*Deposit) XXX_Marshal added in v0.44.0

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

func (*Deposit) XXX_Merge added in v0.44.0

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

func (*Deposit) XXX_Size added in v0.44.0

func (m *Deposit) XXX_Size() int

func (*Deposit) XXX_Unmarshal added in v0.44.0

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

type EpochState added in v0.44.0

type EpochState struct {
	// Sequence number that increases by one each epoch
	Seq uint64 `protobuf:"varint,1,opt,name=seq,proto3" json:"seq,omitempty"`
	// What time did this epoch start
	StartTime int64 `protobuf:"varint,3,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	// What time should this epoch end
	ExpireTime int64 `protobuf:"varint,4,opt,name=expire_time,json=expireTime,proto3" json:"expire_time,omitempty"`
	// Ready to start a new epoch
	ReadyToStartNewEpoch bool `` /* 128-byte string literal not displayed */
	// Ready to end epoch
	ReadyToEndEpoch      bool     `protobuf:"varint,7,opt,name=ready_to_end_epoch,json=readyToEndEpoch,proto3" json:"ready_to_end_epoch,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

EpochState details

func (*EpochState) Descriptor added in v0.44.0

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

func (*EpochState) GetExpireTime added in v0.44.0

func (m *EpochState) GetExpireTime() int64

func (*EpochState) GetReadyToEndEpoch added in v0.44.0

func (m *EpochState) GetReadyToEndEpoch() bool

func (*EpochState) GetReadyToStartNewEpoch added in v0.44.0

func (m *EpochState) GetReadyToStartNewEpoch() bool

func (*EpochState) GetSeq added in v0.44.0

func (m *EpochState) GetSeq() uint64

func (*EpochState) GetStartTime added in v0.44.0

func (m *EpochState) GetStartTime() int64

func (*EpochState) ProtoMessage added in v0.44.0

func (*EpochState) ProtoMessage()

func (*EpochState) Reset added in v0.44.0

func (m *EpochState) Reset()

func (*EpochState) String added in v0.44.0

func (m *EpochState) String() string

func (*EpochState) Validate added in v0.44.0

func (this *EpochState) Validate() error

func (*EpochState) XXX_DiscardUnknown added in v0.44.0

func (m *EpochState) XXX_DiscardUnknown()

func (*EpochState) XXX_Marshal added in v0.44.0

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

func (*EpochState) XXX_Merge added in v0.44.0

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

func (*EpochState) XXX_Size added in v0.44.0

func (m *EpochState) XXX_Size() int

func (*EpochState) XXX_Unmarshal added in v0.44.0

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

type EquityShare added in v0.44.0

type EquityShare struct {
	Mvp                  string           `protobuf:"bytes,1,opt,name=mvp,proto3" json:"mvp,omitempty"`
	OpeningAuctionEnded  bool             `protobuf:"varint,2,opt,name=opening_auction_ended,json=openingAuctionEnded,proto3" json:"opening_auction_ended,omitempty"`
	Lps                  []*EquityShareLP `protobuf:"bytes,3,rep,name=lps,proto3" json:"lps,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*EquityShare) Descriptor added in v0.44.0

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

func (*EquityShare) GetLps added in v0.44.0

func (m *EquityShare) GetLps() []*EquityShareLP

func (*EquityShare) GetMvp added in v0.44.0

func (m *EquityShare) GetMvp() string

func (*EquityShare) GetOpeningAuctionEnded added in v0.44.0

func (m *EquityShare) GetOpeningAuctionEnded() bool

func (*EquityShare) ProtoMessage added in v0.44.0

func (*EquityShare) ProtoMessage()

func (*EquityShare) Reset added in v0.44.0

func (m *EquityShare) Reset()

func (*EquityShare) String added in v0.44.0

func (m *EquityShare) String() string

func (*EquityShare) Validate added in v0.44.0

func (this *EquityShare) Validate() error

func (*EquityShare) XXX_DiscardUnknown added in v0.44.0

func (m *EquityShare) XXX_DiscardUnknown()

func (*EquityShare) XXX_Marshal added in v0.44.0

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

func (*EquityShare) XXX_Merge added in v0.44.0

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

func (*EquityShare) XXX_Size added in v0.44.0

func (m *EquityShare) XXX_Size() int

func (*EquityShare) XXX_Unmarshal added in v0.44.0

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

type EquityShareLP added in v0.44.0

type EquityShareLP struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Stake                string   `protobuf:"bytes,2,opt,name=stake,proto3" json:"stake,omitempty"`
	Share                string   `protobuf:"bytes,3,opt,name=share,proto3" json:"share,omitempty"`
	Avg                  string   `protobuf:"bytes,4,opt,name=avg,proto3" json:"avg,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*EquityShareLP) Descriptor added in v0.44.0

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

func (*EquityShareLP) GetAvg added in v0.44.0

func (m *EquityShareLP) GetAvg() string

func (*EquityShareLP) GetId added in v0.44.0

func (m *EquityShareLP) GetId() string

func (*EquityShareLP) GetShare added in v0.44.0

func (m *EquityShareLP) GetShare() string

func (*EquityShareLP) GetStake added in v0.44.0

func (m *EquityShareLP) GetStake() string

func (*EquityShareLP) ProtoMessage added in v0.44.0

func (*EquityShareLP) ProtoMessage()

func (*EquityShareLP) Reset added in v0.44.0

func (m *EquityShareLP) Reset()

func (*EquityShareLP) String added in v0.44.0

func (m *EquityShareLP) String() string

func (*EquityShareLP) Validate added in v0.44.0

func (this *EquityShareLP) Validate() error

func (*EquityShareLP) XXX_DiscardUnknown added in v0.44.0

func (m *EquityShareLP) XXX_DiscardUnknown()

func (*EquityShareLP) XXX_Marshal added in v0.44.0

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

func (*EquityShareLP) XXX_Merge added in v0.44.0

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

func (*EquityShareLP) XXX_Size added in v0.44.0

func (m *EquityShareLP) XXX_Size() int

func (*EquityShareLP) XXX_Unmarshal added in v0.44.0

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

type ExecutionIDGenerator added in v0.44.0

type ExecutionIDGenerator struct {
	// Which batch are we on
	Batches uint64 `protobuf:"varint,1,opt,name=batches,proto3" json:"batches,omitempty"`
	// How many orders in this batch
	Orders uint64 `protobuf:"varint,2,opt,name=orders,proto3" json:"orders,omitempty"`
	// How many proposals in this batch
	Proposals            uint64   `protobuf:"varint,3,opt,name=proposals,proto3" json:"proposals,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

State of the ID generator used for creating order IDs

func (*ExecutionIDGenerator) Descriptor added in v0.44.0

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

func (*ExecutionIDGenerator) GetBatches added in v0.44.0

func (m *ExecutionIDGenerator) GetBatches() uint64

func (*ExecutionIDGenerator) GetOrders added in v0.44.0

func (m *ExecutionIDGenerator) GetOrders() uint64

func (*ExecutionIDGenerator) GetProposals added in v0.44.0

func (m *ExecutionIDGenerator) GetProposals() uint64

func (*ExecutionIDGenerator) ProtoMessage added in v0.44.0

func (*ExecutionIDGenerator) ProtoMessage()

func (*ExecutionIDGenerator) Reset added in v0.44.0

func (m *ExecutionIDGenerator) Reset()

func (*ExecutionIDGenerator) String added in v0.44.0

func (m *ExecutionIDGenerator) String() string

func (*ExecutionIDGenerator) Validate added in v0.44.0

func (this *ExecutionIDGenerator) Validate() error

func (*ExecutionIDGenerator) XXX_DiscardUnknown added in v0.44.0

func (m *ExecutionIDGenerator) XXX_DiscardUnknown()

func (*ExecutionIDGenerator) XXX_Marshal added in v0.44.0

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

func (*ExecutionIDGenerator) XXX_Merge added in v0.44.0

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

func (*ExecutionIDGenerator) XXX_Size added in v0.44.0

func (m *ExecutionIDGenerator) XXX_Size() int

func (*ExecutionIDGenerator) XXX_Unmarshal added in v0.44.0

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

type ExecutionMarkets added in v0.44.0

type ExecutionMarkets struct {
	Markets              []*Market `protobuf:"bytes,1,rep,name=markets,proto3" json:"markets,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*ExecutionMarkets) Descriptor added in v0.44.0

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

func (*ExecutionMarkets) GetMarkets added in v0.44.0

func (m *ExecutionMarkets) GetMarkets() []*Market

func (*ExecutionMarkets) ProtoMessage added in v0.44.0

func (*ExecutionMarkets) ProtoMessage()

func (*ExecutionMarkets) Reset added in v0.44.0

func (m *ExecutionMarkets) Reset()

func (*ExecutionMarkets) String added in v0.44.0

func (m *ExecutionMarkets) String() string

func (*ExecutionMarkets) Validate added in v0.44.0

func (this *ExecutionMarkets) Validate() error

func (*ExecutionMarkets) XXX_DiscardUnknown added in v0.44.0

func (m *ExecutionMarkets) XXX_DiscardUnknown()

func (*ExecutionMarkets) XXX_Marshal added in v0.44.0

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

func (*ExecutionMarkets) XXX_Merge added in v0.44.0

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

func (*ExecutionMarkets) XXX_Size added in v0.44.0

func (m *ExecutionMarkets) XXX_Size() int

func (*ExecutionMarkets) XXX_Unmarshal added in v0.44.0

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

type Format added in v0.44.0

type Format int32
const (
	// Default value, always invalid
	Format_FORMAT_UNSPECIFIED Format = 0
	// Standard proto encoding
	Format_FORMAT_PROTO Format = 1
	// Compressed proto, might come in handy
	Format_FORMAT_PROTO_COMPRESSED Format = 2
	// Simple JSON serialisation, probably not going to be used
	Format_FORMAT_JSON Format = 3
)

func (Format) EnumDescriptor added in v0.44.0

func (Format) EnumDescriptor() ([]byte, []int)

func (Format) String added in v0.44.0

func (x Format) String() string

type GovernanceActive added in v0.44.0

type GovernanceActive struct {
	Proposals            []*PendingProposal `protobuf:"bytes,1,rep,name=proposals,proto3" json:"proposals,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*GovernanceActive) Descriptor added in v0.44.0

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

func (*GovernanceActive) GetProposals added in v0.44.0

func (m *GovernanceActive) GetProposals() []*PendingProposal

func (*GovernanceActive) ProtoMessage added in v0.44.0

func (*GovernanceActive) ProtoMessage()

func (*GovernanceActive) Reset added in v0.44.0

func (m *GovernanceActive) Reset()

func (*GovernanceActive) String added in v0.44.0

func (m *GovernanceActive) String() string

func (*GovernanceActive) Validate added in v0.44.0

func (this *GovernanceActive) Validate() error

func (*GovernanceActive) XXX_DiscardUnknown added in v0.44.0

func (m *GovernanceActive) XXX_DiscardUnknown()

func (*GovernanceActive) XXX_Marshal added in v0.44.0

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

func (*GovernanceActive) XXX_Merge added in v0.44.0

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

func (*GovernanceActive) XXX_Size added in v0.44.0

func (m *GovernanceActive) XXX_Size() int

func (*GovernanceActive) XXX_Unmarshal added in v0.44.0

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

type GovernanceEnacted added in v0.44.0

type GovernanceEnacted struct {
	Proposals            []*vega.Proposal `protobuf:"bytes,1,rep,name=proposals,proto3" json:"proposals,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*GovernanceEnacted) Descriptor added in v0.44.0

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

func (*GovernanceEnacted) GetProposals added in v0.44.0

func (m *GovernanceEnacted) GetProposals() []*vega.Proposal

func (*GovernanceEnacted) ProtoMessage added in v0.44.0

func (*GovernanceEnacted) ProtoMessage()

func (*GovernanceEnacted) Reset added in v0.44.0

func (m *GovernanceEnacted) Reset()

func (*GovernanceEnacted) String added in v0.44.0

func (m *GovernanceEnacted) String() string

func (*GovernanceEnacted) Validate added in v0.44.0

func (this *GovernanceEnacted) Validate() error

func (*GovernanceEnacted) XXX_DiscardUnknown added in v0.44.0

func (m *GovernanceEnacted) XXX_DiscardUnknown()

func (*GovernanceEnacted) XXX_Marshal added in v0.44.0

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

func (*GovernanceEnacted) XXX_Merge added in v0.44.0

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

func (*GovernanceEnacted) XXX_Size added in v0.44.0

func (m *GovernanceEnacted) XXX_Size() int

func (*GovernanceEnacted) XXX_Unmarshal added in v0.44.0

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

type GovernanceNode added in v0.44.0

type GovernanceNode struct {
	Proposals            []*vega.Proposal `protobuf:"bytes,1,rep,name=proposals,proto3" json:"proposals,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*GovernanceNode) Descriptor added in v0.44.0

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

func (*GovernanceNode) GetProposals added in v0.44.0

func (m *GovernanceNode) GetProposals() []*vega.Proposal

func (*GovernanceNode) ProtoMessage added in v0.44.0

func (*GovernanceNode) ProtoMessage()

func (*GovernanceNode) Reset added in v0.44.0

func (m *GovernanceNode) Reset()

func (*GovernanceNode) String added in v0.44.0

func (m *GovernanceNode) String() string

func (*GovernanceNode) Validate added in v0.44.0

func (this *GovernanceNode) Validate() error

func (*GovernanceNode) XXX_DiscardUnknown added in v0.44.0

func (m *GovernanceNode) XXX_DiscardUnknown()

func (*GovernanceNode) XXX_Marshal added in v0.44.0

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

func (*GovernanceNode) XXX_Merge added in v0.44.0

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

func (*GovernanceNode) XXX_Size added in v0.44.0

func (m *GovernanceNode) XXX_Size() int

func (*GovernanceNode) XXX_Unmarshal added in v0.44.0

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

type Market added in v0.44.0

type Market struct {
	Market                     *vega.Market  `protobuf:"bytes,1,opt,name=market,proto3" json:"market,omitempty"`
	PriceMonitor               *PriceMonitor `protobuf:"bytes,2,opt,name=price_monitor,json=priceMonitor,proto3" json:"price_monitor,omitempty"`
	AuctionState               *AuctionState `protobuf:"bytes,3,opt,name=auction_state,json=auctionState,proto3" json:"auction_state,omitempty"`
	PeggedOrders               []*vega.Order `protobuf:"bytes,4,rep,name=pegged_orders,json=peggedOrders,proto3" json:"pegged_orders,omitempty"`
	ExpiringOrders             []*vega.Order `protobuf:"bytes,5,rep,name=expiring_orders,json=expiringOrders,proto3" json:"expiring_orders,omitempty"`
	LastBestBid                string        `protobuf:"bytes,6,opt,name=last_best_bid,json=lastBestBid,proto3" json:"last_best_bid,omitempty"`
	LastBestAsk                string        `protobuf:"bytes,7,opt,name=last_best_ask,json=lastBestAsk,proto3" json:"last_best_ask,omitempty"`
	LastMidBid                 string        `protobuf:"bytes,8,opt,name=last_mid_bid,json=lastMidBid,proto3" json:"last_mid_bid,omitempty"`
	LastMidAsk                 string        `protobuf:"bytes,9,opt,name=last_mid_ask,json=lastMidAsk,proto3" json:"last_mid_ask,omitempty"`
	LastMarketValueProxy       string        `` /* 126-byte string literal not displayed */
	LastEquityShareDistributed int64         `` /* 145-byte string literal not displayed */
	EquityShare                *EquityShare  `protobuf:"bytes,12,opt,name=equity_share,json=equityShare,proto3" json:"equity_share,omitempty"`
	CurrentMarkPrice           string        `protobuf:"bytes,13,opt,name=current_mark_price,json=currentMarkPrice,proto3" json:"current_mark_price,omitempty"`
	XXX_NoUnkeyedLiteral       struct{}      `json:"-"`
	XXX_unrecognized           []byte        `json:"-"`
	XXX_sizecache              int32         `json:"-"`
}

func (*Market) Descriptor added in v0.44.0

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

func (*Market) GetAuctionState added in v0.44.0

func (m *Market) GetAuctionState() *AuctionState

func (*Market) GetCurrentMarkPrice added in v0.44.0

func (m *Market) GetCurrentMarkPrice() string

func (*Market) GetEquityShare added in v0.44.0

func (m *Market) GetEquityShare() *EquityShare

func (*Market) GetExpiringOrders added in v0.44.0

func (m *Market) GetExpiringOrders() []*vega.Order

func (*Market) GetLastBestAsk added in v0.44.0

func (m *Market) GetLastBestAsk() string

func (*Market) GetLastBestBid added in v0.44.0

func (m *Market) GetLastBestBid() string

func (*Market) GetLastEquityShareDistributed added in v0.44.0

func (m *Market) GetLastEquityShareDistributed() int64

func (*Market) GetLastMarketValueProxy added in v0.44.0

func (m *Market) GetLastMarketValueProxy() string

func (*Market) GetLastMidAsk added in v0.44.0

func (m *Market) GetLastMidAsk() string

func (*Market) GetLastMidBid added in v0.44.0

func (m *Market) GetLastMidBid() string

func (*Market) GetMarket added in v0.44.0

func (m *Market) GetMarket() *vega.Market

func (*Market) GetPeggedOrders added in v0.44.0

func (m *Market) GetPeggedOrders() []*vega.Order

func (*Market) GetPriceMonitor added in v0.44.0

func (m *Market) GetPriceMonitor() *PriceMonitor

func (*Market) ProtoMessage added in v0.44.0

func (*Market) ProtoMessage()

func (*Market) Reset added in v0.44.0

func (m *Market) Reset()

func (*Market) String added in v0.44.0

func (m *Market) String() string

func (*Market) Validate added in v0.44.0

func (this *Market) Validate() error

func (*Market) XXX_DiscardUnknown added in v0.44.0

func (m *Market) XXX_DiscardUnknown()

func (*Market) XXX_Marshal added in v0.44.0

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

func (*Market) XXX_Merge added in v0.44.0

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

func (*Market) XXX_Size added in v0.44.0

func (m *Market) XXX_Size() int

func (*Market) XXX_Unmarshal added in v0.44.0

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

type MarketPositions added in v0.44.0

type MarketPositions struct {
	MarketId             string      `protobuf:"bytes,1,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"`
	Positions            []*Position `protobuf:"bytes,2,rep,name=positions,proto3" json:"positions,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*MarketPositions) Descriptor added in v0.44.0

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

func (*MarketPositions) GetMarketId added in v0.44.0

func (m *MarketPositions) GetMarketId() string

func (*MarketPositions) GetPositions added in v0.44.0

func (m *MarketPositions) GetPositions() []*Position

func (*MarketPositions) ProtoMessage added in v0.44.0

func (*MarketPositions) ProtoMessage()

func (*MarketPositions) Reset added in v0.44.0

func (m *MarketPositions) Reset()

func (*MarketPositions) String added in v0.44.0

func (m *MarketPositions) String() string

func (*MarketPositions) Validate added in v0.44.0

func (this *MarketPositions) Validate() error

func (*MarketPositions) XXX_DiscardUnknown added in v0.44.0

func (m *MarketPositions) XXX_DiscardUnknown()

func (*MarketPositions) XXX_Marshal added in v0.44.0

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

func (*MarketPositions) XXX_Merge added in v0.44.0

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

func (*MarketPositions) XXX_Size added in v0.44.0

func (m *MarketPositions) XXX_Size() int

func (*MarketPositions) XXX_Unmarshal added in v0.44.0

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

type MatchingBook added in v0.44.0

type MatchingBook struct {
	MarketId             string        `protobuf:"bytes,1,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"`
	Buy                  []*vega.Order `protobuf:"bytes,2,rep,name=buy,proto3" json:"buy,omitempty"`
	Sell                 []*vega.Order `protobuf:"bytes,3,rep,name=sell,proto3" json:"sell,omitempty"`
	LastTradedPrice      string        `protobuf:"bytes,4,opt,name=last_traded_price,json=lastTradedPrice,proto3" json:"last_traded_price,omitempty"`
	Auction              bool          `protobuf:"varint,5,opt,name=auction,proto3" json:"auction,omitempty"`
	BatchId              uint64        `protobuf:"varint,6,opt,name=batch_id,json=batchId,proto3" json:"batch_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*MatchingBook) Descriptor added in v0.44.0

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

func (*MatchingBook) GetAuction added in v0.44.0

func (m *MatchingBook) GetAuction() bool

func (*MatchingBook) GetBatchId added in v0.44.0

func (m *MatchingBook) GetBatchId() uint64

func (*MatchingBook) GetBuy added in v0.44.0

func (m *MatchingBook) GetBuy() []*vega.Order

func (*MatchingBook) GetLastTradedPrice added in v0.44.0

func (m *MatchingBook) GetLastTradedPrice() string

func (*MatchingBook) GetMarketId added in v0.44.0

func (m *MatchingBook) GetMarketId() string

func (*MatchingBook) GetSell added in v0.44.0

func (m *MatchingBook) GetSell() []*vega.Order

func (*MatchingBook) ProtoMessage added in v0.44.0

func (*MatchingBook) ProtoMessage()

func (*MatchingBook) Reset added in v0.44.0

func (m *MatchingBook) Reset()

func (*MatchingBook) String added in v0.44.0

func (m *MatchingBook) String() string

func (*MatchingBook) Validate added in v0.44.0

func (this *MatchingBook) Validate() error

func (*MatchingBook) XXX_DiscardUnknown added in v0.44.0

func (m *MatchingBook) XXX_DiscardUnknown()

func (*MatchingBook) XXX_Marshal added in v0.44.0

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

func (*MatchingBook) XXX_Merge added in v0.44.0

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

func (*MatchingBook) XXX_Size added in v0.44.0

func (m *MatchingBook) XXX_Size() int

func (*MatchingBook) XXX_Unmarshal added in v0.44.0

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

type Metadata added in v0.44.0

type Metadata struct {
	Version              int64       `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"`
	ChunkHashes          []string    `protobuf:"bytes,2,rep,name=chunk_hashes,json=chunkHashes,proto3" json:"chunk_hashes,omitempty"`
	NodeHashes           []*NodeHash `protobuf:"bytes,3,rep,name=node_hashes,json=nodeHashes,proto3" json:"node_hashes,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*Metadata) Descriptor added in v0.44.0

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

func (*Metadata) GetChunkHashes added in v0.44.0

func (m *Metadata) GetChunkHashes() []string

func (*Metadata) GetNodeHashes added in v0.44.0

func (m *Metadata) GetNodeHashes() []*NodeHash

func (*Metadata) GetVersion added in v0.44.0

func (m *Metadata) GetVersion() int64

func (*Metadata) ProtoMessage added in v0.44.0

func (*Metadata) ProtoMessage()

func (*Metadata) Reset added in v0.44.0

func (m *Metadata) Reset()

func (*Metadata) String added in v0.44.0

func (m *Metadata) String() string

func (*Metadata) Validate added in v0.44.0

func (this *Metadata) Validate() error

func (*Metadata) XXX_DiscardUnknown added in v0.44.0

func (m *Metadata) XXX_DiscardUnknown()

func (*Metadata) XXX_Marshal added in v0.44.0

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

func (*Metadata) XXX_Merge added in v0.44.0

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

func (*Metadata) XXX_Size added in v0.44.0

func (m *Metadata) XXX_Size() int

func (*Metadata) XXX_Unmarshal added in v0.44.0

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

type NetParams

type NetParams struct {
	Params               []*vega.NetworkParameter `protobuf:"bytes,1,rep,name=params,proto3" json:"params,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*NetParams) Descriptor

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

func (*NetParams) GetParams

func (m *NetParams) GetParams() []*vega.NetworkParameter

func (*NetParams) ProtoMessage

func (*NetParams) ProtoMessage()

func (*NetParams) Reset

func (m *NetParams) Reset()

func (*NetParams) String

func (m *NetParams) String() string

func (*NetParams) Validate

func (this *NetParams) Validate() error

func (*NetParams) XXX_DiscardUnknown

func (m *NetParams) XXX_DiscardUnknown()

func (*NetParams) XXX_Marshal

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

func (*NetParams) XXX_Merge

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

func (*NetParams) XXX_Size

func (m *NetParams) XXX_Size() int

func (*NetParams) XXX_Unmarshal

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

type NodeHash added in v0.44.0

type NodeHash struct {
	FullKey              string   `protobuf:"bytes,1,opt,name=full_key,json=fullKey,proto3" json:"full_key,omitempty"`
	Namespace            string   `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Key                  string   `protobuf:"bytes,3,opt,name=key,proto3" json:"key,omitempty"`
	Hash                 string   `protobuf:"bytes,4,opt,name=hash,proto3" json:"hash,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NodeHash) Descriptor added in v0.44.0

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

func (*NodeHash) GetFullKey added in v0.44.0

func (m *NodeHash) GetFullKey() string

func (*NodeHash) GetHash added in v0.44.0

func (m *NodeHash) GetHash() string

func (*NodeHash) GetKey added in v0.44.0

func (m *NodeHash) GetKey() string

func (*NodeHash) GetNamespace added in v0.44.0

func (m *NodeHash) GetNamespace() string

func (*NodeHash) ProtoMessage added in v0.44.0

func (*NodeHash) ProtoMessage()

func (*NodeHash) Reset added in v0.44.0

func (m *NodeHash) Reset()

func (*NodeHash) String added in v0.44.0

func (m *NodeHash) String() string

func (*NodeHash) Validate added in v0.44.0

func (this *NodeHash) Validate() error

func (*NodeHash) XXX_DiscardUnknown added in v0.44.0

func (m *NodeHash) XXX_DiscardUnknown()

func (*NodeHash) XXX_Marshal added in v0.44.0

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

func (*NodeHash) XXX_Merge added in v0.44.0

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

func (*NodeHash) XXX_Size added in v0.44.0

func (m *NodeHash) XXX_Size() int

func (*NodeHash) XXX_Unmarshal added in v0.44.0

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

type Payload added in v0.44.0

type Payload struct {
	// Types that are valid to be assigned to Data:
	//	*Payload_ActiveAssets
	//	*Payload_PendingAssets
	//	*Payload_BankingWithdrawals
	//	*Payload_BankingDeposits
	//	*Payload_BankingSeen
	//	*Payload_BankingAssetActions
	//	*Payload_Checkpoint
	//	*Payload_CollateralAccounts
	//	*Payload_CollateralAssets
	//	*Payload_DelegationActive
	//	*Payload_DelegationPending
	//	*Payload_DelegationAuto
	//	*Payload_GovernanceActive
	//	*Payload_GovernanceEnacted
	//	*Payload_StakingAccounts
	//	*Payload_MatchingBook
	//	*Payload_NetworkParameters
	//	*Payload_ExecutionMarkets
	//	*Payload_MarketPositions
	//	*Payload_AppState
	//	*Payload_Epoch
	//	*Payload_ExecutionIdGenerator
	//	*Payload_RewardsPendingPayouts
	//	*Payload_GovernanceNode
	Data                 isPayload_Data `protobuf_oneof:"data"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*Payload) Descriptor added in v0.44.0

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

func (*Payload) GetActiveAssets added in v0.44.0

func (m *Payload) GetActiveAssets() *ActiveAssets

func (*Payload) GetAppState added in v0.44.0

func (m *Payload) GetAppState() *AppState

func (*Payload) GetBankingAssetActions added in v0.44.0

func (m *Payload) GetBankingAssetActions() *BankingAssetActions

func (*Payload) GetBankingDeposits added in v0.44.0

func (m *Payload) GetBankingDeposits() *BankingDeposits

func (*Payload) GetBankingSeen added in v0.44.0

func (m *Payload) GetBankingSeen() *BankingSeen

func (*Payload) GetBankingWithdrawals added in v0.44.0

func (m *Payload) GetBankingWithdrawals() *BankingWithdrawals

func (*Payload) GetCheckpoint added in v0.44.0

func (m *Payload) GetCheckpoint() *Checkpoint

func (*Payload) GetCollateralAccounts added in v0.44.0

func (m *Payload) GetCollateralAccounts() *CollateralAccounts

func (*Payload) GetCollateralAssets added in v0.44.0

func (m *Payload) GetCollateralAssets() *CollateralAssets

func (*Payload) GetData added in v0.44.0

func (m *Payload) GetData() isPayload_Data

func (*Payload) GetDelegationActive added in v0.44.0

func (m *Payload) GetDelegationActive() *DelegationActive

func (*Payload) GetDelegationAuto added in v0.44.0

func (m *Payload) GetDelegationAuto() *DelegationAuto

func (*Payload) GetDelegationPending added in v0.44.0

func (m *Payload) GetDelegationPending() *DelegationPending

func (*Payload) GetEpoch added in v0.44.0

func (m *Payload) GetEpoch() *EpochState

func (*Payload) GetExecutionIdGenerator added in v0.44.0

func (m *Payload) GetExecutionIdGenerator() *ExecutionIDGenerator

func (*Payload) GetExecutionMarkets added in v0.44.0

func (m *Payload) GetExecutionMarkets() *ExecutionMarkets

func (*Payload) GetGovernanceActive added in v0.44.0

func (m *Payload) GetGovernanceActive() *GovernanceActive

func (*Payload) GetGovernanceEnacted added in v0.44.0

func (m *Payload) GetGovernanceEnacted() *GovernanceEnacted

func (*Payload) GetGovernanceNode added in v0.44.0

func (m *Payload) GetGovernanceNode() *GovernanceNode

func (*Payload) GetMarketPositions added in v0.44.0

func (m *Payload) GetMarketPositions() *MarketPositions

func (*Payload) GetMatchingBook added in v0.44.0

func (m *Payload) GetMatchingBook() *MatchingBook

func (*Payload) GetNetworkParameters added in v0.44.0

func (m *Payload) GetNetworkParameters() *NetParams

func (*Payload) GetPendingAssets added in v0.44.0

func (m *Payload) GetPendingAssets() *PendingAssets

func (*Payload) GetRewardsPendingPayouts added in v0.44.0

func (m *Payload) GetRewardsPendingPayouts() *RewardsPendingPayouts

func (*Payload) GetStakingAccounts added in v0.44.0

func (m *Payload) GetStakingAccounts() *StakingAccounts

func (*Payload) ProtoMessage added in v0.44.0

func (*Payload) ProtoMessage()

func (*Payload) Reset added in v0.44.0

func (m *Payload) Reset()

func (*Payload) String added in v0.44.0

func (m *Payload) String() string

func (*Payload) Validate added in v0.44.0

func (this *Payload) Validate() error

func (*Payload) XXX_DiscardUnknown added in v0.44.0

func (m *Payload) XXX_DiscardUnknown()

func (*Payload) XXX_Marshal added in v0.44.0

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

func (*Payload) XXX_Merge added in v0.44.0

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

func (*Payload) XXX_OneofWrappers added in v0.44.0

func (*Payload) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*Payload) XXX_Size added in v0.44.0

func (m *Payload) XXX_Size() int

func (*Payload) XXX_Unmarshal added in v0.44.0

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

type Payload_ActiveAssets added in v0.44.0

type Payload_ActiveAssets struct {
	ActiveAssets *ActiveAssets `protobuf:"bytes,1,opt,name=active_assets,json=activeAssets,proto3,oneof"`
}

type Payload_AppState added in v0.44.0

type Payload_AppState struct {
	AppState *AppState `protobuf:"bytes,20,opt,name=app_state,json=appState,proto3,oneof"`
}

type Payload_BankingAssetActions added in v0.44.0

type Payload_BankingAssetActions struct {
	BankingAssetActions *BankingAssetActions `protobuf:"bytes,6,opt,name=banking_asset_actions,json=bankingAssetActions,proto3,oneof"`
}

type Payload_BankingDeposits added in v0.44.0

type Payload_BankingDeposits struct {
	BankingDeposits *BankingDeposits `protobuf:"bytes,4,opt,name=banking_deposits,json=bankingDeposits,proto3,oneof"`
}

type Payload_BankingSeen added in v0.44.0

type Payload_BankingSeen struct {
	BankingSeen *BankingSeen `protobuf:"bytes,5,opt,name=banking_seen,json=bankingSeen,proto3,oneof"`
}

type Payload_BankingWithdrawals added in v0.44.0

type Payload_BankingWithdrawals struct {
	BankingWithdrawals *BankingWithdrawals `protobuf:"bytes,3,opt,name=banking_withdrawals,json=bankingWithdrawals,proto3,oneof"`
}

type Payload_Checkpoint added in v0.44.0

type Payload_Checkpoint struct {
	Checkpoint *Checkpoint `protobuf:"bytes,7,opt,name=checkpoint,proto3,oneof"`
}

type Payload_CollateralAccounts added in v0.44.0

type Payload_CollateralAccounts struct {
	CollateralAccounts *CollateralAccounts `protobuf:"bytes,8,opt,name=collateral_accounts,json=collateralAccounts,proto3,oneof"`
}

type Payload_CollateralAssets added in v0.44.0

type Payload_CollateralAssets struct {
	CollateralAssets *CollateralAssets `protobuf:"bytes,9,opt,name=collateral_assets,json=collateralAssets,proto3,oneof"`
}

type Payload_DelegationActive added in v0.44.0

type Payload_DelegationActive struct {
	DelegationActive *DelegationActive `protobuf:"bytes,10,opt,name=delegation_active,json=delegationActive,proto3,oneof"`
}

type Payload_DelegationAuto added in v0.44.0

type Payload_DelegationAuto struct {
	DelegationAuto *DelegationAuto `protobuf:"bytes,12,opt,name=delegation_auto,json=delegationAuto,proto3,oneof"`
}

type Payload_DelegationPending added in v0.44.0

type Payload_DelegationPending struct {
	DelegationPending *DelegationPending `protobuf:"bytes,11,opt,name=delegation_pending,json=delegationPending,proto3,oneof"`
}

type Payload_Epoch added in v0.44.0

type Payload_Epoch struct {
	Epoch *EpochState `protobuf:"bytes,21,opt,name=epoch,proto3,oneof"`
}

type Payload_ExecutionIdGenerator added in v0.44.0

type Payload_ExecutionIdGenerator struct {
	ExecutionIdGenerator *ExecutionIDGenerator `protobuf:"bytes,22,opt,name=execution_id_generator,json=executionIdGenerator,proto3,oneof"`
}

type Payload_ExecutionMarkets added in v0.44.0

type Payload_ExecutionMarkets struct {
	ExecutionMarkets *ExecutionMarkets `protobuf:"bytes,18,opt,name=execution_markets,json=executionMarkets,proto3,oneof"`
}

type Payload_GovernanceActive added in v0.44.0

type Payload_GovernanceActive struct {
	GovernanceActive *GovernanceActive `protobuf:"bytes,13,opt,name=governance_active,json=governanceActive,proto3,oneof"`
}

type Payload_GovernanceEnacted added in v0.44.0

type Payload_GovernanceEnacted struct {
	GovernanceEnacted *GovernanceEnacted `protobuf:"bytes,14,opt,name=governance_enacted,json=governanceEnacted,proto3,oneof"`
}

type Payload_GovernanceNode added in v0.44.0

type Payload_GovernanceNode struct {
	GovernanceNode *GovernanceNode `protobuf:"bytes,24,opt,name=governance_node,json=governanceNode,proto3,oneof"`
}

type Payload_MarketPositions added in v0.44.0

type Payload_MarketPositions struct {
	MarketPositions *MarketPositions `protobuf:"bytes,19,opt,name=market_positions,json=marketPositions,proto3,oneof"`
}

type Payload_MatchingBook added in v0.44.0

type Payload_MatchingBook struct {
	MatchingBook *MatchingBook `protobuf:"bytes,16,opt,name=matching_book,json=matchingBook,proto3,oneof"`
}

type Payload_NetworkParameters added in v0.44.0

type Payload_NetworkParameters struct {
	NetworkParameters *NetParams `protobuf:"bytes,17,opt,name=network_parameters,json=networkParameters,proto3,oneof"`
}

type Payload_PendingAssets added in v0.44.0

type Payload_PendingAssets struct {
	PendingAssets *PendingAssets `protobuf:"bytes,2,opt,name=pending_assets,json=pendingAssets,proto3,oneof"`
}

type Payload_RewardsPendingPayouts added in v0.44.0

type Payload_RewardsPendingPayouts struct {
	RewardsPendingPayouts *RewardsPendingPayouts `protobuf:"bytes,23,opt,name=rewards_pending_payouts,json=rewardsPendingPayouts,proto3,oneof"`
}

type Payload_StakingAccounts added in v0.44.0

type Payload_StakingAccounts struct {
	StakingAccounts *StakingAccounts `protobuf:"bytes,15,opt,name=staking_accounts,json=stakingAccounts,proto3,oneof"`
}

type PendingAssets added in v0.44.0

type PendingAssets struct {
	Assets               []*vega.Asset `protobuf:"bytes,1,rep,name=assets,proto3" json:"assets,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*PendingAssets) Descriptor added in v0.44.0

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

func (*PendingAssets) GetAssets added in v0.44.0

func (m *PendingAssets) GetAssets() []*vega.Asset

func (*PendingAssets) ProtoMessage added in v0.44.0

func (*PendingAssets) ProtoMessage()

func (*PendingAssets) Reset added in v0.44.0

func (m *PendingAssets) Reset()

func (*PendingAssets) String added in v0.44.0

func (m *PendingAssets) String() string

func (*PendingAssets) Validate added in v0.44.0

func (this *PendingAssets) Validate() error

func (*PendingAssets) XXX_DiscardUnknown added in v0.44.0

func (m *PendingAssets) XXX_DiscardUnknown()

func (*PendingAssets) XXX_Marshal added in v0.44.0

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

func (*PendingAssets) XXX_Merge added in v0.44.0

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

func (*PendingAssets) XXX_Size added in v0.44.0

func (m *PendingAssets) XXX_Size() int

func (*PendingAssets) XXX_Unmarshal added in v0.44.0

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

type PendingProposal added in v0.44.0

type PendingProposal struct {
	Proposal             *vega.Proposal `protobuf:"bytes,1,opt,name=proposal,proto3" json:"proposal,omitempty"`
	Yes                  []*vega.Vote   `protobuf:"bytes,2,rep,name=yes,proto3" json:"yes,omitempty"`
	No                   []*vega.Vote   `protobuf:"bytes,3,rep,name=no,proto3" json:"no,omitempty"`
	Invalid              []*vega.Vote   `protobuf:"bytes,4,rep,name=invalid,proto3" json:"invalid,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*PendingProposal) Descriptor added in v0.44.0

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

func (*PendingProposal) GetInvalid added in v0.44.0

func (m *PendingProposal) GetInvalid() []*vega.Vote

func (*PendingProposal) GetNo added in v0.44.0

func (m *PendingProposal) GetNo() []*vega.Vote

func (*PendingProposal) GetProposal added in v0.44.0

func (m *PendingProposal) GetProposal() *vega.Proposal

func (*PendingProposal) GetYes added in v0.44.0

func (m *PendingProposal) GetYes() []*vega.Vote

func (*PendingProposal) ProtoMessage added in v0.44.0

func (*PendingProposal) ProtoMessage()

func (*PendingProposal) Reset added in v0.44.0

func (m *PendingProposal) Reset()

func (*PendingProposal) String added in v0.44.0

func (m *PendingProposal) String() string

func (*PendingProposal) Validate added in v0.44.0

func (this *PendingProposal) Validate() error

func (*PendingProposal) XXX_DiscardUnknown added in v0.44.0

func (m *PendingProposal) XXX_DiscardUnknown()

func (*PendingProposal) XXX_Marshal added in v0.44.0

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

func (*PendingProposal) XXX_Merge added in v0.44.0

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

func (*PendingProposal) XXX_Size added in v0.44.0

func (m *PendingProposal) XXX_Size() int

func (*PendingProposal) XXX_Unmarshal added in v0.44.0

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

type Position added in v0.44.0

type Position struct {
	PartyId              string   `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"`
	Size                 int64    `protobuf:"varint,2,opt,name=size,proto3" json:"size,omitempty"`
	Buy                  int64    `protobuf:"varint,3,opt,name=buy,proto3" json:"buy,omitempty"`
	Sell                 int64    `protobuf:"varint,4,opt,name=sell,proto3" json:"sell,omitempty"`
	Price                string   `protobuf:"bytes,5,opt,name=price,proto3" json:"price,omitempty"`
	VwBuyPrice           string   `protobuf:"bytes,6,opt,name=vw_buy_price,json=vwBuyPrice,proto3" json:"vw_buy_price,omitempty"`
	VwSellPrice          string   `protobuf:"bytes,7,opt,name=vw_sell_price,json=vwSellPrice,proto3" json:"vw_sell_price,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Position) Descriptor added in v0.44.0

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

func (*Position) GetBuy added in v0.44.0

func (m *Position) GetBuy() int64

func (*Position) GetPartyId added in v0.44.0

func (m *Position) GetPartyId() string

func (*Position) GetPrice added in v0.44.0

func (m *Position) GetPrice() string

func (*Position) GetSell added in v0.44.0

func (m *Position) GetSell() int64

func (*Position) GetSize added in v0.44.0

func (m *Position) GetSize() int64

func (*Position) GetVwBuyPrice added in v0.44.0

func (m *Position) GetVwBuyPrice() string

func (*Position) GetVwSellPrice added in v0.44.0

func (m *Position) GetVwSellPrice() string

func (*Position) ProtoMessage added in v0.44.0

func (*Position) ProtoMessage()

func (*Position) Reset added in v0.44.0

func (m *Position) Reset()

func (*Position) String added in v0.44.0

func (m *Position) String() string

func (*Position) Validate added in v0.44.0

func (this *Position) Validate() error

func (*Position) XXX_DiscardUnknown added in v0.44.0

func (m *Position) XXX_DiscardUnknown()

func (*Position) XXX_Marshal added in v0.44.0

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

func (*Position) XXX_Merge added in v0.44.0

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

func (*Position) XXX_Size added in v0.44.0

func (m *Position) XXX_Size() int

func (*Position) XXX_Unmarshal added in v0.44.0

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

type PriceBound added in v0.44.0

type PriceBound struct {
	Active               bool                         `protobuf:"varint,1,opt,name=active,proto3" json:"active,omitempty"`
	UpFactor             string                       `protobuf:"bytes,2,opt,name=up_factor,json=upFactor,proto3" json:"up_factor,omitempty"`
	DownFactor           string                       `protobuf:"bytes,3,opt,name=down_factor,json=downFactor,proto3" json:"down_factor,omitempty"`
	Trigger              *vega.PriceMonitoringTrigger `protobuf:"bytes,4,opt,name=trigger,proto3" json:"trigger,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                     `json:"-"`
	XXX_unrecognized     []byte                       `json:"-"`
	XXX_sizecache        int32                        `json:"-"`
}

func (*PriceBound) Descriptor added in v0.44.0

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

func (*PriceBound) GetActive added in v0.44.0

func (m *PriceBound) GetActive() bool

func (*PriceBound) GetDownFactor added in v0.44.0

func (m *PriceBound) GetDownFactor() string

func (*PriceBound) GetTrigger added in v0.44.0

func (m *PriceBound) GetTrigger() *vega.PriceMonitoringTrigger

func (*PriceBound) GetUpFactor added in v0.44.0

func (m *PriceBound) GetUpFactor() string

func (*PriceBound) ProtoMessage added in v0.44.0

func (*PriceBound) ProtoMessage()

func (*PriceBound) Reset added in v0.44.0

func (m *PriceBound) Reset()

func (*PriceBound) String added in v0.44.0

func (m *PriceBound) String() string

func (*PriceBound) Validate added in v0.44.0

func (this *PriceBound) Validate() error

func (*PriceBound) XXX_DiscardUnknown added in v0.44.0

func (m *PriceBound) XXX_DiscardUnknown()

func (*PriceBound) XXX_Marshal added in v0.44.0

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

func (*PriceBound) XXX_Merge added in v0.44.0

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

func (*PriceBound) XXX_Size added in v0.44.0

func (m *PriceBound) XXX_Size() int

func (*PriceBound) XXX_Unmarshal added in v0.44.0

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

type PriceMonitor added in v0.44.0

type PriceMonitor struct {
	Initialised          bool               `protobuf:"varint,3,opt,name=initialised,proto3" json:"initialised,omitempty"`
	FpHorizons           []*DecimalMap      `protobuf:"bytes,4,rep,name=fp_horizons,json=fpHorizons,proto3" json:"fp_horizons,omitempty"`
	Now                  int64              `protobuf:"varint,5,opt,name=now,proto3" json:"now,omitempty"`
	Update               int64              `protobuf:"varint,6,opt,name=update,proto3" json:"update,omitempty"`
	Bounds               []*PriceBound      `protobuf:"bytes,7,rep,name=bounds,proto3" json:"bounds,omitempty"`
	PriceRangeCacheTime  int64              `protobuf:"varint,8,opt,name=price_range_cache_time,json=priceRangeCacheTime,proto3" json:"price_range_cache_time,omitempty"`
	PriceRangeCache      []*PriceRangeCache `protobuf:"bytes,9,rep,name=price_range_cache,json=priceRangeCache,proto3" json:"price_range_cache,omitempty"`
	RefPriceCacheTime    int64              `protobuf:"varint,10,opt,name=ref_price_cache_time,json=refPriceCacheTime,proto3" json:"ref_price_cache_time,omitempty"`
	RefPriceCache        []*DecimalMap      `protobuf:"bytes,11,rep,name=ref_price_cache,json=refPriceCache,proto3" json:"ref_price_cache,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*PriceMonitor) Descriptor added in v0.44.0

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

func (*PriceMonitor) GetBounds added in v0.44.0

func (m *PriceMonitor) GetBounds() []*PriceBound

func (*PriceMonitor) GetFpHorizons added in v0.44.0

func (m *PriceMonitor) GetFpHorizons() []*DecimalMap

func (*PriceMonitor) GetInitialised added in v0.44.0

func (m *PriceMonitor) GetInitialised() bool

func (*PriceMonitor) GetNow added in v0.44.0

func (m *PriceMonitor) GetNow() int64

func (*PriceMonitor) GetPriceRangeCache added in v0.44.0

func (m *PriceMonitor) GetPriceRangeCache() []*PriceRangeCache

func (*PriceMonitor) GetPriceRangeCacheTime added in v0.44.0

func (m *PriceMonitor) GetPriceRangeCacheTime() int64

func (*PriceMonitor) GetRefPriceCache added in v0.44.0

func (m *PriceMonitor) GetRefPriceCache() []*DecimalMap

func (*PriceMonitor) GetRefPriceCacheTime added in v0.44.0

func (m *PriceMonitor) GetRefPriceCacheTime() int64

func (*PriceMonitor) GetUpdate added in v0.44.0

func (m *PriceMonitor) GetUpdate() int64

func (*PriceMonitor) ProtoMessage added in v0.44.0

func (*PriceMonitor) ProtoMessage()

func (*PriceMonitor) Reset added in v0.44.0

func (m *PriceMonitor) Reset()

func (*PriceMonitor) String added in v0.44.0

func (m *PriceMonitor) String() string

func (*PriceMonitor) Validate added in v0.44.0

func (this *PriceMonitor) Validate() error

func (*PriceMonitor) XXX_DiscardUnknown added in v0.44.0

func (m *PriceMonitor) XXX_DiscardUnknown()

func (*PriceMonitor) XXX_Marshal added in v0.44.0

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

func (*PriceMonitor) XXX_Merge added in v0.44.0

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

func (*PriceMonitor) XXX_Size added in v0.44.0

func (m *PriceMonitor) XXX_Size() int

func (*PriceMonitor) XXX_Unmarshal added in v0.44.0

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

type PriceRange added in v0.44.0

type PriceRange struct {
	Min                  string   `protobuf:"bytes,1,opt,name=min,proto3" json:"min,omitempty"`
	Max                  string   `protobuf:"bytes,2,opt,name=max,proto3" json:"max,omitempty"`
	Ref                  string   `protobuf:"bytes,3,opt,name=ref,proto3" json:"ref,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PriceRange) Descriptor added in v0.44.0

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

func (*PriceRange) GetMax added in v0.44.0

func (m *PriceRange) GetMax() string

func (*PriceRange) GetMin added in v0.44.0

func (m *PriceRange) GetMin() string

func (*PriceRange) GetRef added in v0.44.0

func (m *PriceRange) GetRef() string

func (*PriceRange) ProtoMessage added in v0.44.0

func (*PriceRange) ProtoMessage()

func (*PriceRange) Reset added in v0.44.0

func (m *PriceRange) Reset()

func (*PriceRange) String added in v0.44.0

func (m *PriceRange) String() string

func (*PriceRange) Validate added in v0.44.0

func (this *PriceRange) Validate() error

func (*PriceRange) XXX_DiscardUnknown added in v0.44.0

func (m *PriceRange) XXX_DiscardUnknown()

func (*PriceRange) XXX_Marshal added in v0.44.0

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

func (*PriceRange) XXX_Merge added in v0.44.0

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

func (*PriceRange) XXX_Size added in v0.44.0

func (m *PriceRange) XXX_Size() int

func (*PriceRange) XXX_Unmarshal added in v0.44.0

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

type PriceRangeCache added in v0.44.0

type PriceRangeCache struct {
	Bound                *PriceBound `protobuf:"bytes,1,opt,name=bound,proto3" json:"bound,omitempty"`
	Range                *PriceRange `protobuf:"bytes,2,opt,name=range,proto3" json:"range,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*PriceRangeCache) Descriptor added in v0.44.0

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

func (*PriceRangeCache) GetBound added in v0.44.0

func (m *PriceRangeCache) GetBound() *PriceBound

func (*PriceRangeCache) GetRange added in v0.44.0

func (m *PriceRangeCache) GetRange() *PriceRange

func (*PriceRangeCache) ProtoMessage added in v0.44.0

func (*PriceRangeCache) ProtoMessage()

func (*PriceRangeCache) Reset added in v0.44.0

func (m *PriceRangeCache) Reset()

func (*PriceRangeCache) String added in v0.44.0

func (m *PriceRangeCache) String() string

func (*PriceRangeCache) Validate added in v0.44.0

func (this *PriceRangeCache) Validate() error

func (*PriceRangeCache) XXX_DiscardUnknown added in v0.44.0

func (m *PriceRangeCache) XXX_DiscardUnknown()

func (*PriceRangeCache) XXX_Marshal added in v0.44.0

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

func (*PriceRangeCache) XXX_Merge added in v0.44.0

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

func (*PriceRangeCache) XXX_Size added in v0.44.0

func (m *PriceRangeCache) XXX_Size() int

func (*PriceRangeCache) XXX_Unmarshal added in v0.44.0

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

type PriceVolume added in v0.44.0

type PriceVolume struct {
	Price                string   `protobuf:"bytes,1,opt,name=price,proto3" json:"price,omitempty"`
	Volume               uint64   `protobuf:"varint,2,opt,name=volume,proto3" json:"volume,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PriceVolume) Descriptor added in v0.44.0

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

func (*PriceVolume) GetPrice added in v0.44.0

func (m *PriceVolume) GetPrice() string

func (*PriceVolume) GetVolume added in v0.44.0

func (m *PriceVolume) GetVolume() uint64

func (*PriceVolume) ProtoMessage added in v0.44.0

func (*PriceVolume) ProtoMessage()

func (*PriceVolume) Reset added in v0.44.0

func (m *PriceVolume) Reset()

func (*PriceVolume) String added in v0.44.0

func (m *PriceVolume) String() string

func (*PriceVolume) Validate added in v0.44.0

func (this *PriceVolume) Validate() error

func (*PriceVolume) XXX_DiscardUnknown added in v0.44.0

func (m *PriceVolume) XXX_DiscardUnknown()

func (*PriceVolume) XXX_Marshal added in v0.44.0

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

func (*PriceVolume) XXX_Merge added in v0.44.0

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

func (*PriceVolume) XXX_Size added in v0.44.0

func (m *PriceVolume) XXX_Size() int

func (*PriceVolume) XXX_Unmarshal added in v0.44.0

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

type RewardPartyAmount added in v0.44.0

type RewardPartyAmount struct {
	Party                string   `protobuf:"bytes,1,opt,name=party,proto3" json:"party,omitempty"`
	Amount               string   `protobuf:"bytes,2,opt,name=amount,proto3" json:"amount,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RewardPartyAmount) Descriptor added in v0.44.0

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

func (*RewardPartyAmount) GetAmount added in v0.44.0

func (m *RewardPartyAmount) GetAmount() string

func (*RewardPartyAmount) GetParty added in v0.44.0

func (m *RewardPartyAmount) GetParty() string

func (*RewardPartyAmount) ProtoMessage added in v0.44.0

func (*RewardPartyAmount) ProtoMessage()

func (*RewardPartyAmount) Reset added in v0.44.0

func (m *RewardPartyAmount) Reset()

func (*RewardPartyAmount) String added in v0.44.0

func (m *RewardPartyAmount) String() string

func (*RewardPartyAmount) Validate added in v0.44.0

func (this *RewardPartyAmount) Validate() error

func (*RewardPartyAmount) XXX_DiscardUnknown added in v0.44.0

func (m *RewardPartyAmount) XXX_DiscardUnknown()

func (*RewardPartyAmount) XXX_Marshal added in v0.44.0

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

func (*RewardPartyAmount) XXX_Merge added in v0.44.0

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

func (*RewardPartyAmount) XXX_Size added in v0.44.0

func (m *RewardPartyAmount) XXX_Size() int

func (*RewardPartyAmount) XXX_Unmarshal added in v0.44.0

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

type RewardsPendingPayouts added in v0.44.0

type RewardsPendingPayouts struct {
	RewardTime           int64                `protobuf:"varint,1,opt,name=reward_time,json=rewardTime,proto3" json:"reward_time,omitempty"`
	FromAccount          string               `protobuf:"bytes,2,opt,name=from_account,json=fromAccount,proto3" json:"from_account,omitempty"`
	Asset                string               `protobuf:"bytes,3,opt,name=asset,proto3" json:"asset,omitempty"`
	RewardPartyAmount    []*RewardPartyAmount `protobuf:"bytes,4,rep,name=reward_party_amount,json=rewardPartyAmount,proto3" json:"reward_party_amount,omitempty"`
	TotalReward          string               `protobuf:"bytes,5,opt,name=total_reward,json=totalReward,proto3" json:"total_reward,omitempty"`
	EpochSeq             string               `protobuf:"bytes,6,opt,name=epoch_seq,json=epochSeq,proto3" json:"epoch_seq,omitempty"`
	Timestamp            int64                `protobuf:"varint,7,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*RewardsPendingPayouts) Descriptor added in v0.44.0

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

func (*RewardsPendingPayouts) GetAsset added in v0.44.0

func (m *RewardsPendingPayouts) GetAsset() string

func (*RewardsPendingPayouts) GetEpochSeq added in v0.44.0

func (m *RewardsPendingPayouts) GetEpochSeq() string

func (*RewardsPendingPayouts) GetFromAccount added in v0.44.0

func (m *RewardsPendingPayouts) GetFromAccount() string

func (*RewardsPendingPayouts) GetRewardPartyAmount added in v0.44.0

func (m *RewardsPendingPayouts) GetRewardPartyAmount() []*RewardPartyAmount

func (*RewardsPendingPayouts) GetRewardTime added in v0.44.0

func (m *RewardsPendingPayouts) GetRewardTime() int64

func (*RewardsPendingPayouts) GetTimestamp added in v0.44.0

func (m *RewardsPendingPayouts) GetTimestamp() int64

func (*RewardsPendingPayouts) GetTotalReward added in v0.44.0

func (m *RewardsPendingPayouts) GetTotalReward() string

func (*RewardsPendingPayouts) ProtoMessage added in v0.44.0

func (*RewardsPendingPayouts) ProtoMessage()

func (*RewardsPendingPayouts) Reset added in v0.44.0

func (m *RewardsPendingPayouts) Reset()

func (*RewardsPendingPayouts) String added in v0.44.0

func (m *RewardsPendingPayouts) String() string

func (*RewardsPendingPayouts) Validate added in v0.44.0

func (this *RewardsPendingPayouts) Validate() error

func (*RewardsPendingPayouts) XXX_DiscardUnknown added in v0.44.0

func (m *RewardsPendingPayouts) XXX_DiscardUnknown()

func (*RewardsPendingPayouts) XXX_Marshal added in v0.44.0

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

func (*RewardsPendingPayouts) XXX_Merge added in v0.44.0

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

func (*RewardsPendingPayouts) XXX_Size added in v0.44.0

func (m *RewardsPendingPayouts) XXX_Size() int

func (*RewardsPendingPayouts) XXX_Unmarshal added in v0.44.0

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

type Snapshot

type Snapshot struct {
	Height               uint64   `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"`
	Format               Format   `protobuf:"varint,2,opt,name=format,proto3,enum=vega.snapshot.v1.Format" json:"format,omitempty"`
	Chunks               uint32   `protobuf:"varint,3,opt,name=chunks,proto3" json:"chunks,omitempty"`
	Hash                 []byte   `protobuf:"bytes,4,opt,name=hash,proto3" json:"hash,omitempty"`
	Metadata             []byte   `protobuf:"bytes,5,opt,name=metadata,proto3" json:"metadata,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Snapshot) Descriptor

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

func (*Snapshot) GetChunks added in v0.44.0

func (m *Snapshot) GetChunks() uint32

func (*Snapshot) GetFormat added in v0.44.0

func (m *Snapshot) GetFormat() Format

func (*Snapshot) GetHash

func (m *Snapshot) GetHash() []byte

func (*Snapshot) GetHeight added in v0.44.0

func (m *Snapshot) GetHeight() uint64

func (*Snapshot) GetMetadata added in v0.44.0

func (m *Snapshot) GetMetadata() []byte

func (*Snapshot) ProtoMessage

func (*Snapshot) ProtoMessage()

func (*Snapshot) Reset

func (m *Snapshot) Reset()

func (*Snapshot) String

func (m *Snapshot) String() string

func (*Snapshot) Validate

func (this *Snapshot) Validate() error

func (*Snapshot) XXX_DiscardUnknown

func (m *Snapshot) XXX_DiscardUnknown()

func (*Snapshot) XXX_Marshal

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

func (*Snapshot) XXX_Merge

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

func (*Snapshot) XXX_Size

func (m *Snapshot) XXX_Size() int

func (*Snapshot) XXX_Unmarshal

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

type StakingAccount added in v0.44.0

type StakingAccount struct {
	Party                string             `protobuf:"bytes,1,opt,name=party,proto3" json:"party,omitempty"`
	Balance              string             `protobuf:"bytes,2,opt,name=balance,proto3" json:"balance,omitempty"`
	Events               []*v1.StakeLinking `protobuf:"bytes,3,rep,name=events,proto3" json:"events,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*StakingAccount) Descriptor added in v0.44.0

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

func (*StakingAccount) GetBalance added in v0.44.0

func (m *StakingAccount) GetBalance() string

func (*StakingAccount) GetEvents added in v0.44.0

func (m *StakingAccount) GetEvents() []*v1.StakeLinking

func (*StakingAccount) GetParty added in v0.44.0

func (m *StakingAccount) GetParty() string

func (*StakingAccount) ProtoMessage added in v0.44.0

func (*StakingAccount) ProtoMessage()

func (*StakingAccount) Reset added in v0.44.0

func (m *StakingAccount) Reset()

func (*StakingAccount) String added in v0.44.0

func (m *StakingAccount) String() string

func (*StakingAccount) Validate added in v0.44.0

func (this *StakingAccount) Validate() error

func (*StakingAccount) XXX_DiscardUnknown added in v0.44.0

func (m *StakingAccount) XXX_DiscardUnknown()

func (*StakingAccount) XXX_Marshal added in v0.44.0

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

func (*StakingAccount) XXX_Merge added in v0.44.0

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

func (*StakingAccount) XXX_Size added in v0.44.0

func (m *StakingAccount) XXX_Size() int

func (*StakingAccount) XXX_Unmarshal added in v0.44.0

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

type StakingAccounts added in v0.44.0

type StakingAccounts struct {
	Accounts             []*StakingAccount `protobuf:"bytes,1,rep,name=accounts,proto3" json:"accounts,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*StakingAccounts) Descriptor added in v0.44.0

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

func (*StakingAccounts) GetAccounts added in v0.44.0

func (m *StakingAccounts) GetAccounts() []*StakingAccount

func (*StakingAccounts) ProtoMessage added in v0.44.0

func (*StakingAccounts) ProtoMessage()

func (*StakingAccounts) Reset added in v0.44.0

func (m *StakingAccounts) Reset()

func (*StakingAccounts) String added in v0.44.0

func (m *StakingAccounts) String() string

func (*StakingAccounts) Validate added in v0.44.0

func (this *StakingAccounts) Validate() error

func (*StakingAccounts) XXX_DiscardUnknown added in v0.44.0

func (m *StakingAccounts) XXX_DiscardUnknown()

func (*StakingAccounts) XXX_Marshal added in v0.44.0

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

func (*StakingAccounts) XXX_Merge added in v0.44.0

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

func (*StakingAccounts) XXX_Size added in v0.44.0

func (m *StakingAccounts) XXX_Size() int

func (*StakingAccounts) XXX_Unmarshal added in v0.44.0

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

type TimePrice added in v0.44.0

type TimePrice struct {
	Time                 int64    `protobuf:"varint,1,opt,name=time,proto3" json:"time,omitempty"`
	Price                string   `protobuf:"bytes,2,opt,name=price,proto3" json:"price,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TimePrice) Descriptor added in v0.44.0

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

func (*TimePrice) GetPrice added in v0.44.0

func (m *TimePrice) GetPrice() string

func (*TimePrice) GetTime added in v0.44.0

func (m *TimePrice) GetTime() int64

func (*TimePrice) ProtoMessage added in v0.44.0

func (*TimePrice) ProtoMessage()

func (*TimePrice) Reset added in v0.44.0

func (m *TimePrice) Reset()

func (*TimePrice) String added in v0.44.0

func (m *TimePrice) String() string

func (*TimePrice) Validate added in v0.44.0

func (this *TimePrice) Validate() error

func (*TimePrice) XXX_DiscardUnknown added in v0.44.0

func (m *TimePrice) XXX_DiscardUnknown()

func (*TimePrice) XXX_Marshal added in v0.44.0

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

func (*TimePrice) XXX_Merge added in v0.44.0

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

func (*TimePrice) XXX_Size added in v0.44.0

func (m *TimePrice) XXX_Size() int

func (*TimePrice) XXX_Unmarshal added in v0.44.0

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

type TxRef added in v0.44.0

type TxRef struct {
	Asset                string   `protobuf:"bytes,1,opt,name=asset,proto3" json:"asset,omitempty"`
	BlockNr              uint64   `protobuf:"varint,2,opt,name=block_nr,json=blockNr,proto3" json:"block_nr,omitempty"`
	Hash                 string   `protobuf:"bytes,3,opt,name=hash,proto3" json:"hash,omitempty"`
	LogIndex             uint64   `protobuf:"varint,4,opt,name=log_index,json=logIndex,proto3" json:"log_index,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TxRef) Descriptor added in v0.44.0

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

func (*TxRef) GetAsset added in v0.44.0

func (m *TxRef) GetAsset() string

func (*TxRef) GetBlockNr added in v0.44.0

func (m *TxRef) GetBlockNr() uint64

func (*TxRef) GetHash added in v0.44.0

func (m *TxRef) GetHash() string

func (*TxRef) GetLogIndex added in v0.44.0

func (m *TxRef) GetLogIndex() uint64

func (*TxRef) ProtoMessage added in v0.44.0

func (*TxRef) ProtoMessage()

func (*TxRef) Reset added in v0.44.0

func (m *TxRef) Reset()

func (*TxRef) String added in v0.44.0

func (m *TxRef) String() string

func (*TxRef) Validate added in v0.44.0

func (this *TxRef) Validate() error

func (*TxRef) XXX_DiscardUnknown added in v0.44.0

func (m *TxRef) XXX_DiscardUnknown()

func (*TxRef) XXX_Marshal added in v0.44.0

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

func (*TxRef) XXX_Merge added in v0.44.0

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

func (*TxRef) XXX_Size added in v0.44.0

func (m *TxRef) XXX_Size() int

func (*TxRef) XXX_Unmarshal added in v0.44.0

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

type Withdrawal added in v0.44.0

type Withdrawal struct {
	Ref                  string           `protobuf:"bytes,1,opt,name=ref,proto3" json:"ref,omitempty"`
	Withdrawal           *vega.Withdrawal `protobuf:"bytes,2,opt,name=withdrawal,proto3" json:"withdrawal,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*Withdrawal) Descriptor added in v0.44.0

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

func (*Withdrawal) GetRef added in v0.44.0

func (m *Withdrawal) GetRef() string

func (*Withdrawal) GetWithdrawal added in v0.44.0

func (m *Withdrawal) GetWithdrawal() *vega.Withdrawal

func (*Withdrawal) ProtoMessage added in v0.44.0

func (*Withdrawal) ProtoMessage()

func (*Withdrawal) Reset added in v0.44.0

func (m *Withdrawal) Reset()

func (*Withdrawal) String added in v0.44.0

func (m *Withdrawal) String() string

func (*Withdrawal) Validate added in v0.44.0

func (this *Withdrawal) Validate() error

func (*Withdrawal) XXX_DiscardUnknown added in v0.44.0

func (m *Withdrawal) XXX_DiscardUnknown()

func (*Withdrawal) XXX_Marshal added in v0.44.0

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

func (*Withdrawal) XXX_Merge added in v0.44.0

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

func (*Withdrawal) XXX_Size added in v0.44.0

func (m *Withdrawal) XXX_Size() int

func (*Withdrawal) XXX_Unmarshal added in v0.44.0

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

Jump to

Keyboard shortcuts

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