v1

package
v0.53.0 Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2022 License: MIT Imports: 8 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",
	}
	Format_value = map[string]int32{
		"FORMAT_UNSPECIFIED":      0,
		"FORMAT_PROTO":            1,
		"FORMAT_PROTO_COMPRESSED": 2,
		"FORMAT_JSON":             3,
	}
)

Enum value maps for Format.

View Source
var File_vega_snapshot_v1_snapshot_proto protoreflect.FileDescriptor

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"`
	// contains filtered or unexported fields
}

func (*ActiveAssets) Descriptor deprecated added in v0.44.0

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

Deprecated: Use ActiveAssets.ProtoReflect.Descriptor instead.

func (*ActiveAssets) GetAssets added in v0.44.0

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

func (*ActiveAssets) ProtoMessage added in v0.44.0

func (*ActiveAssets) ProtoMessage()

func (*ActiveAssets) ProtoReflect added in v0.49.0

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

func (*ActiveAssets) Reset added in v0.44.0

func (x *ActiveAssets) Reset()

func (*ActiveAssets) String added in v0.44.0

func (x *ActiveAssets) String() string

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"`
	ChainId string `protobuf:"bytes,4,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AppState) Descriptor deprecated added in v0.44.0

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

Deprecated: Use AppState.ProtoReflect.Descriptor instead.

func (*AppState) GetBlock added in v0.44.0

func (x *AppState) GetBlock() string

func (*AppState) GetChainId added in v0.49.0

func (x *AppState) GetChainId() string

func (*AppState) GetHeight added in v0.44.0

func (x *AppState) GetHeight() uint64

func (*AppState) GetTime added in v0.44.0

func (x *AppState) GetTime() int64

func (*AppState) ProtoMessage added in v0.44.0

func (*AppState) ProtoMessage()

func (*AppState) ProtoReflect added in v0.49.0

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

func (*AppState) Reset added in v0.44.0

func (x *AppState) Reset()

func (*AppState) String added in v0.44.0

func (x *AppState) String() string

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"`
	Erc20AssetLimitsUpdated *vega.ERC20AssetLimitsUpdated `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AssetAction) Descriptor deprecated added in v0.44.0

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

Deprecated: Use AssetAction.ProtoReflect.Descriptor instead.

func (*AssetAction) GetAsset added in v0.44.0

func (x *AssetAction) GetAsset() string

func (*AssetAction) GetAssetList added in v0.44.0

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

func (*AssetAction) GetBlockNumber added in v0.44.0

func (x *AssetAction) GetBlockNumber() uint64

func (*AssetAction) GetBuiltinDeposit added in v0.44.0

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

func (*AssetAction) GetErc20AssetLimitsUpdated added in v0.52.0

func (x *AssetAction) GetErc20AssetLimitsUpdated() *vega.ERC20AssetLimitsUpdated

func (*AssetAction) GetErc20Deposit added in v0.44.0

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

func (*AssetAction) GetHash added in v0.44.0

func (x *AssetAction) GetHash() string

func (*AssetAction) GetId added in v0.44.0

func (x *AssetAction) GetId() string

func (*AssetAction) GetState added in v0.44.0

func (x *AssetAction) GetState() uint32

func (*AssetAction) GetTxIndex added in v0.44.0

func (x *AssetAction) GetTxIndex() uint64

func (*AssetAction) ProtoMessage added in v0.44.0

func (*AssetAction) ProtoMessage()

func (*AssetAction) ProtoReflect added in v0.49.0

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

func (*AssetAction) Reset added in v0.44.0

func (x *AssetAction) Reset()

func (*AssetAction) String added in v0.44.0

func (x *AssetAction) String() string

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"`
	ExtensionEventSent bool                    `protobuf:"varint,9,opt,name=extension_event_sent,json=extensionEventSent,proto3" json:"extension_event_sent,omitempty"`
	// contains filtered or unexported fields
}

func (*AuctionState) Descriptor deprecated added in v0.44.0

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

Deprecated: Use AuctionState.ProtoReflect.Descriptor instead.

func (*AuctionState) GetBegin added in v0.44.0

func (x *AuctionState) GetBegin() int64

func (*AuctionState) GetDefaultMode added in v0.44.0

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

func (*AuctionState) GetEnd added in v0.44.0

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

func (*AuctionState) GetExtension added in v0.44.0

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

func (*AuctionState) GetExtensionEventSent added in v0.51.1

func (x *AuctionState) GetExtensionEventSent() bool

func (*AuctionState) GetMode added in v0.44.0

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

func (*AuctionState) GetStart added in v0.44.0

func (x *AuctionState) GetStart() bool

func (*AuctionState) GetStop added in v0.44.0

func (x *AuctionState) GetStop() bool

func (*AuctionState) GetTrigger added in v0.44.0

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

func (*AuctionState) ProtoMessage added in v0.44.0

func (*AuctionState) ProtoMessage()

func (*AuctionState) ProtoReflect added in v0.49.0

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

func (*AuctionState) Reset added in v0.44.0

func (x *AuctionState) Reset()

func (*AuctionState) String added in v0.44.0

func (x *AuctionState) String() string

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"`
	// contains filtered or unexported fields
}

func (*BankingAssetActions) Descriptor deprecated added in v0.44.0

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

Deprecated: Use BankingAssetActions.ProtoReflect.Descriptor instead.

func (*BankingAssetActions) GetAssetAction added in v0.44.0

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

func (*BankingAssetActions) ProtoMessage added in v0.44.0

func (*BankingAssetActions) ProtoMessage()

func (*BankingAssetActions) ProtoReflect added in v0.49.0

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

func (*BankingAssetActions) Reset added in v0.44.0

func (x *BankingAssetActions) Reset()

func (*BankingAssetActions) String added in v0.44.0

func (x *BankingAssetActions) String() string

type BankingDeposits added in v0.44.0

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

func (*BankingDeposits) Descriptor deprecated added in v0.44.0

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

Deprecated: Use BankingDeposits.ProtoReflect.Descriptor instead.

func (*BankingDeposits) GetDeposit added in v0.44.0

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

func (*BankingDeposits) ProtoMessage added in v0.44.0

func (*BankingDeposits) ProtoMessage()

func (*BankingDeposits) ProtoReflect added in v0.49.0

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

func (*BankingDeposits) Reset added in v0.44.0

func (x *BankingDeposits) Reset()

func (*BankingDeposits) String added in v0.44.0

func (x *BankingDeposits) String() string

type BankingRecurringTransfers added in v0.48.0

type BankingRecurringTransfers struct {
	RecurringTranfers *v11.RecurringTransfers `protobuf:"bytes,1,opt,name=recurring_tranfers,json=recurringTranfers,proto3" json:"recurring_tranfers,omitempty"`
	// contains filtered or unexported fields
}

func (*BankingRecurringTransfers) Descriptor deprecated added in v0.48.0

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

Deprecated: Use BankingRecurringTransfers.ProtoReflect.Descriptor instead.

func (*BankingRecurringTransfers) GetRecurringTranfers added in v0.48.0

func (x *BankingRecurringTransfers) GetRecurringTranfers() *v11.RecurringTransfers

func (*BankingRecurringTransfers) ProtoMessage added in v0.48.0

func (*BankingRecurringTransfers) ProtoMessage()

func (*BankingRecurringTransfers) ProtoReflect added in v0.49.0

func (*BankingRecurringTransfers) Reset added in v0.48.0

func (x *BankingRecurringTransfers) Reset()

func (*BankingRecurringTransfers) String added in v0.48.0

func (x *BankingRecurringTransfers) String() string

type BankingScheduledTransfers added in v0.48.0

type BankingScheduledTransfers struct {
	TransfersAtTime []*v11.ScheduledTransferAtTime `protobuf:"bytes,1,rep,name=transfers_at_time,json=transfersAtTime,proto3" json:"transfers_at_time,omitempty"`
	// contains filtered or unexported fields
}

func (*BankingScheduledTransfers) Descriptor deprecated added in v0.48.0

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

Deprecated: Use BankingScheduledTransfers.ProtoReflect.Descriptor instead.

func (*BankingScheduledTransfers) GetTransfersAtTime added in v0.48.0

func (x *BankingScheduledTransfers) GetTransfersAtTime() []*v11.ScheduledTransferAtTime

func (*BankingScheduledTransfers) ProtoMessage added in v0.48.0

func (*BankingScheduledTransfers) ProtoMessage()

func (*BankingScheduledTransfers) ProtoReflect added in v0.49.0

func (*BankingScheduledTransfers) Reset added in v0.48.0

func (x *BankingScheduledTransfers) Reset()

func (*BankingScheduledTransfers) String added in v0.48.0

func (x *BankingScheduledTransfers) String() string

type BankingSeen added in v0.44.0

type BankingSeen struct {
	Refs []*TxRef `protobuf:"bytes,1,rep,name=refs,proto3" json:"refs,omitempty"`
	// contains filtered or unexported fields
}

func (*BankingSeen) Descriptor deprecated added in v0.44.0

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

Deprecated: Use BankingSeen.ProtoReflect.Descriptor instead.

func (*BankingSeen) GetRefs added in v0.44.0

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

func (*BankingSeen) ProtoMessage added in v0.44.0

func (*BankingSeen) ProtoMessage()

func (*BankingSeen) ProtoReflect added in v0.49.0

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

func (*BankingSeen) Reset added in v0.44.0

func (x *BankingSeen) Reset()

func (*BankingSeen) String added in v0.44.0

func (x *BankingSeen) String() string

type BankingWithdrawals added in v0.44.0

type BankingWithdrawals struct {
	Withdrawals []*Withdrawal `protobuf:"bytes,1,rep,name=withdrawals,proto3" json:"withdrawals,omitempty"`
	// contains filtered or unexported fields
}

func (*BankingWithdrawals) Descriptor deprecated added in v0.44.0

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

Deprecated: Use BankingWithdrawals.ProtoReflect.Descriptor instead.

func (*BankingWithdrawals) GetWithdrawals added in v0.44.0

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

func (*BankingWithdrawals) ProtoMessage added in v0.44.0

func (*BankingWithdrawals) ProtoMessage()

func (*BankingWithdrawals) ProtoReflect added in v0.49.0

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

func (*BankingWithdrawals) Reset added in v0.44.0

func (x *BankingWithdrawals) Reset()

func (*BankingWithdrawals) String added in v0.44.0

func (x *BankingWithdrawals) String() string

type BannedParty added in v0.45.0

type BannedParty struct {
	Party      string `protobuf:"bytes,1,opt,name=party,proto3" json:"party,omitempty"`
	UntilEpoch uint64 `protobuf:"varint,2,opt,name=until_epoch,json=untilEpoch,proto3" json:"until_epoch,omitempty"`
	// contains filtered or unexported fields
}

func (*BannedParty) Descriptor deprecated added in v0.45.0

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

Deprecated: Use BannedParty.ProtoReflect.Descriptor instead.

func (*BannedParty) GetParty added in v0.45.0

func (x *BannedParty) GetParty() string

func (*BannedParty) GetUntilEpoch added in v0.45.0

func (x *BannedParty) GetUntilEpoch() uint64

func (*BannedParty) ProtoMessage added in v0.45.0

func (*BannedParty) ProtoMessage()

func (*BannedParty) ProtoReflect added in v0.49.0

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

func (*BannedParty) Reset added in v0.45.0

func (x *BannedParty) Reset()

func (*BannedParty) String added in v0.45.0

func (x *BannedParty) String() string

type BlockRejectStats added in v0.45.0

type BlockRejectStats struct {
	Rejected uint64 `protobuf:"varint,1,opt,name=rejected,proto3" json:"rejected,omitempty"`
	Total    uint64 `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
	// contains filtered or unexported fields
}

func (*BlockRejectStats) Descriptor deprecated added in v0.45.0

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

Deprecated: Use BlockRejectStats.ProtoReflect.Descriptor instead.

func (*BlockRejectStats) GetRejected added in v0.45.0

func (x *BlockRejectStats) GetRejected() uint64

func (*BlockRejectStats) GetTotal added in v0.45.0

func (x *BlockRejectStats) GetTotal() uint64

func (*BlockRejectStats) ProtoMessage added in v0.45.0

func (*BlockRejectStats) ProtoMessage()

func (*BlockRejectStats) ProtoReflect added in v0.49.0

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

func (*BlockRejectStats) Reset added in v0.45.0

func (x *BlockRejectStats) Reset()

func (*BlockRejectStats) String added in v0.45.0

func (x *BlockRejectStats) String() string

type Checkpoint

type Checkpoint struct {
	NextCp int64 `protobuf:"varint,1,opt,name=next_cp,json=nextCp,proto3" json:"next_cp,omitempty"`
	// contains filtered or unexported fields
}

func (*Checkpoint) Descriptor deprecated

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

Deprecated: Use Checkpoint.ProtoReflect.Descriptor instead.

func (*Checkpoint) GetNextCp added in v0.44.0

func (x *Checkpoint) GetNextCp() int64

func (*Checkpoint) ProtoMessage

func (*Checkpoint) ProtoMessage()

func (*Checkpoint) ProtoReflect added in v0.49.0

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

func (*Checkpoint) Reset

func (x *Checkpoint) Reset()

func (*Checkpoint) String

func (x *Checkpoint) String() string

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"` // in case of multi-part data, this is chunk nr...
	Of   int64      `protobuf:"varint,3,opt,name=of,proto3" json:"of,omitempty"` // ...of a total of N chunks
	// contains filtered or unexported fields
}

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

func (*Chunk) Descriptor deprecated added in v0.44.0

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

Deprecated: Use Chunk.ProtoReflect.Descriptor instead.

func (*Chunk) GetData added in v0.44.0

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

func (*Chunk) GetNr added in v0.44.0

func (x *Chunk) GetNr() int64

func (*Chunk) GetOf added in v0.44.0

func (x *Chunk) GetOf() int64

func (*Chunk) ProtoMessage added in v0.44.0

func (*Chunk) ProtoMessage()

func (*Chunk) ProtoReflect added in v0.49.0

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

func (*Chunk) Reset added in v0.44.0

func (x *Chunk) Reset()

func (*Chunk) String added in v0.44.0

func (x *Chunk) String() string

type CollateralAccounts added in v0.44.0

type CollateralAccounts struct {
	Accounts []*vega.Account `protobuf:"bytes,1,rep,name=accounts,proto3" json:"accounts,omitempty"`
	// contains filtered or unexported fields
}

func (*CollateralAccounts) Descriptor deprecated added in v0.44.0

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

Deprecated: Use CollateralAccounts.ProtoReflect.Descriptor instead.

func (*CollateralAccounts) GetAccounts added in v0.44.0

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

func (*CollateralAccounts) ProtoMessage added in v0.44.0

func (*CollateralAccounts) ProtoMessage()

func (*CollateralAccounts) ProtoReflect added in v0.49.0

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

func (*CollateralAccounts) Reset added in v0.44.0

func (x *CollateralAccounts) Reset()

func (*CollateralAccounts) String added in v0.44.0

func (x *CollateralAccounts) String() string

type CollateralAssets added in v0.44.0

type CollateralAssets struct {
	Assets []*vega.Asset `protobuf:"bytes,1,rep,name=assets,proto3" json:"assets,omitempty"`
	// contains filtered or unexported fields
}

func (*CollateralAssets) Descriptor deprecated added in v0.44.0

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

Deprecated: Use CollateralAssets.ProtoReflect.Descriptor instead.

func (*CollateralAssets) GetAssets added in v0.44.0

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

func (*CollateralAssets) ProtoMessage added in v0.44.0

func (*CollateralAssets) ProtoMessage()

func (*CollateralAssets) ProtoReflect added in v0.49.0

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

func (*CollateralAssets) Reset added in v0.44.0

func (x *CollateralAssets) Reset()

func (*CollateralAssets) String added in v0.44.0

func (x *CollateralAssets) String() string

type CurrentPrice added in v0.46.0

type CurrentPrice 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"`
	// contains filtered or unexported fields
}

func (*CurrentPrice) Descriptor deprecated added in v0.46.0

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

Deprecated: Use CurrentPrice.ProtoReflect.Descriptor instead.

func (*CurrentPrice) GetPrice added in v0.46.0

func (x *CurrentPrice) GetPrice() string

func (*CurrentPrice) GetVolume added in v0.46.0

func (x *CurrentPrice) GetVolume() uint64

func (*CurrentPrice) ProtoMessage added in v0.46.0

func (*CurrentPrice) ProtoMessage()

func (*CurrentPrice) ProtoReflect added in v0.49.0

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

func (*CurrentPrice) Reset added in v0.46.0

func (x *CurrentPrice) Reset()

func (*CurrentPrice) String added in v0.46.0

func (x *CurrentPrice) String() string

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"`
	// contains filtered or unexported fields
}

func (*DecimalMap) Descriptor deprecated added in v0.44.0

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

Deprecated: Use DecimalMap.ProtoReflect.Descriptor instead.

func (*DecimalMap) GetKey added in v0.44.0

func (x *DecimalMap) GetKey() int64

func (*DecimalMap) GetVal added in v0.44.0

func (x *DecimalMap) GetVal() string

func (*DecimalMap) ProtoMessage added in v0.44.0

func (*DecimalMap) ProtoMessage()

func (*DecimalMap) ProtoReflect added in v0.49.0

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

func (*DecimalMap) Reset added in v0.44.0

func (x *DecimalMap) Reset()

func (*DecimalMap) String added in v0.44.0

func (x *DecimalMap) String() string

type DelegationActive added in v0.44.0

type DelegationActive struct {
	Delegations []*vega.Delegation `protobuf:"bytes,1,rep,name=delegations,proto3" json:"delegations,omitempty"`
	// contains filtered or unexported fields
}

func (*DelegationActive) Descriptor deprecated added in v0.44.0

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

Deprecated: Use DelegationActive.ProtoReflect.Descriptor instead.

func (*DelegationActive) GetDelegations added in v0.44.0

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

func (*DelegationActive) ProtoMessage added in v0.44.0

func (*DelegationActive) ProtoMessage()

func (*DelegationActive) ProtoReflect added in v0.49.0

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

func (*DelegationActive) Reset added in v0.44.0

func (x *DelegationActive) Reset()

func (*DelegationActive) String added in v0.44.0

func (x *DelegationActive) String() string

type DelegationAuto added in v0.44.0

type DelegationAuto struct {
	Parties []string `protobuf:"bytes,1,rep,name=parties,proto3" json:"parties,omitempty"`
	// contains filtered or unexported fields
}

func (*DelegationAuto) Descriptor deprecated added in v0.44.0

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

Deprecated: Use DelegationAuto.ProtoReflect.Descriptor instead.

func (*DelegationAuto) GetParties added in v0.44.0

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

func (*DelegationAuto) ProtoMessage added in v0.44.0

func (*DelegationAuto) ProtoMessage()

func (*DelegationAuto) ProtoReflect added in v0.49.0

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

func (*DelegationAuto) Reset added in v0.44.0

func (x *DelegationAuto) Reset()

func (*DelegationAuto) String added in v0.44.0

func (x *DelegationAuto) String() string

type DelegationLastReconciliationTime added in v0.45.1

type DelegationLastReconciliationTime struct {
	LastReconciliationTime int64 `` /* 130-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DelegationLastReconciliationTime) Descriptor deprecated added in v0.45.1

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

Deprecated: Use DelegationLastReconciliationTime.ProtoReflect.Descriptor instead.

func (*DelegationLastReconciliationTime) GetLastReconciliationTime added in v0.45.1

func (x *DelegationLastReconciliationTime) GetLastReconciliationTime() int64

func (*DelegationLastReconciliationTime) ProtoMessage added in v0.45.1

func (*DelegationLastReconciliationTime) ProtoMessage()

func (*DelegationLastReconciliationTime) ProtoReflect added in v0.49.0

func (*DelegationLastReconciliationTime) Reset added in v0.45.1

func (*DelegationLastReconciliationTime) String added in v0.45.1

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"`
	// contains filtered or unexported fields
}

func (*DelegationPending) Descriptor deprecated added in v0.44.0

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

Deprecated: Use DelegationPending.ProtoReflect.Descriptor instead.

func (*DelegationPending) GetDelegations added in v0.44.0

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

func (*DelegationPending) GetUndelegation added in v0.44.0

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

func (*DelegationPending) ProtoMessage added in v0.44.0

func (*DelegationPending) ProtoMessage()

func (*DelegationPending) ProtoReflect added in v0.49.0

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

func (*DelegationPending) Reset added in v0.44.0

func (x *DelegationPending) Reset()

func (*DelegationPending) String added in v0.44.0

func (x *DelegationPending) String() string

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"`
	// contains filtered or unexported fields
}

func (*Deposit) Descriptor deprecated added in v0.44.0

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

Deprecated: Use Deposit.ProtoReflect.Descriptor instead.

func (*Deposit) GetDeposit added in v0.44.0

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

func (*Deposit) GetId added in v0.44.0

func (x *Deposit) GetId() string

func (*Deposit) ProtoMessage added in v0.44.0

func (*Deposit) ProtoMessage()

func (*Deposit) ProtoReflect added in v0.49.0

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

func (*Deposit) Reset added in v0.44.0

func (x *Deposit) Reset()

func (*Deposit) String added in v0.44.0

func (x *Deposit) String() string

type ERC20MultiSigTopologyPending added in v0.49.0

type ERC20MultiSigTopologyPending struct {
	PendingSigners         []*v12.ERC20MultiSigSignerEvent       `protobuf:"bytes,1,rep,name=pending_signers,json=pendingSigners,proto3" json:"pending_signers,omitempty"`
	PendingThresholdSet    []*v12.ERC20MultiSigThresholdSetEvent `protobuf:"bytes,2,rep,name=pending_threshold_set,json=pendingThresholdSet,proto3" json:"pending_threshold_set,omitempty"`
	WitnessedSigners       []string                              `protobuf:"bytes,3,rep,name=witnessed_signers,json=witnessedSigners,proto3" json:"witnessed_signers,omitempty"`
	WitnessedThresholdSets []string                              `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ERC20MultiSigTopologyPending) Descriptor deprecated added in v0.49.0

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

Deprecated: Use ERC20MultiSigTopologyPending.ProtoReflect.Descriptor instead.

func (*ERC20MultiSigTopologyPending) GetPendingSigners added in v0.49.0

func (x *ERC20MultiSigTopologyPending) GetPendingSigners() []*v12.ERC20MultiSigSignerEvent

func (*ERC20MultiSigTopologyPending) GetPendingThresholdSet added in v0.49.0

func (x *ERC20MultiSigTopologyPending) GetPendingThresholdSet() []*v12.ERC20MultiSigThresholdSetEvent

func (*ERC20MultiSigTopologyPending) GetWitnessedSigners added in v0.49.0

func (x *ERC20MultiSigTopologyPending) GetWitnessedSigners() []string

func (*ERC20MultiSigTopologyPending) GetWitnessedThresholdSets added in v0.49.0

func (x *ERC20MultiSigTopologyPending) GetWitnessedThresholdSets() []string

func (*ERC20MultiSigTopologyPending) ProtoMessage added in v0.49.0

func (*ERC20MultiSigTopologyPending) ProtoMessage()

func (*ERC20MultiSigTopologyPending) ProtoReflect added in v0.49.0

func (*ERC20MultiSigTopologyPending) Reset added in v0.49.0

func (x *ERC20MultiSigTopologyPending) Reset()

func (*ERC20MultiSigTopologyPending) String added in v0.49.0

type ERC20MultiSigTopologyVerified added in v0.49.0

type ERC20MultiSigTopologyVerified struct {
	Signers          []string                            `protobuf:"bytes,1,rep,name=signers,proto3" json:"signers,omitempty"`
	EventsPerAddress []*SignerEventsPerAddress           `protobuf:"bytes,2,rep,name=events_per_address,json=eventsPerAddress,proto3" json:"events_per_address,omitempty"`
	Threshold        *v12.ERC20MultiSigThresholdSetEvent `protobuf:"bytes,3,opt,name=threshold,proto3" json:"threshold,omitempty"`
	SeenEvents       []string                            `protobuf:"bytes,4,rep,name=seen_events,json=seenEvents,proto3" json:"seen_events,omitempty"`
	// contains filtered or unexported fields
}

func (*ERC20MultiSigTopologyVerified) Descriptor deprecated added in v0.49.0

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

Deprecated: Use ERC20MultiSigTopologyVerified.ProtoReflect.Descriptor instead.

func (*ERC20MultiSigTopologyVerified) GetEventsPerAddress added in v0.49.0

func (x *ERC20MultiSigTopologyVerified) GetEventsPerAddress() []*SignerEventsPerAddress

func (*ERC20MultiSigTopologyVerified) GetSeenEvents added in v0.49.0

func (x *ERC20MultiSigTopologyVerified) GetSeenEvents() []string

func (*ERC20MultiSigTopologyVerified) GetSigners added in v0.49.0

func (x *ERC20MultiSigTopologyVerified) GetSigners() []string

func (*ERC20MultiSigTopologyVerified) GetThreshold added in v0.49.0

func (*ERC20MultiSigTopologyVerified) ProtoMessage added in v0.49.0

func (*ERC20MultiSigTopologyVerified) ProtoMessage()

func (*ERC20MultiSigTopologyVerified) ProtoReflect added in v0.49.0

func (*ERC20MultiSigTopologyVerified) Reset added in v0.49.0

func (x *ERC20MultiSigTopologyVerified) Reset()

func (*ERC20MultiSigTopologyVerified) String added in v0.49.0

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"`
	// contains filtered or unexported fields
}

EpochState details

func (*EpochState) Descriptor deprecated added in v0.44.0

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

Deprecated: Use EpochState.ProtoReflect.Descriptor instead.

func (*EpochState) GetExpireTime added in v0.44.0

func (x *EpochState) GetExpireTime() int64

func (*EpochState) GetReadyToEndEpoch added in v0.44.0

func (x *EpochState) GetReadyToEndEpoch() bool

func (*EpochState) GetReadyToStartNewEpoch added in v0.44.0

func (x *EpochState) GetReadyToStartNewEpoch() bool

func (*EpochState) GetSeq added in v0.44.0

func (x *EpochState) GetSeq() uint64

func (*EpochState) GetStartTime added in v0.44.0

func (x *EpochState) GetStartTime() int64

func (*EpochState) ProtoMessage added in v0.44.0

func (*EpochState) ProtoMessage()

func (*EpochState) ProtoReflect added in v0.49.0

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

func (*EpochState) Reset added in v0.44.0

func (x *EpochState) Reset()

func (*EpochState) String added in v0.44.0

func (x *EpochState) String() string

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"`
	R                   string           `protobuf:"bytes,4,opt,name=r,proto3" json:"r,omitempty"`
	PMvp                string           `protobuf:"bytes,5,opt,name=p_mvp,json=pMvp,proto3" json:"p_mvp,omitempty"`
	// contains filtered or unexported fields
}

func (*EquityShare) Descriptor deprecated added in v0.44.0

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

Deprecated: Use EquityShare.ProtoReflect.Descriptor instead.

func (*EquityShare) GetLps added in v0.44.0

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

func (*EquityShare) GetMvp added in v0.44.0

func (x *EquityShare) GetMvp() string

func (*EquityShare) GetOpeningAuctionEnded added in v0.44.0

func (x *EquityShare) GetOpeningAuctionEnded() bool

func (*EquityShare) GetPMvp added in v0.51.1

func (x *EquityShare) GetPMvp() string

func (*EquityShare) GetR added in v0.51.0

func (x *EquityShare) GetR() string

func (*EquityShare) ProtoMessage added in v0.44.0

func (*EquityShare) ProtoMessage()

func (*EquityShare) ProtoReflect added in v0.49.0

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

func (*EquityShare) Reset added in v0.44.0

func (x *EquityShare) Reset()

func (*EquityShare) String added in v0.44.0

func (x *EquityShare) String() string

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"`
	Vshare string `protobuf:"bytes,5,opt,name=vshare,proto3" json:"vshare,omitempty"`
	// contains filtered or unexported fields
}

func (*EquityShareLP) Descriptor deprecated added in v0.44.0

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

Deprecated: Use EquityShareLP.ProtoReflect.Descriptor instead.

func (*EquityShareLP) GetAvg added in v0.44.0

func (x *EquityShareLP) GetAvg() string

func (*EquityShareLP) GetId added in v0.44.0

func (x *EquityShareLP) GetId() string

func (*EquityShareLP) GetShare added in v0.44.0

func (x *EquityShareLP) GetShare() string

func (*EquityShareLP) GetStake added in v0.44.0

func (x *EquityShareLP) GetStake() string

func (*EquityShareLP) GetVshare added in v0.51.0

func (x *EquityShareLP) GetVshare() string

func (*EquityShareLP) ProtoMessage added in v0.44.0

func (*EquityShareLP) ProtoMessage()

func (*EquityShareLP) ProtoReflect added in v0.49.0

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

func (*EquityShareLP) Reset added in v0.44.0

func (x *EquityShareLP) Reset()

func (*EquityShareLP) String added in v0.44.0

func (x *EquityShareLP) String() string

type EventForwarder added in v0.45.1

type EventForwarder struct {
	AckedEvents []*v1.ChainEvent `protobuf:"bytes,1,rep,name=acked_events,json=ackedEvents,proto3" json:"acked_events,omitempty"`
	// contains filtered or unexported fields
}

func (*EventForwarder) Descriptor deprecated added in v0.45.1

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

Deprecated: Use EventForwarder.ProtoReflect.Descriptor instead.

func (*EventForwarder) GetAckedEvents added in v0.45.1

func (x *EventForwarder) GetAckedEvents() []*v1.ChainEvent

func (*EventForwarder) ProtoMessage added in v0.45.1

func (*EventForwarder) ProtoMessage()

func (*EventForwarder) ProtoReflect added in v0.49.0

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

func (*EventForwarder) Reset added in v0.45.1

func (x *EventForwarder) Reset()

func (*EventForwarder) String added in v0.45.1

func (x *EventForwarder) String() string

type ExecutionMarkets added in v0.44.0

type ExecutionMarkets struct {
	Markets []*Market `protobuf:"bytes,1,rep,name=markets,proto3" json:"markets,omitempty"`
	// contains filtered or unexported fields
}

func (*ExecutionMarkets) Descriptor deprecated added in v0.44.0

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

Deprecated: Use ExecutionMarkets.ProtoReflect.Descriptor instead.

func (*ExecutionMarkets) GetMarkets added in v0.44.0

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

func (*ExecutionMarkets) ProtoMessage added in v0.44.0

func (*ExecutionMarkets) ProtoMessage()

func (*ExecutionMarkets) ProtoReflect added in v0.49.0

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

func (*ExecutionMarkets) Reset added in v0.44.0

func (x *ExecutionMarkets) Reset()

func (*ExecutionMarkets) String added in v0.44.0

func (x *ExecutionMarkets) String() string

type FeeSplitter added in v0.49.0

type FeeSplitter struct {
	TimeWindowStart int64  `protobuf:"varint,1,opt,name=time_window_start,json=timeWindowStart,proto3" json:"time_window_start,omitempty"`
	TradeValue      string `protobuf:"bytes,2,opt,name=trade_value,json=tradeValue,proto3" json:"trade_value,omitempty"`
	// contains filtered or unexported fields
}

func (*FeeSplitter) Descriptor deprecated added in v0.49.0

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

Deprecated: Use FeeSplitter.ProtoReflect.Descriptor instead.

func (*FeeSplitter) GetTimeWindowStart added in v0.49.0

func (x *FeeSplitter) GetTimeWindowStart() int64

func (*FeeSplitter) GetTradeValue added in v0.49.0

func (x *FeeSplitter) GetTradeValue() string

func (*FeeSplitter) ProtoMessage added in v0.49.0

func (*FeeSplitter) ProtoMessage()

func (*FeeSplitter) ProtoReflect added in v0.49.0

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

func (*FeeSplitter) Reset added in v0.49.0

func (x *FeeSplitter) Reset()

func (*FeeSplitter) String added in v0.49.0

func (x *FeeSplitter) String() string

type FloatingPointConsensus added in v0.48.0

type FloatingPointConsensus struct {
	NextTimeTrigger []*NextTimeTrigger       `protobuf:"bytes,1,rep,name=next_time_trigger,json=nextTimeTrigger,proto3" json:"next_time_trigger,omitempty"`
	StateVariables  []*StateVarInternalState `protobuf:"bytes,2,rep,name=state_variables,json=stateVariables,proto3" json:"state_variables,omitempty"`
	// contains filtered or unexported fields
}

snapshot payload for floating point consensus

func (*FloatingPointConsensus) Descriptor deprecated added in v0.48.0

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

Deprecated: Use FloatingPointConsensus.ProtoReflect.Descriptor instead.

func (*FloatingPointConsensus) GetNextTimeTrigger added in v0.48.0

func (x *FloatingPointConsensus) GetNextTimeTrigger() []*NextTimeTrigger

func (*FloatingPointConsensus) GetStateVariables added in v0.51.1

func (x *FloatingPointConsensus) GetStateVariables() []*StateVarInternalState

func (*FloatingPointConsensus) ProtoMessage added in v0.48.0

func (*FloatingPointConsensus) ProtoMessage()

func (*FloatingPointConsensus) ProtoReflect added in v0.49.0

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

func (*FloatingPointConsensus) Reset added in v0.48.0

func (x *FloatingPointConsensus) Reset()

func (*FloatingPointConsensus) String added in v0.48.0

func (x *FloatingPointConsensus) String() string

type FloatingPointValidatorResult added in v0.51.1

type FloatingPointValidatorResult struct {
	Id     string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Bundle []*vega.KeyValueBundle `protobuf:"bytes,2,rep,name=bundle,proto3" json:"bundle,omitempty"`
	// contains filtered or unexported fields
}

func (*FloatingPointValidatorResult) Descriptor deprecated added in v0.51.1

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

Deprecated: Use FloatingPointValidatorResult.ProtoReflect.Descriptor instead.

func (*FloatingPointValidatorResult) GetBundle added in v0.51.1

func (*FloatingPointValidatorResult) GetId added in v0.51.1

func (*FloatingPointValidatorResult) ProtoMessage added in v0.51.1

func (*FloatingPointValidatorResult) ProtoMessage()

func (*FloatingPointValidatorResult) ProtoReflect added in v0.51.1

func (*FloatingPointValidatorResult) Reset added in v0.51.1

func (x *FloatingPointValidatorResult) Reset()

func (*FloatingPointValidatorResult) String added in v0.51.1

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) Descriptor added in v0.49.0

func (Format) Descriptor() protoreflect.EnumDescriptor

func (Format) Enum added in v0.49.0

func (x Format) Enum() *Format

func (Format) EnumDescriptor deprecated added in v0.44.0

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

Deprecated: Use Format.Descriptor instead.

func (Format) Number added in v0.49.0

func (x Format) Number() protoreflect.EnumNumber

func (Format) String added in v0.44.0

func (x Format) String() string

func (Format) Type added in v0.49.0

func (Format) Type() protoreflect.EnumType

type FutureState added in v0.45.0

type FutureState struct {
	MarketId          string `protobuf:"bytes,1,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"`
	SettlementPrice   string `protobuf:"bytes,2,opt,name=settlement_price,json=settlementPrice,proto3" json:"settlement_price,omitempty"`
	TradingTerminated bool   `protobuf:"varint,3,opt,name=trading_terminated,json=tradingTerminated,proto3" json:"trading_terminated,omitempty"`
	// contains filtered or unexported fields
}

func (*FutureState) Descriptor deprecated added in v0.45.0

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

Deprecated: Use FutureState.ProtoReflect.Descriptor instead.

func (*FutureState) GetMarketId added in v0.45.0

func (x *FutureState) GetMarketId() string

func (*FutureState) GetSettlementPrice added in v0.45.0

func (x *FutureState) GetSettlementPrice() string

func (*FutureState) GetTradingTerminated added in v0.45.0

func (x *FutureState) GetTradingTerminated() bool

func (*FutureState) ProtoMessage added in v0.45.0

func (*FutureState) ProtoMessage()

func (*FutureState) ProtoReflect added in v0.49.0

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

func (*FutureState) Reset added in v0.45.0

func (x *FutureState) Reset()

func (*FutureState) String added in v0.45.0

func (x *FutureState) String() string

type GovernanceActive added in v0.44.0

type GovernanceActive struct {
	Proposals []*ProposalData `protobuf:"bytes,1,rep,name=proposals,proto3" json:"proposals,omitempty"`
	// contains filtered or unexported fields
}

func (*GovernanceActive) Descriptor deprecated added in v0.44.0

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

Deprecated: Use GovernanceActive.ProtoReflect.Descriptor instead.

func (*GovernanceActive) GetProposals added in v0.44.0

func (x *GovernanceActive) GetProposals() []*ProposalData

func (*GovernanceActive) ProtoMessage added in v0.44.0

func (*GovernanceActive) ProtoMessage()

func (*GovernanceActive) ProtoReflect added in v0.49.0

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

func (*GovernanceActive) Reset added in v0.44.0

func (x *GovernanceActive) Reset()

func (*GovernanceActive) String added in v0.44.0

func (x *GovernanceActive) String() string

type GovernanceEnacted added in v0.44.0

type GovernanceEnacted struct {
	Proposals []*ProposalData `protobuf:"bytes,1,rep,name=proposals,proto3" json:"proposals,omitempty"`
	// contains filtered or unexported fields
}

func (*GovernanceEnacted) Descriptor deprecated added in v0.44.0

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

Deprecated: Use GovernanceEnacted.ProtoReflect.Descriptor instead.

func (*GovernanceEnacted) GetProposals added in v0.44.0

func (x *GovernanceEnacted) GetProposals() []*ProposalData

func (*GovernanceEnacted) ProtoMessage added in v0.44.0

func (*GovernanceEnacted) ProtoMessage()

func (*GovernanceEnacted) ProtoReflect added in v0.49.0

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

func (*GovernanceEnacted) Reset added in v0.44.0

func (x *GovernanceEnacted) Reset()

func (*GovernanceEnacted) String added in v0.44.0

func (x *GovernanceEnacted) String() string

type GovernanceNode added in v0.44.0

type GovernanceNode struct {
	Proposals []*vega.Proposal `protobuf:"bytes,1,rep,name=proposals,proto3" json:"proposals,omitempty"`
	// contains filtered or unexported fields
}

func (*GovernanceNode) Descriptor deprecated added in v0.44.0

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

Deprecated: Use GovernanceNode.ProtoReflect.Descriptor instead.

func (*GovernanceNode) GetProposals added in v0.44.0

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

func (*GovernanceNode) ProtoMessage added in v0.44.0

func (*GovernanceNode) ProtoMessage()

func (*GovernanceNode) ProtoReflect added in v0.49.0

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

func (*GovernanceNode) Reset added in v0.44.0

func (x *GovernanceNode) Reset()

func (*GovernanceNode) String added in v0.44.0

func (x *GovernanceNode) String() string

type HeartbeatTracker added in v0.49.0

type HeartbeatTracker struct {
	ExpectedNextHash      string `protobuf:"bytes,1,opt,name=expected_next_hash,json=expectedNextHash,proto3" json:"expected_next_hash,omitempty"`
	ExpectedNextHashSince int64  `` /* 129-byte string literal not displayed */
	BlockIndex            int32  `protobuf:"varint,3,opt,name=block_index,json=blockIndex,proto3" json:"block_index,omitempty"`
	BlockSigs             []bool `protobuf:"varint,4,rep,packed,name=block_sigs,json=blockSigs,proto3" json:"block_sigs,omitempty"`
	// contains filtered or unexported fields
}

func (*HeartbeatTracker) Descriptor deprecated added in v0.49.0

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

Deprecated: Use HeartbeatTracker.ProtoReflect.Descriptor instead.

func (*HeartbeatTracker) GetBlockIndex added in v0.49.0

func (x *HeartbeatTracker) GetBlockIndex() int32

func (*HeartbeatTracker) GetBlockSigs added in v0.49.0

func (x *HeartbeatTracker) GetBlockSigs() []bool

func (*HeartbeatTracker) GetExpectedNextHash added in v0.49.0

func (x *HeartbeatTracker) GetExpectedNextHash() string

func (*HeartbeatTracker) GetExpectedNextHashSince added in v0.49.0

func (x *HeartbeatTracker) GetExpectedNextHashSince() int64

func (*HeartbeatTracker) ProtoMessage added in v0.49.0

func (*HeartbeatTracker) ProtoMessage()

func (*HeartbeatTracker) ProtoReflect added in v0.49.0

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

func (*HeartbeatTracker) Reset added in v0.49.0

func (x *HeartbeatTracker) Reset()

func (*HeartbeatTracker) String added in v0.49.0

func (x *HeartbeatTracker) String() string

type LimitState added in v0.45.0

type LimitState struct {

	// Number of blocks into the boostrapping phase
	BlockCount uint32 `protobuf:"varint,1,opt,name=block_count,json=blockCount,proto3" json:"block_count,omitempty"`
	// whether the limit on market proposals has been lifted
	CanProposeMarket bool `protobuf:"varint,2,opt,name=can_propose_market,json=canProposeMarket,proto3" json:"can_propose_market,omitempty"`
	// whether the limit on asset proposals has been lifted
	CanProposeAsset bool `protobuf:"varint,3,opt,name=can_propose_asset,json=canProposeAsset,proto3" json:"can_propose_asset,omitempty"`
	// whether the genesis state is loaded
	GenesisLoaded bool `protobuf:"varint,4,opt,name=genesis_loaded,json=genesisLoaded,proto3" json:"genesis_loaded,omitempty"`
	// fields derived from the genesis state
	ProposeMarketEnabled     bool  `protobuf:"varint,5,opt,name=propose_market_enabled,json=proposeMarketEnabled,proto3" json:"propose_market_enabled,omitempty"`
	ProposeAssetEnabled      bool  `protobuf:"varint,6,opt,name=propose_asset_enabled,json=proposeAssetEnabled,proto3" json:"propose_asset_enabled,omitempty"`
	ProposeMarketEnabledFrom int64 `` /* 138-byte string literal not displayed */
	ProposeAssetEnabledFrom  int64 `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

LimitState details

func (*LimitState) Descriptor deprecated added in v0.45.0

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

Deprecated: Use LimitState.ProtoReflect.Descriptor instead.

func (*LimitState) GetBlockCount added in v0.45.0

func (x *LimitState) GetBlockCount() uint32

func (*LimitState) GetCanProposeAsset added in v0.45.0

func (x *LimitState) GetCanProposeAsset() bool

func (*LimitState) GetCanProposeMarket added in v0.45.0

func (x *LimitState) GetCanProposeMarket() bool

func (*LimitState) GetGenesisLoaded added in v0.45.0

func (x *LimitState) GetGenesisLoaded() bool

func (*LimitState) GetProposeAssetEnabled added in v0.45.0

func (x *LimitState) GetProposeAssetEnabled() bool

func (*LimitState) GetProposeAssetEnabledFrom added in v0.45.0

func (x *LimitState) GetProposeAssetEnabledFrom() int64

func (*LimitState) GetProposeMarketEnabled added in v0.45.0

func (x *LimitState) GetProposeMarketEnabled() bool

func (*LimitState) GetProposeMarketEnabledFrom added in v0.45.0

func (x *LimitState) GetProposeMarketEnabledFrom() int64

func (*LimitState) ProtoMessage added in v0.45.0

func (*LimitState) ProtoMessage()

func (*LimitState) ProtoReflect added in v0.49.0

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

func (*LimitState) Reset added in v0.45.0

func (x *LimitState) Reset()

func (*LimitState) String added in v0.45.0

func (x *LimitState) String() string

type LiquidityParameters added in v0.46.0

type LiquidityParameters struct {
	MaxFee                  string `protobuf:"bytes,1,opt,name=max_fee,json=maxFee,proto3" json:"max_fee,omitempty"`
	MaxShapeSize            string `protobuf:"bytes,2,opt,name=max_shape_size,json=maxShapeSize,proto3" json:"max_shape_size,omitempty"`
	StakeToObligationFactor string `` /* 134-byte string literal not displayed */
	// required for key generation
	MarketId string `protobuf:"bytes,4,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"`
	// contains filtered or unexported fields
}

func (*LiquidityParameters) Descriptor deprecated added in v0.46.0

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

Deprecated: Use LiquidityParameters.ProtoReflect.Descriptor instead.

func (*LiquidityParameters) GetMarketId added in v0.46.0

func (x *LiquidityParameters) GetMarketId() string

func (*LiquidityParameters) GetMaxFee added in v0.46.0

func (x *LiquidityParameters) GetMaxFee() string

func (*LiquidityParameters) GetMaxShapeSize added in v0.46.0

func (x *LiquidityParameters) GetMaxShapeSize() string

func (*LiquidityParameters) GetStakeToObligationFactor added in v0.46.0

func (x *LiquidityParameters) GetStakeToObligationFactor() string

func (*LiquidityParameters) ProtoMessage added in v0.46.0

func (*LiquidityParameters) ProtoMessage()

func (*LiquidityParameters) ProtoReflect added in v0.49.0

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

func (*LiquidityParameters) Reset added in v0.46.0

func (x *LiquidityParameters) Reset()

func (*LiquidityParameters) String added in v0.46.0

func (x *LiquidityParameters) String() string

type LiquidityPartiesLiquidityOrders added in v0.46.0

type LiquidityPartiesLiquidityOrders struct {
	PartyOrders []*PartyOrders `protobuf:"bytes,1,rep,name=party_orders,json=partyOrders,proto3" json:"party_orders,omitempty"`
	// required for key generation
	MarketId string `protobuf:"bytes,2,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"`
	// contains filtered or unexported fields
}

func (*LiquidityPartiesLiquidityOrders) Descriptor deprecated added in v0.46.0

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

Deprecated: Use LiquidityPartiesLiquidityOrders.ProtoReflect.Descriptor instead.

func (*LiquidityPartiesLiquidityOrders) GetMarketId added in v0.46.0

func (x *LiquidityPartiesLiquidityOrders) GetMarketId() string

func (*LiquidityPartiesLiquidityOrders) GetPartyOrders added in v0.51.1

func (x *LiquidityPartiesLiquidityOrders) GetPartyOrders() []*PartyOrders

func (*LiquidityPartiesLiquidityOrders) ProtoMessage added in v0.46.0

func (*LiquidityPartiesLiquidityOrders) ProtoMessage()

func (*LiquidityPartiesLiquidityOrders) ProtoReflect added in v0.49.0

func (*LiquidityPartiesLiquidityOrders) Reset added in v0.46.0

func (*LiquidityPartiesLiquidityOrders) String added in v0.46.0

type LiquidityPartiesOrders added in v0.46.0

type LiquidityPartiesOrders struct {
	PartyOrders []*PartyOrders `protobuf:"bytes,1,rep,name=party_orders,json=partyOrders,proto3" json:"party_orders,omitempty"`
	// required for key generation
	MarketId string `protobuf:"bytes,2,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"`
	// contains filtered or unexported fields
}

func (*LiquidityPartiesOrders) Descriptor deprecated added in v0.46.0

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

Deprecated: Use LiquidityPartiesOrders.ProtoReflect.Descriptor instead.

func (*LiquidityPartiesOrders) GetMarketId added in v0.46.0

func (x *LiquidityPartiesOrders) GetMarketId() string

func (*LiquidityPartiesOrders) GetPartyOrders added in v0.51.1

func (x *LiquidityPartiesOrders) GetPartyOrders() []*PartyOrders

func (*LiquidityPartiesOrders) ProtoMessage added in v0.46.0

func (*LiquidityPartiesOrders) ProtoMessage()

func (*LiquidityPartiesOrders) ProtoReflect added in v0.49.0

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

func (*LiquidityPartiesOrders) Reset added in v0.46.0

func (x *LiquidityPartiesOrders) Reset()

func (*LiquidityPartiesOrders) String added in v0.46.0

func (x *LiquidityPartiesOrders) String() string

type LiquidityPendingProvisions added in v0.46.0

type LiquidityPendingProvisions struct {
	PendingProvisions []string `protobuf:"bytes,1,rep,name=pending_provisions,json=pendingProvisions,proto3" json:"pending_provisions,omitempty"`
	// required for key generation
	MarketId string `protobuf:"bytes,2,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"`
	// contains filtered or unexported fields
}

func (*LiquidityPendingProvisions) Descriptor deprecated added in v0.46.0

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

Deprecated: Use LiquidityPendingProvisions.ProtoReflect.Descriptor instead.

func (*LiquidityPendingProvisions) GetMarketId added in v0.46.0

func (x *LiquidityPendingProvisions) GetMarketId() string

func (*LiquidityPendingProvisions) GetPendingProvisions added in v0.46.0

func (x *LiquidityPendingProvisions) GetPendingProvisions() []string

func (*LiquidityPendingProvisions) ProtoMessage added in v0.46.0

func (*LiquidityPendingProvisions) ProtoMessage()

func (*LiquidityPendingProvisions) ProtoReflect added in v0.49.0

func (*LiquidityPendingProvisions) Reset added in v0.46.0

func (x *LiquidityPendingProvisions) Reset()

func (*LiquidityPendingProvisions) String added in v0.46.0

func (x *LiquidityPendingProvisions) String() string

type LiquidityPriceProbabilityPair added in v0.46.0

type LiquidityPriceProbabilityPair struct {
	Price       string `protobuf:"bytes,1,opt,name=price,proto3" json:"price,omitempty"`
	Probability string `protobuf:"bytes,2,opt,name=probability,proto3" json:"probability,omitempty"`
	// contains filtered or unexported fields
}

func (*LiquidityPriceProbabilityPair) Descriptor deprecated added in v0.46.0

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

Deprecated: Use LiquidityPriceProbabilityPair.ProtoReflect.Descriptor instead.

func (*LiquidityPriceProbabilityPair) GetPrice added in v0.46.0

func (x *LiquidityPriceProbabilityPair) GetPrice() string

func (*LiquidityPriceProbabilityPair) GetProbability added in v0.46.0

func (x *LiquidityPriceProbabilityPair) GetProbability() string

func (*LiquidityPriceProbabilityPair) ProtoMessage added in v0.46.0

func (*LiquidityPriceProbabilityPair) ProtoMessage()

func (*LiquidityPriceProbabilityPair) ProtoReflect added in v0.49.0

func (*LiquidityPriceProbabilityPair) Reset added in v0.46.0

func (x *LiquidityPriceProbabilityPair) Reset()

func (*LiquidityPriceProbabilityPair) String added in v0.46.0

type LiquidityProvisions added in v0.46.0

type LiquidityProvisions struct {
	LiquidityProvisions []*vega.LiquidityProvision `protobuf:"bytes,1,rep,name=liquidity_provisions,json=liquidityProvisions,proto3" json:"liquidity_provisions,omitempty"`
	// required for key generation
	MarketId string `protobuf:"bytes,2,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"`
	// contains filtered or unexported fields
}

func (*LiquidityProvisions) Descriptor deprecated added in v0.46.0

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

Deprecated: Use LiquidityProvisions.ProtoReflect.Descriptor instead.

func (*LiquidityProvisions) GetLiquidityProvisions added in v0.46.0

func (x *LiquidityProvisions) GetLiquidityProvisions() []*vega.LiquidityProvision

func (*LiquidityProvisions) GetMarketId added in v0.46.0

func (x *LiquidityProvisions) GetMarketId() string

func (*LiquidityProvisions) ProtoMessage added in v0.46.0

func (*LiquidityProvisions) ProtoMessage()

func (*LiquidityProvisions) ProtoReflect added in v0.49.0

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

func (*LiquidityProvisions) Reset added in v0.46.0

func (x *LiquidityProvisions) Reset()

func (*LiquidityProvisions) String added in v0.46.0

func (x *LiquidityProvisions) String() string

type LiquiditySupplied added in v0.46.0

type LiquiditySupplied struct {
	MarketId         string                           `protobuf:"bytes,1,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"`
	ConsensusReached bool                             `protobuf:"varint,2,opt,name=consensus_reached,json=consensusReached,proto3" json:"consensus_reached,omitempty"`
	BidCache         []*LiquidityPriceProbabilityPair `protobuf:"bytes,3,rep,name=bid_cache,json=bidCache,proto3" json:"bid_cache,omitempty"`
	AskCache         []*LiquidityPriceProbabilityPair `protobuf:"bytes,4,rep,name=ask_cache,json=askCache,proto3" json:"ask_cache,omitempty"`
	// contains filtered or unexported fields
}

func (*LiquiditySupplied) Descriptor deprecated added in v0.46.0

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

Deprecated: Use LiquiditySupplied.ProtoReflect.Descriptor instead.

func (*LiquiditySupplied) GetAskCache added in v0.46.0

func (*LiquiditySupplied) GetBidCache added in v0.46.0

func (*LiquiditySupplied) GetConsensusReached added in v0.48.0

func (x *LiquiditySupplied) GetConsensusReached() bool

func (*LiquiditySupplied) GetMarketId added in v0.46.0

func (x *LiquiditySupplied) GetMarketId() string

func (*LiquiditySupplied) ProtoMessage added in v0.46.0

func (*LiquiditySupplied) ProtoMessage()

func (*LiquiditySupplied) ProtoReflect added in v0.49.0

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

func (*LiquiditySupplied) Reset added in v0.46.0

func (x *LiquiditySupplied) Reset()

func (*LiquiditySupplied) String added in v0.46.0

func (x *LiquiditySupplied) String() string

type LiquidityTarget added in v0.46.0

type LiquidityTarget struct {
	MarketId              string                     `protobuf:"bytes,1,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"`
	CurrentTime           int64                      `protobuf:"varint,2,opt,name=current_time,json=currentTime,proto3" json:"current_time,omitempty"`
	ScheduledTruncate     int64                      `protobuf:"varint,3,opt,name=scheduled_truncate,json=scheduledTruncate,proto3" json:"scheduled_truncate,omitempty"`
	CurrentOpenInterests  []uint64                   `` /* 131-byte string literal not displayed */
	PreviousOpenInterests []*TimestampedOpenInterest `` /* 126-byte string literal not displayed */
	MaxOpenInterests      *TimestampedOpenInterest   `protobuf:"bytes,6,opt,name=max_open_interests,json=maxOpenInterests,proto3" json:"max_open_interests,omitempty"`
	// contains filtered or unexported fields
}

func (*LiquidityTarget) Descriptor deprecated added in v0.46.0

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

Deprecated: Use LiquidityTarget.ProtoReflect.Descriptor instead.

func (*LiquidityTarget) GetCurrentOpenInterests added in v0.46.0

func (x *LiquidityTarget) GetCurrentOpenInterests() []uint64

func (*LiquidityTarget) GetCurrentTime added in v0.46.0

func (x *LiquidityTarget) GetCurrentTime() int64

func (*LiquidityTarget) GetMarketId added in v0.46.0

func (x *LiquidityTarget) GetMarketId() string

func (*LiquidityTarget) GetMaxOpenInterests added in v0.46.0

func (x *LiquidityTarget) GetMaxOpenInterests() *TimestampedOpenInterest

func (*LiquidityTarget) GetPreviousOpenInterests added in v0.46.0

func (x *LiquidityTarget) GetPreviousOpenInterests() []*TimestampedOpenInterest

func (*LiquidityTarget) GetScheduledTruncate added in v0.46.0

func (x *LiquidityTarget) GetScheduledTruncate() int64

func (*LiquidityTarget) ProtoMessage added in v0.46.0

func (*LiquidityTarget) ProtoMessage()

func (*LiquidityTarget) ProtoReflect added in v0.49.0

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

func (*LiquidityTarget) Reset added in v0.46.0

func (x *LiquidityTarget) Reset()

func (*LiquidityTarget) String added in v0.46.0

func (x *LiquidityTarget) String() string

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"`
	RiskFactorShort            string        `protobuf:"bytes,14,opt,name=risk_factor_short,json=riskFactorShort,proto3" json:"risk_factor_short,omitempty"`
	RiskFactorLong             string        `protobuf:"bytes,15,opt,name=risk_factor_long,json=riskFactorLong,proto3" json:"risk_factor_long,omitempty"`
	RiskFactorConsensusReached bool          `` /* 145-byte string literal not displayed */
	FeeSplitter                *FeeSplitter  `protobuf:"bytes,17,opt,name=fee_splitter,json=feeSplitter,proto3" json:"fee_splitter,omitempty"`
	SettlementPrice            string        `protobuf:"bytes,18,opt,name=settlement_price,json=settlementPrice,proto3" json:"settlement_price,omitempty"`
	// contains filtered or unexported fields
}

func (*Market) Descriptor deprecated added in v0.44.0

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

Deprecated: Use Market.ProtoReflect.Descriptor instead.

func (*Market) GetAuctionState added in v0.44.0

func (x *Market) GetAuctionState() *AuctionState

func (*Market) GetCurrentMarkPrice added in v0.44.0

func (x *Market) GetCurrentMarkPrice() string

func (*Market) GetEquityShare added in v0.44.0

func (x *Market) GetEquityShare() *EquityShare

func (*Market) GetExpiringOrders added in v0.44.0

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

func (*Market) GetFeeSplitter added in v0.49.0

func (x *Market) GetFeeSplitter() *FeeSplitter

func (*Market) GetLastBestAsk added in v0.44.0

func (x *Market) GetLastBestAsk() string

func (*Market) GetLastBestBid added in v0.44.0

func (x *Market) GetLastBestBid() string

func (*Market) GetLastEquityShareDistributed added in v0.44.0

func (x *Market) GetLastEquityShareDistributed() int64

func (*Market) GetLastMarketValueProxy added in v0.44.0

func (x *Market) GetLastMarketValueProxy() string

func (*Market) GetLastMidAsk added in v0.44.0

func (x *Market) GetLastMidAsk() string

func (*Market) GetLastMidBid added in v0.44.0

func (x *Market) GetLastMidBid() string

func (*Market) GetMarket added in v0.44.0

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

func (*Market) GetPeggedOrders added in v0.44.0

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

func (*Market) GetPriceMonitor added in v0.44.0

func (x *Market) GetPriceMonitor() *PriceMonitor

func (*Market) GetRiskFactorConsensusReached added in v0.48.0

func (x *Market) GetRiskFactorConsensusReached() bool

func (*Market) GetRiskFactorLong added in v0.48.0

func (x *Market) GetRiskFactorLong() string

func (*Market) GetRiskFactorShort added in v0.48.0

func (x *Market) GetRiskFactorShort() string

func (*Market) GetSettlementPrice added in v0.53.0

func (x *Market) GetSettlementPrice() string

func (*Market) ProtoMessage added in v0.44.0

func (*Market) ProtoMessage()

func (*Market) ProtoReflect added in v0.49.0

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

func (*Market) Reset added in v0.44.0

func (x *Market) Reset()

func (*Market) String added in v0.44.0

func (x *Market) String() string

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"`
	// contains filtered or unexported fields
}

func (*MarketPositions) Descriptor deprecated added in v0.44.0

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

Deprecated: Use MarketPositions.ProtoReflect.Descriptor instead.

func (*MarketPositions) GetMarketId added in v0.44.0

func (x *MarketPositions) GetMarketId() string

func (*MarketPositions) GetPositions added in v0.44.0

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

func (*MarketPositions) ProtoMessage added in v0.44.0

func (*MarketPositions) ProtoMessage()

func (*MarketPositions) ProtoReflect added in v0.49.0

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

func (*MarketPositions) Reset added in v0.44.0

func (x *MarketPositions) Reset()

func (*MarketPositions) String added in v0.44.0

func (x *MarketPositions) String() string

type MarketTracker added in v0.48.0

type MarketTracker struct {
	MarketActivity []*v11.MarketActivityTracker `protobuf:"bytes,1,rep,name=market_activity,json=marketActivity,proto3" json:"market_activity,omitempty"`
	// contains filtered or unexported fields
}

func (*MarketTracker) Descriptor deprecated added in v0.48.0

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

Deprecated: Use MarketTracker.ProtoReflect.Descriptor instead.

func (*MarketTracker) GetMarketActivity added in v0.51.0

func (x *MarketTracker) GetMarketActivity() []*v11.MarketActivityTracker

func (*MarketTracker) ProtoMessage added in v0.48.0

func (*MarketTracker) ProtoMessage()

func (*MarketTracker) ProtoReflect added in v0.49.0

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

func (*MarketTracker) Reset added in v0.48.0

func (x *MarketTracker) Reset()

func (*MarketTracker) String added in v0.48.0

func (x *MarketTracker) String() string

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"`
	// contains filtered or unexported fields
}

func (*MatchingBook) Descriptor deprecated added in v0.44.0

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

Deprecated: Use MatchingBook.ProtoReflect.Descriptor instead.

func (*MatchingBook) GetAuction added in v0.44.0

func (x *MatchingBook) GetAuction() bool

func (*MatchingBook) GetBatchId added in v0.44.0

func (x *MatchingBook) GetBatchId() uint64

func (*MatchingBook) GetBuy added in v0.44.0

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

func (*MatchingBook) GetLastTradedPrice added in v0.44.0

func (x *MatchingBook) GetLastTradedPrice() string

func (*MatchingBook) GetMarketId added in v0.44.0

func (x *MatchingBook) GetMarketId() string

func (*MatchingBook) GetSell added in v0.44.0

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

func (*MatchingBook) ProtoMessage added in v0.44.0

func (*MatchingBook) ProtoMessage()

func (*MatchingBook) ProtoReflect added in v0.49.0

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

func (*MatchingBook) Reset added in v0.44.0

func (x *MatchingBook) Reset()

func (*MatchingBook) String added in v0.44.0

func (x *MatchingBook) String() string

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"` // hashes used by snapshot engine, different to chunk hash if data was split up, or combined into a single chunk
	// contains filtered or unexported fields
}

func (*Metadata) Descriptor deprecated added in v0.44.0

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

Deprecated: Use Metadata.ProtoReflect.Descriptor instead.

func (*Metadata) GetChunkHashes added in v0.44.0

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

func (*Metadata) GetNodeHashes added in v0.44.0

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

func (*Metadata) GetVersion added in v0.44.0

func (x *Metadata) GetVersion() int64

func (*Metadata) ProtoMessage added in v0.44.0

func (*Metadata) ProtoMessage()

func (*Metadata) ProtoReflect added in v0.49.0

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

func (*Metadata) Reset added in v0.44.0

func (x *Metadata) Reset()

func (*Metadata) String added in v0.44.0

func (x *Metadata) String() string

type NetParams

type NetParams struct {
	Params []*vega.NetworkParameter `protobuf:"bytes,1,rep,name=params,proto3" json:"params,omitempty"`
	// contains filtered or unexported fields
}

func (*NetParams) Descriptor deprecated

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

Deprecated: Use NetParams.ProtoReflect.Descriptor instead.

func (*NetParams) GetParams

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

func (*NetParams) ProtoMessage

func (*NetParams) ProtoMessage()

func (*NetParams) ProtoReflect added in v0.49.0

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

func (*NetParams) Reset

func (x *NetParams) Reset()

func (*NetParams) String

func (x *NetParams) String() string

type NextTimeTrigger added in v0.48.0

type NextTimeTrigger struct {
	Asset       string `protobuf:"bytes,1,opt,name=asset,proto3" json:"asset,omitempty"`
	Market      string `protobuf:"bytes,2,opt,name=market,proto3" json:"market,omitempty"`
	Id          string `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"`
	NextTrigger int64  `protobuf:"varint,4,opt,name=next_trigger,json=nextTrigger,proto3" json:"next_trigger,omitempty"`
	// contains filtered or unexported fields
}

func (*NextTimeTrigger) Descriptor deprecated added in v0.48.0

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

Deprecated: Use NextTimeTrigger.ProtoReflect.Descriptor instead.

func (*NextTimeTrigger) GetAsset added in v0.48.0

func (x *NextTimeTrigger) GetAsset() string

func (*NextTimeTrigger) GetId added in v0.48.0

func (x *NextTimeTrigger) GetId() string

func (*NextTimeTrigger) GetMarket added in v0.48.0

func (x *NextTimeTrigger) GetMarket() string

func (*NextTimeTrigger) GetNextTrigger added in v0.48.0

func (x *NextTimeTrigger) GetNextTrigger() int64

func (*NextTimeTrigger) ProtoMessage added in v0.48.0

func (*NextTimeTrigger) ProtoMessage()

func (*NextTimeTrigger) ProtoReflect added in v0.49.0

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

func (*NextTimeTrigger) Reset added in v0.48.0

func (x *NextTimeTrigger) Reset()

func (*NextTimeTrigger) String added in v0.48.0

func (x *NextTimeTrigger) String() string

type NodeHash added in v0.44.0

type NodeHash struct {

	// The node's full key, for example epoch.all
	Key string `protobuf:"bytes,3,opt,name=key,proto3" json:"key,omitempty"`
	// The hash of the node's value
	Hash string `protobuf:"bytes,4,opt,name=hash,proto3" json:"hash,omitempty"`
	// The height of the node in the tree
	Height int32 `protobuf:"varint,5,opt,name=height,proto3" json:"height,omitempty"`
	// The version of that node i.e how many times its value has changed during tree updates
	Version int64 `protobuf:"varint,6,opt,name=version,proto3" json:"version,omitempty"`
	// Whether or not the node contains a snapshot payload, only leaf nodes in the AVL contain payloads
	IsLeaf bool `protobuf:"varint,7,opt,name=is_leaf,json=isLeaf,proto3" json:"is_leaf,omitempty"`
	// contains filtered or unexported fields
}

NodeHash represents an exported node from the AVL tree and contains all the data necessary to recontruct and identical copy of the AVL tree after we've serialised it

func (*NodeHash) Descriptor deprecated added in v0.44.0

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

Deprecated: Use NodeHash.ProtoReflect.Descriptor instead.

func (*NodeHash) GetHash added in v0.44.0

func (x *NodeHash) GetHash() string

func (*NodeHash) GetHeight added in v0.48.0

func (x *NodeHash) GetHeight() int32

func (*NodeHash) GetIsLeaf added in v0.48.0

func (x *NodeHash) GetIsLeaf() bool

func (*NodeHash) GetKey added in v0.44.0

func (x *NodeHash) GetKey() string

func (*NodeHash) GetVersion added in v0.48.0

func (x *NodeHash) GetVersion() int64

func (*NodeHash) ProtoMessage added in v0.44.0

func (*NodeHash) ProtoMessage()

func (*NodeHash) ProtoReflect added in v0.49.0

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

func (*NodeHash) Reset added in v0.44.0

func (x *NodeHash) Reset()

func (*NodeHash) String added in v0.44.0

func (x *NodeHash) String() string

type Notary added in v0.45.0

type Notary struct {
	NotarySigs []*NotarySigs `protobuf:"bytes,1,rep,name=notary_sigs,json=notarySigs,proto3" json:"notary_sigs,omitempty"`
	// contains filtered or unexported fields
}

func (*Notary) Descriptor deprecated added in v0.45.0

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

Deprecated: Use Notary.ProtoReflect.Descriptor instead.

func (*Notary) GetNotarySigs added in v0.45.0

func (x *Notary) GetNotarySigs() []*NotarySigs

func (*Notary) ProtoMessage added in v0.45.0

func (*Notary) ProtoMessage()

func (*Notary) ProtoReflect added in v0.49.0

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

func (*Notary) Reset added in v0.45.0

func (x *Notary) Reset()

func (*Notary) String added in v0.45.0

func (x *Notary) String() string

type NotarySigs added in v0.45.0

type NotarySigs struct {
	Id   string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Kind int32  `protobuf:"varint,2,opt,name=kind,proto3" json:"kind,omitempty"`
	Node string `protobuf:"bytes,3,opt,name=node,proto3" json:"node,omitempty"`
	Sig  string `protobuf:"bytes,4,opt,name=sig,proto3" json:"sig,omitempty"`
	// contains filtered or unexported fields
}

func (*NotarySigs) Descriptor deprecated added in v0.45.0

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

Deprecated: Use NotarySigs.ProtoReflect.Descriptor instead.

func (*NotarySigs) GetId added in v0.45.0

func (x *NotarySigs) GetId() string

func (*NotarySigs) GetKind added in v0.45.0

func (x *NotarySigs) GetKind() int32

func (*NotarySigs) GetNode added in v0.45.0

func (x *NotarySigs) GetNode() string

func (*NotarySigs) GetSig added in v0.45.0

func (x *NotarySigs) GetSig() string

func (*NotarySigs) ProtoMessage added in v0.45.0

func (*NotarySigs) ProtoMessage()

func (*NotarySigs) ProtoReflect added in v0.49.0

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

func (*NotarySigs) Reset added in v0.45.0

func (x *NotarySigs) Reset()

func (*NotarySigs) String added in v0.45.0

func (x *NotarySigs) String() string

type OracleData added in v0.46.0

type OracleData struct {
	PubKeys []string          `protobuf:"bytes,1,rep,name=pub_keys,json=pubKeys,proto3" json:"pub_keys,omitempty"`
	Data    []*OracleDataPair `protobuf:"bytes,2,rep,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*OracleData) Descriptor deprecated added in v0.46.0

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

Deprecated: Use OracleData.ProtoReflect.Descriptor instead.

func (*OracleData) GetData added in v0.46.0

func (x *OracleData) GetData() []*OracleDataPair

func (*OracleData) GetPubKeys added in v0.46.0

func (x *OracleData) GetPubKeys() []string

func (*OracleData) ProtoMessage added in v0.46.0

func (*OracleData) ProtoMessage()

func (*OracleData) ProtoReflect added in v0.49.0

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

func (*OracleData) Reset added in v0.46.0

func (x *OracleData) Reset()

func (*OracleData) String added in v0.46.0

func (x *OracleData) String() string

type OracleDataBatch added in v0.46.0

type OracleDataBatch struct {
	OracleData []*OracleData `protobuf:"bytes,1,rep,name=oracle_data,json=oracleData,proto3" json:"oracle_data,omitempty"`
	// contains filtered or unexported fields
}

func (*OracleDataBatch) Descriptor deprecated added in v0.46.0

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

Deprecated: Use OracleDataBatch.ProtoReflect.Descriptor instead.

func (*OracleDataBatch) GetOracleData added in v0.46.0

func (x *OracleDataBatch) GetOracleData() []*OracleData

func (*OracleDataBatch) ProtoMessage added in v0.46.0

func (*OracleDataBatch) ProtoMessage()

func (*OracleDataBatch) ProtoReflect added in v0.49.0

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

func (*OracleDataBatch) Reset added in v0.46.0

func (x *OracleDataBatch) Reset()

func (*OracleDataBatch) String added in v0.46.0

func (x *OracleDataBatch) String() string

type OracleDataPair added in v0.46.0

type OracleDataPair struct {
	Key   string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*OracleDataPair) Descriptor deprecated added in v0.46.0

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

Deprecated: Use OracleDataPair.ProtoReflect.Descriptor instead.

func (*OracleDataPair) GetKey added in v0.46.0

func (x *OracleDataPair) GetKey() string

func (*OracleDataPair) GetValue added in v0.46.0

func (x *OracleDataPair) GetValue() string

func (*OracleDataPair) ProtoMessage added in v0.46.0

func (*OracleDataPair) ProtoMessage()

func (*OracleDataPair) ProtoReflect added in v0.49.0

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

func (*OracleDataPair) Reset added in v0.46.0

func (x *OracleDataPair) Reset()

func (*OracleDataPair) String added in v0.46.0

func (x *OracleDataPair) String() string

type PartyOrders added in v0.51.1

type PartyOrders struct {
	Party  string        `protobuf:"bytes,1,opt,name=party,proto3" json:"party,omitempty"`
	Orders []*vega.Order `protobuf:"bytes,2,rep,name=orders,proto3" json:"orders,omitempty"`
	// contains filtered or unexported fields
}

func (*PartyOrders) Descriptor deprecated added in v0.51.1

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

Deprecated: Use PartyOrders.ProtoReflect.Descriptor instead.

func (*PartyOrders) GetOrders added in v0.51.1

func (x *PartyOrders) GetOrders() []*vega.Order

func (*PartyOrders) GetParty added in v0.51.1

func (x *PartyOrders) GetParty() string

func (*PartyOrders) ProtoMessage added in v0.51.1

func (*PartyOrders) ProtoMessage()

func (*PartyOrders) ProtoReflect added in v0.51.1

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

func (*PartyOrders) Reset added in v0.51.1

func (x *PartyOrders) Reset()

func (*PartyOrders) String added in v0.51.1

func (x *PartyOrders) String() string

type PartyProposalVoteCount added in v0.45.0

type PartyProposalVoteCount struct {
	Party    string `protobuf:"bytes,1,opt,name=party,proto3" json:"party,omitempty"`
	Proposal string `protobuf:"bytes,2,opt,name=proposal,proto3" json:"proposal,omitempty"`
	Count    uint64 `protobuf:"varint,3,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*PartyProposalVoteCount) Descriptor deprecated added in v0.45.0

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

Deprecated: Use PartyProposalVoteCount.ProtoReflect.Descriptor instead.

func (*PartyProposalVoteCount) GetCount added in v0.45.0

func (x *PartyProposalVoteCount) GetCount() uint64

func (*PartyProposalVoteCount) GetParty added in v0.45.0

func (x *PartyProposalVoteCount) GetParty() string

func (*PartyProposalVoteCount) GetProposal added in v0.45.0

func (x *PartyProposalVoteCount) GetProposal() string

func (*PartyProposalVoteCount) ProtoMessage added in v0.45.0

func (*PartyProposalVoteCount) ProtoMessage()

func (*PartyProposalVoteCount) ProtoReflect added in v0.49.0

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

func (*PartyProposalVoteCount) Reset added in v0.45.0

func (x *PartyProposalVoteCount) Reset()

func (*PartyProposalVoteCount) String added in v0.45.0

func (x *PartyProposalVoteCount) String() string

type PartyTokenBalance added in v0.45.0

type PartyTokenBalance 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"`
	// contains filtered or unexported fields
}

func (*PartyTokenBalance) Descriptor deprecated added in v0.45.0

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

Deprecated: Use PartyTokenBalance.ProtoReflect.Descriptor instead.

func (*PartyTokenBalance) GetBalance added in v0.45.0

func (x *PartyTokenBalance) GetBalance() string

func (*PartyTokenBalance) GetParty added in v0.45.0

func (x *PartyTokenBalance) GetParty() string

func (*PartyTokenBalance) ProtoMessage added in v0.45.0

func (*PartyTokenBalance) ProtoMessage()

func (*PartyTokenBalance) ProtoReflect added in v0.49.0

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

func (*PartyTokenBalance) Reset added in v0.45.0

func (x *PartyTokenBalance) Reset()

func (*PartyTokenBalance) String added in v0.45.0

func (x *PartyTokenBalance) String() string

type PastPrice added in v0.46.0

type PastPrice struct {
	Time                int64  `protobuf:"varint,1,opt,name=time,proto3" json:"time,omitempty"`
	VolumeWeightedPrice string `protobuf:"bytes,2,opt,name=volume_weighted_price,json=volumeWeightedPrice,proto3" json:"volume_weighted_price,omitempty"`
	// contains filtered or unexported fields
}

func (*PastPrice) Descriptor deprecated added in v0.46.0

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

Deprecated: Use PastPrice.ProtoReflect.Descriptor instead.

func (*PastPrice) GetTime added in v0.46.0

func (x *PastPrice) GetTime() int64

func (*PastPrice) GetVolumeWeightedPrice added in v0.46.0

func (x *PastPrice) GetVolumeWeightedPrice() string

func (*PastPrice) ProtoMessage added in v0.46.0

func (*PastPrice) ProtoMessage()

func (*PastPrice) ProtoReflect added in v0.49.0

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

func (*PastPrice) Reset added in v0.46.0

func (x *PastPrice) Reset()

func (*PastPrice) String added in v0.46.0

func (x *PastPrice) String() string

type Payload added in v0.44.0

type Payload struct {

	// Types that are assignable 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_RewardsPendingPayouts
	//	*Payload_GovernanceNode
	//	*Payload_LimitState
	//	*Payload_VoteSpamPolicy
	//	*Payload_SimpleSpamPolicy
	//	*Payload_Notary
	//	*Payload_ReplayProtection
	//	*Payload_FutureState
	//	*Payload_EventForwarder
	//	*Payload_StakeVerifierDeposited
	//	*Payload_StakeVerifierRemoved
	//	*Payload_Witness
	//	*Payload_DelegationLastReconciliationTime
	//	*Payload_Topology
	//	*Payload_OracleData
	//	*Payload_LiquidityParameters
	//	*Payload_LiquidityPendingProvisions
	//	*Payload_LiquidityPartiesLiquidityOrders
	//	*Payload_LiquidityPartiesOrders
	//	*Payload_LiquidityProvisions
	//	*Payload_LiquiditySupplied
	//	*Payload_LiquidityTarget
	//	*Payload_FloatingPointConsensus
	//	*Payload_MarketTracker
	//	*Payload_BankingRecurringTransfers
	//	*Payload_BankingScheduledTransfers
	//	*Payload_Erc20MultisigTopologyVerified
	//	*Payload_Erc20MultisigTopologyPending
	//	*Payload_ProofOfWork
	//	*Payload_PendingAssetUpdates
	Data isPayload_Data `protobuf_oneof:"data"`
	// contains filtered or unexported fields
}

func (*Payload) Descriptor deprecated added in v0.44.0

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

Deprecated: Use Payload.ProtoReflect.Descriptor instead.

func (*Payload) GetActiveAssets added in v0.44.0

func (x *Payload) GetActiveAssets() *ActiveAssets

func (*Payload) GetAppState added in v0.44.0

func (x *Payload) GetAppState() *AppState

func (*Payload) GetBankingAssetActions added in v0.44.0

func (x *Payload) GetBankingAssetActions() *BankingAssetActions

func (*Payload) GetBankingDeposits added in v0.44.0

func (x *Payload) GetBankingDeposits() *BankingDeposits

func (*Payload) GetBankingRecurringTransfers added in v0.48.0

func (x *Payload) GetBankingRecurringTransfers() *BankingRecurringTransfers

func (*Payload) GetBankingScheduledTransfers added in v0.48.0

func (x *Payload) GetBankingScheduledTransfers() *BankingScheduledTransfers

func (*Payload) GetBankingSeen added in v0.44.0

func (x *Payload) GetBankingSeen() *BankingSeen

func (*Payload) GetBankingWithdrawals added in v0.44.0

func (x *Payload) GetBankingWithdrawals() *BankingWithdrawals

func (*Payload) GetCheckpoint added in v0.44.0

func (x *Payload) GetCheckpoint() *Checkpoint

func (*Payload) GetCollateralAccounts added in v0.44.0

func (x *Payload) GetCollateralAccounts() *CollateralAccounts

func (*Payload) GetCollateralAssets added in v0.44.0

func (x *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 (x *Payload) GetDelegationActive() *DelegationActive

func (*Payload) GetDelegationAuto added in v0.44.0

func (x *Payload) GetDelegationAuto() *DelegationAuto

func (*Payload) GetDelegationLastReconciliationTime added in v0.45.1

func (x *Payload) GetDelegationLastReconciliationTime() *DelegationLastReconciliationTime

func (*Payload) GetDelegationPending added in v0.44.0

func (x *Payload) GetDelegationPending() *DelegationPending

func (*Payload) GetEpoch added in v0.44.0

func (x *Payload) GetEpoch() *EpochState

func (*Payload) GetErc20MultisigTopologyPending added in v0.49.0

func (x *Payload) GetErc20MultisigTopologyPending() *ERC20MultiSigTopologyPending

func (*Payload) GetErc20MultisigTopologyVerified added in v0.49.0

func (x *Payload) GetErc20MultisigTopologyVerified() *ERC20MultiSigTopologyVerified

func (*Payload) GetEventForwarder added in v0.45.1

func (x *Payload) GetEventForwarder() *EventForwarder

func (*Payload) GetExecutionMarkets added in v0.44.0

func (x *Payload) GetExecutionMarkets() *ExecutionMarkets

func (*Payload) GetFloatingPointConsensus added in v0.48.0

func (x *Payload) GetFloatingPointConsensus() *FloatingPointConsensus

func (*Payload) GetFutureState added in v0.45.0

func (x *Payload) GetFutureState() *FutureState

func (*Payload) GetGovernanceActive added in v0.44.0

func (x *Payload) GetGovernanceActive() *GovernanceActive

func (*Payload) GetGovernanceEnacted added in v0.44.0

func (x *Payload) GetGovernanceEnacted() *GovernanceEnacted

func (*Payload) GetGovernanceNode added in v0.44.0

func (x *Payload) GetGovernanceNode() *GovernanceNode

func (*Payload) GetLimitState added in v0.45.0

func (x *Payload) GetLimitState() *LimitState

func (*Payload) GetLiquidityParameters added in v0.46.0

func (x *Payload) GetLiquidityParameters() *LiquidityParameters

func (*Payload) GetLiquidityPartiesLiquidityOrders added in v0.46.0

func (x *Payload) GetLiquidityPartiesLiquidityOrders() *LiquidityPartiesLiquidityOrders

func (*Payload) GetLiquidityPartiesOrders added in v0.46.0

func (x *Payload) GetLiquidityPartiesOrders() *LiquidityPartiesOrders

func (*Payload) GetLiquidityPendingProvisions added in v0.46.0

func (x *Payload) GetLiquidityPendingProvisions() *LiquidityPendingProvisions

func (*Payload) GetLiquidityProvisions added in v0.46.0

func (x *Payload) GetLiquidityProvisions() *LiquidityProvisions

func (*Payload) GetLiquiditySupplied added in v0.46.0

func (x *Payload) GetLiquiditySupplied() *LiquiditySupplied

func (*Payload) GetLiquidityTarget added in v0.46.0

func (x *Payload) GetLiquidityTarget() *LiquidityTarget

func (*Payload) GetMarketPositions added in v0.44.0

func (x *Payload) GetMarketPositions() *MarketPositions

func (*Payload) GetMarketTracker added in v0.48.0

func (x *Payload) GetMarketTracker() *MarketTracker

func (*Payload) GetMatchingBook added in v0.44.0

func (x *Payload) GetMatchingBook() *MatchingBook

func (*Payload) GetNetworkParameters added in v0.44.0

func (x *Payload) GetNetworkParameters() *NetParams

func (*Payload) GetNotary added in v0.45.0

func (x *Payload) GetNotary() *Notary

func (*Payload) GetOracleData added in v0.46.0

func (x *Payload) GetOracleData() *OracleDataBatch

func (*Payload) GetPendingAssetUpdates added in v0.52.0

func (x *Payload) GetPendingAssetUpdates() *PendingAssetUpdates

func (*Payload) GetPendingAssets added in v0.44.0

func (x *Payload) GetPendingAssets() *PendingAssets

func (*Payload) GetProofOfWork added in v0.49.3

func (x *Payload) GetProofOfWork() *ProofOfWork

func (*Payload) GetReplayProtection added in v0.45.0

func (x *Payload) GetReplayProtection() *ReplayProtection

func (*Payload) GetRewardsPendingPayouts added in v0.44.0

func (x *Payload) GetRewardsPendingPayouts() *RewardsPendingPayouts

func (*Payload) GetSimpleSpamPolicy added in v0.45.0

func (x *Payload) GetSimpleSpamPolicy() *SimpleSpamPolicy

func (*Payload) GetStakeVerifierDeposited added in v0.45.1

func (x *Payload) GetStakeVerifierDeposited() *StakeVerifierDeposited

func (*Payload) GetStakeVerifierRemoved added in v0.45.1

func (x *Payload) GetStakeVerifierRemoved() *StakeVerifierRemoved

func (*Payload) GetStakingAccounts added in v0.44.0

func (x *Payload) GetStakingAccounts() *StakingAccounts

func (*Payload) GetTopology added in v0.46.0

func (x *Payload) GetTopology() *Topology

func (*Payload) GetVoteSpamPolicy added in v0.45.0

func (x *Payload) GetVoteSpamPolicy() *VoteSpamPolicy

func (*Payload) GetWitness added in v0.45.1

func (x *Payload) GetWitness() *Witness

func (*Payload) ProtoMessage added in v0.44.0

func (*Payload) ProtoMessage()

func (*Payload) ProtoReflect added in v0.49.0

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

func (*Payload) Reset added in v0.44.0

func (x *Payload) Reset()

func (*Payload) String added in v0.44.0

func (x *Payload) String() string

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_BankingRecurringTransfers added in v0.48.0

type Payload_BankingRecurringTransfers struct {
	BankingRecurringTransfers *BankingRecurringTransfers `protobuf:"bytes,49,opt,name=banking_recurring_transfers,json=bankingRecurringTransfers,proto3,oneof"`
}

type Payload_BankingScheduledTransfers added in v0.48.0

type Payload_BankingScheduledTransfers struct {
	BankingScheduledTransfers *BankingScheduledTransfers `protobuf:"bytes,50,opt,name=banking_scheduled_transfers,json=bankingScheduledTransfers,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_DelegationLastReconciliationTime added in v0.45.1

type Payload_DelegationLastReconciliationTime struct {
	DelegationLastReconciliationTime *DelegationLastReconciliationTime `protobuf:"bytes,35,opt,name=delegation_last_reconciliation_time,json=delegationLastReconciliationTime,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_Erc20MultisigTopologyPending added in v0.49.0

type Payload_Erc20MultisigTopologyPending struct {
	Erc20MultisigTopologyPending *ERC20MultiSigTopologyPending `protobuf:"bytes,52,opt,name=erc20_multisig_topology_pending,json=erc20MultisigTopologyPending,proto3,oneof"`
}

type Payload_Erc20MultisigTopologyVerified added in v0.49.0

type Payload_Erc20MultisigTopologyVerified struct {
	Erc20MultisigTopologyVerified *ERC20MultiSigTopologyVerified `protobuf:"bytes,51,opt,name=erc20_multisig_topology_verified,json=erc20MultisigTopologyVerified,proto3,oneof"`
}

type Payload_EventForwarder added in v0.45.1

type Payload_EventForwarder struct {
	EventForwarder *EventForwarder `protobuf:"bytes,31,opt,name=event_forwarder,json=eventForwarder,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_FloatingPointConsensus added in v0.48.0

type Payload_FloatingPointConsensus struct {
	FloatingPointConsensus *FloatingPointConsensus `protobuf:"bytes,46,opt,name=floating_point_consensus,json=floatingPointConsensus,proto3,oneof"`
}

type Payload_FutureState added in v0.45.0

type Payload_FutureState struct {
	FutureState *FutureState `protobuf:"bytes,30,opt,name=future_state,json=futureState,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_LimitState added in v0.45.0

type Payload_LimitState struct {
	LimitState *LimitState `protobuf:"bytes,25,opt,name=limit_state,json=limitState,proto3,oneof"`
}

type Payload_LiquidityParameters added in v0.46.0

type Payload_LiquidityParameters struct {
	LiquidityParameters *LiquidityParameters `protobuf:"bytes,38,opt,name=liquidity_parameters,json=liquidityParameters,proto3,oneof"`
}

type Payload_LiquidityPartiesLiquidityOrders added in v0.46.0

type Payload_LiquidityPartiesLiquidityOrders struct {
	LiquidityPartiesLiquidityOrders *LiquidityPartiesLiquidityOrders `protobuf:"bytes,40,opt,name=liquidity_parties_liquidity_orders,json=liquidityPartiesLiquidityOrders,proto3,oneof"`
}

type Payload_LiquidityPartiesOrders added in v0.46.0

type Payload_LiquidityPartiesOrders struct {
	LiquidityPartiesOrders *LiquidityPartiesOrders `protobuf:"bytes,41,opt,name=liquidity_parties_orders,json=liquidityPartiesOrders,proto3,oneof"`
}

type Payload_LiquidityPendingProvisions added in v0.46.0

type Payload_LiquidityPendingProvisions struct {
	LiquidityPendingProvisions *LiquidityPendingProvisions `protobuf:"bytes,39,opt,name=liquidity_pending_provisions,json=liquidityPendingProvisions,proto3,oneof"`
}

type Payload_LiquidityProvisions added in v0.46.0

type Payload_LiquidityProvisions struct {
	LiquidityProvisions *LiquidityProvisions `protobuf:"bytes,42,opt,name=liquidity_provisions,json=liquidityProvisions,proto3,oneof"`
}

type Payload_LiquiditySupplied added in v0.46.0

type Payload_LiquiditySupplied struct {
	LiquiditySupplied *LiquiditySupplied `protobuf:"bytes,43,opt,name=liquidity_supplied,json=liquiditySupplied,proto3,oneof"`
}

type Payload_LiquidityTarget added in v0.46.0

type Payload_LiquidityTarget struct {
	LiquidityTarget *LiquidityTarget `protobuf:"bytes,44,opt,name=liquidity_target,json=liquidityTarget,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_MarketTracker added in v0.48.0

type Payload_MarketTracker struct {
	MarketTracker *MarketTracker `protobuf:"bytes,47,opt,name=market_tracker,json=marketTracker,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_Notary added in v0.45.0

type Payload_Notary struct {
	Notary *Notary `protobuf:"bytes,28,opt,name=notary,proto3,oneof"`
}

type Payload_OracleData added in v0.46.0

type Payload_OracleData struct {
	OracleData *OracleDataBatch `protobuf:"bytes,37,opt,name=oracle_data,json=oracleData,proto3,oneof"`
}

type Payload_PendingAssetUpdates added in v0.52.0

type Payload_PendingAssetUpdates struct {
	PendingAssetUpdates *PendingAssetUpdates `protobuf:"bytes,54,opt,name=pending_asset_updates,json=pendingAssetUpdates,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_ProofOfWork added in v0.49.3

type Payload_ProofOfWork struct {
	ProofOfWork *ProofOfWork `protobuf:"bytes,53,opt,name=proof_of_work,json=proofOfWork,proto3,oneof"`
}

type Payload_ReplayProtection added in v0.45.0

type Payload_ReplayProtection struct {
	ReplayProtection *ReplayProtection `protobuf:"bytes,29,opt,name=replay_protection,json=replayProtection,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_SimpleSpamPolicy added in v0.45.0

type Payload_SimpleSpamPolicy struct {
	SimpleSpamPolicy *SimpleSpamPolicy `protobuf:"bytes,27,opt,name=simple_spam_policy,json=simpleSpamPolicy,proto3,oneof"`
}

type Payload_StakeVerifierDeposited added in v0.45.1

type Payload_StakeVerifierDeposited struct {
	StakeVerifierDeposited *StakeVerifierDeposited `protobuf:"bytes,32,opt,name=stake_verifier_deposited,json=stakeVerifierDeposited,proto3,oneof"`
}

type Payload_StakeVerifierRemoved added in v0.45.1

type Payload_StakeVerifierRemoved struct {
	StakeVerifierRemoved *StakeVerifierRemoved `protobuf:"bytes,33,opt,name=stake_verifier_removed,json=stakeVerifierRemoved,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 Payload_Topology added in v0.46.0

type Payload_Topology struct {
	Topology *Topology `protobuf:"bytes,36,opt,name=topology,proto3,oneof"`
}

type Payload_VoteSpamPolicy added in v0.45.0

type Payload_VoteSpamPolicy struct {
	VoteSpamPolicy *VoteSpamPolicy `protobuf:"bytes,26,opt,name=vote_spam_policy,json=voteSpamPolicy,proto3,oneof"`
}

type Payload_Witness added in v0.45.1

type Payload_Witness struct {
	Witness *Witness `protobuf:"bytes,34,opt,name=witness,proto3,oneof"`
}

type PendingAssetUpdates added in v0.52.0

type PendingAssetUpdates struct {
	Assets []*vega.Asset `protobuf:"bytes,1,rep,name=assets,proto3" json:"assets,omitempty"`
	// contains filtered or unexported fields
}

func (*PendingAssetUpdates) Descriptor deprecated added in v0.52.0

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

Deprecated: Use PendingAssetUpdates.ProtoReflect.Descriptor instead.

func (*PendingAssetUpdates) GetAssets added in v0.52.0

func (x *PendingAssetUpdates) GetAssets() []*vega.Asset

func (*PendingAssetUpdates) ProtoMessage added in v0.52.0

func (*PendingAssetUpdates) ProtoMessage()

func (*PendingAssetUpdates) ProtoReflect added in v0.52.0

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

func (*PendingAssetUpdates) Reset added in v0.52.0

func (x *PendingAssetUpdates) Reset()

func (*PendingAssetUpdates) String added in v0.52.0

func (x *PendingAssetUpdates) String() string

type PendingAssets added in v0.44.0

type PendingAssets struct {
	Assets []*vega.Asset `protobuf:"bytes,1,rep,name=assets,proto3" json:"assets,omitempty"`
	// contains filtered or unexported fields
}

func (*PendingAssets) Descriptor deprecated added in v0.44.0

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

Deprecated: Use PendingAssets.ProtoReflect.Descriptor instead.

func (*PendingAssets) GetAssets added in v0.44.0

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

func (*PendingAssets) ProtoMessage added in v0.44.0

func (*PendingAssets) ProtoMessage()

func (*PendingAssets) ProtoReflect added in v0.49.0

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

func (*PendingAssets) Reset added in v0.44.0

func (x *PendingAssets) Reset()

func (*PendingAssets) String added in v0.44.0

func (x *PendingAssets) String() string

type PendingEthereumKeyRotation added in v0.50.0

type PendingEthereumKeyRotation struct {
	BlockHeight uint64 `protobuf:"varint,1,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"`
	NodeId      string `protobuf:"bytes,2,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	NewAddress  string `protobuf:"bytes,3,opt,name=new_address,json=newAddress,proto3" json:"new_address,omitempty"`
	// contains filtered or unexported fields
}

func (*PendingEthereumKeyRotation) Descriptor deprecated added in v0.50.0

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

Deprecated: Use PendingEthereumKeyRotation.ProtoReflect.Descriptor instead.

func (*PendingEthereumKeyRotation) GetBlockHeight added in v0.50.0

func (x *PendingEthereumKeyRotation) GetBlockHeight() uint64

func (*PendingEthereumKeyRotation) GetNewAddress added in v0.50.0

func (x *PendingEthereumKeyRotation) GetNewAddress() string

func (*PendingEthereumKeyRotation) GetNodeId added in v0.50.0

func (x *PendingEthereumKeyRotation) GetNodeId() string

func (*PendingEthereumKeyRotation) ProtoMessage added in v0.50.0

func (*PendingEthereumKeyRotation) ProtoMessage()

func (*PendingEthereumKeyRotation) ProtoReflect added in v0.50.0

func (*PendingEthereumKeyRotation) Reset added in v0.50.0

func (x *PendingEthereumKeyRotation) Reset()

func (*PendingEthereumKeyRotation) String added in v0.50.0

func (x *PendingEthereumKeyRotation) String() string

type PendingKeyRotation added in v0.47.0

type PendingKeyRotation struct {
	BlockHeight    uint64 `protobuf:"varint,1,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"`
	NodeId         string `protobuf:"bytes,2,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	NewPubKey      string `protobuf:"bytes,3,opt,name=new_pub_key,json=newPubKey,proto3" json:"new_pub_key,omitempty"`
	NewPubKeyIndex uint32 `protobuf:"varint,4,opt,name=new_pub_key_index,json=newPubKeyIndex,proto3" json:"new_pub_key_index,omitempty"`
	// contains filtered or unexported fields
}

func (*PendingKeyRotation) Descriptor deprecated added in v0.47.0

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

Deprecated: Use PendingKeyRotation.ProtoReflect.Descriptor instead.

func (*PendingKeyRotation) GetBlockHeight added in v0.47.0

func (x *PendingKeyRotation) GetBlockHeight() uint64

func (*PendingKeyRotation) GetNewPubKey added in v0.47.0

func (x *PendingKeyRotation) GetNewPubKey() string

func (*PendingKeyRotation) GetNewPubKeyIndex added in v0.47.0

func (x *PendingKeyRotation) GetNewPubKeyIndex() uint32

func (*PendingKeyRotation) GetNodeId added in v0.47.0

func (x *PendingKeyRotation) GetNodeId() string

func (*PendingKeyRotation) ProtoMessage added in v0.47.0

func (*PendingKeyRotation) ProtoMessage()

func (*PendingKeyRotation) ProtoReflect added in v0.49.0

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

func (*PendingKeyRotation) Reset added in v0.47.0

func (x *PendingKeyRotation) Reset()

func (*PendingKeyRotation) String added in v0.47.0

func (x *PendingKeyRotation) String() string

type PerformanceStats added in v0.48.0

type PerformanceStats struct {
	ValidatorAddress   string `protobuf:"bytes,1,opt,name=validator_address,json=validatorAddress,proto3" json:"validator_address,omitempty"`
	Proposed           uint64 `protobuf:"varint,2,opt,name=proposed,proto3" json:"proposed,omitempty"`
	Elected            uint64 `protobuf:"varint,3,opt,name=elected,proto3" json:"elected,omitempty"`
	Voted              uint64 `protobuf:"varint,4,opt,name=voted,proto3" json:"voted,omitempty"`
	LastHeightVoted    int64  `protobuf:"varint,5,opt,name=last_height_voted,json=lastHeightVoted,proto3" json:"last_height_voted,omitempty"`
	LastHeightProposed int64  `protobuf:"varint,6,opt,name=last_height_proposed,json=lastHeightProposed,proto3" json:"last_height_proposed,omitempty"`
	LastHeightElected  int64  `protobuf:"varint,7,opt,name=last_height_elected,json=lastHeightElected,proto3" json:"last_height_elected,omitempty"`
	// contains filtered or unexported fields
}

func (*PerformanceStats) Descriptor deprecated added in v0.48.0

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

Deprecated: Use PerformanceStats.ProtoReflect.Descriptor instead.

func (*PerformanceStats) GetElected added in v0.48.0

func (x *PerformanceStats) GetElected() uint64

func (*PerformanceStats) GetLastHeightElected added in v0.48.0

func (x *PerformanceStats) GetLastHeightElected() int64

func (*PerformanceStats) GetLastHeightProposed added in v0.48.0

func (x *PerformanceStats) GetLastHeightProposed() int64

func (*PerformanceStats) GetLastHeightVoted added in v0.48.0

func (x *PerformanceStats) GetLastHeightVoted() int64

func (*PerformanceStats) GetProposed added in v0.48.0

func (x *PerformanceStats) GetProposed() uint64

func (*PerformanceStats) GetValidatorAddress added in v0.48.0

func (x *PerformanceStats) GetValidatorAddress() string

func (*PerformanceStats) GetVoted added in v0.48.0

func (x *PerformanceStats) GetVoted() uint64

func (*PerformanceStats) ProtoMessage added in v0.48.0

func (*PerformanceStats) ProtoMessage()

func (*PerformanceStats) ProtoReflect added in v0.49.0

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

func (*PerformanceStats) Reset added in v0.48.0

func (x *PerformanceStats) Reset()

func (*PerformanceStats) String added in v0.48.0

func (x *PerformanceStats) String() string

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"`
	// contains filtered or unexported fields
}

func (*Position) Descriptor deprecated added in v0.44.0

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

Deprecated: Use Position.ProtoReflect.Descriptor instead.

func (*Position) GetBuy added in v0.44.0

func (x *Position) GetBuy() int64

func (*Position) GetPartyId added in v0.44.0

func (x *Position) GetPartyId() string

func (*Position) GetPrice added in v0.44.0

func (x *Position) GetPrice() string

func (*Position) GetSell added in v0.44.0

func (x *Position) GetSell() int64

func (*Position) GetSize added in v0.44.0

func (x *Position) GetSize() int64

func (*Position) GetVwBuyPrice added in v0.44.0

func (x *Position) GetVwBuyPrice() string

func (*Position) GetVwSellPrice added in v0.44.0

func (x *Position) GetVwSellPrice() string

func (*Position) ProtoMessage added in v0.44.0

func (*Position) ProtoMessage()

func (*Position) ProtoReflect added in v0.49.0

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

func (*Position) Reset added in v0.44.0

func (x *Position) Reset()

func (*Position) String added in v0.44.0

func (x *Position) String() string

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"`
	// contains filtered or unexported fields
}

func (*PriceBound) Descriptor deprecated added in v0.44.0

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

Deprecated: Use PriceBound.ProtoReflect.Descriptor instead.

func (*PriceBound) GetActive added in v0.44.0

func (x *PriceBound) GetActive() bool

func (*PriceBound) GetDownFactor added in v0.44.0

func (x *PriceBound) GetDownFactor() string

func (*PriceBound) GetTrigger added in v0.44.0

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

func (*PriceBound) GetUpFactor added in v0.44.0

func (x *PriceBound) GetUpFactor() string

func (*PriceBound) ProtoMessage added in v0.44.0

func (*PriceBound) ProtoMessage()

func (*PriceBound) ProtoReflect added in v0.49.0

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

func (*PriceBound) Reset added in v0.44.0

func (x *PriceBound) Reset()

func (*PriceBound) String added in v0.44.0

func (x *PriceBound) String() string

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"`
	PricesNow           []*CurrentPrice    `protobuf:"bytes,12,rep,name=prices_now,json=pricesNow,proto3" json:"prices_now,omitempty"`
	PricesPast          []*PastPrice       `protobuf:"bytes,13,rep,name=prices_past,json=pricesPast,proto3" json:"prices_past,omitempty"`
	ConsensusReached    bool               `protobuf:"varint,14,opt,name=consensus_reached,json=consensusReached,proto3" json:"consensus_reached,omitempty"`
	// contains filtered or unexported fields
}

func (*PriceMonitor) Descriptor deprecated added in v0.44.0

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

Deprecated: Use PriceMonitor.ProtoReflect.Descriptor instead.

func (*PriceMonitor) GetBounds added in v0.44.0

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

func (*PriceMonitor) GetConsensusReached added in v0.48.0

func (x *PriceMonitor) GetConsensusReached() bool

func (*PriceMonitor) GetFpHorizons added in v0.44.0

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

func (*PriceMonitor) GetInitialised added in v0.44.0

func (x *PriceMonitor) GetInitialised() bool

func (*PriceMonitor) GetNow added in v0.44.0

func (x *PriceMonitor) GetNow() int64

func (*PriceMonitor) GetPriceRangeCache added in v0.44.0

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

func (*PriceMonitor) GetPriceRangeCacheTime added in v0.44.0

func (x *PriceMonitor) GetPriceRangeCacheTime() int64

func (*PriceMonitor) GetPricesNow added in v0.46.0

func (x *PriceMonitor) GetPricesNow() []*CurrentPrice

func (*PriceMonitor) GetPricesPast added in v0.46.0

func (x *PriceMonitor) GetPricesPast() []*PastPrice

func (*PriceMonitor) GetRefPriceCache added in v0.44.0

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

func (*PriceMonitor) GetRefPriceCacheTime added in v0.44.0

func (x *PriceMonitor) GetRefPriceCacheTime() int64

func (*PriceMonitor) GetUpdate added in v0.44.0

func (x *PriceMonitor) GetUpdate() int64

func (*PriceMonitor) ProtoMessage added in v0.44.0

func (*PriceMonitor) ProtoMessage()

func (*PriceMonitor) ProtoReflect added in v0.49.0

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

func (*PriceMonitor) Reset added in v0.44.0

func (x *PriceMonitor) Reset()

func (*PriceMonitor) String added in v0.44.0

func (x *PriceMonitor) String() string

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"`
	// contains filtered or unexported fields
}

func (*PriceRange) Descriptor deprecated added in v0.44.0

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

Deprecated: Use PriceRange.ProtoReflect.Descriptor instead.

func (*PriceRange) GetMax added in v0.44.0

func (x *PriceRange) GetMax() string

func (*PriceRange) GetMin added in v0.44.0

func (x *PriceRange) GetMin() string

func (*PriceRange) GetRef added in v0.44.0

func (x *PriceRange) GetRef() string

func (*PriceRange) ProtoMessage added in v0.44.0

func (*PriceRange) ProtoMessage()

func (*PriceRange) ProtoReflect added in v0.49.0

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

func (*PriceRange) Reset added in v0.44.0

func (x *PriceRange) Reset()

func (*PriceRange) String added in v0.44.0

func (x *PriceRange) String() string

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"`
	// contains filtered or unexported fields
}

func (*PriceRangeCache) Descriptor deprecated added in v0.44.0

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

Deprecated: Use PriceRangeCache.ProtoReflect.Descriptor instead.

func (*PriceRangeCache) GetBound added in v0.44.0

func (x *PriceRangeCache) GetBound() *PriceBound

func (*PriceRangeCache) GetRange added in v0.44.0

func (x *PriceRangeCache) GetRange() *PriceRange

func (*PriceRangeCache) ProtoMessage added in v0.44.0

func (*PriceRangeCache) ProtoMessage()

func (*PriceRangeCache) ProtoReflect added in v0.49.0

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

func (*PriceRangeCache) Reset added in v0.44.0

func (x *PriceRangeCache) Reset()

func (*PriceRangeCache) String added in v0.44.0

func (x *PriceRangeCache) String() string

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"`
	// contains filtered or unexported fields
}

func (*PriceVolume) Descriptor deprecated added in v0.44.0

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

Deprecated: Use PriceVolume.ProtoReflect.Descriptor instead.

func (*PriceVolume) GetPrice added in v0.44.0

func (x *PriceVolume) GetPrice() string

func (*PriceVolume) GetVolume added in v0.44.0

func (x *PriceVolume) GetVolume() uint64

func (*PriceVolume) ProtoMessage added in v0.44.0

func (*PriceVolume) ProtoMessage()

func (*PriceVolume) ProtoReflect added in v0.49.0

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

func (*PriceVolume) Reset added in v0.44.0

func (x *PriceVolume) Reset()

func (*PriceVolume) String added in v0.44.0

func (x *PriceVolume) String() string

type ProofOfWork added in v0.49.3

type ProofOfWork struct {
	BlockHeight []uint64                `protobuf:"varint,1,rep,packed,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"`
	BlockHash   []string                `protobuf:"bytes,2,rep,name=block_hash,json=blockHash,proto3" json:"block_hash,omitempty"`
	TxAtHeight  []*TransactionsAtHeight `protobuf:"bytes,4,rep,name=tx_at_height,json=txAtHeight,proto3" json:"tx_at_height,omitempty"`
	TidAtHeight []*TransactionsAtHeight `protobuf:"bytes,6,rep,name=tid_at_height,json=tidAtHeight,proto3" json:"tid_at_height,omitempty"`
	Banned      []*BannedParty          `protobuf:"bytes,7,rep,name=banned,proto3" json:"banned,omitempty"`
	PowParams   []*ProofOfWorkParams    `protobuf:"bytes,8,rep,name=pow_params,json=powParams,proto3" json:"pow_params,omitempty"`
	// contains filtered or unexported fields
}

func (*ProofOfWork) Descriptor deprecated added in v0.49.3

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

Deprecated: Use ProofOfWork.ProtoReflect.Descriptor instead.

func (*ProofOfWork) GetBanned added in v0.49.3

func (x *ProofOfWork) GetBanned() []*BannedParty

func (*ProofOfWork) GetBlockHash added in v0.49.3

func (x *ProofOfWork) GetBlockHash() []string

func (*ProofOfWork) GetBlockHeight added in v0.49.3

func (x *ProofOfWork) GetBlockHeight() []uint64

func (*ProofOfWork) GetPowParams added in v0.52.0

func (x *ProofOfWork) GetPowParams() []*ProofOfWorkParams

func (*ProofOfWork) GetTidAtHeight added in v0.49.3

func (x *ProofOfWork) GetTidAtHeight() []*TransactionsAtHeight

func (*ProofOfWork) GetTxAtHeight added in v0.49.3

func (x *ProofOfWork) GetTxAtHeight() []*TransactionsAtHeight

func (*ProofOfWork) ProtoMessage added in v0.49.3

func (*ProofOfWork) ProtoMessage()

func (*ProofOfWork) ProtoReflect added in v0.49.3

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

func (*ProofOfWork) Reset added in v0.49.3

func (x *ProofOfWork) Reset()

func (*ProofOfWork) String added in v0.49.3

func (x *ProofOfWork) String() string

type ProofOfWorkParams added in v0.52.0

type ProofOfWorkParams struct {
	SpamPowNumberOfPastBlocks   uint64 `` /* 145-byte string literal not displayed */
	SpamPowDifficulty           uint32 `protobuf:"varint,2,opt,name=spam_pow_difficulty,json=spamPowDifficulty,proto3" json:"spam_pow_difficulty,omitempty"`
	SpamPowHashFunction         string `protobuf:"bytes,3,opt,name=spam_pow_hash_function,json=spamPowHashFunction,proto3" json:"spam_pow_hash_function,omitempty"`
	SpamPowNumberOfTxPerBlock   uint64 `` /* 147-byte string literal not displayed */
	SpamPowIncreasingDifficulty bool   `` /* 147-byte string literal not displayed */
	FromBlock                   uint64 `protobuf:"varint,6,opt,name=from_block,json=fromBlock,proto3" json:"from_block,omitempty"`
	UntilBlock                  int64  `protobuf:"varint,7,opt,name=until_block,json=untilBlock,proto3" json:"until_block,omitempty"`
	// contains filtered or unexported fields
}

func (*ProofOfWorkParams) Descriptor deprecated added in v0.52.0

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

Deprecated: Use ProofOfWorkParams.ProtoReflect.Descriptor instead.

func (*ProofOfWorkParams) GetFromBlock added in v0.52.0

func (x *ProofOfWorkParams) GetFromBlock() uint64

func (*ProofOfWorkParams) GetSpamPowDifficulty added in v0.52.0

func (x *ProofOfWorkParams) GetSpamPowDifficulty() uint32

func (*ProofOfWorkParams) GetSpamPowHashFunction added in v0.52.0

func (x *ProofOfWorkParams) GetSpamPowHashFunction() string

func (*ProofOfWorkParams) GetSpamPowIncreasingDifficulty added in v0.52.0

func (x *ProofOfWorkParams) GetSpamPowIncreasingDifficulty() bool

func (*ProofOfWorkParams) GetSpamPowNumberOfPastBlocks added in v0.52.0

func (x *ProofOfWorkParams) GetSpamPowNumberOfPastBlocks() uint64

func (*ProofOfWorkParams) GetSpamPowNumberOfTxPerBlock added in v0.52.0

func (x *ProofOfWorkParams) GetSpamPowNumberOfTxPerBlock() uint64

func (*ProofOfWorkParams) GetUntilBlock added in v0.52.0

func (x *ProofOfWorkParams) GetUntilBlock() int64

func (*ProofOfWorkParams) ProtoMessage added in v0.52.0

func (*ProofOfWorkParams) ProtoMessage()

func (*ProofOfWorkParams) ProtoReflect added in v0.52.0

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

func (*ProofOfWorkParams) Reset added in v0.52.0

func (x *ProofOfWorkParams) Reset()

func (*ProofOfWorkParams) String added in v0.52.0

func (x *ProofOfWorkParams) String() string

type ProposalData added in v0.49.0

type ProposalData 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"`
	// contains filtered or unexported fields
}

func (*ProposalData) Descriptor deprecated added in v0.49.0

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

Deprecated: Use ProposalData.ProtoReflect.Descriptor instead.

func (*ProposalData) GetInvalid added in v0.49.0

func (x *ProposalData) GetInvalid() []*vega.Vote

func (*ProposalData) GetNo added in v0.49.0

func (x *ProposalData) GetNo() []*vega.Vote

func (*ProposalData) GetProposal added in v0.49.0

func (x *ProposalData) GetProposal() *vega.Proposal

func (*ProposalData) GetYes added in v0.49.0

func (x *ProposalData) GetYes() []*vega.Vote

func (*ProposalData) ProtoMessage added in v0.49.0

func (*ProposalData) ProtoMessage()

func (*ProposalData) ProtoReflect added in v0.49.0

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

func (*ProposalData) Reset added in v0.49.0

func (x *ProposalData) Reset()

func (*ProposalData) String added in v0.49.0

func (x *ProposalData) String() string

type ReplayProtection added in v0.45.0

type ReplayProtection struct {
	Transactions []*TransactionAtHeight `protobuf:"bytes,1,rep,name=transactions,proto3" json:"transactions,omitempty"`
	BackTol      uint64                 `protobuf:"varint,2,opt,name=back_tol,json=backTol,proto3" json:"back_tol,omitempty"`
	ForwardTol   uint64                 `protobuf:"varint,3,opt,name=forward_tol,json=forwardTol,proto3" json:"forward_tol,omitempty"`
	// contains filtered or unexported fields
}

func (*ReplayProtection) Descriptor deprecated added in v0.45.0

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

Deprecated: Use ReplayProtection.ProtoReflect.Descriptor instead.

func (*ReplayProtection) GetBackTol added in v0.49.0

func (x *ReplayProtection) GetBackTol() uint64

func (*ReplayProtection) GetForwardTol added in v0.49.0

func (x *ReplayProtection) GetForwardTol() uint64

func (*ReplayProtection) GetTransactions added in v0.49.0

func (x *ReplayProtection) GetTransactions() []*TransactionAtHeight

func (*ReplayProtection) ProtoMessage added in v0.45.0

func (*ReplayProtection) ProtoMessage()

func (*ReplayProtection) ProtoReflect added in v0.49.0

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

func (*ReplayProtection) Reset added in v0.45.0

func (x *ReplayProtection) Reset()

func (*ReplayProtection) String added in v0.45.0

func (x *ReplayProtection) String() string

type Resource added in v0.45.1

type Resource struct {
	Id         string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	CheckUntil int64    `protobuf:"varint,2,opt,name=check_until,json=checkUntil,proto3" json:"check_until,omitempty"`
	Votes      []string `protobuf:"bytes,3,rep,name=votes,proto3" json:"votes,omitempty"`
	State      uint32   `protobuf:"varint,4,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*Resource) Descriptor deprecated added in v0.45.1

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

Deprecated: Use Resource.ProtoReflect.Descriptor instead.

func (*Resource) GetCheckUntil added in v0.45.1

func (x *Resource) GetCheckUntil() int64

func (*Resource) GetId added in v0.45.1

func (x *Resource) GetId() string

func (*Resource) GetState added in v0.45.1

func (x *Resource) GetState() uint32

func (*Resource) GetVotes added in v0.45.1

func (x *Resource) GetVotes() []string

func (*Resource) ProtoMessage added in v0.45.1

func (*Resource) ProtoMessage()

func (*Resource) ProtoReflect added in v0.49.0

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

func (*Resource) Reset added in v0.45.1

func (x *Resource) Reset()

func (*Resource) String added in v0.45.1

func (x *Resource) String() string

type RewardsPartyAmount added in v0.45.0

type RewardsPartyAmount 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"`
	// contains filtered or unexported fields
}

func (*RewardsPartyAmount) Descriptor deprecated added in v0.45.0

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

Deprecated: Use RewardsPartyAmount.ProtoReflect.Descriptor instead.

func (*RewardsPartyAmount) GetAmount added in v0.45.0

func (x *RewardsPartyAmount) GetAmount() string

func (*RewardsPartyAmount) GetParty added in v0.45.0

func (x *RewardsPartyAmount) GetParty() string

func (*RewardsPartyAmount) ProtoMessage added in v0.45.0

func (*RewardsPartyAmount) ProtoMessage()

func (*RewardsPartyAmount) ProtoReflect added in v0.49.0

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

func (*RewardsPartyAmount) Reset added in v0.45.0

func (x *RewardsPartyAmount) Reset()

func (*RewardsPartyAmount) String added in v0.45.0

func (x *RewardsPartyAmount) String() string

type RewardsPayout added in v0.45.0

type RewardsPayout struct {
	FromAccount       string                `protobuf:"bytes,1,opt,name=from_account,json=fromAccount,proto3" json:"from_account,omitempty"`
	Asset             string                `protobuf:"bytes,2,opt,name=asset,proto3" json:"asset,omitempty"`
	RewardPartyAmount []*RewardsPartyAmount `protobuf:"bytes,3,rep,name=reward_party_amount,json=rewardPartyAmount,proto3" json:"reward_party_amount,omitempty"`
	TotalReward       string                `protobuf:"bytes,4,opt,name=total_reward,json=totalReward,proto3" json:"total_reward,omitempty"`
	EpochSeq          string                `protobuf:"bytes,5,opt,name=epoch_seq,json=epochSeq,proto3" json:"epoch_seq,omitempty"`
	Timestamp         int64                 `protobuf:"varint,6,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*RewardsPayout) Descriptor deprecated added in v0.45.0

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

Deprecated: Use RewardsPayout.ProtoReflect.Descriptor instead.

func (*RewardsPayout) GetAsset added in v0.45.0

func (x *RewardsPayout) GetAsset() string

func (*RewardsPayout) GetEpochSeq added in v0.45.0

func (x *RewardsPayout) GetEpochSeq() string

func (*RewardsPayout) GetFromAccount added in v0.45.0

func (x *RewardsPayout) GetFromAccount() string

func (*RewardsPayout) GetRewardPartyAmount added in v0.45.0

func (x *RewardsPayout) GetRewardPartyAmount() []*RewardsPartyAmount

func (*RewardsPayout) GetTimestamp added in v0.45.0

func (x *RewardsPayout) GetTimestamp() int64

func (*RewardsPayout) GetTotalReward added in v0.45.0

func (x *RewardsPayout) GetTotalReward() string

func (*RewardsPayout) ProtoMessage added in v0.45.0

func (*RewardsPayout) ProtoMessage()

func (*RewardsPayout) ProtoReflect added in v0.49.0

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

func (*RewardsPayout) Reset added in v0.45.0

func (x *RewardsPayout) Reset()

func (*RewardsPayout) String added in v0.45.0

func (x *RewardsPayout) String() string

type RewardsPendingPayouts added in v0.44.0

type RewardsPendingPayouts struct {
	ScheduledRewardsPayout []*ScheduledRewardsPayout `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RewardsPendingPayouts) Descriptor deprecated added in v0.44.0

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

Deprecated: Use RewardsPendingPayouts.ProtoReflect.Descriptor instead.

func (*RewardsPendingPayouts) GetScheduledRewardsPayout added in v0.45.0

func (x *RewardsPendingPayouts) GetScheduledRewardsPayout() []*ScheduledRewardsPayout

func (*RewardsPendingPayouts) ProtoMessage added in v0.44.0

func (*RewardsPendingPayouts) ProtoMessage()

func (*RewardsPendingPayouts) ProtoReflect added in v0.49.0

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

func (*RewardsPendingPayouts) Reset added in v0.44.0

func (x *RewardsPendingPayouts) Reset()

func (*RewardsPendingPayouts) String added in v0.44.0

func (x *RewardsPendingPayouts) String() string

type ScheduledRewardsPayout added in v0.45.0

type ScheduledRewardsPayout struct {
	PayoutTime    int64            `protobuf:"varint,1,opt,name=payout_time,json=payoutTime,proto3" json:"payout_time,omitempty"`
	RewardsPayout []*RewardsPayout `protobuf:"bytes,2,rep,name=rewards_payout,json=rewardsPayout,proto3" json:"rewards_payout,omitempty"`
	// contains filtered or unexported fields
}

func (*ScheduledRewardsPayout) Descriptor deprecated added in v0.45.0

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

Deprecated: Use ScheduledRewardsPayout.ProtoReflect.Descriptor instead.

func (*ScheduledRewardsPayout) GetPayoutTime added in v0.45.0

func (x *ScheduledRewardsPayout) GetPayoutTime() int64

func (*ScheduledRewardsPayout) GetRewardsPayout added in v0.45.0

func (x *ScheduledRewardsPayout) GetRewardsPayout() []*RewardsPayout

func (*ScheduledRewardsPayout) ProtoMessage added in v0.45.0

func (*ScheduledRewardsPayout) ProtoMessage()

func (*ScheduledRewardsPayout) ProtoReflect added in v0.49.0

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

func (*ScheduledRewardsPayout) Reset added in v0.45.0

func (x *ScheduledRewardsPayout) Reset()

func (*ScheduledRewardsPayout) String added in v0.45.0

func (x *ScheduledRewardsPayout) String() string

type SignerEventsPerAddress added in v0.49.0

type SignerEventsPerAddress struct {
	Address string                          `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Events  []*v12.ERC20MultiSigSignerEvent `protobuf:"bytes,2,rep,name=events,proto3" json:"events,omitempty"`
	// contains filtered or unexported fields
}

func (*SignerEventsPerAddress) Descriptor deprecated added in v0.49.0

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

Deprecated: Use SignerEventsPerAddress.ProtoReflect.Descriptor instead.

func (*SignerEventsPerAddress) GetAddress added in v0.49.0

func (x *SignerEventsPerAddress) GetAddress() string

func (*SignerEventsPerAddress) GetEvents added in v0.49.0

func (*SignerEventsPerAddress) ProtoMessage added in v0.49.0

func (*SignerEventsPerAddress) ProtoMessage()

func (*SignerEventsPerAddress) ProtoReflect added in v0.49.0

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

func (*SignerEventsPerAddress) Reset added in v0.49.0

func (x *SignerEventsPerAddress) Reset()

func (*SignerEventsPerAddress) String added in v0.49.0

func (x *SignerEventsPerAddress) String() string

type SimpleSpamPolicy added in v0.45.0

type SimpleSpamPolicy struct {
	PolicyName      string                       `protobuf:"bytes,1,opt,name=policy_name,json=policyName,proto3" json:"policy_name,omitempty"`
	PartyToCount    []*SpamPartyTransactionCount `protobuf:"bytes,2,rep,name=party_to_count,json=partyToCount,proto3" json:"party_to_count,omitempty"`
	BannedParties   []*BannedParty               `protobuf:"bytes,3,rep,name=banned_parties,json=bannedParties,proto3" json:"banned_parties,omitempty"`
	TokenBalance    []*PartyTokenBalance         `protobuf:"bytes,4,rep,name=token_balance,json=tokenBalance,proto3" json:"token_balance,omitempty"`
	CurrentEpochSeq uint64                       `protobuf:"varint,5,opt,name=current_epoch_seq,json=currentEpochSeq,proto3" json:"current_epoch_seq,omitempty"`
	// contains filtered or unexported fields
}

func (*SimpleSpamPolicy) Descriptor deprecated added in v0.45.0

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

Deprecated: Use SimpleSpamPolicy.ProtoReflect.Descriptor instead.

func (*SimpleSpamPolicy) GetBannedParties added in v0.45.0

func (x *SimpleSpamPolicy) GetBannedParties() []*BannedParty

func (*SimpleSpamPolicy) GetCurrentEpochSeq added in v0.45.0

func (x *SimpleSpamPolicy) GetCurrentEpochSeq() uint64

func (*SimpleSpamPolicy) GetPartyToCount added in v0.45.0

func (x *SimpleSpamPolicy) GetPartyToCount() []*SpamPartyTransactionCount

func (*SimpleSpamPolicy) GetPolicyName added in v0.45.0

func (x *SimpleSpamPolicy) GetPolicyName() string

func (*SimpleSpamPolicy) GetTokenBalance added in v0.45.0

func (x *SimpleSpamPolicy) GetTokenBalance() []*PartyTokenBalance

func (*SimpleSpamPolicy) ProtoMessage added in v0.45.0

func (*SimpleSpamPolicy) ProtoMessage()

func (*SimpleSpamPolicy) ProtoReflect added in v0.49.0

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

func (*SimpleSpamPolicy) Reset added in v0.45.0

func (x *SimpleSpamPolicy) Reset()

func (*SimpleSpamPolicy) String added in v0.45.0

func (x *SimpleSpamPolicy) String() string

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"`
	// contains filtered or unexported fields
}

func (*Snapshot) Descriptor deprecated

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

Deprecated: Use Snapshot.ProtoReflect.Descriptor instead.

func (*Snapshot) GetChunks added in v0.44.0

func (x *Snapshot) GetChunks() uint32

func (*Snapshot) GetFormat added in v0.44.0

func (x *Snapshot) GetFormat() Format

func (*Snapshot) GetHash

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

func (*Snapshot) GetHeight added in v0.44.0

func (x *Snapshot) GetHeight() uint64

func (*Snapshot) GetMetadata added in v0.44.0

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

func (*Snapshot) ProtoMessage

func (*Snapshot) ProtoMessage()

func (*Snapshot) ProtoReflect added in v0.49.0

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

func (*Snapshot) Reset

func (x *Snapshot) Reset()

func (*Snapshot) String

func (x *Snapshot) String() string

type SpamPartyTransactionCount added in v0.45.0

type SpamPartyTransactionCount struct {
	Party string `protobuf:"bytes,1,opt,name=party,proto3" json:"party,omitempty"`
	Count uint64 `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*SpamPartyTransactionCount) Descriptor deprecated added in v0.45.0

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

Deprecated: Use SpamPartyTransactionCount.ProtoReflect.Descriptor instead.

func (*SpamPartyTransactionCount) GetCount added in v0.45.0

func (x *SpamPartyTransactionCount) GetCount() uint64

func (*SpamPartyTransactionCount) GetParty added in v0.45.0

func (x *SpamPartyTransactionCount) GetParty() string

func (*SpamPartyTransactionCount) ProtoMessage added in v0.45.0

func (*SpamPartyTransactionCount) ProtoMessage()

func (*SpamPartyTransactionCount) ProtoReflect added in v0.49.0

func (*SpamPartyTransactionCount) Reset added in v0.45.0

func (x *SpamPartyTransactionCount) Reset()

func (*SpamPartyTransactionCount) String added in v0.45.0

func (x *SpamPartyTransactionCount) String() string

type StakeVerifierDeposited added in v0.45.1

type StakeVerifierDeposited struct {
	PendingDeposited []*StakeVerifierPending `protobuf:"bytes,1,rep,name=pending_deposited,json=pendingDeposited,proto3" json:"pending_deposited,omitempty"`
	// contains filtered or unexported fields
}

func (*StakeVerifierDeposited) Descriptor deprecated added in v0.45.1

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

Deprecated: Use StakeVerifierDeposited.ProtoReflect.Descriptor instead.

func (*StakeVerifierDeposited) GetPendingDeposited added in v0.45.1

func (x *StakeVerifierDeposited) GetPendingDeposited() []*StakeVerifierPending

func (*StakeVerifierDeposited) ProtoMessage added in v0.45.1

func (*StakeVerifierDeposited) ProtoMessage()

func (*StakeVerifierDeposited) ProtoReflect added in v0.49.0

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

func (*StakeVerifierDeposited) Reset added in v0.45.1

func (x *StakeVerifierDeposited) Reset()

func (*StakeVerifierDeposited) String added in v0.45.1

func (x *StakeVerifierDeposited) String() string

type StakeVerifierPending added in v0.45.1

type StakeVerifierPending struct {
	EthereumAddress string `protobuf:"bytes,1,opt,name=ethereum_address,json=ethereumAddress,proto3" json:"ethereum_address,omitempty"`
	VegaPublicKey   string `protobuf:"bytes,2,opt,name=vega_public_key,json=vegaPublicKey,proto3" json:"vega_public_key,omitempty"`
	Amount          string `protobuf:"bytes,3,opt,name=amount,proto3" json:"amount,omitempty"`
	BlockTime       int64  `protobuf:"varint,4,opt,name=block_time,json=blockTime,proto3" json:"block_time,omitempty"`
	BlockNumber     uint64 `protobuf:"varint,5,opt,name=block_number,json=blockNumber,proto3" json:"block_number,omitempty"`
	LogIndex        uint64 `protobuf:"varint,6,opt,name=log_index,json=logIndex,proto3" json:"log_index,omitempty"`
	TxId            string `protobuf:"bytes,7,opt,name=tx_id,json=txId,proto3" json:"tx_id,omitempty"`
	Id              string `protobuf:"bytes,8,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*StakeVerifierPending) Descriptor deprecated added in v0.45.1

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

Deprecated: Use StakeVerifierPending.ProtoReflect.Descriptor instead.

func (*StakeVerifierPending) GetAmount added in v0.45.1

func (x *StakeVerifierPending) GetAmount() string

func (*StakeVerifierPending) GetBlockNumber added in v0.45.1

func (x *StakeVerifierPending) GetBlockNumber() uint64

func (*StakeVerifierPending) GetBlockTime added in v0.45.1

func (x *StakeVerifierPending) GetBlockTime() int64

func (*StakeVerifierPending) GetEthereumAddress added in v0.45.1

func (x *StakeVerifierPending) GetEthereumAddress() string

func (*StakeVerifierPending) GetId added in v0.45.1

func (x *StakeVerifierPending) GetId() string

func (*StakeVerifierPending) GetLogIndex added in v0.45.1

func (x *StakeVerifierPending) GetLogIndex() uint64

func (*StakeVerifierPending) GetTxId added in v0.45.1

func (x *StakeVerifierPending) GetTxId() string

func (*StakeVerifierPending) GetVegaPublicKey added in v0.45.1

func (x *StakeVerifierPending) GetVegaPublicKey() string

func (*StakeVerifierPending) ProtoMessage added in v0.45.1

func (*StakeVerifierPending) ProtoMessage()

func (*StakeVerifierPending) ProtoReflect added in v0.49.0

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

func (*StakeVerifierPending) Reset added in v0.45.1

func (x *StakeVerifierPending) Reset()

func (*StakeVerifierPending) String added in v0.45.1

func (x *StakeVerifierPending) String() string

type StakeVerifierRemoved added in v0.45.1

type StakeVerifierRemoved struct {
	PendingRemoved []*StakeVerifierPending `protobuf:"bytes,1,rep,name=pending_removed,json=pendingRemoved,proto3" json:"pending_removed,omitempty"`
	// contains filtered or unexported fields
}

func (*StakeVerifierRemoved) Descriptor deprecated added in v0.45.1

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

Deprecated: Use StakeVerifierRemoved.ProtoReflect.Descriptor instead.

func (*StakeVerifierRemoved) GetPendingRemoved added in v0.45.1

func (x *StakeVerifierRemoved) GetPendingRemoved() []*StakeVerifierPending

func (*StakeVerifierRemoved) ProtoMessage added in v0.45.1

func (*StakeVerifierRemoved) ProtoMessage()

func (*StakeVerifierRemoved) ProtoReflect added in v0.49.0

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

func (*StakeVerifierRemoved) Reset added in v0.45.1

func (x *StakeVerifierRemoved) Reset()

func (*StakeVerifierRemoved) String added in v0.45.1

func (x *StakeVerifierRemoved) String() string

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  []*v12.StakeLinking `protobuf:"bytes,3,rep,name=events,proto3" json:"events,omitempty"`
	// contains filtered or unexported fields
}

func (*StakingAccount) Descriptor deprecated added in v0.44.0

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

Deprecated: Use StakingAccount.ProtoReflect.Descriptor instead.

func (*StakingAccount) GetBalance added in v0.44.0

func (x *StakingAccount) GetBalance() string

func (*StakingAccount) GetEvents added in v0.44.0

func (x *StakingAccount) GetEvents() []*v12.StakeLinking

func (*StakingAccount) GetParty added in v0.44.0

func (x *StakingAccount) GetParty() string

func (*StakingAccount) ProtoMessage added in v0.44.0

func (*StakingAccount) ProtoMessage()

func (*StakingAccount) ProtoReflect added in v0.49.0

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

func (*StakingAccount) Reset added in v0.44.0

func (x *StakingAccount) Reset()

func (*StakingAccount) String added in v0.44.0

func (x *StakingAccount) String() string

type StakingAccounts added in v0.44.0

type StakingAccounts struct {
	Accounts                []*StakingAccount `protobuf:"bytes,1,rep,name=accounts,proto3" json:"accounts,omitempty"`
	StakingAssetTotalSupply string            `` /* 134-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*StakingAccounts) Descriptor deprecated added in v0.44.0

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

Deprecated: Use StakingAccounts.ProtoReflect.Descriptor instead.

func (*StakingAccounts) GetAccounts added in v0.44.0

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

func (*StakingAccounts) GetStakingAssetTotalSupply added in v0.48.0

func (x *StakingAccounts) GetStakingAssetTotalSupply() string

func (*StakingAccounts) ProtoMessage added in v0.44.0

func (*StakingAccounts) ProtoMessage()

func (*StakingAccounts) ProtoReflect added in v0.49.0

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

func (*StakingAccounts) Reset added in v0.44.0

func (x *StakingAccounts) Reset()

func (*StakingAccounts) String added in v0.44.0

func (x *StakingAccounts) String() string

type StateVarInternalState added in v0.51.1

type StateVarInternalState struct {
	Id                          string                          `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	State                       int32                           `protobuf:"varint,2,opt,name=state,proto3" json:"state,omitempty"`
	EventId                     string                          `protobuf:"bytes,3,opt,name=event_id,json=eventId,proto3" json:"event_id,omitempty"`
	ValidatorsResults           []*FloatingPointValidatorResult `protobuf:"bytes,4,rep,name=validators_results,json=validatorsResults,proto3" json:"validators_results,omitempty"`
	RoundsSinceMeaningfulUpdate int32                           `` /* 147-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*StateVarInternalState) Descriptor deprecated added in v0.51.1

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

Deprecated: Use StateVarInternalState.ProtoReflect.Descriptor instead.

func (*StateVarInternalState) GetEventId added in v0.51.1

func (x *StateVarInternalState) GetEventId() string

func (*StateVarInternalState) GetId added in v0.51.1

func (x *StateVarInternalState) GetId() string

func (*StateVarInternalState) GetRoundsSinceMeaningfulUpdate added in v0.51.1

func (x *StateVarInternalState) GetRoundsSinceMeaningfulUpdate() int32

func (*StateVarInternalState) GetState added in v0.51.1

func (x *StateVarInternalState) GetState() int32

func (*StateVarInternalState) GetValidatorsResults added in v0.51.1

func (x *StateVarInternalState) GetValidatorsResults() []*FloatingPointValidatorResult

func (*StateVarInternalState) ProtoMessage added in v0.51.1

func (*StateVarInternalState) ProtoMessage()

func (*StateVarInternalState) ProtoReflect added in v0.51.1

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

func (*StateVarInternalState) Reset added in v0.51.1

func (x *StateVarInternalState) Reset()

func (*StateVarInternalState) String added in v0.51.1

func (x *StateVarInternalState) String() string

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"`
	// contains filtered or unexported fields
}

func (*TimePrice) Descriptor deprecated added in v0.44.0

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

Deprecated: Use TimePrice.ProtoReflect.Descriptor instead.

func (*TimePrice) GetPrice added in v0.44.0

func (x *TimePrice) GetPrice() string

func (*TimePrice) GetTime added in v0.44.0

func (x *TimePrice) GetTime() int64

func (*TimePrice) ProtoMessage added in v0.44.0

func (*TimePrice) ProtoMessage()

func (*TimePrice) ProtoReflect added in v0.49.0

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

func (*TimePrice) Reset added in v0.44.0

func (x *TimePrice) Reset()

func (*TimePrice) String added in v0.44.0

func (x *TimePrice) String() string

type TimestampedOpenInterest added in v0.46.0

type TimestampedOpenInterest struct {
	OpenInterest uint64 `protobuf:"varint,1,opt,name=open_interest,json=openInterest,proto3" json:"open_interest,omitempty"`
	Time         int64  `protobuf:"varint,2,opt,name=time,proto3" json:"time,omitempty"`
	// contains filtered or unexported fields
}

func (*TimestampedOpenInterest) Descriptor deprecated added in v0.46.0

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

Deprecated: Use TimestampedOpenInterest.ProtoReflect.Descriptor instead.

func (*TimestampedOpenInterest) GetOpenInterest added in v0.46.0

func (x *TimestampedOpenInterest) GetOpenInterest() uint64

func (*TimestampedOpenInterest) GetTime added in v0.46.0

func (x *TimestampedOpenInterest) GetTime() int64

func (*TimestampedOpenInterest) ProtoMessage added in v0.46.0

func (*TimestampedOpenInterest) ProtoMessage()

func (*TimestampedOpenInterest) ProtoReflect added in v0.49.0

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

func (*TimestampedOpenInterest) Reset added in v0.46.0

func (x *TimestampedOpenInterest) Reset()

func (*TimestampedOpenInterest) String added in v0.46.0

func (x *TimestampedOpenInterest) String() string

type Topology added in v0.46.0

type Topology struct {
	ValidatorData               []*ValidatorState             `protobuf:"bytes,1,rep,name=validator_data,json=validatorData,proto3" json:"validator_data,omitempty"`
	ChainKeys                   []string                      `protobuf:"bytes,2,rep,name=chain_keys,json=chainKeys,proto3" json:"chain_keys,omitempty"`
	PendingPubKeyRotations      []*PendingKeyRotation         `` /* 131-byte string literal not displayed */
	ValidatorPerformance        *ValidatorPerformance         `protobuf:"bytes,4,opt,name=validator_performance,json=validatorPerformance,proto3" json:"validator_performance,omitempty"`
	PendingEthereumKeyRotations []*PendingEthereumKeyRotation `` /* 146-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Topology) Descriptor deprecated added in v0.46.0

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

Deprecated: Use Topology.ProtoReflect.Descriptor instead.

func (*Topology) GetChainKeys added in v0.46.0

func (x *Topology) GetChainKeys() []string

func (*Topology) GetPendingEthereumKeyRotations added in v0.50.0

func (x *Topology) GetPendingEthereumKeyRotations() []*PendingEthereumKeyRotation

func (*Topology) GetPendingPubKeyRotations added in v0.47.0

func (x *Topology) GetPendingPubKeyRotations() []*PendingKeyRotation

func (*Topology) GetValidatorData added in v0.46.0

func (x *Topology) GetValidatorData() []*ValidatorState

func (*Topology) GetValidatorPerformance added in v0.48.0

func (x *Topology) GetValidatorPerformance() *ValidatorPerformance

func (*Topology) ProtoMessage added in v0.46.0

func (*Topology) ProtoMessage()

func (*Topology) ProtoReflect added in v0.49.0

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

func (*Topology) Reset added in v0.46.0

func (x *Topology) Reset()

func (*Topology) String added in v0.46.0

func (x *Topology) String() string

type TransactionAtHeight added in v0.49.0

type TransactionAtHeight struct {
	Tx     string `protobuf:"bytes,1,opt,name=tx,proto3" json:"tx,omitempty"`
	Height uint64 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"`
	// contains filtered or unexported fields
}

func (*TransactionAtHeight) Descriptor deprecated added in v0.49.0

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

Deprecated: Use TransactionAtHeight.ProtoReflect.Descriptor instead.

func (*TransactionAtHeight) GetHeight added in v0.49.0

func (x *TransactionAtHeight) GetHeight() uint64

func (*TransactionAtHeight) GetTx added in v0.49.0

func (x *TransactionAtHeight) GetTx() string

func (*TransactionAtHeight) ProtoMessage added in v0.49.0

func (*TransactionAtHeight) ProtoMessage()

func (*TransactionAtHeight) ProtoReflect added in v0.49.0

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

func (*TransactionAtHeight) Reset added in v0.49.0

func (x *TransactionAtHeight) Reset()

func (*TransactionAtHeight) String added in v0.49.0

func (x *TransactionAtHeight) String() string

type TransactionsAtHeight added in v0.49.3

type TransactionsAtHeight struct {
	Height       uint64   `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"`
	Transactions []string `protobuf:"bytes,2,rep,name=transactions,proto3" json:"transactions,omitempty"`
	// contains filtered or unexported fields
}

func (*TransactionsAtHeight) Descriptor deprecated added in v0.49.3

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

Deprecated: Use TransactionsAtHeight.ProtoReflect.Descriptor instead.

func (*TransactionsAtHeight) GetHeight added in v0.49.3

func (x *TransactionsAtHeight) GetHeight() uint64

func (*TransactionsAtHeight) GetTransactions added in v0.49.3

func (x *TransactionsAtHeight) GetTransactions() []string

func (*TransactionsAtHeight) ProtoMessage added in v0.49.3

func (*TransactionsAtHeight) ProtoMessage()

func (*TransactionsAtHeight) ProtoReflect added in v0.49.3

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

func (*TransactionsAtHeight) Reset added in v0.49.3

func (x *TransactionsAtHeight) Reset()

func (*TransactionsAtHeight) String added in v0.49.3

func (x *TransactionsAtHeight) String() string

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"`
	// contains filtered or unexported fields
}

func (*TxRef) Descriptor deprecated added in v0.44.0

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

Deprecated: Use TxRef.ProtoReflect.Descriptor instead.

func (*TxRef) GetAsset added in v0.44.0

func (x *TxRef) GetAsset() string

func (*TxRef) GetBlockNr added in v0.44.0

func (x *TxRef) GetBlockNr() uint64

func (*TxRef) GetHash added in v0.44.0

func (x *TxRef) GetHash() string

func (*TxRef) GetLogIndex added in v0.44.0

func (x *TxRef) GetLogIndex() uint64

func (*TxRef) ProtoMessage added in v0.44.0

func (*TxRef) ProtoMessage()

func (*TxRef) ProtoReflect added in v0.49.0

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

func (*TxRef) Reset added in v0.44.0

func (x *TxRef) Reset()

func (*TxRef) String added in v0.44.0

func (x *TxRef) String() string

type ValidatorPerformance added in v0.48.0

type ValidatorPerformance struct {
	ValidatorPerfStats []*PerformanceStats `protobuf:"bytes,1,rep,name=validator_perf_stats,json=validatorPerfStats,proto3" json:"validator_perf_stats,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidatorPerformance) Descriptor deprecated added in v0.48.0

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

Deprecated: Use ValidatorPerformance.ProtoReflect.Descriptor instead.

func (*ValidatorPerformance) GetValidatorPerfStats added in v0.48.0

func (x *ValidatorPerformance) GetValidatorPerfStats() []*PerformanceStats

func (*ValidatorPerformance) ProtoMessage added in v0.48.0

func (*ValidatorPerformance) ProtoMessage()

func (*ValidatorPerformance) ProtoReflect added in v0.49.0

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

func (*ValidatorPerformance) Reset added in v0.48.0

func (x *ValidatorPerformance) Reset()

func (*ValidatorPerformance) String added in v0.48.0

func (x *ValidatorPerformance) String() string

type ValidatorState added in v0.49.0

type ValidatorState struct {
	ValidatorUpdate              *v12.ValidatorUpdate `protobuf:"bytes,1,opt,name=validator_update,json=validatorUpdate,proto3" json:"validator_update,omitempty"`
	BlockAdded                   uint64               `protobuf:"varint,2,opt,name=block_added,json=blockAdded,proto3" json:"block_added,omitempty"`
	Status                       int32                `protobuf:"varint,3,opt,name=status,proto3" json:"status,omitempty"`
	StatusChangeBlock            uint64               `protobuf:"varint,4,opt,name=status_change_block,json=statusChangeBlock,proto3" json:"status_change_block,omitempty"`
	LastBlockWithPositiveRanking uint64               `` /* 152-byte string literal not displayed */
	EthEventsForwarded           uint64               `protobuf:"varint,6,opt,name=eth_events_forwarded,json=ethEventsForwarded,proto3" json:"eth_events_forwarded,omitempty"`
	HeartbeatTracker             *HeartbeatTracker    `protobuf:"bytes,7,opt,name=heartbeat_tracker,json=heartbeatTracker,proto3" json:"heartbeat_tracker,omitempty"`
	ValidatorPower               int64                `protobuf:"varint,8,opt,name=validator_power,json=validatorPower,proto3" json:"validator_power,omitempty"`
	RankingScore                 *vega.RankingScore   `protobuf:"bytes,9,opt,name=ranking_score,json=rankingScore,proto3" json:"ranking_score,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidatorState) Descriptor deprecated added in v0.49.0

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

Deprecated: Use ValidatorState.ProtoReflect.Descriptor instead.

func (*ValidatorState) GetBlockAdded added in v0.49.0

func (x *ValidatorState) GetBlockAdded() uint64

func (*ValidatorState) GetEthEventsForwarded added in v0.49.0

func (x *ValidatorState) GetEthEventsForwarded() uint64

func (*ValidatorState) GetHeartbeatTracker added in v0.49.0

func (x *ValidatorState) GetHeartbeatTracker() *HeartbeatTracker

func (*ValidatorState) GetLastBlockWithPositiveRanking added in v0.49.0

func (x *ValidatorState) GetLastBlockWithPositiveRanking() uint64

func (*ValidatorState) GetRankingScore added in v0.49.1

func (x *ValidatorState) GetRankingScore() *vega.RankingScore

func (*ValidatorState) GetStatus added in v0.49.0

func (x *ValidatorState) GetStatus() int32

func (*ValidatorState) GetStatusChangeBlock added in v0.49.0

func (x *ValidatorState) GetStatusChangeBlock() uint64

func (*ValidatorState) GetValidatorPower added in v0.49.0

func (x *ValidatorState) GetValidatorPower() int64

func (*ValidatorState) GetValidatorUpdate added in v0.49.0

func (x *ValidatorState) GetValidatorUpdate() *v12.ValidatorUpdate

func (*ValidatorState) ProtoMessage added in v0.49.0

func (*ValidatorState) ProtoMessage()

func (*ValidatorState) ProtoReflect added in v0.49.0

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

func (*ValidatorState) Reset added in v0.49.0

func (x *ValidatorState) Reset()

func (*ValidatorState) String added in v0.49.0

func (x *ValidatorState) String() string

type VoteSpamPolicy added in v0.45.0

type VoteSpamPolicy struct {
	PartyToVote             []*PartyProposalVoteCount `protobuf:"bytes,1,rep,name=party_to_vote,json=partyToVote,proto3" json:"party_to_vote,omitempty"`
	BannedParties           []*BannedParty            `protobuf:"bytes,2,rep,name=banned_parties,json=bannedParties,proto3" json:"banned_parties,omitempty"`
	TokenBalance            []*PartyTokenBalance      `protobuf:"bytes,3,rep,name=token_balance,json=tokenBalance,proto3" json:"token_balance,omitempty"`
	RecentBlocksRejectStats []*BlockRejectStats       `` /* 134-byte string literal not displayed */
	CurrentBlockIndex       uint64                    `protobuf:"varint,5,opt,name=current_block_index,json=currentBlockIndex,proto3" json:"current_block_index,omitempty"`
	LastIncreaseBlock       uint64                    `protobuf:"varint,6,opt,name=last_increase_block,json=lastIncreaseBlock,proto3" json:"last_increase_block,omitempty"`
	CurrentEpochSeq         uint64                    `protobuf:"varint,7,opt,name=current_epoch_seq,json=currentEpochSeq,proto3" json:"current_epoch_seq,omitempty"`
	MinVotingTokensFactor   string                    `` /* 128-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*VoteSpamPolicy) Descriptor deprecated added in v0.45.0

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

Deprecated: Use VoteSpamPolicy.ProtoReflect.Descriptor instead.

func (*VoteSpamPolicy) GetBannedParties added in v0.45.0

func (x *VoteSpamPolicy) GetBannedParties() []*BannedParty

func (*VoteSpamPolicy) GetCurrentBlockIndex added in v0.45.0

func (x *VoteSpamPolicy) GetCurrentBlockIndex() uint64

func (*VoteSpamPolicy) GetCurrentEpochSeq added in v0.45.0

func (x *VoteSpamPolicy) GetCurrentEpochSeq() uint64

func (*VoteSpamPolicy) GetLastIncreaseBlock added in v0.45.0

func (x *VoteSpamPolicy) GetLastIncreaseBlock() uint64

func (*VoteSpamPolicy) GetMinVotingTokensFactor added in v0.45.0

func (x *VoteSpamPolicy) GetMinVotingTokensFactor() string

func (*VoteSpamPolicy) GetPartyToVote added in v0.45.0

func (x *VoteSpamPolicy) GetPartyToVote() []*PartyProposalVoteCount

func (*VoteSpamPolicy) GetRecentBlocksRejectStats added in v0.45.0

func (x *VoteSpamPolicy) GetRecentBlocksRejectStats() []*BlockRejectStats

func (*VoteSpamPolicy) GetTokenBalance added in v0.45.0

func (x *VoteSpamPolicy) GetTokenBalance() []*PartyTokenBalance

func (*VoteSpamPolicy) ProtoMessage added in v0.45.0

func (*VoteSpamPolicy) ProtoMessage()

func (*VoteSpamPolicy) ProtoReflect added in v0.49.0

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

func (*VoteSpamPolicy) Reset added in v0.45.0

func (x *VoteSpamPolicy) Reset()

func (*VoteSpamPolicy) String added in v0.45.0

func (x *VoteSpamPolicy) String() string

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"`
	// contains filtered or unexported fields
}

func (*Withdrawal) Descriptor deprecated added in v0.44.0

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

Deprecated: Use Withdrawal.ProtoReflect.Descriptor instead.

func (*Withdrawal) GetRef added in v0.44.0

func (x *Withdrawal) GetRef() string

func (*Withdrawal) GetWithdrawal added in v0.44.0

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

func (*Withdrawal) ProtoMessage added in v0.44.0

func (*Withdrawal) ProtoMessage()

func (*Withdrawal) ProtoReflect added in v0.49.0

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

func (*Withdrawal) Reset added in v0.44.0

func (x *Withdrawal) Reset()

func (*Withdrawal) String added in v0.44.0

func (x *Withdrawal) String() string

type Witness added in v0.45.1

type Witness struct {
	Resources           []*Resource `protobuf:"bytes,1,rep,name=resources,proto3" json:"resources,omitempty"`
	NeedResendResources []string    `protobuf:"bytes,2,rep,name=need_resend_resources,json=needResendResources,proto3" json:"need_resend_resources,omitempty"`
	// contains filtered or unexported fields
}

func (*Witness) Descriptor deprecated added in v0.45.1

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

Deprecated: Use Witness.ProtoReflect.Descriptor instead.

func (*Witness) GetNeedResendResources added in v0.45.1

func (x *Witness) GetNeedResendResources() []string

func (*Witness) GetResources added in v0.45.1

func (x *Witness) GetResources() []*Resource

func (*Witness) ProtoMessage added in v0.45.1

func (*Witness) ProtoMessage()

func (*Witness) ProtoReflect added in v0.49.0

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

func (*Witness) Reset added in v0.45.1

func (x *Witness) Reset()

func (*Witness) String added in v0.45.1

func (x *Witness) String() string

Jump to

Keyboard shortcuts

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