v1

package
v0.75.8 Latest Latest
Warning

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

Go to latest
Published: Apr 3, 2024 License: AGPL-3.0 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 AcceptedProtocolUpgradeProposal

type AcceptedProtocolUpgradeProposal struct {

	// Block height at which to perform the upgrade
	UpgradeBlockHeight uint64 `protobuf:"varint,1,opt,name=upgrade_block_height,json=upgradeBlockHeight,proto3" json:"upgrade_block_height,omitempty"`
	// Release tag for the vega binary
	VegaReleaseTag string `protobuf:"bytes,2,opt,name=vega_release_tag,json=vegaReleaseTag,proto3" json:"vega_release_tag,omitempty"`
	// contains filtered or unexported fields
}

func (*AcceptedProtocolUpgradeProposal) Descriptor deprecated

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

Deprecated: Use AcceptedProtocolUpgradeProposal.ProtoReflect.Descriptor instead.

func (*AcceptedProtocolUpgradeProposal) GetUpgradeBlockHeight

func (x *AcceptedProtocolUpgradeProposal) GetUpgradeBlockHeight() uint64

func (*AcceptedProtocolUpgradeProposal) GetVegaReleaseTag

func (x *AcceptedProtocolUpgradeProposal) GetVegaReleaseTag() string

func (*AcceptedProtocolUpgradeProposal) ProtoMessage

func (*AcceptedProtocolUpgradeProposal) ProtoMessage()

func (*AcceptedProtocolUpgradeProposal) ProtoReflect

func (*AcceptedProtocolUpgradeProposal) Reset

func (*AcceptedProtocolUpgradeProposal) String

type ActiveAssets

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

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

Deprecated: Use ActiveAssets.ProtoReflect.Descriptor instead.

func (*ActiveAssets) GetAssets

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

func (*ActiveAssets) ProtoMessage

func (*ActiveAssets) ProtoMessage()

func (*ActiveAssets) ProtoReflect

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

func (*ActiveAssets) Reset

func (x *ActiveAssets) Reset()

func (*ActiveAssets) String

func (x *ActiveAssets) String() string

type ActivityStreak added in v0.73.0

type ActivityStreak struct {
	PartiesActivityStreak []*PartyActivityStreak `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ActivityStreak) Descriptor deprecated added in v0.73.0

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

Deprecated: Use ActivityStreak.ProtoReflect.Descriptor instead.

func (*ActivityStreak) GetPartiesActivityStreak added in v0.73.0

func (x *ActivityStreak) GetPartiesActivityStreak() []*PartyActivityStreak

func (*ActivityStreak) ProtoMessage added in v0.73.0

func (*ActivityStreak) ProtoMessage()

func (*ActivityStreak) ProtoReflect added in v0.73.0

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

func (*ActivityStreak) Reset added in v0.73.0

func (x *ActivityStreak) Reset()

func (*ActivityStreak) String added in v0.73.0

func (x *ActivityStreak) String() string

type AppState

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"`
	ProtocolVersion string `protobuf:"bytes,5,opt,name=protocol_version,json=protocolVersion,proto3" json:"protocol_version,omitempty"`
	ProtocolUpgrade bool   `protobuf:"varint,6,opt,name=protocol_upgrade,json=protocolUpgrade,proto3" json:"protocol_upgrade,omitempty"`
	// contains filtered or unexported fields
}

func (*AppState) Descriptor deprecated

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

Deprecated: Use AppState.ProtoReflect.Descriptor instead.

func (*AppState) GetBlock

func (x *AppState) GetBlock() string

func (*AppState) GetChainId

func (x *AppState) GetChainId() string

func (*AppState) GetHeight

func (x *AppState) GetHeight() uint64

func (*AppState) GetProtocolUpgrade added in v0.73.0

func (x *AppState) GetProtocolUpgrade() bool

func (*AppState) GetProtocolVersion added in v0.73.0

func (x *AppState) GetProtocolVersion() string

func (*AppState) GetTime

func (x *AppState) GetTime() int64

func (*AppState) ProtoMessage

func (*AppState) ProtoMessage()

func (*AppState) ProtoReflect

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

func (*AppState) Reset

func (x *AppState) Reset()

func (*AppState) String

func (x *AppState) String() string

type AssetLocked added in v0.73.0

type AssetLocked struct {
	Asset         string          `protobuf:"bytes,1,opt,name=asset,proto3" json:"asset,omitempty"`
	EpochBalances []*EpochBalance `protobuf:"bytes,2,rep,name=epoch_balances,json=epochBalances,proto3" json:"epoch_balances,omitempty"`
	// contains filtered or unexported fields
}

func (*AssetLocked) Descriptor deprecated added in v0.73.0

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

Deprecated: Use AssetLocked.ProtoReflect.Descriptor instead.

func (*AssetLocked) GetAsset added in v0.73.0

func (x *AssetLocked) GetAsset() string

func (*AssetLocked) GetEpochBalances added in v0.73.0

func (x *AssetLocked) GetEpochBalances() []*EpochBalance

func (*AssetLocked) ProtoMessage added in v0.73.0

func (*AssetLocked) ProtoMessage()

func (*AssetLocked) ProtoReflect added in v0.73.0

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

func (*AssetLocked) Reset added in v0.73.0

func (x *AssetLocked) Reset()

func (*AssetLocked) String added in v0.73.0

func (x *AssetLocked) String() string

type AuctionIntervals added in v0.74.0

type AuctionIntervals struct {
	T            []int64 `protobuf:"varint,1,rep,packed,name=t,proto3" json:"t,omitempty"`
	AuctionStart int64   `protobuf:"varint,2,opt,name=auction_start,json=auctionStart,proto3" json:"auction_start,omitempty"`
	Total        int64   `protobuf:"varint,3,opt,name=total,proto3" json:"total,omitempty"`
	// contains filtered or unexported fields
}

func (*AuctionIntervals) Descriptor deprecated added in v0.74.0

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

Deprecated: Use AuctionIntervals.ProtoReflect.Descriptor instead.

func (*AuctionIntervals) GetAuctionStart added in v0.74.0

func (x *AuctionIntervals) GetAuctionStart() int64

func (*AuctionIntervals) GetT added in v0.74.0

func (x *AuctionIntervals) GetT() []int64

func (*AuctionIntervals) GetTotal added in v0.74.0

func (x *AuctionIntervals) GetTotal() int64

func (*AuctionIntervals) ProtoMessage added in v0.74.0

func (*AuctionIntervals) ProtoMessage()

func (*AuctionIntervals) ProtoReflect added in v0.74.0

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

func (*AuctionIntervals) Reset added in v0.74.0

func (x *AuctionIntervals) Reset()

func (*AuctionIntervals) String added in v0.74.0

func (x *AuctionIntervals) String() string

type AuctionState

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

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

Deprecated: Use AuctionState.ProtoReflect.Descriptor instead.

func (*AuctionState) GetBegin

func (x *AuctionState) GetBegin() int64

func (*AuctionState) GetDefaultMode

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

func (*AuctionState) GetEnd

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

func (*AuctionState) GetExtension

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

func (*AuctionState) GetExtensionEventSent

func (x *AuctionState) GetExtensionEventSent() bool

func (*AuctionState) GetMode

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

func (*AuctionState) GetStart

func (x *AuctionState) GetStart() bool

func (*AuctionState) GetStop

func (x *AuctionState) GetStop() bool

func (*AuctionState) GetTrigger

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

func (*AuctionState) ProtoMessage

func (*AuctionState) ProtoMessage()

func (*AuctionState) ProtoReflect

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

func (*AuctionState) Reset

func (x *AuctionState) Reset()

func (*AuctionState) String

func (x *AuctionState) String() string

type BankingAssetActions

type BankingAssetActions struct {
	AssetAction []*v11.AssetAction `protobuf:"bytes,1,rep,name=asset_action,json=assetAction,proto3" json:"asset_action,omitempty"`
	// contains filtered or unexported fields
}

func (*BankingAssetActions) Descriptor deprecated

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

Deprecated: Use BankingAssetActions.ProtoReflect.Descriptor instead.

func (*BankingAssetActions) GetAssetAction

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

func (*BankingAssetActions) ProtoMessage

func (*BankingAssetActions) ProtoMessage()

func (*BankingAssetActions) ProtoReflect

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

func (*BankingAssetActions) Reset

func (x *BankingAssetActions) Reset()

func (*BankingAssetActions) String

func (x *BankingAssetActions) String() string

type BankingBridgeState

type BankingBridgeState struct {
	BridgeState *v11.BridgeState `protobuf:"bytes,1,opt,name=bridge_state,json=bridgeState,proto3" json:"bridge_state,omitempty"`
	// contains filtered or unexported fields
}

func (*BankingBridgeState) Descriptor deprecated

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

Deprecated: Use BankingBridgeState.ProtoReflect.Descriptor instead.

func (*BankingBridgeState) GetBridgeState

func (x *BankingBridgeState) GetBridgeState() *v11.BridgeState

func (*BankingBridgeState) ProtoMessage

func (*BankingBridgeState) ProtoMessage()

func (*BankingBridgeState) ProtoReflect

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

func (*BankingBridgeState) Reset

func (x *BankingBridgeState) Reset()

func (*BankingBridgeState) String

func (x *BankingBridgeState) String() string

type BankingDeposits

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

func (*BankingDeposits) Descriptor deprecated

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

Deprecated: Use BankingDeposits.ProtoReflect.Descriptor instead.

func (*BankingDeposits) GetDeposit

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

func (*BankingDeposits) ProtoMessage

func (*BankingDeposits) ProtoMessage()

func (*BankingDeposits) ProtoReflect

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

func (*BankingDeposits) Reset

func (x *BankingDeposits) Reset()

func (*BankingDeposits) String

func (x *BankingDeposits) String() string

type BankingRecurringGovernanceTransfers added in v0.72.0

type BankingRecurringGovernanceTransfers struct {
	RecurringTransfers []*v11.GovernanceTransfer `protobuf:"bytes,1,rep,name=recurring_transfers,json=recurringTransfers,proto3" json:"recurring_transfers,omitempty"`
	// contains filtered or unexported fields
}

func (*BankingRecurringGovernanceTransfers) Descriptor deprecated added in v0.72.0

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

Deprecated: Use BankingRecurringGovernanceTransfers.ProtoReflect.Descriptor instead.

func (*BankingRecurringGovernanceTransfers) GetRecurringTransfers added in v0.72.0

func (x *BankingRecurringGovernanceTransfers) GetRecurringTransfers() []*v11.GovernanceTransfer

func (*BankingRecurringGovernanceTransfers) ProtoMessage added in v0.72.0

func (*BankingRecurringGovernanceTransfers) ProtoMessage()

func (*BankingRecurringGovernanceTransfers) ProtoReflect added in v0.72.0

func (*BankingRecurringGovernanceTransfers) Reset added in v0.72.0

func (*BankingRecurringGovernanceTransfers) String added in v0.72.0

type BankingRecurringTransfers

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

func (*BankingRecurringTransfers) Descriptor deprecated

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

Deprecated: Use BankingRecurringTransfers.ProtoReflect.Descriptor instead.

func (*BankingRecurringTransfers) GetRecurringTransfers added in v0.56.0

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

func (*BankingRecurringTransfers) ProtoMessage

func (*BankingRecurringTransfers) ProtoMessage()

func (*BankingRecurringTransfers) ProtoReflect

func (*BankingRecurringTransfers) Reset

func (x *BankingRecurringTransfers) Reset()

func (*BankingRecurringTransfers) String

func (x *BankingRecurringTransfers) String() string

type BankingScheduledGovernanceTransfers added in v0.72.0

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

func (*BankingScheduledGovernanceTransfers) Descriptor deprecated added in v0.72.0

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

Deprecated: Use BankingScheduledGovernanceTransfers.ProtoReflect.Descriptor instead.

func (*BankingScheduledGovernanceTransfers) GetTransfersAtTime added in v0.72.0

func (*BankingScheduledGovernanceTransfers) ProtoMessage added in v0.72.0

func (*BankingScheduledGovernanceTransfers) ProtoMessage()

func (*BankingScheduledGovernanceTransfers) ProtoReflect added in v0.72.0

func (*BankingScheduledGovernanceTransfers) Reset added in v0.72.0

func (*BankingScheduledGovernanceTransfers) String added in v0.72.0

type BankingScheduledTransfers

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

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

Deprecated: Use BankingScheduledTransfers.ProtoReflect.Descriptor instead.

func (*BankingScheduledTransfers) GetTransfersAtTime

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

func (*BankingScheduledTransfers) ProtoMessage

func (*BankingScheduledTransfers) ProtoMessage()

func (*BankingScheduledTransfers) ProtoReflect

func (*BankingScheduledTransfers) Reset

func (x *BankingScheduledTransfers) Reset()

func (*BankingScheduledTransfers) String

func (x *BankingScheduledTransfers) String() string

type BankingSeen

type BankingSeen struct {
	Refs             []string `protobuf:"bytes,1,rep,name=refs,proto3" json:"refs,omitempty"`
	LastSeenEthBlock uint64   `protobuf:"varint,2,opt,name=last_seen_eth_block,json=lastSeenEthBlock,proto3" json:"last_seen_eth_block,omitempty"`
	// contains filtered or unexported fields
}

func (*BankingSeen) Descriptor deprecated

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

Deprecated: Use BankingSeen.ProtoReflect.Descriptor instead.

func (*BankingSeen) GetLastSeenEthBlock added in v0.69.0

func (x *BankingSeen) GetLastSeenEthBlock() uint64

func (*BankingSeen) GetRefs

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

func (*BankingSeen) ProtoMessage

func (*BankingSeen) ProtoMessage()

func (*BankingSeen) ProtoReflect

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

func (*BankingSeen) Reset

func (x *BankingSeen) Reset()

func (*BankingSeen) String

func (x *BankingSeen) String() string

type BankingTransferFeeDiscounts added in v0.74.0

type BankingTransferFeeDiscounts struct {
	PartyAssetDiscount []*PartyAssetAmount `protobuf:"bytes,1,rep,name=party_asset_discount,json=partyAssetDiscount,proto3" json:"party_asset_discount,omitempty"`
	// contains filtered or unexported fields
}

func (*BankingTransferFeeDiscounts) Descriptor deprecated added in v0.74.0

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

Deprecated: Use BankingTransferFeeDiscounts.ProtoReflect.Descriptor instead.

func (*BankingTransferFeeDiscounts) GetPartyAssetDiscount added in v0.74.0

func (x *BankingTransferFeeDiscounts) GetPartyAssetDiscount() []*PartyAssetAmount

func (*BankingTransferFeeDiscounts) ProtoMessage added in v0.74.0

func (*BankingTransferFeeDiscounts) ProtoMessage()

func (*BankingTransferFeeDiscounts) ProtoReflect added in v0.74.0

func (*BankingTransferFeeDiscounts) Reset added in v0.74.0

func (x *BankingTransferFeeDiscounts) Reset()

func (*BankingTransferFeeDiscounts) String added in v0.74.0

func (x *BankingTransferFeeDiscounts) String() string

type BankingWithdrawals

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

func (*BankingWithdrawals) Descriptor deprecated

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

Deprecated: Use BankingWithdrawals.ProtoReflect.Descriptor instead.

func (*BankingWithdrawals) GetWithdrawals

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

func (*BankingWithdrawals) ProtoMessage

func (*BankingWithdrawals) ProtoMessage()

func (*BankingWithdrawals) ProtoReflect

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

func (*BankingWithdrawals) Reset

func (x *BankingWithdrawals) Reset()

func (*BankingWithdrawals) String

func (x *BankingWithdrawals) String() string

type BannedParty

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

func (*BannedParty) Descriptor deprecated

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

Deprecated: Use BannedParty.ProtoReflect.Descriptor instead.

func (*BannedParty) GetParty

func (x *BannedParty) GetParty() string

func (*BannedParty) GetUntil added in v0.65.0

func (x *BannedParty) GetUntil() int64

func (*BannedParty) ProtoMessage

func (*BannedParty) ProtoMessage()

func (*BannedParty) ProtoReflect

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

func (*BannedParty) Reset

func (x *BannedParty) Reset()

func (*BannedParty) String

func (x *BannedParty) String() string

type BatchProposalData added in v0.74.0

type BatchProposalData struct {
	BatchProposal *ProposalData    `protobuf:"bytes,1,opt,name=batch_proposal,json=batchProposal,proto3" json:"batch_proposal,omitempty"`
	Proposals     []*vega.Proposal `protobuf:"bytes,2,rep,name=proposals,proto3" json:"proposals,omitempty"`
	// contains filtered or unexported fields
}

func (*BatchProposalData) Descriptor deprecated added in v0.74.0

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

Deprecated: Use BatchProposalData.ProtoReflect.Descriptor instead.

func (*BatchProposalData) GetBatchProposal added in v0.74.0

func (x *BatchProposalData) GetBatchProposal() *ProposalData

func (*BatchProposalData) GetProposals added in v0.74.0

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

func (*BatchProposalData) ProtoMessage added in v0.74.0

func (*BatchProposalData) ProtoMessage()

func (*BatchProposalData) ProtoReflect added in v0.74.0

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

func (*BatchProposalData) Reset added in v0.74.0

func (x *BatchProposalData) Reset()

func (*BatchProposalData) String added in v0.74.0

func (x *BatchProposalData) String() string

type BlockRejectStats

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

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

Deprecated: Use BlockRejectStats.ProtoReflect.Descriptor instead.

func (*BlockRejectStats) GetRejected

func (x *BlockRejectStats) GetRejected() uint64

func (*BlockRejectStats) GetTotal

func (x *BlockRejectStats) GetTotal() uint64

func (*BlockRejectStats) ProtoMessage

func (*BlockRejectStats) ProtoMessage()

func (*BlockRejectStats) ProtoReflect

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

func (*BlockRejectStats) Reset

func (x *BlockRejectStats) Reset()

func (*BlockRejectStats) String

func (x *BlockRejectStats) String() string

type ChainIdEthOracles added in v0.74.0

type ChainIdEthOracles struct {
	SourceChainId string                      `protobuf:"bytes,1,opt,name=source_chain_id,json=sourceChainId,proto3" json:"source_chain_id,omitempty"`
	LastBlock     *EthOracleVerifierLastBlock `protobuf:"bytes,2,opt,name=last_block,json=lastBlock,proto3" json:"last_block,omitempty"`
	CallResults   *EthContractCallResults     `protobuf:"bytes,3,opt,name=call_results,json=callResults,proto3" json:"call_results,omitempty"`
	Misc          *EthOracleVerifierMisc      `protobuf:"bytes,4,opt,name=misc,proto3" json:"misc,omitempty"`
	// contains filtered or unexported fields
}

func (*ChainIdEthOracles) Descriptor deprecated added in v0.74.0

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

Deprecated: Use ChainIdEthOracles.ProtoReflect.Descriptor instead.

func (*ChainIdEthOracles) GetCallResults added in v0.74.0

func (x *ChainIdEthOracles) GetCallResults() *EthContractCallResults

func (*ChainIdEthOracles) GetLastBlock added in v0.74.0

func (x *ChainIdEthOracles) GetLastBlock() *EthOracleVerifierLastBlock

func (*ChainIdEthOracles) GetMisc added in v0.74.9

func (*ChainIdEthOracles) GetSourceChainId added in v0.74.0

func (x *ChainIdEthOracles) GetSourceChainId() string

func (*ChainIdEthOracles) ProtoMessage added in v0.74.0

func (*ChainIdEthOracles) ProtoMessage()

func (*ChainIdEthOracles) ProtoReflect added in v0.74.0

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

func (*ChainIdEthOracles) Reset added in v0.74.0

func (x *ChainIdEthOracles) Reset()

func (*ChainIdEthOracles) String added in v0.74.0

func (x *ChainIdEthOracles) 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

func (x *Checkpoint) GetNextCp() int64

func (*Checkpoint) ProtoMessage

func (*Checkpoint) ProtoMessage()

func (*Checkpoint) ProtoReflect

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

func (*Checkpoint) Reset

func (x *Checkpoint) Reset()

func (*Checkpoint) String

func (x *Checkpoint) String() string

type Chunk

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

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

Deprecated: Use Chunk.ProtoReflect.Descriptor instead.

func (*Chunk) GetData

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

func (*Chunk) GetNr

func (x *Chunk) GetNr() int64

func (*Chunk) GetOf

func (x *Chunk) GetOf() int64

func (*Chunk) ProtoMessage

func (*Chunk) ProtoMessage()

func (*Chunk) ProtoReflect

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

func (*Chunk) Reset

func (x *Chunk) Reset()

func (*Chunk) String

func (x *Chunk) String() string

type CollateralAccounts

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

func (*CollateralAccounts) Descriptor deprecated

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

Deprecated: Use CollateralAccounts.ProtoReflect.Descriptor instead.

func (*CollateralAccounts) GetAccounts

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

func (*CollateralAccounts) GetNextBalanceSnapshot added in v0.73.0

func (x *CollateralAccounts) GetNextBalanceSnapshot() int64

func (*CollateralAccounts) ProtoMessage

func (*CollateralAccounts) ProtoMessage()

func (*CollateralAccounts) ProtoReflect

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

func (*CollateralAccounts) Reset

func (x *CollateralAccounts) Reset()

func (*CollateralAccounts) String

func (x *CollateralAccounts) String() string

type CollateralAssets

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

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

Deprecated: Use CollateralAssets.ProtoReflect.Descriptor instead.

func (*CollateralAssets) GetAssets

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

func (*CollateralAssets) ProtoMessage

func (*CollateralAssets) ProtoMessage()

func (*CollateralAssets) ProtoReflect

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

func (*CollateralAssets) Reset

func (x *CollateralAssets) Reset()

func (*CollateralAssets) String

func (x *CollateralAssets) String() string

type CompositePriceCalculator added in v0.74.0

type CompositePriceCalculator struct {
	CompositePrice        string                            `protobuf:"bytes,1,opt,name=composite_price,json=compositePrice,proto3" json:"composite_price,omitempty"`
	PriceConfiguration    *vega.CompositePriceConfiguration `protobuf:"bytes,2,opt,name=price_configuration,json=priceConfiguration,proto3" json:"price_configuration,omitempty"`
	Trades                []*vega.Trade                     `protobuf:"bytes,3,rep,name=trades,proto3" json:"trades,omitempty"`
	PriceSources          []string                          `protobuf:"bytes,4,rep,name=price_sources,json=priceSources,proto3" json:"price_sources,omitempty"`
	PriceSourceLastUpdate []int64                           `` /* 136-byte string literal not displayed */
	BookPriceAtTime       []*TimePrice                      `protobuf:"bytes,6,rep,name=book_price_at_time,json=bookPriceAtTime,proto3" json:"book_price_at_time,omitempty"`
	// contains filtered or unexported fields
}

func (*CompositePriceCalculator) Descriptor deprecated added in v0.74.0

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

Deprecated: Use CompositePriceCalculator.ProtoReflect.Descriptor instead.

func (*CompositePriceCalculator) GetBookPriceAtTime added in v0.74.0

func (x *CompositePriceCalculator) GetBookPriceAtTime() []*TimePrice

func (*CompositePriceCalculator) GetCompositePrice added in v0.74.0

func (x *CompositePriceCalculator) GetCompositePrice() string

func (*CompositePriceCalculator) GetPriceConfiguration added in v0.74.0

func (x *CompositePriceCalculator) GetPriceConfiguration() *vega.CompositePriceConfiguration

func (*CompositePriceCalculator) GetPriceSourceLastUpdate added in v0.74.0

func (x *CompositePriceCalculator) GetPriceSourceLastUpdate() []int64

func (*CompositePriceCalculator) GetPriceSources added in v0.74.0

func (x *CompositePriceCalculator) GetPriceSources() []string

func (*CompositePriceCalculator) GetTrades added in v0.74.0

func (x *CompositePriceCalculator) GetTrades() []*vega.Trade

func (*CompositePriceCalculator) ProtoMessage added in v0.74.0

func (*CompositePriceCalculator) ProtoMessage()

func (*CompositePriceCalculator) ProtoReflect added in v0.74.0

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

func (*CompositePriceCalculator) Reset added in v0.74.0

func (x *CompositePriceCalculator) Reset()

func (*CompositePriceCalculator) String added in v0.74.0

func (x *CompositePriceCalculator) String() string

type CurrentPrice

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

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

Deprecated: Use CurrentPrice.ProtoReflect.Descriptor instead.

func (*CurrentPrice) GetPrice

func (x *CurrentPrice) GetPrice() string

func (*CurrentPrice) GetVolume

func (x *CurrentPrice) GetVolume() uint64

func (*CurrentPrice) ProtoMessage

func (*CurrentPrice) ProtoMessage()

func (*CurrentPrice) ProtoReflect

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

func (*CurrentPrice) Reset

func (x *CurrentPrice) Reset()

func (*CurrentPrice) String

func (x *CurrentPrice) String() string

type DataPoint added in v0.73.0

type DataPoint struct {
	Price     string `protobuf:"bytes,1,opt,name=price,proto3" json:"price,omitempty"`
	Timestamp int64  `protobuf:"varint,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*DataPoint) Descriptor deprecated added in v0.73.0

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

Deprecated: Use DataPoint.ProtoReflect.Descriptor instead.

func (*DataPoint) GetPrice added in v0.73.0

func (x *DataPoint) GetPrice() string

func (*DataPoint) GetTimestamp added in v0.73.0

func (x *DataPoint) GetTimestamp() int64

func (*DataPoint) ProtoMessage added in v0.73.0

func (*DataPoint) ProtoMessage()

func (*DataPoint) ProtoReflect added in v0.73.0

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

func (*DataPoint) Reset added in v0.73.0

func (x *DataPoint) Reset()

func (*DataPoint) String added in v0.73.0

func (x *DataPoint) String() string

type DecimalMap

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

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

Deprecated: Use DecimalMap.ProtoReflect.Descriptor instead.

func (*DecimalMap) GetKey

func (x *DecimalMap) GetKey() int64

func (*DecimalMap) GetVal

func (x *DecimalMap) GetVal() string

func (*DecimalMap) ProtoMessage

func (*DecimalMap) ProtoMessage()

func (*DecimalMap) ProtoReflect

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

func (*DecimalMap) Reset

func (x *DecimalMap) Reset()

func (*DecimalMap) String

func (x *DecimalMap) String() string

type DelegationActive

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

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

Deprecated: Use DelegationActive.ProtoReflect.Descriptor instead.

func (*DelegationActive) GetDelegations

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

func (*DelegationActive) ProtoMessage

func (*DelegationActive) ProtoMessage()

func (*DelegationActive) ProtoReflect

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

func (*DelegationActive) Reset

func (x *DelegationActive) Reset()

func (*DelegationActive) String

func (x *DelegationActive) String() string

type DelegationAuto

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

func (*DelegationAuto) Descriptor deprecated

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

Deprecated: Use DelegationAuto.ProtoReflect.Descriptor instead.

func (*DelegationAuto) GetParties

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

func (*DelegationAuto) ProtoMessage

func (*DelegationAuto) ProtoMessage()

func (*DelegationAuto) ProtoReflect

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

func (*DelegationAuto) Reset

func (x *DelegationAuto) Reset()

func (*DelegationAuto) String

func (x *DelegationAuto) String() string

type DelegationLastReconciliationTime

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

func (*DelegationLastReconciliationTime) Descriptor deprecated

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

Deprecated: Use DelegationLastReconciliationTime.ProtoReflect.Descriptor instead.

func (*DelegationLastReconciliationTime) GetLastReconciliationTime

func (x *DelegationLastReconciliationTime) GetLastReconciliationTime() int64

func (*DelegationLastReconciliationTime) ProtoMessage

func (*DelegationLastReconciliationTime) ProtoMessage()

func (*DelegationLastReconciliationTime) ProtoReflect

func (*DelegationLastReconciliationTime) Reset

func (*DelegationLastReconciliationTime) String

type DelegationPending

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

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

Deprecated: Use DelegationPending.ProtoReflect.Descriptor instead.

func (*DelegationPending) GetDelegations

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

func (*DelegationPending) GetUndelegation

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

func (*DelegationPending) ProtoMessage

func (*DelegationPending) ProtoMessage()

func (*DelegationPending) ProtoReflect

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

func (*DelegationPending) Reset

func (x *DelegationPending) Reset()

func (*DelegationPending) String

func (x *DelegationPending) String() string

type Deposit

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

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

Deprecated: Use Deposit.ProtoReflect.Descriptor instead.

func (*Deposit) GetDeposit

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

func (*Deposit) GetId

func (x *Deposit) GetId() string

func (*Deposit) ProtoMessage

func (*Deposit) ProtoMessage()

func (*Deposit) ProtoReflect

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

func (*Deposit) Reset

func (x *Deposit) Reset()

func (*Deposit) String

func (x *Deposit) String() string

type ERC20MultiSigTopologyPending

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

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

Deprecated: Use ERC20MultiSigTopologyPending.ProtoReflect.Descriptor instead.

func (*ERC20MultiSigTopologyPending) GetPendingSigners

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

func (*ERC20MultiSigTopologyPending) GetPendingThresholdSet

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

func (*ERC20MultiSigTopologyPending) GetWitnessedSigners

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

func (*ERC20MultiSigTopologyPending) GetWitnessedThresholdSets

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

func (*ERC20MultiSigTopologyPending) ProtoMessage

func (*ERC20MultiSigTopologyPending) ProtoMessage()

func (*ERC20MultiSigTopologyPending) ProtoReflect

func (*ERC20MultiSigTopologyPending) Reset

func (x *ERC20MultiSigTopologyPending) Reset()

func (*ERC20MultiSigTopologyPending) String

type ERC20MultiSigTopologyVerified

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

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

Deprecated: Use ERC20MultiSigTopologyVerified.ProtoReflect.Descriptor instead.

func (*ERC20MultiSigTopologyVerified) GetEventsPerAddress

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

func (*ERC20MultiSigTopologyVerified) GetSeenEvents

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

func (*ERC20MultiSigTopologyVerified) GetSigners

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

func (*ERC20MultiSigTopologyVerified) GetThreshold

func (*ERC20MultiSigTopologyVerified) ProtoMessage

func (*ERC20MultiSigTopologyVerified) ProtoMessage()

func (*ERC20MultiSigTopologyVerified) ProtoReflect

func (*ERC20MultiSigTopologyVerified) Reset

func (x *ERC20MultiSigTopologyVerified) Reset()

func (*ERC20MultiSigTopologyVerified) String

type EpochBalance added in v0.73.0

type EpochBalance struct {
	Epoch   uint64 `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	Balance string `protobuf:"bytes,2,opt,name=balance,proto3" json:"balance,omitempty"`
	// contains filtered or unexported fields
}

func (*EpochBalance) Descriptor deprecated added in v0.73.0

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

Deprecated: Use EpochBalance.ProtoReflect.Descriptor instead.

func (*EpochBalance) GetBalance added in v0.73.0

func (x *EpochBalance) GetBalance() string

func (*EpochBalance) GetEpoch added in v0.73.0

func (x *EpochBalance) GetEpoch() uint64

func (*EpochBalance) ProtoMessage added in v0.73.0

func (*EpochBalance) ProtoMessage()

func (*EpochBalance) ProtoReflect added in v0.73.0

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

func (*EpochBalance) Reset added in v0.73.0

func (x *EpochBalance) Reset()

func (*EpochBalance) String added in v0.73.0

func (x *EpochBalance) String() string

type EpochPartyVolumes added in v0.73.0

type EpochPartyVolumes struct {
	PartyVolume []*PartyVolume `protobuf:"bytes,1,rep,name=party_volume,json=partyVolume,proto3" json:"party_volume,omitempty"`
	// contains filtered or unexported fields
}

func (*EpochPartyVolumes) Descriptor deprecated added in v0.73.0

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

Deprecated: Use EpochPartyVolumes.ProtoReflect.Descriptor instead.

func (*EpochPartyVolumes) GetPartyVolume added in v0.73.0

func (x *EpochPartyVolumes) GetPartyVolume() []*PartyVolume

func (*EpochPartyVolumes) ProtoMessage added in v0.73.0

func (*EpochPartyVolumes) ProtoMessage()

func (*EpochPartyVolumes) ProtoReflect added in v0.73.0

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

func (*EpochPartyVolumes) Reset added in v0.73.0

func (x *EpochPartyVolumes) Reset()

func (*EpochPartyVolumes) String added in v0.73.0

func (x *EpochPartyVolumes) String() string

type EpochState

type EpochState struct {

	// Sequence number that increases by one each epoch
	Seq uint64 `protobuf:"varint,1,opt,name=seq,proto3" json:"seq,omitempty"`
	// Time at which this epoch started
	StartTime int64 `protobuf:"varint,3,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	// Time at which this epoch should 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

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

Deprecated: Use EpochState.ProtoReflect.Descriptor instead.

func (*EpochState) GetExpireTime

func (x *EpochState) GetExpireTime() int64

func (*EpochState) GetReadyToEndEpoch

func (x *EpochState) GetReadyToEndEpoch() bool

func (*EpochState) GetReadyToStartNewEpoch

func (x *EpochState) GetReadyToStartNewEpoch() bool

func (*EpochState) GetSeq

func (x *EpochState) GetSeq() uint64

func (*EpochState) GetStartTime

func (x *EpochState) GetStartTime() int64

func (*EpochState) ProtoMessage

func (*EpochState) ProtoMessage()

func (*EpochState) ProtoReflect

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

func (*EpochState) Reset

func (x *EpochState) Reset()

func (*EpochState) String

func (x *EpochState) String() string

type EquityShare

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

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

Deprecated: Use EquityShare.ProtoReflect.Descriptor instead.

func (*EquityShare) GetLps

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

func (*EquityShare) GetMvp

func (x *EquityShare) GetMvp() string

func (*EquityShare) GetOpeningAuctionEnded

func (x *EquityShare) GetOpeningAuctionEnded() bool

func (*EquityShare) GetPMvp

func (x *EquityShare) GetPMvp() string

func (*EquityShare) GetR

func (x *EquityShare) GetR() string

func (*EquityShare) ProtoMessage

func (*EquityShare) ProtoMessage()

func (*EquityShare) ProtoReflect

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

func (*EquityShare) Reset

func (x *EquityShare) Reset()

func (*EquityShare) String

func (x *EquityShare) String() string

type EquityShareLP

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

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

Deprecated: Use EquityShareLP.ProtoReflect.Descriptor instead.

func (*EquityShareLP) GetAvg

func (x *EquityShareLP) GetAvg() string

func (*EquityShareLP) GetId

func (x *EquityShareLP) GetId() string

func (*EquityShareLP) GetShare

func (x *EquityShareLP) GetShare() string

func (*EquityShareLP) GetStake

func (x *EquityShareLP) GetStake() string

func (*EquityShareLP) GetVshare

func (x *EquityShareLP) GetVshare() string

func (*EquityShareLP) ProtoMessage

func (*EquityShareLP) ProtoMessage()

func (*EquityShareLP) ProtoReflect

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

func (*EquityShareLP) Reset

func (x *EquityShareLP) Reset()

func (*EquityShareLP) String

func (x *EquityShareLP) String() string

type EthContractCallResult added in v0.73.0

type EthContractCallResult struct {
	BlockHeight uint64  `protobuf:"varint,1,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"`
	BlockTime   uint64  `protobuf:"varint,2,opt,name=block_time,json=blockTime,proto3" json:"block_time,omitempty"`
	SpecId      string  `protobuf:"bytes,3,opt,name=spec_id,json=specId,proto3" json:"spec_id,omitempty"`
	Result      []byte  `protobuf:"bytes,4,opt,name=result,proto3" json:"result,omitempty"`
	Error       *string `protobuf:"bytes,5,opt,name=error,proto3,oneof" json:"error,omitempty"`
	ChainId     *uint64 `protobuf:"varint,6,opt,name=chain_id,json=chainId,proto3,oneof" json:"chain_id,omitempty"`
	// contains filtered or unexported fields
}

func (*EthContractCallResult) Descriptor deprecated added in v0.73.0

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

Deprecated: Use EthContractCallResult.ProtoReflect.Descriptor instead.

func (*EthContractCallResult) GetBlockHeight added in v0.73.0

func (x *EthContractCallResult) GetBlockHeight() uint64

func (*EthContractCallResult) GetBlockTime added in v0.73.0

func (x *EthContractCallResult) GetBlockTime() uint64

func (*EthContractCallResult) GetChainId added in v0.74.2

func (x *EthContractCallResult) GetChainId() uint64

func (*EthContractCallResult) GetError added in v0.73.0

func (x *EthContractCallResult) GetError() string

func (*EthContractCallResult) GetResult added in v0.73.0

func (x *EthContractCallResult) GetResult() []byte

func (*EthContractCallResult) GetSpecId added in v0.73.0

func (x *EthContractCallResult) GetSpecId() string

func (*EthContractCallResult) ProtoMessage added in v0.73.0

func (*EthContractCallResult) ProtoMessage()

func (*EthContractCallResult) ProtoReflect added in v0.73.0

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

func (*EthContractCallResult) Reset added in v0.73.0

func (x *EthContractCallResult) Reset()

func (*EthContractCallResult) String added in v0.73.0

func (x *EthContractCallResult) String() string

type EthContractCallResults added in v0.73.0

type EthContractCallResults struct {
	PendingContractCallResult []*EthContractCallResult `` /* 140-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*EthContractCallResults) Descriptor deprecated added in v0.73.0

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

Deprecated: Use EthContractCallResults.ProtoReflect.Descriptor instead.

func (*EthContractCallResults) GetPendingContractCallResult added in v0.73.0

func (x *EthContractCallResults) GetPendingContractCallResult() []*EthContractCallResult

func (*EthContractCallResults) ProtoMessage added in v0.73.0

func (*EthContractCallResults) ProtoMessage()

func (*EthContractCallResults) ProtoReflect added in v0.73.0

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

func (*EthContractCallResults) Reset added in v0.73.0

func (x *EthContractCallResults) Reset()

func (*EthContractCallResults) String added in v0.73.0

func (x *EthContractCallResults) String() string

type EthOracleVerifierLastBlock added in v0.73.0

type EthOracleVerifierLastBlock struct {
	BlockHeight uint64 `protobuf:"varint,1,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"`
	BlockTime   uint64 `protobuf:"varint,2,opt,name=block_time,json=blockTime,proto3" json:"block_time,omitempty"`
	// contains filtered or unexported fields
}

func (*EthOracleVerifierLastBlock) Descriptor deprecated added in v0.73.0

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

Deprecated: Use EthOracleVerifierLastBlock.ProtoReflect.Descriptor instead.

func (*EthOracleVerifierLastBlock) GetBlockHeight added in v0.73.0

func (x *EthOracleVerifierLastBlock) GetBlockHeight() uint64

func (*EthOracleVerifierLastBlock) GetBlockTime added in v0.73.0

func (x *EthOracleVerifierLastBlock) GetBlockTime() uint64

func (*EthOracleVerifierLastBlock) ProtoMessage added in v0.73.0

func (*EthOracleVerifierLastBlock) ProtoMessage()

func (*EthOracleVerifierLastBlock) ProtoReflect added in v0.73.0

func (*EthOracleVerifierLastBlock) Reset added in v0.73.0

func (x *EthOracleVerifierLastBlock) Reset()

func (*EthOracleVerifierLastBlock) String added in v0.73.0

func (x *EthOracleVerifierLastBlock) String() string

type EthOracleVerifierMisc added in v0.74.9

type EthOracleVerifierMisc struct {
	Buckets    []*EthVerifierBucket        `protobuf:"bytes,1,rep,name=buckets,proto3" json:"buckets,omitempty"`
	PatchBlock *EthOracleVerifierLastBlock `protobuf:"bytes,2,opt,name=patch_block,json=patchBlock,proto3" json:"patch_block,omitempty"`
	// contains filtered or unexported fields
}

func (*EthOracleVerifierMisc) Descriptor deprecated added in v0.74.9

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

Deprecated: Use EthOracleVerifierMisc.ProtoReflect.Descriptor instead.

func (*EthOracleVerifierMisc) GetBuckets added in v0.74.9

func (x *EthOracleVerifierMisc) GetBuckets() []*EthVerifierBucket

func (*EthOracleVerifierMisc) GetPatchBlock added in v0.74.9

func (*EthOracleVerifierMisc) ProtoMessage added in v0.74.9

func (*EthOracleVerifierMisc) ProtoMessage()

func (*EthOracleVerifierMisc) ProtoReflect added in v0.74.9

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

func (*EthOracleVerifierMisc) Reset added in v0.74.9

func (x *EthOracleVerifierMisc) Reset()

func (*EthOracleVerifierMisc) String added in v0.74.9

func (x *EthOracleVerifierMisc) String() string

type EthVerifierBucket added in v0.74.9

type EthVerifierBucket struct {
	Ts     int64    `protobuf:"varint,1,opt,name=ts,proto3" json:"ts,omitempty"`
	Hashes []string `protobuf:"bytes,2,rep,name=hashes,proto3" json:"hashes,omitempty"`
	// contains filtered or unexported fields
}

func (*EthVerifierBucket) Descriptor deprecated added in v0.74.9

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

Deprecated: Use EthVerifierBucket.ProtoReflect.Descriptor instead.

func (*EthVerifierBucket) GetHashes added in v0.74.9

func (x *EthVerifierBucket) GetHashes() []string

func (*EthVerifierBucket) GetTs added in v0.74.9

func (x *EthVerifierBucket) GetTs() int64

func (*EthVerifierBucket) ProtoMessage added in v0.74.9

func (*EthVerifierBucket) ProtoMessage()

func (*EthVerifierBucket) ProtoReflect added in v0.74.9

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

func (*EthVerifierBucket) Reset added in v0.74.9

func (x *EthVerifierBucket) Reset()

func (*EthVerifierBucket) String added in v0.74.9

func (x *EthVerifierBucket) String() string

type EventForwarder

type EventForwarder struct {

	// this is deprecated, use the other one now
	AckedEvents []string                `protobuf:"bytes,1,rep,name=acked_events,json=ackedEvents,proto3" json:"acked_events,omitempty"`
	Buckets     []*EventForwarderBucket `protobuf:"bytes,2,rep,name=buckets,proto3" json:"buckets,omitempty"`
	// contains filtered or unexported fields
}

func (*EventForwarder) Descriptor deprecated

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

Deprecated: Use EventForwarder.ProtoReflect.Descriptor instead.

func (*EventForwarder) GetAckedEvents

func (x *EventForwarder) GetAckedEvents() []string

func (*EventForwarder) GetBuckets added in v0.74.0

func (x *EventForwarder) GetBuckets() []*EventForwarderBucket

func (*EventForwarder) ProtoMessage

func (*EventForwarder) ProtoMessage()

func (*EventForwarder) ProtoReflect

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

func (*EventForwarder) Reset

func (x *EventForwarder) Reset()

func (*EventForwarder) String

func (x *EventForwarder) String() string

type EventForwarderBucket added in v0.74.0

type EventForwarderBucket struct {
	Ts     int64    `protobuf:"varint,1,opt,name=ts,proto3" json:"ts,omitempty"`
	Hashes []string `protobuf:"bytes,2,rep,name=hashes,proto3" json:"hashes,omitempty"`
	// contains filtered or unexported fields
}

func (*EventForwarderBucket) Descriptor deprecated added in v0.74.0

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

Deprecated: Use EventForwarderBucket.ProtoReflect.Descriptor instead.

func (*EventForwarderBucket) GetHashes added in v0.74.0

func (x *EventForwarderBucket) GetHashes() []string

func (*EventForwarderBucket) GetTs added in v0.74.0

func (x *EventForwarderBucket) GetTs() int64

func (*EventForwarderBucket) ProtoMessage added in v0.74.0

func (*EventForwarderBucket) ProtoMessage()

func (*EventForwarderBucket) ProtoReflect added in v0.74.0

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

func (*EventForwarderBucket) Reset added in v0.74.0

func (x *EventForwarderBucket) Reset()

func (*EventForwarderBucket) String added in v0.74.0

func (x *EventForwarderBucket) String() string

type ExecutionMarkets

type ExecutionMarkets struct {
	Markets          []*Market          `protobuf:"bytes,1,rep,name=markets,proto3" json:"markets,omitempty"`
	SpotMarkets      []*SpotMarket      `protobuf:"bytes,2,rep,name=spot_markets,json=spotMarkets,proto3" json:"spot_markets,omitempty"`
	SettledMarkets   []*v11.MarketState `protobuf:"bytes,3,rep,name=settled_markets,json=settledMarkets,proto3" json:"settled_markets,omitempty"`
	Successors       []*Successors      `protobuf:"bytes,4,rep,name=successors,proto3" json:"successors,omitempty"`
	MarketIds        []string           `protobuf:"bytes,5,rep,name=market_ids,json=marketIds,proto3" json:"market_ids,omitempty"`
	SlaNetworkParams *SLANetworkParams  `protobuf:"bytes,6,opt,name=sla_network_params,json=slaNetworkParams,proto3" json:"sla_network_params,omitempty"`
	// contains filtered or unexported fields
}

func (*ExecutionMarkets) Descriptor deprecated

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

Deprecated: Use ExecutionMarkets.ProtoReflect.Descriptor instead.

func (*ExecutionMarkets) GetMarketIds added in v0.73.0

func (x *ExecutionMarkets) GetMarketIds() []string

func (*ExecutionMarkets) GetMarkets

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

func (*ExecutionMarkets) GetSettledMarkets added in v0.72.0

func (x *ExecutionMarkets) GetSettledMarkets() []*v11.MarketState

func (*ExecutionMarkets) GetSlaNetworkParams added in v0.73.0

func (x *ExecutionMarkets) GetSlaNetworkParams() *SLANetworkParams

func (*ExecutionMarkets) GetSpotMarkets added in v0.72.0

func (x *ExecutionMarkets) GetSpotMarkets() []*SpotMarket

func (*ExecutionMarkets) GetSuccessors added in v0.72.0

func (x *ExecutionMarkets) GetSuccessors() []*Successors

func (*ExecutionMarkets) ProtoMessage

func (*ExecutionMarkets) ProtoMessage()

func (*ExecutionMarkets) ProtoReflect

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

func (*ExecutionMarkets) Reset

func (x *ExecutionMarkets) Reset()

func (*ExecutionMarkets) String

func (x *ExecutionMarkets) String() string

type FactorByReferee added in v0.73.0

type FactorByReferee struct {
	Party          string `protobuf:"bytes,1,opt,name=party,proto3" json:"party,omitempty"`
	DiscountFactor []byte `protobuf:"bytes,2,opt,name=discount_factor,json=discountFactor,proto3" json:"discount_factor,omitempty"`
	TakerVolume    []byte `protobuf:"bytes,3,opt,name=taker_volume,json=takerVolume,proto3" json:"taker_volume,omitempty"`
	// contains filtered or unexported fields
}

func (*FactorByReferee) Descriptor deprecated added in v0.73.0

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

Deprecated: Use FactorByReferee.ProtoReflect.Descriptor instead.

func (*FactorByReferee) GetDiscountFactor added in v0.73.0

func (x *FactorByReferee) GetDiscountFactor() []byte

func (*FactorByReferee) GetParty added in v0.73.0

func (x *FactorByReferee) GetParty() string

func (*FactorByReferee) GetTakerVolume added in v0.73.0

func (x *FactorByReferee) GetTakerVolume() []byte

func (*FactorByReferee) ProtoMessage added in v0.73.0

func (*FactorByReferee) ProtoMessage()

func (*FactorByReferee) ProtoReflect added in v0.73.0

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

func (*FactorByReferee) Reset added in v0.73.0

func (x *FactorByReferee) Reset()

func (*FactorByReferee) String added in v0.73.0

func (x *FactorByReferee) String() string

type FeeSplitter

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"`
	Avg             string `protobuf:"bytes,3,opt,name=avg,proto3" json:"avg,omitempty"`
	Window          uint64 `protobuf:"varint,4,opt,name=window,proto3" json:"window,omitempty"`
	// contains filtered or unexported fields
}

func (*FeeSplitter) Descriptor deprecated

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

Deprecated: Use FeeSplitter.ProtoReflect.Descriptor instead.

func (*FeeSplitter) GetAvg added in v0.55.0

func (x *FeeSplitter) GetAvg() string

func (*FeeSplitter) GetTimeWindowStart

func (x *FeeSplitter) GetTimeWindowStart() int64

func (*FeeSplitter) GetTradeValue

func (x *FeeSplitter) GetTradeValue() string

func (*FeeSplitter) GetWindow added in v0.55.0

func (x *FeeSplitter) GetWindow() uint64

func (*FeeSplitter) ProtoMessage

func (*FeeSplitter) ProtoMessage()

func (*FeeSplitter) ProtoReflect

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

func (*FeeSplitter) Reset

func (x *FeeSplitter) Reset()

func (*FeeSplitter) String

func (x *FeeSplitter) String() string

type FloatingPointConsensus

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

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

Deprecated: Use FloatingPointConsensus.ProtoReflect.Descriptor instead.

func (*FloatingPointConsensus) GetNextTimeTrigger

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

func (*FloatingPointConsensus) GetStateVariables

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

func (*FloatingPointConsensus) ProtoMessage

func (*FloatingPointConsensus) ProtoMessage()

func (*FloatingPointConsensus) ProtoReflect

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

func (*FloatingPointConsensus) Reset

func (x *FloatingPointConsensus) Reset()

func (*FloatingPointConsensus) String

func (x *FloatingPointConsensus) String() string

type FloatingPointValidatorResult

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

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

Deprecated: Use FloatingPointValidatorResult.ProtoReflect.Descriptor instead.

func (*FloatingPointValidatorResult) GetBundle

func (*FloatingPointValidatorResult) GetId

func (*FloatingPointValidatorResult) ProtoMessage

func (*FloatingPointValidatorResult) ProtoMessage()

func (*FloatingPointValidatorResult) ProtoReflect

func (*FloatingPointValidatorResult) Reset

func (x *FloatingPointValidatorResult) Reset()

func (*FloatingPointValidatorResult) String

type Format

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

func (Format) Descriptor() protoreflect.EnumDescriptor

func (Format) Enum

func (x Format) Enum() *Format

func (Format) EnumDescriptor deprecated

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

Deprecated: Use Format.Descriptor instead.

func (Format) Number

func (x Format) Number() protoreflect.EnumNumber

func (Format) String

func (x Format) String() string

func (Format) Type

func (Format) Type() protoreflect.EnumType

type GovernanceActive

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

func (*GovernanceActive) Descriptor deprecated

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

Deprecated: Use GovernanceActive.ProtoReflect.Descriptor instead.

func (*GovernanceActive) GetProposals

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

func (*GovernanceActive) ProtoMessage

func (*GovernanceActive) ProtoMessage()

func (*GovernanceActive) ProtoReflect

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

func (*GovernanceActive) Reset

func (x *GovernanceActive) Reset()

func (*GovernanceActive) String

func (x *GovernanceActive) String() string

type GovernanceBatchActive added in v0.74.0

type GovernanceBatchActive struct {
	BatchProposals []*BatchProposalData `protobuf:"bytes,1,rep,name=batch_proposals,json=batchProposals,proto3" json:"batch_proposals,omitempty"`
	// contains filtered or unexported fields
}

func (*GovernanceBatchActive) Descriptor deprecated added in v0.74.0

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

Deprecated: Use GovernanceBatchActive.ProtoReflect.Descriptor instead.

func (*GovernanceBatchActive) GetBatchProposals added in v0.74.0

func (x *GovernanceBatchActive) GetBatchProposals() []*BatchProposalData

func (*GovernanceBatchActive) ProtoMessage added in v0.74.0

func (*GovernanceBatchActive) ProtoMessage()

func (*GovernanceBatchActive) ProtoReflect added in v0.74.0

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

func (*GovernanceBatchActive) Reset added in v0.74.0

func (x *GovernanceBatchActive) Reset()

func (*GovernanceBatchActive) String added in v0.74.0

func (x *GovernanceBatchActive) String() string

type GovernanceEnacted

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

func (*GovernanceEnacted) Descriptor deprecated

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

Deprecated: Use GovernanceEnacted.ProtoReflect.Descriptor instead.

func (*GovernanceEnacted) GetProposals

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

func (*GovernanceEnacted) ProtoMessage

func (*GovernanceEnacted) ProtoMessage()

func (*GovernanceEnacted) ProtoReflect

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

func (*GovernanceEnacted) Reset

func (x *GovernanceEnacted) Reset()

func (*GovernanceEnacted) String

func (x *GovernanceEnacted) String() string

type GovernanceNode

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

func (*GovernanceNode) Descriptor deprecated

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

Deprecated: Use GovernanceNode.ProtoReflect.Descriptor instead.

func (*GovernanceNode) GetProposalData added in v0.74.0

func (x *GovernanceNode) GetProposalData() []*ProposalData

func (*GovernanceNode) GetProposals

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

func (*GovernanceNode) ProtoMessage

func (*GovernanceNode) ProtoMessage()

func (*GovernanceNode) ProtoReflect

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

func (*GovernanceNode) Reset

func (x *GovernanceNode) Reset()

func (*GovernanceNode) String

func (x *GovernanceNode) String() string

type HeartbeatTracker

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

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

Deprecated: Use HeartbeatTracker.ProtoReflect.Descriptor instead.

func (*HeartbeatTracker) GetBlockIndex

func (x *HeartbeatTracker) GetBlockIndex() int32

func (*HeartbeatTracker) GetBlockSigs

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

func (*HeartbeatTracker) GetExpectedNextHash

func (x *HeartbeatTracker) GetExpectedNextHash() string

func (*HeartbeatTracker) GetExpectedNextHashSince

func (x *HeartbeatTracker) GetExpectedNextHashSince() int64

func (*HeartbeatTracker) ProtoMessage

func (*HeartbeatTracker) ProtoMessage()

func (*HeartbeatTracker) ProtoReflect

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

func (*HeartbeatTracker) Reset

func (x *HeartbeatTracker) Reset()

func (*HeartbeatTracker) String

func (x *HeartbeatTracker) String() string

type HoldingAccountTracker added in v0.73.0

type HoldingAccountTracker struct {
	MarketId     string                    `protobuf:"bytes,1,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"`
	OrderHolding []*OrderHoldingQuantities `protobuf:"bytes,2,rep,name=order_holding,json=orderHolding,proto3" json:"order_holding,omitempty"`
	// contains filtered or unexported fields
}

func (*HoldingAccountTracker) Descriptor deprecated added in v0.73.0

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

Deprecated: Use HoldingAccountTracker.ProtoReflect.Descriptor instead.

func (*HoldingAccountTracker) GetMarketId added in v0.73.0

func (x *HoldingAccountTracker) GetMarketId() string

func (*HoldingAccountTracker) GetOrderHolding added in v0.73.0

func (x *HoldingAccountTracker) GetOrderHolding() []*OrderHoldingQuantities

func (*HoldingAccountTracker) ProtoMessage added in v0.73.0

func (*HoldingAccountTracker) ProtoMessage()

func (*HoldingAccountTracker) ProtoReflect added in v0.73.0

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

func (*HoldingAccountTracker) Reset added in v0.73.0

func (x *HoldingAccountTracker) Reset()

func (*HoldingAccountTracker) String added in v0.73.0

func (x *HoldingAccountTracker) String() string

type InVesting added in v0.73.0

type InVesting struct {
	Asset   string `protobuf:"bytes,1,opt,name=asset,proto3" json:"asset,omitempty"`
	Balance string `protobuf:"bytes,2,opt,name=balance,proto3" json:"balance,omitempty"`
	// contains filtered or unexported fields
}

func (*InVesting) Descriptor deprecated added in v0.73.0

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

Deprecated: Use InVesting.ProtoReflect.Descriptor instead.

func (*InVesting) GetAsset added in v0.73.0

func (x *InVesting) GetAsset() string

func (*InVesting) GetBalance added in v0.73.0

func (x *InVesting) GetBalance() string

func (*InVesting) ProtoMessage added in v0.73.0

func (*InVesting) ProtoMessage()

func (*InVesting) ProtoReflect added in v0.73.0

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

func (*InVesting) Reset added in v0.73.0

func (x *InVesting) Reset()

func (*InVesting) String added in v0.73.0

func (x *InVesting) String() string

type IssuedERC20MultisigControlSignature added in v0.71.0

type IssuedERC20MultisigControlSignature struct {
	ResourceId       string `protobuf:"bytes,1,opt,name=resource_id,json=resourceId,proto3" json:"resource_id,omitempty"`
	EthereumAddress  string `protobuf:"bytes,2,opt,name=ethereum_address,json=ethereumAddress,proto3" json:"ethereum_address,omitempty"`
	SubmitterAddress string `protobuf:"bytes,3,opt,name=submitter_address,json=submitterAddress,proto3" json:"submitter_address,omitempty"`
	// contains filtered or unexported fields
}

func (*IssuedERC20MultisigControlSignature) Descriptor deprecated added in v0.71.0

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

Deprecated: Use IssuedERC20MultisigControlSignature.ProtoReflect.Descriptor instead.

func (*IssuedERC20MultisigControlSignature) GetEthereumAddress added in v0.71.0

func (x *IssuedERC20MultisigControlSignature) GetEthereumAddress() string

func (*IssuedERC20MultisigControlSignature) GetResourceId added in v0.71.0

func (x *IssuedERC20MultisigControlSignature) GetResourceId() string

func (*IssuedERC20MultisigControlSignature) GetSubmitterAddress added in v0.71.0

func (x *IssuedERC20MultisigControlSignature) GetSubmitterAddress() string

func (*IssuedERC20MultisigControlSignature) ProtoMessage added in v0.71.0

func (*IssuedERC20MultisigControlSignature) ProtoMessage()

func (*IssuedERC20MultisigControlSignature) ProtoReflect added in v0.71.0

func (*IssuedERC20MultisigControlSignature) Reset added in v0.71.0

func (*IssuedERC20MultisigControlSignature) String added in v0.71.0

type L2EthOracles added in v0.74.0

type L2EthOracles struct {
	ChainIdEthOracles []*ChainIdEthOracles `protobuf:"bytes,1,rep,name=chain_id_eth_oracles,json=chainIdEthOracles,proto3" json:"chain_id_eth_oracles,omitempty"`
	// contains filtered or unexported fields
}

func (*L2EthOracles) Descriptor deprecated added in v0.74.0

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

Deprecated: Use L2EthOracles.ProtoReflect.Descriptor instead.

func (*L2EthOracles) GetChainIdEthOracles added in v0.74.0

func (x *L2EthOracles) GetChainIdEthOracles() []*ChainIdEthOracles

func (*L2EthOracles) ProtoMessage added in v0.74.0

func (*L2EthOracles) ProtoMessage()

func (*L2EthOracles) ProtoReflect added in v0.74.0

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

func (*L2EthOracles) Reset added in v0.74.0

func (x *L2EthOracles) Reset()

func (*L2EthOracles) String added in v0.74.0

func (x *L2EthOracles) String() string

type LastSettledPosition added in v0.63.0

type LastSettledPosition struct {
	Party           string `protobuf:"bytes,1,opt,name=party,proto3" json:"party,omitempty"`
	SettledPosition int64  `protobuf:"varint,2,opt,name=settled_position,json=settledPosition,proto3" json:"settled_position,omitempty"`
	// contains filtered or unexported fields
}

func (*LastSettledPosition) Descriptor deprecated added in v0.63.0

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

Deprecated: Use LastSettledPosition.ProtoReflect.Descriptor instead.

func (*LastSettledPosition) GetParty added in v0.63.0

func (x *LastSettledPosition) GetParty() string

func (*LastSettledPosition) GetSettledPosition added in v0.63.0

func (x *LastSettledPosition) GetSettledPosition() int64

func (*LastSettledPosition) ProtoMessage added in v0.63.0

func (*LastSettledPosition) ProtoMessage()

func (*LastSettledPosition) ProtoReflect added in v0.63.0

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

func (*LastSettledPosition) Reset added in v0.63.0

func (x *LastSettledPosition) Reset()

func (*LastSettledPosition) String added in v0.63.0

func (x *LastSettledPosition) String() string

type LimitState

type LimitState struct {

	// Number of blocks into the bootstrapping phase
	BlockCount uint32 `protobuf:"varint,1,opt,name=block_count,json=blockCount,proto3" json:"block_count,omitempty"`
	// Whether or not 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 or not 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 or not 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 */
	ProposeSpotMarketEnabled  bool  `` /* 138-byte string literal not displayed */
	ProposePerpsMarketEnabled bool  `` /* 142-byte string literal not displayed */
	// contains filtered or unexported fields
}

LimitState details

func (*LimitState) Descriptor deprecated

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

Deprecated: Use LimitState.ProtoReflect.Descriptor instead.

func (*LimitState) GetBlockCount

func (x *LimitState) GetBlockCount() uint32

func (*LimitState) GetCanProposeAsset

func (x *LimitState) GetCanProposeAsset() bool

func (*LimitState) GetCanProposeMarket

func (x *LimitState) GetCanProposeMarket() bool

func (*LimitState) GetGenesisLoaded

func (x *LimitState) GetGenesisLoaded() bool

func (*LimitState) GetProposeAssetEnabled

func (x *LimitState) GetProposeAssetEnabled() bool

func (*LimitState) GetProposeAssetEnabledFrom

func (x *LimitState) GetProposeAssetEnabledFrom() int64

func (*LimitState) GetProposeMarketEnabled

func (x *LimitState) GetProposeMarketEnabled() bool

func (*LimitState) GetProposeMarketEnabledFrom

func (x *LimitState) GetProposeMarketEnabledFrom() int64

func (*LimitState) GetProposePerpsMarketEnabled added in v0.73.0

func (x *LimitState) GetProposePerpsMarketEnabled() bool

func (*LimitState) GetProposeSpotMarketEnabled added in v0.73.0

func (x *LimitState) GetProposeSpotMarketEnabled() bool

func (*LimitState) ProtoMessage

func (*LimitState) ProtoMessage()

func (*LimitState) ProtoReflect

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

func (*LimitState) Reset

func (x *LimitState) Reset()

func (*LimitState) String

func (x *LimitState) String() string

type Liquidation added in v0.74.0

type Liquidation struct {
	MarketId   string                    `protobuf:"bytes,1,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"`
	NetworkPos int64                     `protobuf:"varint,2,opt,name=network_pos,json=networkPos,proto3" json:"network_pos,omitempty"`
	NextStep   int64                     `protobuf:"varint,3,opt,name=next_step,json=nextStep,proto3" json:"next_step,omitempty"`
	Config     *vega.LiquidationStrategy `protobuf:"bytes,4,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

func (*Liquidation) Descriptor deprecated added in v0.74.0

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

Deprecated: Use Liquidation.ProtoReflect.Descriptor instead.

func (*Liquidation) GetConfig added in v0.74.0

func (x *Liquidation) GetConfig() *vega.LiquidationStrategy

func (*Liquidation) GetMarketId added in v0.74.0

func (x *Liquidation) GetMarketId() string

func (*Liquidation) GetNetworkPos added in v0.74.0

func (x *Liquidation) GetNetworkPos() int64

func (*Liquidation) GetNextStep added in v0.74.0

func (x *Liquidation) GetNextStep() int64

func (*Liquidation) ProtoMessage added in v0.74.0

func (*Liquidation) ProtoMessage()

func (*Liquidation) ProtoReflect added in v0.74.0

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

func (*Liquidation) Reset added in v0.74.0

func (x *Liquidation) Reset()

func (*Liquidation) String added in v0.74.0

func (x *Liquidation) String() string

type LiquidityOffsetProbabilityPair added in v0.71.0

type LiquidityOffsetProbabilityPair struct {
	Offset      uint32 `protobuf:"varint,1,opt,name=offset,proto3" json:"offset,omitempty"`
	Probability string `protobuf:"bytes,2,opt,name=probability,proto3" json:"probability,omitempty"`
	// contains filtered or unexported fields
}

func (*LiquidityOffsetProbabilityPair) Descriptor deprecated added in v0.71.0

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

Deprecated: Use LiquidityOffsetProbabilityPair.ProtoReflect.Descriptor instead.

func (*LiquidityOffsetProbabilityPair) GetOffset added in v0.71.0

func (x *LiquidityOffsetProbabilityPair) GetOffset() uint32

func (*LiquidityOffsetProbabilityPair) GetProbability added in v0.71.0

func (x *LiquidityOffsetProbabilityPair) GetProbability() string

func (*LiquidityOffsetProbabilityPair) ProtoMessage added in v0.71.0

func (*LiquidityOffsetProbabilityPair) ProtoMessage()

func (*LiquidityOffsetProbabilityPair) ProtoReflect added in v0.71.0

func (*LiquidityOffsetProbabilityPair) Reset added in v0.71.0

func (x *LiquidityOffsetProbabilityPair) Reset()

func (*LiquidityOffsetProbabilityPair) String added in v0.71.0

type LiquidityParameters

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 */
	// Market ID these liquidity parameters apply to. 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

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

Deprecated: Use LiquidityParameters.ProtoReflect.Descriptor instead.

func (*LiquidityParameters) GetMarketId

func (x *LiquidityParameters) GetMarketId() string

func (*LiquidityParameters) GetMaxFee

func (x *LiquidityParameters) GetMaxFee() string

func (*LiquidityParameters) GetMaxShapeSize

func (x *LiquidityParameters) GetMaxShapeSize() string

func (*LiquidityParameters) GetStakeToObligationFactor

func (x *LiquidityParameters) GetStakeToObligationFactor() string

func (*LiquidityParameters) ProtoMessage

func (*LiquidityParameters) ProtoMessage()

func (*LiquidityParameters) ProtoReflect

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

func (*LiquidityParameters) Reset

func (x *LiquidityParameters) Reset()

func (*LiquidityParameters) String

func (x *LiquidityParameters) String() string

type LiquidityPartiesLiquidityOrders

type LiquidityPartiesLiquidityOrders struct {
	PartyOrders []*PartyOrders `protobuf:"bytes,1,rep,name=party_orders,json=partyOrders,proto3" json:"party_orders,omitempty"`
	// Market ID these liquidity orders apply to. 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

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

Deprecated: Use LiquidityPartiesLiquidityOrders.ProtoReflect.Descriptor instead.

func (*LiquidityPartiesLiquidityOrders) GetMarketId

func (x *LiquidityPartiesLiquidityOrders) GetMarketId() string

func (*LiquidityPartiesLiquidityOrders) GetPartyOrders

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

func (*LiquidityPartiesLiquidityOrders) ProtoMessage

func (*LiquidityPartiesLiquidityOrders) ProtoMessage()

func (*LiquidityPartiesLiquidityOrders) ProtoReflect

func (*LiquidityPartiesLiquidityOrders) Reset

func (*LiquidityPartiesLiquidityOrders) String

type LiquidityPartiesOrders

type LiquidityPartiesOrders struct {
	PartyOrders []*PartyOrders `protobuf:"bytes,1,rep,name=party_orders,json=partyOrders,proto3" json:"party_orders,omitempty"`
	// Market ID these orders apply to.
	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

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

Deprecated: Use LiquidityPartiesOrders.ProtoReflect.Descriptor instead.

func (*LiquidityPartiesOrders) GetMarketId

func (x *LiquidityPartiesOrders) GetMarketId() string

func (*LiquidityPartiesOrders) GetPartyOrders

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

func (*LiquidityPartiesOrders) ProtoMessage

func (*LiquidityPartiesOrders) ProtoMessage()

func (*LiquidityPartiesOrders) ProtoReflect

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

func (*LiquidityPartiesOrders) Reset

func (x *LiquidityPartiesOrders) Reset()

func (*LiquidityPartiesOrders) String

func (x *LiquidityPartiesOrders) String() string

type LiquidityPendingProvisions

type LiquidityPendingProvisions struct {
	PendingProvisions []string `protobuf:"bytes,1,rep,name=pending_provisions,json=pendingProvisions,proto3" json:"pending_provisions,omitempty"`
	// Market ID these liquidity provisions apply to. 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

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

Deprecated: Use LiquidityPendingProvisions.ProtoReflect.Descriptor instead.

func (*LiquidityPendingProvisions) GetMarketId

func (x *LiquidityPendingProvisions) GetMarketId() string

func (*LiquidityPendingProvisions) GetPendingProvisions

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

func (*LiquidityPendingProvisions) ProtoMessage

func (*LiquidityPendingProvisions) ProtoMessage()

func (*LiquidityPendingProvisions) ProtoReflect

func (*LiquidityPendingProvisions) Reset

func (x *LiquidityPendingProvisions) Reset()

func (*LiquidityPendingProvisions) String

func (x *LiquidityPendingProvisions) String() string

type LiquidityProvisions

type LiquidityProvisions struct {
	LiquidityProvisions []*vega.LiquidityProvision `protobuf:"bytes,1,rep,name=liquidity_provisions,json=liquidityProvisions,proto3" json:"liquidity_provisions,omitempty"`
	// Market ID these provisions apply to.
	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

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

Deprecated: Use LiquidityProvisions.ProtoReflect.Descriptor instead.

func (*LiquidityProvisions) GetLiquidityProvisions

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

func (*LiquidityProvisions) GetMarketId

func (x *LiquidityProvisions) GetMarketId() string

func (*LiquidityProvisions) ProtoMessage

func (*LiquidityProvisions) ProtoMessage()

func (*LiquidityProvisions) ProtoReflect

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

func (*LiquidityProvisions) Reset

func (x *LiquidityProvisions) Reset()

func (*LiquidityProvisions) String

func (x *LiquidityProvisions) String() string

type LiquidityScore added in v0.65.0

type LiquidityScore struct {
	Score   string `protobuf:"bytes,1,opt,name=score,proto3" json:"score,omitempty"`
	PartyId string `protobuf:"bytes,2,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"`
	// contains filtered or unexported fields
}

func (*LiquidityScore) Descriptor deprecated added in v0.65.0

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

Deprecated: Use LiquidityScore.ProtoReflect.Descriptor instead.

func (*LiquidityScore) GetPartyId added in v0.65.0

func (x *LiquidityScore) GetPartyId() string

func (*LiquidityScore) GetScore added in v0.65.0

func (x *LiquidityScore) GetScore() string

func (*LiquidityScore) ProtoMessage added in v0.65.0

func (*LiquidityScore) ProtoMessage()

func (*LiquidityScore) ProtoReflect added in v0.65.0

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

func (*LiquidityScore) Reset added in v0.65.0

func (x *LiquidityScore) Reset()

func (*LiquidityScore) String added in v0.65.0

func (x *LiquidityScore) String() string

type LiquidityScores added in v0.65.0

type LiquidityScores struct {
	RunningAverageCounter int32             `` /* 127-byte string literal not displayed */
	Scores                []*LiquidityScore `protobuf:"bytes,2,rep,name=scores,proto3" json:"scores,omitempty"`
	MarketId              string            `protobuf:"bytes,3,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"`
	// contains filtered or unexported fields
}

func (*LiquidityScores) Descriptor deprecated added in v0.65.0

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

Deprecated: Use LiquidityScores.ProtoReflect.Descriptor instead.

func (*LiquidityScores) GetMarketId added in v0.65.0

func (x *LiquidityScores) GetMarketId() string

func (*LiquidityScores) GetRunningAverageCounter added in v0.65.0

func (x *LiquidityScores) GetRunningAverageCounter() int32

func (*LiquidityScores) GetScores added in v0.65.0

func (x *LiquidityScores) GetScores() []*LiquidityScore

func (*LiquidityScores) ProtoMessage added in v0.65.0

func (*LiquidityScores) ProtoMessage()

func (*LiquidityScores) ProtoReflect added in v0.65.0

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

func (*LiquidityScores) Reset added in v0.65.0

func (x *LiquidityScores) Reset()

func (*LiquidityScores) String added in v0.65.0

func (x *LiquidityScores) String() string

type LiquiditySupplied

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         []*LiquidityOffsetProbabilityPair `protobuf:"bytes,3,rep,name=bid_cache,json=bidCache,proto3" json:"bid_cache,omitempty"`
	AskCache         []*LiquidityOffsetProbabilityPair `protobuf:"bytes,4,rep,name=ask_cache,json=askCache,proto3" json:"ask_cache,omitempty"`
	// contains filtered or unexported fields
}

func (*LiquiditySupplied) Descriptor deprecated

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

Deprecated: Use LiquiditySupplied.ProtoReflect.Descriptor instead.

func (*LiquiditySupplied) GetAskCache

func (*LiquiditySupplied) GetBidCache

func (*LiquiditySupplied) GetConsensusReached

func (x *LiquiditySupplied) GetConsensusReached() bool

func (*LiquiditySupplied) GetMarketId

func (x *LiquiditySupplied) GetMarketId() string

func (*LiquiditySupplied) ProtoMessage

func (*LiquiditySupplied) ProtoMessage()

func (*LiquiditySupplied) ProtoReflect

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

func (*LiquiditySupplied) Reset

func (x *LiquiditySupplied) Reset()

func (*LiquiditySupplied) String

func (x *LiquiditySupplied) String() string

type LiquidityTarget

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

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

Deprecated: Use LiquidityTarget.ProtoReflect.Descriptor instead.

func (*LiquidityTarget) GetCurrentOpenInterests

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

func (*LiquidityTarget) GetCurrentTime

func (x *LiquidityTarget) GetCurrentTime() int64

func (*LiquidityTarget) GetMarketId

func (x *LiquidityTarget) GetMarketId() string

func (*LiquidityTarget) GetMaxOpenInterests

func (x *LiquidityTarget) GetMaxOpenInterests() *TimestampedOpenInterest

func (*LiquidityTarget) GetPreviousOpenInterests

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

func (*LiquidityTarget) GetScheduledTruncate

func (x *LiquidityTarget) GetScheduledTruncate() int64

func (*LiquidityTarget) ProtoMessage

func (*LiquidityTarget) ProtoMessage()

func (*LiquidityTarget) ProtoReflect

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

func (*LiquidityTarget) Reset

func (x *LiquidityTarget) Reset()

func (*LiquidityTarget) String

func (x *LiquidityTarget) String() string

type LiquidityV2PaidFeesStats added in v0.73.0

type LiquidityV2PaidFeesStats struct {

	// Market ID these liquidity parameters apply to. Required for key generation
	MarketId string                      `protobuf:"bytes,1,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"`
	Stats    *v12.PaidLiquidityFeesStats `protobuf:"bytes,2,opt,name=stats,proto3" json:"stats,omitempty"`
	// contains filtered or unexported fields
}

func (*LiquidityV2PaidFeesStats) Descriptor deprecated added in v0.73.0

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

Deprecated: Use LiquidityV2PaidFeesStats.ProtoReflect.Descriptor instead.

func (*LiquidityV2PaidFeesStats) GetMarketId added in v0.73.0

func (x *LiquidityV2PaidFeesStats) GetMarketId() string

func (*LiquidityV2PaidFeesStats) GetStats added in v0.73.0

func (*LiquidityV2PaidFeesStats) ProtoMessage added in v0.73.0

func (*LiquidityV2PaidFeesStats) ProtoMessage()

func (*LiquidityV2PaidFeesStats) ProtoReflect added in v0.73.0

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

func (*LiquidityV2PaidFeesStats) Reset added in v0.73.0

func (x *LiquidityV2PaidFeesStats) Reset()

func (*LiquidityV2PaidFeesStats) String added in v0.73.0

func (x *LiquidityV2PaidFeesStats) String() string

type LiquidityV2Parameters added in v0.73.0

type LiquidityV2Parameters struct {

	// Market ID these liquidity parameters apply to. Required for key generation
	MarketId string `protobuf:"bytes,1,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"`
	// market specific SLA parameters, will be different than the ones in the market
	// snapshot since they apply at the end of an epoch
	MarketSlaParameters *vega.LiquiditySLAParameters `protobuf:"bytes,2,opt,name=market_sla_parameters,json=marketSlaParameters,proto3" json:"market_sla_parameters,omitempty"`
	// network wide SLA parameters, will be different than network paramters in the
	// snapshot since they apply at the end of an epoch
	StakeToVolume    string `protobuf:"bytes,3,opt,name=stake_to_volume,json=stakeToVolume,proto3" json:"stake_to_volume,omitempty"`
	BondPenaltySlope string `protobuf:"bytes,4,opt,name=bond_penalty_slope,json=bondPenaltySlope,proto3" json:"bond_penalty_slope,omitempty"`
	BondPenaltyMax   string `protobuf:"bytes,5,opt,name=bond_penalty_max,json=bondPenaltyMax,proto3" json:"bond_penalty_max,omitempty"`
	// contains filtered or unexported fields
}

func (*LiquidityV2Parameters) Descriptor deprecated added in v0.73.0

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

Deprecated: Use LiquidityV2Parameters.ProtoReflect.Descriptor instead.

func (*LiquidityV2Parameters) GetBondPenaltyMax added in v0.73.0

func (x *LiquidityV2Parameters) GetBondPenaltyMax() string

func (*LiquidityV2Parameters) GetBondPenaltySlope added in v0.73.0

func (x *LiquidityV2Parameters) GetBondPenaltySlope() string

func (*LiquidityV2Parameters) GetMarketId added in v0.73.0

func (x *LiquidityV2Parameters) GetMarketId() string

func (*LiquidityV2Parameters) GetMarketSlaParameters added in v0.73.0

func (x *LiquidityV2Parameters) GetMarketSlaParameters() *vega.LiquiditySLAParameters

func (*LiquidityV2Parameters) GetStakeToVolume added in v0.73.0

func (x *LiquidityV2Parameters) GetStakeToVolume() string

func (*LiquidityV2Parameters) ProtoMessage added in v0.73.0

func (*LiquidityV2Parameters) ProtoMessage()

func (*LiquidityV2Parameters) ProtoReflect added in v0.73.0

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

func (*LiquidityV2Parameters) Reset added in v0.73.0

func (x *LiquidityV2Parameters) Reset()

func (*LiquidityV2Parameters) String added in v0.73.0

func (x *LiquidityV2Parameters) String() string

type LiquidityV2PendingProvisions added in v0.73.0

type LiquidityV2PendingProvisions struct {

	// Market ID these liquidity parameters apply to. Required for key generation
	MarketId                   string                     `protobuf:"bytes,1,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"`
	PendingLiquidityProvisions []*vega.LiquidityProvision `` /* 141-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*LiquidityV2PendingProvisions) Descriptor deprecated added in v0.73.0

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

Deprecated: Use LiquidityV2PendingProvisions.ProtoReflect.Descriptor instead.

func (*LiquidityV2PendingProvisions) GetMarketId added in v0.73.0

func (x *LiquidityV2PendingProvisions) GetMarketId() string

func (*LiquidityV2PendingProvisions) GetPendingLiquidityProvisions added in v0.73.0

func (x *LiquidityV2PendingProvisions) GetPendingLiquidityProvisions() []*vega.LiquidityProvision

func (*LiquidityV2PendingProvisions) ProtoMessage added in v0.73.0

func (*LiquidityV2PendingProvisions) ProtoMessage()

func (*LiquidityV2PendingProvisions) ProtoReflect added in v0.73.0

func (*LiquidityV2PendingProvisions) Reset added in v0.73.0

func (x *LiquidityV2PendingProvisions) Reset()

func (*LiquidityV2PendingProvisions) String added in v0.73.0

type LiquidityV2PerformancePerParty added in v0.73.0

type LiquidityV2PerformancePerParty struct {
	Party                            string   `protobuf:"bytes,1,opt,name=party,proto3" json:"party,omitempty"`
	ElapsedTimeMeetingSlaDuringEpoch int64    `` /* 166-byte string literal not displayed */
	CommitmentStartTime              int64    `protobuf:"varint,3,opt,name=commitment_start_time,json=commitmentStartTime,proto3" json:"commitment_start_time,omitempty"`
	RegisteredPenaltiesPerEpoch      []string `` /* 146-byte string literal not displayed */
	PositionInPenaltiesPerEpoch      uint32   `` /* 149-byte string literal not displayed */
	LastEpochFractionOfTimeOnBook    string   `` /* 158-byte string literal not displayed */
	LastEpochFeePenalty              string   `protobuf:"bytes,7,opt,name=last_epoch_fee_penalty,json=lastEpochFeePenalty,proto3" json:"last_epoch_fee_penalty,omitempty"`
	LastEpochBondPenalty             string   `protobuf:"bytes,8,opt,name=last_epoch_bond_penalty,json=lastEpochBondPenalty,proto3" json:"last_epoch_bond_penalty,omitempty"`
	RequiredLiquidity                string   `protobuf:"bytes,9,opt,name=required_liquidity,json=requiredLiquidity,proto3" json:"required_liquidity,omitempty"`
	NotionalVolumeBuys               string   `protobuf:"bytes,10,opt,name=notional_volume_buys,json=notionalVolumeBuys,proto3" json:"notional_volume_buys,omitempty"`
	NotionalVolumeSells              string   `protobuf:"bytes,11,opt,name=notional_volume_sells,json=notionalVolumeSells,proto3" json:"notional_volume_sells,omitempty"`
	// contains filtered or unexported fields
}

func (*LiquidityV2PerformancePerParty) Descriptor deprecated added in v0.73.0

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

Deprecated: Use LiquidityV2PerformancePerParty.ProtoReflect.Descriptor instead.

func (*LiquidityV2PerformancePerParty) GetCommitmentStartTime added in v0.73.0

func (x *LiquidityV2PerformancePerParty) GetCommitmentStartTime() int64

func (*LiquidityV2PerformancePerParty) GetElapsedTimeMeetingSlaDuringEpoch added in v0.73.0

func (x *LiquidityV2PerformancePerParty) GetElapsedTimeMeetingSlaDuringEpoch() int64

func (*LiquidityV2PerformancePerParty) GetLastEpochBondPenalty added in v0.73.0

func (x *LiquidityV2PerformancePerParty) GetLastEpochBondPenalty() string

func (*LiquidityV2PerformancePerParty) GetLastEpochFeePenalty added in v0.73.0

func (x *LiquidityV2PerformancePerParty) GetLastEpochFeePenalty() string

func (*LiquidityV2PerformancePerParty) GetLastEpochFractionOfTimeOnBook added in v0.73.0

func (x *LiquidityV2PerformancePerParty) GetLastEpochFractionOfTimeOnBook() string

func (*LiquidityV2PerformancePerParty) GetNotionalVolumeBuys added in v0.73.0

func (x *LiquidityV2PerformancePerParty) GetNotionalVolumeBuys() string

func (*LiquidityV2PerformancePerParty) GetNotionalVolumeSells added in v0.73.0

func (x *LiquidityV2PerformancePerParty) GetNotionalVolumeSells() string

func (*LiquidityV2PerformancePerParty) GetParty added in v0.73.0

func (x *LiquidityV2PerformancePerParty) GetParty() string

func (*LiquidityV2PerformancePerParty) GetPositionInPenaltiesPerEpoch added in v0.73.0

func (x *LiquidityV2PerformancePerParty) GetPositionInPenaltiesPerEpoch() uint32

func (*LiquidityV2PerformancePerParty) GetRegisteredPenaltiesPerEpoch added in v0.73.0

func (x *LiquidityV2PerformancePerParty) GetRegisteredPenaltiesPerEpoch() []string

func (*LiquidityV2PerformancePerParty) GetRequiredLiquidity added in v0.73.0

func (x *LiquidityV2PerformancePerParty) GetRequiredLiquidity() string

func (*LiquidityV2PerformancePerParty) ProtoMessage added in v0.73.0

func (*LiquidityV2PerformancePerParty) ProtoMessage()

func (*LiquidityV2PerformancePerParty) ProtoReflect added in v0.73.0

func (*LiquidityV2PerformancePerParty) Reset added in v0.73.0

func (x *LiquidityV2PerformancePerParty) Reset()

func (*LiquidityV2PerformancePerParty) String added in v0.73.0

type LiquidityV2Performances added in v0.73.0

type LiquidityV2Performances struct {

	// Market ID these liquidity parameters apply to. Required for key generation
	MarketId            string                            `protobuf:"bytes,1,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"`
	EpochStartTime      int64                             `protobuf:"varint,2,opt,name=epoch_start_time,json=epochStartTime,proto3" json:"epoch_start_time,omitempty"`
	PerformancePerParty []*LiquidityV2PerformancePerParty `protobuf:"bytes,3,rep,name=performance_per_party,json=performancePerParty,proto3" json:"performance_per_party,omitempty"`
	// contains filtered or unexported fields
}

func (*LiquidityV2Performances) Descriptor deprecated added in v0.73.0

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

Deprecated: Use LiquidityV2Performances.ProtoReflect.Descriptor instead.

func (*LiquidityV2Performances) GetEpochStartTime added in v0.73.0

func (x *LiquidityV2Performances) GetEpochStartTime() int64

func (*LiquidityV2Performances) GetMarketId added in v0.73.0

func (x *LiquidityV2Performances) GetMarketId() string

func (*LiquidityV2Performances) GetPerformancePerParty added in v0.73.0

func (x *LiquidityV2Performances) GetPerformancePerParty() []*LiquidityV2PerformancePerParty

func (*LiquidityV2Performances) ProtoMessage added in v0.73.0

func (*LiquidityV2Performances) ProtoMessage()

func (*LiquidityV2Performances) ProtoReflect added in v0.73.0

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

func (*LiquidityV2Performances) Reset added in v0.73.0

func (x *LiquidityV2Performances) Reset()

func (*LiquidityV2Performances) String added in v0.73.0

func (x *LiquidityV2Performances) String() string

type LiquidityV2Provisions added in v0.73.0

type LiquidityV2Provisions struct {

	// Market ID these liquidity parameters apply to. Required for key generation
	MarketId            string                     `protobuf:"bytes,1,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"`
	LiquidityProvisions []*vega.LiquidityProvision `protobuf:"bytes,2,rep,name=liquidity_provisions,json=liquidityProvisions,proto3" json:"liquidity_provisions,omitempty"`
	// contains filtered or unexported fields
}

func (*LiquidityV2Provisions) Descriptor deprecated added in v0.73.0

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

Deprecated: Use LiquidityV2Provisions.ProtoReflect.Descriptor instead.

func (*LiquidityV2Provisions) GetLiquidityProvisions added in v0.73.0

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

func (*LiquidityV2Provisions) GetMarketId added in v0.73.0

func (x *LiquidityV2Provisions) GetMarketId() string

func (*LiquidityV2Provisions) ProtoMessage added in v0.73.0

func (*LiquidityV2Provisions) ProtoMessage()

func (*LiquidityV2Provisions) ProtoReflect added in v0.73.0

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

func (*LiquidityV2Provisions) Reset added in v0.73.0

func (x *LiquidityV2Provisions) Reset()

func (*LiquidityV2Provisions) String added in v0.73.0

func (x *LiquidityV2Provisions) String() string

type LiquidityV2Scores added in v0.73.0

type LiquidityV2Scores struct {

	// Market ID these liquidity parameters apply to. Required for key generation
	MarketId                string            `protobuf:"bytes,1,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"`
	RunningAverageCounter   int32             `` /* 127-byte string literal not displayed */
	Scores                  []*LiquidityScore `protobuf:"bytes,3,rep,name=scores,proto3" json:"scores,omitempty"`
	LastFeeDistributionTime int64             `` /* 135-byte string literal not displayed */
	FeeCalculationTimeStep  int64             `` /* 132-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*LiquidityV2Scores) Descriptor deprecated added in v0.73.0

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

Deprecated: Use LiquidityV2Scores.ProtoReflect.Descriptor instead.

func (*LiquidityV2Scores) GetFeeCalculationTimeStep added in v0.73.0

func (x *LiquidityV2Scores) GetFeeCalculationTimeStep() int64

func (*LiquidityV2Scores) GetLastFeeDistributionTime added in v0.73.0

func (x *LiquidityV2Scores) GetLastFeeDistributionTime() int64

func (*LiquidityV2Scores) GetMarketId added in v0.73.0

func (x *LiquidityV2Scores) GetMarketId() string

func (*LiquidityV2Scores) GetRunningAverageCounter added in v0.73.0

func (x *LiquidityV2Scores) GetRunningAverageCounter() int32

func (*LiquidityV2Scores) GetScores added in v0.73.0

func (x *LiquidityV2Scores) GetScores() []*LiquidityScore

func (*LiquidityV2Scores) ProtoMessage added in v0.73.0

func (*LiquidityV2Scores) ProtoMessage()

func (*LiquidityV2Scores) ProtoReflect added in v0.73.0

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

func (*LiquidityV2Scores) Reset added in v0.73.0

func (x *LiquidityV2Scores) Reset()

func (*LiquidityV2Scores) String added in v0.73.0

func (x *LiquidityV2Scores) String() string

type LiquidityV2Supplied added in v0.73.0

type LiquidityV2Supplied struct {

	// Market ID these liquidity parameters apply to. Required for key generation
	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         []*LiquidityOffsetProbabilityPair `protobuf:"bytes,3,rep,name=bid_cache,json=bidCache,proto3" json:"bid_cache,omitempty"`
	AskCache         []*LiquidityOffsetProbabilityPair `protobuf:"bytes,4,rep,name=ask_cache,json=askCache,proto3" json:"ask_cache,omitempty"`
	// contains filtered or unexported fields
}

func (*LiquidityV2Supplied) Descriptor deprecated added in v0.73.0

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

Deprecated: Use LiquidityV2Supplied.ProtoReflect.Descriptor instead.

func (*LiquidityV2Supplied) GetAskCache added in v0.73.0

func (*LiquidityV2Supplied) GetBidCache added in v0.73.0

func (*LiquidityV2Supplied) GetConsensusReached added in v0.73.0

func (x *LiquidityV2Supplied) GetConsensusReached() bool

func (*LiquidityV2Supplied) GetMarketId added in v0.73.0

func (x *LiquidityV2Supplied) GetMarketId() string

func (*LiquidityV2Supplied) ProtoMessage added in v0.73.0

func (*LiquidityV2Supplied) ProtoMessage()

func (*LiquidityV2Supplied) ProtoReflect added in v0.73.0

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

func (*LiquidityV2Supplied) Reset added in v0.73.0

func (x *LiquidityV2Supplied) Reset()

func (*LiquidityV2Supplied) String added in v0.73.0

func (x *LiquidityV2Supplied) String() string

type Market

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                     *PeggedOrders             `protobuf:"bytes,4,opt,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"`
	SettlementData                   string                    `protobuf:"bytes,18,opt,name=settlement_data,json=settlementData,proto3" json:"settlement_data,omitempty"`
	NextMarkToMarket                 int64                     `protobuf:"varint,19,opt,name=next_mark_to_market,json=nextMarkToMarket,proto3" json:"next_mark_to_market,omitempty"`
	LastTradedPrice                  string                    `protobuf:"bytes,20,opt,name=last_traded_price,json=lastTradedPrice,proto3" json:"last_traded_price,omitempty"`
	Parties                          []string                  `protobuf:"bytes,21,rep,name=parties,proto3" json:"parties,omitempty"`
	Closed                           bool                      `protobuf:"varint,22,opt,name=closed,proto3" json:"closed,omitempty"`
	Succeeded                        bool                      `protobuf:"varint,23,opt,name=succeeded,proto3" json:"succeeded,omitempty"`
	StopOrders                       *StopOrders               `protobuf:"bytes,24,opt,name=stop_orders,json=stopOrders,proto3" json:"stop_orders,omitempty"`
	ExpiringStopOrders               []*vega.Order             `protobuf:"bytes,25,rep,name=expiring_stop_orders,json=expiringStopOrders,proto3" json:"expiring_stop_orders,omitempty"`
	Product                          *Product                  `protobuf:"bytes,26,opt,name=product,proto3" json:"product,omitempty"`
	FeesStats                        *v12.FeesStats            `protobuf:"bytes,27,opt,name=fees_stats,json=feesStats,proto3" json:"fees_stats,omitempty"`
	PartyMarginFactor                []*PartyMarginFactor      `protobuf:"bytes,28,rep,name=party_margin_factor,json=partyMarginFactor,proto3" json:"party_margin_factor,omitempty"`
	MarkPriceCalculator              *CompositePriceCalculator `protobuf:"bytes,29,opt,name=mark_price_calculator,json=markPriceCalculator,proto3" json:"mark_price_calculator,omitempty"`
	InternalCompositePriceCalculator *CompositePriceCalculator `` /* 168-byte string literal not displayed */
	NextInternalCompositePriceCalc   int64                     `` /* 159-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Market) Descriptor deprecated

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

Deprecated: Use Market.ProtoReflect.Descriptor instead.

func (*Market) GetAuctionState

func (x *Market) GetAuctionState() *AuctionState

func (*Market) GetClosed added in v0.69.0

func (x *Market) GetClosed() bool

func (*Market) GetCurrentMarkPrice

func (x *Market) GetCurrentMarkPrice() string

func (*Market) GetEquityShare

func (x *Market) GetEquityShare() *EquityShare

func (*Market) GetExpiringOrders

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

func (*Market) GetExpiringStopOrders added in v0.72.0

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

func (*Market) GetFeeSplitter

func (x *Market) GetFeeSplitter() *FeeSplitter

func (*Market) GetFeesStats added in v0.73.0

func (x *Market) GetFeesStats() *v12.FeesStats

func (*Market) GetInternalCompositePriceCalculator added in v0.74.0

func (x *Market) GetInternalCompositePriceCalculator() *CompositePriceCalculator

func (*Market) GetLastBestAsk

func (x *Market) GetLastBestAsk() string

func (*Market) GetLastBestBid

func (x *Market) GetLastBestBid() string

func (*Market) GetLastEquityShareDistributed

func (x *Market) GetLastEquityShareDistributed() int64

func (*Market) GetLastMarketValueProxy

func (x *Market) GetLastMarketValueProxy() string

func (*Market) GetLastMidAsk

func (x *Market) GetLastMidAsk() string

func (*Market) GetLastMidBid

func (x *Market) GetLastMidBid() string

func (*Market) GetLastTradedPrice added in v0.63.0

func (x *Market) GetLastTradedPrice() string

func (*Market) GetMarkPriceCalculator added in v0.74.0

func (x *Market) GetMarkPriceCalculator() *CompositePriceCalculator

func (*Market) GetMarket

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

func (*Market) GetNextInternalCompositePriceCalc added in v0.74.0

func (x *Market) GetNextInternalCompositePriceCalc() int64

func (*Market) GetNextMarkToMarket added in v0.63.0

func (x *Market) GetNextMarkToMarket() int64

func (*Market) GetParties added in v0.68.0

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

func (*Market) GetPartyMarginFactor added in v0.74.0

func (x *Market) GetPartyMarginFactor() []*PartyMarginFactor

func (*Market) GetPeggedOrders

func (x *Market) GetPeggedOrders() *PeggedOrders

func (*Market) GetPriceMonitor

func (x *Market) GetPriceMonitor() *PriceMonitor

func (*Market) GetProduct added in v0.73.0

func (x *Market) GetProduct() *Product

func (*Market) GetRiskFactorConsensusReached

func (x *Market) GetRiskFactorConsensusReached() bool

func (*Market) GetRiskFactorLong

func (x *Market) GetRiskFactorLong() string

func (*Market) GetRiskFactorShort

func (x *Market) GetRiskFactorShort() string

func (*Market) GetSettlementData added in v0.58.0

func (x *Market) GetSettlementData() string

func (*Market) GetStopOrders added in v0.72.0

func (x *Market) GetStopOrders() *StopOrders

func (*Market) GetSucceeded added in v0.72.0

func (x *Market) GetSucceeded() bool

func (*Market) ProtoMessage

func (*Market) ProtoMessage()

func (*Market) ProtoReflect

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

func (*Market) Reset

func (x *Market) Reset()

func (*Market) String

func (x *Market) String() string

type MarketPositions

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"`
	PartiesRecords []*PartyPositionStats `protobuf:"bytes,3,rep,name=parties_records,json=partiesRecords,proto3" json:"parties_records,omitempty"`
	// contains filtered or unexported fields
}

func (*MarketPositions) Descriptor deprecated

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

Deprecated: Use MarketPositions.ProtoReflect.Descriptor instead.

func (*MarketPositions) GetMarketId

func (x *MarketPositions) GetMarketId() string

func (*MarketPositions) GetPartiesRecords added in v0.73.0

func (x *MarketPositions) GetPartiesRecords() []*PartyPositionStats

func (*MarketPositions) GetPositions

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

func (*MarketPositions) ProtoMessage

func (*MarketPositions) ProtoMessage()

func (*MarketPositions) ProtoReflect

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

func (*MarketPositions) Reset

func (x *MarketPositions) Reset()

func (*MarketPositions) String

func (x *MarketPositions) String() string

type MarketTracker

type MarketTracker struct {
	MarketActivity                   []*v11.MarketActivityTracker            `protobuf:"bytes,1,rep,name=market_activity,json=marketActivity,proto3" json:"market_activity,omitempty"`
	TakerNotionalVolume              []*v11.TakerNotionalVolume              `protobuf:"bytes,2,rep,name=taker_notional_volume,json=takerNotionalVolume,proto3" json:"taker_notional_volume,omitempty"`
	MarketToPartyTakerNotionalVolume []*v11.MarketToPartyTakerNotionalVolume `` /* 165-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*MarketTracker) Descriptor deprecated

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

Deprecated: Use MarketTracker.ProtoReflect.Descriptor instead.

func (*MarketTracker) GetMarketActivity

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

func (*MarketTracker) GetMarketToPartyTakerNotionalVolume added in v0.74.0

func (x *MarketTracker) GetMarketToPartyTakerNotionalVolume() []*v11.MarketToPartyTakerNotionalVolume

func (*MarketTracker) GetTakerNotionalVolume added in v0.73.0

func (x *MarketTracker) GetTakerNotionalVolume() []*v11.TakerNotionalVolume

func (*MarketTracker) ProtoMessage

func (*MarketTracker) ProtoMessage()

func (*MarketTracker) ProtoReflect

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

func (*MarketTracker) Reset

func (x *MarketTracker) Reset()

func (*MarketTracker) String

func (x *MarketTracker) String() string

type MatchingBook

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"`
	PeggedOrderIds  []string      `protobuf:"bytes,7,rep,name=pegged_order_ids,json=peggedOrderIds,proto3" json:"pegged_order_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*MatchingBook) Descriptor deprecated

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

Deprecated: Use MatchingBook.ProtoReflect.Descriptor instead.

func (*MatchingBook) GetAuction

func (x *MatchingBook) GetAuction() bool

func (*MatchingBook) GetBatchId

func (x *MatchingBook) GetBatchId() uint64

func (*MatchingBook) GetBuy

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

func (*MatchingBook) GetLastTradedPrice

func (x *MatchingBook) GetLastTradedPrice() string

func (*MatchingBook) GetMarketId

func (x *MatchingBook) GetMarketId() string

func (*MatchingBook) GetPeggedOrderIds added in v0.73.0

func (x *MatchingBook) GetPeggedOrderIds() []string

func (*MatchingBook) GetSell

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

func (*MatchingBook) ProtoMessage

func (*MatchingBook) ProtoMessage()

func (*MatchingBook) ProtoReflect

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

func (*MatchingBook) Reset

func (x *MatchingBook) Reset()

func (*MatchingBook) String

func (x *MatchingBook) String() string

type Membership added in v0.73.0

type Membership struct {
	PartyId        string `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"`
	JoinedAt       int64  `protobuf:"varint,2,opt,name=joined_at,json=joinedAt,proto3" json:"joined_at,omitempty"`
	StartedAtEpoch uint64 `protobuf:"varint,3,opt,name=started_at_epoch,json=startedAtEpoch,proto3" json:"started_at_epoch,omitempty"`
	// contains filtered or unexported fields
}

func (*Membership) Descriptor deprecated added in v0.73.0

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

Deprecated: Use Membership.ProtoReflect.Descriptor instead.

func (*Membership) GetJoinedAt added in v0.73.0

func (x *Membership) GetJoinedAt() int64

func (*Membership) GetPartyId added in v0.73.0

func (x *Membership) GetPartyId() string

func (*Membership) GetStartedAtEpoch added in v0.73.0

func (x *Membership) GetStartedAtEpoch() uint64

func (*Membership) ProtoMessage added in v0.73.0

func (*Membership) ProtoMessage()

func (*Membership) ProtoReflect added in v0.73.0

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

func (*Membership) Reset added in v0.73.0

func (x *Membership) Reset()

func (*Membership) String added in v0.73.0

func (x *Membership) String() string

type Metadata

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"`
	ProtocolVersion string      `protobuf:"bytes,4,opt,name=protocol_version,json=protocolVersion,proto3" json:"protocol_version,omitempty"`
	ProtocolUpgrade bool        `protobuf:"varint,5,opt,name=protocol_upgrade,json=protocolUpgrade,proto3" json:"protocol_upgrade,omitempty"`
	// contains filtered or unexported fields
}

func (*Metadata) Descriptor deprecated

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

Deprecated: Use Metadata.ProtoReflect.Descriptor instead.

func (*Metadata) GetChunkHashes

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

func (*Metadata) GetNodeHashes

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

func (*Metadata) GetProtocolUpgrade added in v0.73.0

func (x *Metadata) GetProtocolUpgrade() bool

func (*Metadata) GetProtocolVersion added in v0.73.0

func (x *Metadata) GetProtocolVersion() string

func (*Metadata) GetVersion

func (x *Metadata) GetVersion() int64

func (*Metadata) ProtoMessage

func (*Metadata) ProtoMessage()

func (*Metadata) ProtoReflect

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

func (*Metadata) Reset

func (x *Metadata) Reset()

func (*Metadata) String

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

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

func (*NetParams) Reset

func (x *NetParams) Reset()

func (*NetParams) String

func (x *NetParams) String() string

type NextTimeTrigger

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

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

Deprecated: Use NextTimeTrigger.ProtoReflect.Descriptor instead.

func (*NextTimeTrigger) GetAsset

func (x *NextTimeTrigger) GetAsset() string

func (*NextTimeTrigger) GetId

func (x *NextTimeTrigger) GetId() string

func (*NextTimeTrigger) GetMarket

func (x *NextTimeTrigger) GetMarket() string

func (*NextTimeTrigger) GetNextTrigger

func (x *NextTimeTrigger) GetNextTrigger() int64

func (*NextTimeTrigger) ProtoMessage

func (*NextTimeTrigger) ProtoMessage()

func (*NextTimeTrigger) ProtoReflect

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

func (*NextTimeTrigger) Reset

func (x *NextTimeTrigger) Reset()

func (*NextTimeTrigger) String

func (x *NextTimeTrigger) String() string

type NodeHash

type NodeHash struct {

	// Node's full key, for example epoch.all
	Key string `protobuf:"bytes,3,opt,name=key,proto3" json:"key,omitempty"`
	// Hash of the node's value
	Hash string `protobuf:"bytes,4,opt,name=hash,proto3" json:"hash,omitempty"`
	// Height of the node in the tree
	Height int32 `protobuf:"varint,5,opt,name=height,proto3" json:"height,omitempty"`
	// 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 reconstruct an identical copy of the AVL tree after it's been serialised

func (*NodeHash) Descriptor deprecated

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

Deprecated: Use NodeHash.ProtoReflect.Descriptor instead.

func (*NodeHash) GetHash

func (x *NodeHash) GetHash() string

func (*NodeHash) GetHeight

func (x *NodeHash) GetHeight() int32

func (*NodeHash) GetIsLeaf

func (x *NodeHash) GetIsLeaf() bool

func (*NodeHash) GetKey

func (x *NodeHash) GetKey() string

func (*NodeHash) GetVersion

func (x *NodeHash) GetVersion() int64

func (*NodeHash) ProtoMessage

func (*NodeHash) ProtoMessage()

func (*NodeHash) ProtoReflect

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

func (*NodeHash) Reset

func (x *NodeHash) Reset()

func (*NodeHash) String

func (x *NodeHash) String() string

type NonceRef added in v0.73.0

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

func (*NonceRef) Descriptor deprecated added in v0.73.0

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

Deprecated: Use NonceRef.ProtoReflect.Descriptor instead.

func (*NonceRef) GetNonce added in v0.73.0

func (x *NonceRef) GetNonce() uint64

func (*NonceRef) GetParty added in v0.73.0

func (x *NonceRef) GetParty() string

func (*NonceRef) ProtoMessage added in v0.73.0

func (*NonceRef) ProtoMessage()

func (*NonceRef) ProtoReflect added in v0.73.0

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

func (*NonceRef) Reset added in v0.73.0

func (x *NonceRef) Reset()

func (*NonceRef) String added in v0.73.0

func (x *NonceRef) String() string

type NonceRefsAtHeight added in v0.73.0

type NonceRefsAtHeight struct {
	Height uint64      `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"`
	Refs   []*NonceRef `protobuf:"bytes,2,rep,name=refs,proto3" json:"refs,omitempty"`
	// contains filtered or unexported fields
}

func (*NonceRefsAtHeight) Descriptor deprecated added in v0.73.0

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

Deprecated: Use NonceRefsAtHeight.ProtoReflect.Descriptor instead.

func (*NonceRefsAtHeight) GetHeight added in v0.73.0

func (x *NonceRefsAtHeight) GetHeight() uint64

func (*NonceRefsAtHeight) GetRefs added in v0.73.0

func (x *NonceRefsAtHeight) GetRefs() []*NonceRef

func (*NonceRefsAtHeight) ProtoMessage added in v0.73.0

func (*NonceRefsAtHeight) ProtoMessage()

func (*NonceRefsAtHeight) ProtoReflect added in v0.73.0

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

func (*NonceRefsAtHeight) Reset added in v0.73.0

func (x *NonceRefsAtHeight) Reset()

func (*NonceRefsAtHeight) String added in v0.73.0

func (x *NonceRefsAtHeight) String() string

type Notary

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

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

Deprecated: Use Notary.ProtoReflect.Descriptor instead.

func (*Notary) GetNotarySigs

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

func (*Notary) ProtoMessage

func (*Notary) ProtoMessage()

func (*Notary) ProtoReflect

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

func (*Notary) Reset

func (x *Notary) Reset()

func (*Notary) String

func (x *Notary) String() string

type NotarySigs

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

func (*NotarySigs) Descriptor deprecated

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

Deprecated: Use NotarySigs.ProtoReflect.Descriptor instead.

func (*NotarySigs) GetId

func (x *NotarySigs) GetId() string

func (*NotarySigs) GetKind

func (x *NotarySigs) GetKind() int32

func (*NotarySigs) GetNode

func (x *NotarySigs) GetNode() string

func (*NotarySigs) GetPending added in v0.71.0

func (x *NotarySigs) GetPending() bool

func (*NotarySigs) GetSig

func (x *NotarySigs) GetSig() string

func (*NotarySigs) ProtoMessage

func (*NotarySigs) ProtoMessage()

func (*NotarySigs) ProtoReflect

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

func (*NotarySigs) Reset

func (x *NotarySigs) Reset()

func (*NotarySigs) String

func (x *NotarySigs) String() string

type OffsetsAtPrice added in v0.72.0

type OffsetsAtPrice struct {
	Price   string            `protobuf:"bytes,1,opt,name=price,proto3" json:"price,omitempty"`
	Offsets []*OrdersAtOffset `protobuf:"bytes,2,rep,name=offsets,proto3" json:"offsets,omitempty"`
	// contains filtered or unexported fields
}

func (*OffsetsAtPrice) Descriptor deprecated added in v0.72.0

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

Deprecated: Use OffsetsAtPrice.ProtoReflect.Descriptor instead.

func (*OffsetsAtPrice) GetOffsets added in v0.72.0

func (x *OffsetsAtPrice) GetOffsets() []*OrdersAtOffset

func (*OffsetsAtPrice) GetPrice added in v0.72.0

func (x *OffsetsAtPrice) GetPrice() string

func (*OffsetsAtPrice) ProtoMessage added in v0.72.0

func (*OffsetsAtPrice) ProtoMessage()

func (*OffsetsAtPrice) ProtoReflect added in v0.72.0

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

func (*OffsetsAtPrice) Reset added in v0.72.0

func (x *OffsetsAtPrice) Reset()

func (*OffsetsAtPrice) String added in v0.72.0

func (x *OffsetsAtPrice) String() string

type OracleData

type OracleData struct {
	Signers  []*v1.Signer      `protobuf:"bytes,1,rep,name=signers,proto3" json:"signers,omitempty"`
	Data     []*OracleDataPair `protobuf:"bytes,2,rep,name=data,proto3" json:"data,omitempty"`
	MetaData []*v1.Property    `protobuf:"bytes,3,rep,name=meta_data,json=metaData,proto3" json:"meta_data,omitempty"`
	// contains filtered or unexported fields
}

func (*OracleData) Descriptor deprecated

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

Deprecated: Use OracleData.ProtoReflect.Descriptor instead.

func (*OracleData) GetData

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

func (*OracleData) GetMetaData added in v0.73.0

func (x *OracleData) GetMetaData() []*v1.Property

func (*OracleData) GetSigners added in v0.61.0

func (x *OracleData) GetSigners() []*v1.Signer

func (*OracleData) ProtoMessage

func (*OracleData) ProtoMessage()

func (*OracleData) ProtoReflect

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

func (*OracleData) Reset

func (x *OracleData) Reset()

func (*OracleData) String

func (x *OracleData) String() string

type OracleDataBatch

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

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

Deprecated: Use OracleDataBatch.ProtoReflect.Descriptor instead.

func (*OracleDataBatch) GetOracleData

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

func (*OracleDataBatch) ProtoMessage

func (*OracleDataBatch) ProtoMessage()

func (*OracleDataBatch) ProtoReflect

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

func (*OracleDataBatch) Reset

func (x *OracleDataBatch) Reset()

func (*OracleDataBatch) String

func (x *OracleDataBatch) String() string

type OracleDataPair

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

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

Deprecated: Use OracleDataPair.ProtoReflect.Descriptor instead.

func (*OracleDataPair) GetKey

func (x *OracleDataPair) GetKey() string

func (*OracleDataPair) GetValue

func (x *OracleDataPair) GetValue() string

func (*OracleDataPair) ProtoMessage

func (*OracleDataPair) ProtoMessage()

func (*OracleDataPair) ProtoReflect

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

func (*OracleDataPair) Reset

func (x *OracleDataPair) Reset()

func (*OracleDataPair) String

func (x *OracleDataPair) String() string

type OrderHoldingQuantities added in v0.73.0

type OrderHoldingQuantities struct {
	Id       string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Quantity string `protobuf:"bytes,2,opt,name=quantity,proto3" json:"quantity,omitempty"`
	Fee      string `protobuf:"bytes,3,opt,name=fee,proto3" json:"fee,omitempty"`
	// contains filtered or unexported fields
}

func (*OrderHoldingQuantities) Descriptor deprecated added in v0.73.0

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

Deprecated: Use OrderHoldingQuantities.ProtoReflect.Descriptor instead.

func (*OrderHoldingQuantities) GetFee added in v0.73.0

func (x *OrderHoldingQuantities) GetFee() string

func (*OrderHoldingQuantities) GetId added in v0.73.0

func (x *OrderHoldingQuantities) GetId() string

func (*OrderHoldingQuantities) GetQuantity added in v0.73.0

func (x *OrderHoldingQuantities) GetQuantity() string

func (*OrderHoldingQuantities) ProtoMessage added in v0.73.0

func (*OrderHoldingQuantities) ProtoMessage()

func (*OrderHoldingQuantities) ProtoReflect added in v0.73.0

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

func (*OrderHoldingQuantities) Reset added in v0.73.0

func (x *OrderHoldingQuantities) Reset()

func (*OrderHoldingQuantities) String added in v0.73.0

func (x *OrderHoldingQuantities) String() string

type OrdersAtOffset added in v0.72.0

type OrdersAtOffset struct {
	Offset string   `protobuf:"bytes,1,opt,name=offset,proto3" json:"offset,omitempty"`
	Orders []string `protobuf:"bytes,2,rep,name=orders,proto3" json:"orders,omitempty"`
	// contains filtered or unexported fields
}

func (*OrdersAtOffset) Descriptor deprecated added in v0.72.0

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

Deprecated: Use OrdersAtOffset.ProtoReflect.Descriptor instead.

func (*OrdersAtOffset) GetOffset added in v0.72.0

func (x *OrdersAtOffset) GetOffset() string

func (*OrdersAtOffset) GetOrders added in v0.72.0

func (x *OrdersAtOffset) GetOrders() []string

func (*OrdersAtOffset) ProtoMessage added in v0.72.0

func (*OrdersAtOffset) ProtoMessage()

func (*OrdersAtOffset) ProtoReflect added in v0.72.0

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

func (*OrdersAtOffset) Reset added in v0.72.0

func (x *OrdersAtOffset) Reset()

func (*OrdersAtOffset) String added in v0.72.0

func (x *OrdersAtOffset) String() string

type OrdersAtPrice added in v0.72.0

type OrdersAtPrice struct {
	Price  string   `protobuf:"bytes,1,opt,name=price,proto3" json:"price,omitempty"`
	Orders []string `protobuf:"bytes,2,rep,name=orders,proto3" json:"orders,omitempty"`
	// contains filtered or unexported fields
}

func (*OrdersAtPrice) Descriptor deprecated added in v0.72.0

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

Deprecated: Use OrdersAtPrice.ProtoReflect.Descriptor instead.

func (*OrdersAtPrice) GetOrders added in v0.72.0

func (x *OrdersAtPrice) GetOrders() []string

func (*OrdersAtPrice) GetPrice added in v0.72.0

func (x *OrdersAtPrice) GetPrice() string

func (*OrdersAtPrice) ProtoMessage added in v0.72.0

func (*OrdersAtPrice) ProtoMessage()

func (*OrdersAtPrice) ProtoReflect added in v0.72.0

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

func (*OrdersAtPrice) Reset added in v0.72.0

func (x *OrdersAtPrice) Reset()

func (*OrdersAtPrice) String added in v0.72.0

func (x *OrdersAtPrice) String() string

type Parties added in v0.74.0

type Parties struct {
	Profiles []*PartyProfile `protobuf:"bytes,1,rep,name=profiles,proto3" json:"profiles,omitempty"`
	// contains filtered or unexported fields
}

func (*Parties) Descriptor deprecated added in v0.74.0

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

Deprecated: Use Parties.ProtoReflect.Descriptor instead.

func (*Parties) GetProfiles added in v0.74.0

func (x *Parties) GetProfiles() []*PartyProfile

func (*Parties) ProtoMessage added in v0.74.0

func (*Parties) ProtoMessage()

func (*Parties) ProtoReflect added in v0.74.0

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

func (*Parties) Reset added in v0.74.0

func (x *Parties) Reset()

func (*Parties) String added in v0.74.0

func (x *Parties) String() string

type PartyActivityStreak added in v0.73.0

type PartyActivityStreak struct {
	Party                        string `protobuf:"bytes,1,opt,name=party,proto3" json:"party,omitempty"`
	Active                       uint64 `protobuf:"varint,2,opt,name=active,proto3" json:"active,omitempty"`
	Inactive                     uint64 `protobuf:"varint,3,opt,name=inactive,proto3" json:"inactive,omitempty"`
	RewardDistributionMultiplier []byte `` /* 147-byte string literal not displayed */
	RewardVestingMultiplier      []byte `` /* 132-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*PartyActivityStreak) Descriptor deprecated added in v0.73.0

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

Deprecated: Use PartyActivityStreak.ProtoReflect.Descriptor instead.

func (*PartyActivityStreak) GetActive added in v0.73.0

func (x *PartyActivityStreak) GetActive() uint64

func (*PartyActivityStreak) GetInactive added in v0.73.0

func (x *PartyActivityStreak) GetInactive() uint64

func (*PartyActivityStreak) GetParty added in v0.73.0

func (x *PartyActivityStreak) GetParty() string

func (*PartyActivityStreak) GetRewardDistributionMultiplier added in v0.73.0

func (x *PartyActivityStreak) GetRewardDistributionMultiplier() []byte

func (*PartyActivityStreak) GetRewardVestingMultiplier added in v0.73.0

func (x *PartyActivityStreak) GetRewardVestingMultiplier() []byte

func (*PartyActivityStreak) ProtoMessage added in v0.73.0

func (*PartyActivityStreak) ProtoMessage()

func (*PartyActivityStreak) ProtoReflect added in v0.73.0

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

func (*PartyActivityStreak) Reset added in v0.73.0

func (x *PartyActivityStreak) Reset()

func (*PartyActivityStreak) String added in v0.73.0

func (x *PartyActivityStreak) String() string

type PartyAssetAmount added in v0.74.0

type PartyAssetAmount struct {
	Party  string `protobuf:"bytes,1,opt,name=party,proto3" json:"party,omitempty"`
	Asset  string `protobuf:"bytes,2,opt,name=asset,proto3" json:"asset,omitempty"`
	Amount string `protobuf:"bytes,3,opt,name=amount,proto3" json:"amount,omitempty"`
	// contains filtered or unexported fields
}

func (*PartyAssetAmount) Descriptor deprecated added in v0.74.0

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

Deprecated: Use PartyAssetAmount.ProtoReflect.Descriptor instead.

func (*PartyAssetAmount) GetAmount added in v0.74.0

func (x *PartyAssetAmount) GetAmount() string

func (*PartyAssetAmount) GetAsset added in v0.74.0

func (x *PartyAssetAmount) GetAsset() string

func (*PartyAssetAmount) GetParty added in v0.74.0

func (x *PartyAssetAmount) GetParty() string

func (*PartyAssetAmount) ProtoMessage added in v0.74.0

func (*PartyAssetAmount) ProtoMessage()

func (*PartyAssetAmount) ProtoReflect added in v0.74.0

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

func (*PartyAssetAmount) Reset added in v0.74.0

func (x *PartyAssetAmount) Reset()

func (*PartyAssetAmount) String added in v0.74.0

func (x *PartyAssetAmount) String() string

type PartyMarginFactor added in v0.74.0

type PartyMarginFactor struct {
	Party        string `protobuf:"bytes,1,opt,name=party,proto3" json:"party,omitempty"`
	MarginFactor string `protobuf:"bytes,2,opt,name=margin_factor,json=marginFactor,proto3" json:"margin_factor,omitempty"`
	// contains filtered or unexported fields
}

func (*PartyMarginFactor) Descriptor deprecated added in v0.74.0

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

Deprecated: Use PartyMarginFactor.ProtoReflect.Descriptor instead.

func (*PartyMarginFactor) GetMarginFactor added in v0.74.0

func (x *PartyMarginFactor) GetMarginFactor() string

func (*PartyMarginFactor) GetParty added in v0.74.0

func (x *PartyMarginFactor) GetParty() string

func (*PartyMarginFactor) ProtoMessage added in v0.74.0

func (*PartyMarginFactor) ProtoMessage()

func (*PartyMarginFactor) ProtoReflect added in v0.74.0

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

func (*PartyMarginFactor) Reset added in v0.74.0

func (x *PartyMarginFactor) Reset()

func (*PartyMarginFactor) String added in v0.74.0

func (x *PartyMarginFactor) String() string

type PartyOrders

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

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

Deprecated: Use PartyOrders.ProtoReflect.Descriptor instead.

func (*PartyOrders) GetOrders

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

func (*PartyOrders) GetParty

func (x *PartyOrders) GetParty() string

func (*PartyOrders) ProtoMessage

func (*PartyOrders) ProtoMessage()

func (*PartyOrders) ProtoReflect

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

func (*PartyOrders) Reset

func (x *PartyOrders) Reset()

func (*PartyOrders) String

func (x *PartyOrders) String() string

type PartyPositionStats added in v0.73.0

type PartyPositionStats struct {
	Party              string  `protobuf:"bytes,1,opt,name=party,proto3" json:"party,omitempty"`
	LatestOpenInterest *uint64 `protobuf:"varint,2,opt,name=latest_open_interest,json=latestOpenInterest,proto3,oneof" json:"latest_open_interest,omitempty"`
	LowestOpenInterest *uint64 `protobuf:"varint,3,opt,name=lowest_open_interest,json=lowestOpenInterest,proto3,oneof" json:"lowest_open_interest,omitempty"`
	TradedVolume       *uint64 `protobuf:"varint,4,opt,name=traded_volume,json=tradedVolume,proto3,oneof" json:"traded_volume,omitempty"`
	// contains filtered or unexported fields
}

func (*PartyPositionStats) Descriptor deprecated added in v0.73.0

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

Deprecated: Use PartyPositionStats.ProtoReflect.Descriptor instead.

func (*PartyPositionStats) GetLatestOpenInterest added in v0.73.0

func (x *PartyPositionStats) GetLatestOpenInterest() uint64

func (*PartyPositionStats) GetLowestOpenInterest added in v0.73.0

func (x *PartyPositionStats) GetLowestOpenInterest() uint64

func (*PartyPositionStats) GetParty added in v0.73.0

func (x *PartyPositionStats) GetParty() string

func (*PartyPositionStats) GetTradedVolume added in v0.73.0

func (x *PartyPositionStats) GetTradedVolume() uint64

func (*PartyPositionStats) ProtoMessage added in v0.73.0

func (*PartyPositionStats) ProtoMessage()

func (*PartyPositionStats) ProtoReflect added in v0.73.0

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

func (*PartyPositionStats) Reset added in v0.73.0

func (x *PartyPositionStats) Reset()

func (*PartyPositionStats) String added in v0.73.0

func (x *PartyPositionStats) String() string

type PartyProfile added in v0.74.0

type PartyProfile struct {
	PartyId  string           `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"`
	Alias    string           `protobuf:"bytes,2,opt,name=alias,proto3" json:"alias,omitempty"`
	Metadata []*vega.Metadata `protobuf:"bytes,3,rep,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*PartyProfile) Descriptor deprecated added in v0.74.0

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

Deprecated: Use PartyProfile.ProtoReflect.Descriptor instead.

func (*PartyProfile) GetAlias added in v0.74.0

func (x *PartyProfile) GetAlias() string

func (*PartyProfile) GetMetadata added in v0.74.0

func (x *PartyProfile) GetMetadata() []*vega.Metadata

func (*PartyProfile) GetPartyId added in v0.74.0

func (x *PartyProfile) GetPartyId() string

func (*PartyProfile) ProtoMessage added in v0.74.0

func (*PartyProfile) ProtoMessage()

func (*PartyProfile) ProtoReflect added in v0.74.0

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

func (*PartyProfile) Reset added in v0.74.0

func (x *PartyProfile) Reset()

func (*PartyProfile) String added in v0.74.0

func (x *PartyProfile) String() string

type PartyProposalVoteCount

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

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

Deprecated: Use PartyProposalVoteCount.ProtoReflect.Descriptor instead.

func (*PartyProposalVoteCount) GetCount

func (x *PartyProposalVoteCount) GetCount() uint64

func (*PartyProposalVoteCount) GetParty

func (x *PartyProposalVoteCount) GetParty() string

func (*PartyProposalVoteCount) GetProposal

func (x *PartyProposalVoteCount) GetProposal() string

func (*PartyProposalVoteCount) ProtoMessage

func (*PartyProposalVoteCount) ProtoMessage()

func (*PartyProposalVoteCount) ProtoReflect

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

func (*PartyProposalVoteCount) Reset

func (x *PartyProposalVoteCount) Reset()

func (*PartyProposalVoteCount) String

func (x *PartyProposalVoteCount) String() string

type PartyReward added in v0.73.0

type PartyReward struct {
	Party       string         `protobuf:"bytes,1,opt,name=party,proto3" json:"party,omitempty"`
	AssetLocked []*AssetLocked `protobuf:"bytes,2,rep,name=asset_locked,json=assetLocked,proto3" json:"asset_locked,omitempty"`
	InVesting   []*InVesting   `protobuf:"bytes,3,rep,name=in_vesting,json=inVesting,proto3" json:"in_vesting,omitempty"`
	// contains filtered or unexported fields
}

func (*PartyReward) Descriptor deprecated added in v0.73.0

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

Deprecated: Use PartyReward.ProtoReflect.Descriptor instead.

func (*PartyReward) GetAssetLocked added in v0.73.0

func (x *PartyReward) GetAssetLocked() []*AssetLocked

func (*PartyReward) GetInVesting added in v0.73.0

func (x *PartyReward) GetInVesting() []*InVesting

func (*PartyReward) GetParty added in v0.73.0

func (x *PartyReward) GetParty() string

func (*PartyReward) ProtoMessage added in v0.73.0

func (*PartyReward) ProtoMessage()

func (*PartyReward) ProtoReflect added in v0.73.0

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

func (*PartyReward) Reset added in v0.73.0

func (x *PartyReward) Reset()

func (*PartyReward) String added in v0.73.0

func (x *PartyReward) String() string

type PartyTokenBalance

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

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

Deprecated: Use PartyTokenBalance.ProtoReflect.Descriptor instead.

func (*PartyTokenBalance) GetBalance

func (x *PartyTokenBalance) GetBalance() string

func (*PartyTokenBalance) GetParty

func (x *PartyTokenBalance) GetParty() string

func (*PartyTokenBalance) ProtoMessage

func (*PartyTokenBalance) ProtoMessage()

func (*PartyTokenBalance) ProtoReflect

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

func (*PartyTokenBalance) Reset

func (x *PartyTokenBalance) Reset()

func (*PartyTokenBalance) String

func (x *PartyTokenBalance) String() string

type PartyVolume added in v0.73.0

type PartyVolume struct {
	Party  string `protobuf:"bytes,1,opt,name=party,proto3" json:"party,omitempty"`
	Volume []byte `protobuf:"bytes,2,opt,name=volume,proto3" json:"volume,omitempty"`
	// contains filtered or unexported fields
}

func (*PartyVolume) Descriptor deprecated added in v0.73.0

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

Deprecated: Use PartyVolume.ProtoReflect.Descriptor instead.

func (*PartyVolume) GetParty added in v0.73.0

func (x *PartyVolume) GetParty() string

func (*PartyVolume) GetVolume added in v0.73.0

func (x *PartyVolume) GetVolume() []byte

func (*PartyVolume) ProtoMessage added in v0.73.0

func (*PartyVolume) ProtoMessage()

func (*PartyVolume) ProtoReflect added in v0.73.0

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

func (*PartyVolume) Reset added in v0.73.0

func (x *PartyVolume) Reset()

func (*PartyVolume) String added in v0.73.0

func (x *PartyVolume) String() string

type PastPrice

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

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

Deprecated: Use PastPrice.ProtoReflect.Descriptor instead.

func (*PastPrice) GetTime

func (x *PastPrice) GetTime() int64

func (*PastPrice) GetVolumeWeightedPrice

func (x *PastPrice) GetVolumeWeightedPrice() string

func (*PastPrice) ProtoMessage

func (*PastPrice) ProtoMessage()

func (*PastPrice) ProtoReflect

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

func (*PastPrice) Reset

func (x *PastPrice) Reset()

func (*PastPrice) String

func (x *PastPrice) String() string

type Payload

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_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
	//	*Payload_ProtocolUpgradeProposals
	//	*Payload_BankingBridgeState
	//	*Payload_SettlementState
	//	*Payload_LiquidityScores
	//	*Payload_SpotLiquidityTarget
	//	*Payload_BankingRecurringGovernanceTransfers
	//	*Payload_BankingScheduledGovernanceTransfers
	//	*Payload_EthContractCallResults
	//	*Payload_EthOracleVerifierLastBlock
	//	*Payload_LiquidityV2Provisions
	//	*Payload_LiquidityV2PendingProvisions
	//	*Payload_LiquidityV2Performances
	//	*Payload_LiquidityV2Supplied
	//	*Payload_LiquidityV2Scores
	//	*Payload_HoldingAccountTracker
	//	*Payload_Teams
	//	*Payload_TeamSwitches
	//	*Payload_Vesting
	//	*Payload_ReferralProgram
	//	*Payload_ActivityStreak
	//	*Payload_VolumeDiscountProgram
	//	*Payload_LiquidityV2Parameters
	//	*Payload_LiquidityV2PaidFeesStats
	//	*Payload_Liquidation
	//	*Payload_BankingTransferFeeDiscounts
	//	*Payload_GovernanceBatchActive
	//	*Payload_Parties
	//	*Payload_L2EthOracles
	//	*Payload_EthOracleVerifierMisc
	Data isPayload_Data `protobuf_oneof:"data"`
	// contains filtered or unexported fields
}

func (*Payload) Descriptor deprecated

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

Deprecated: Use Payload.ProtoReflect.Descriptor instead.

func (*Payload) GetActiveAssets

func (x *Payload) GetActiveAssets() *ActiveAssets

func (*Payload) GetActivityStreak added in v0.73.0

func (x *Payload) GetActivityStreak() *ActivityStreak

func (*Payload) GetAppState

func (x *Payload) GetAppState() *AppState

func (*Payload) GetBankingAssetActions

func (x *Payload) GetBankingAssetActions() *BankingAssetActions

func (*Payload) GetBankingBridgeState

func (x *Payload) GetBankingBridgeState() *BankingBridgeState

func (*Payload) GetBankingDeposits

func (x *Payload) GetBankingDeposits() *BankingDeposits

func (*Payload) GetBankingRecurringGovernanceTransfers added in v0.72.0

func (x *Payload) GetBankingRecurringGovernanceTransfers() *BankingRecurringGovernanceTransfers

func (*Payload) GetBankingRecurringTransfers

func (x *Payload) GetBankingRecurringTransfers() *BankingRecurringTransfers

func (*Payload) GetBankingScheduledGovernanceTransfers added in v0.72.0

func (x *Payload) GetBankingScheduledGovernanceTransfers() *BankingScheduledGovernanceTransfers

func (*Payload) GetBankingScheduledTransfers

func (x *Payload) GetBankingScheduledTransfers() *BankingScheduledTransfers

func (*Payload) GetBankingSeen

func (x *Payload) GetBankingSeen() *BankingSeen

func (*Payload) GetBankingTransferFeeDiscounts added in v0.74.0

func (x *Payload) GetBankingTransferFeeDiscounts() *BankingTransferFeeDiscounts

func (*Payload) GetBankingWithdrawals

func (x *Payload) GetBankingWithdrawals() *BankingWithdrawals

func (*Payload) GetCheckpoint

func (x *Payload) GetCheckpoint() *Checkpoint

func (*Payload) GetCollateralAccounts

func (x *Payload) GetCollateralAccounts() *CollateralAccounts

func (*Payload) GetCollateralAssets

func (x *Payload) GetCollateralAssets() *CollateralAssets

func (*Payload) GetData

func (m *Payload) GetData() isPayload_Data

func (*Payload) GetDelegationActive

func (x *Payload) GetDelegationActive() *DelegationActive

func (*Payload) GetDelegationAuto

func (x *Payload) GetDelegationAuto() *DelegationAuto

func (*Payload) GetDelegationLastReconciliationTime

func (x *Payload) GetDelegationLastReconciliationTime() *DelegationLastReconciliationTime

func (*Payload) GetDelegationPending

func (x *Payload) GetDelegationPending() *DelegationPending

func (*Payload) GetEpoch

func (x *Payload) GetEpoch() *EpochState

func (*Payload) GetErc20MultisigTopologyPending

func (x *Payload) GetErc20MultisigTopologyPending() *ERC20MultiSigTopologyPending

func (*Payload) GetErc20MultisigTopologyVerified

func (x *Payload) GetErc20MultisigTopologyVerified() *ERC20MultiSigTopologyVerified

func (*Payload) GetEthContractCallResults added in v0.73.0

func (x *Payload) GetEthContractCallResults() *EthContractCallResults

func (*Payload) GetEthOracleVerifierLastBlock added in v0.73.0

func (x *Payload) GetEthOracleVerifierLastBlock() *EthOracleVerifierLastBlock

func (*Payload) GetEthOracleVerifierMisc added in v0.74.9

func (x *Payload) GetEthOracleVerifierMisc() *EthOracleVerifierMisc

func (*Payload) GetEventForwarder

func (x *Payload) GetEventForwarder() *EventForwarder

func (*Payload) GetExecutionMarkets

func (x *Payload) GetExecutionMarkets() *ExecutionMarkets

func (*Payload) GetFloatingPointConsensus

func (x *Payload) GetFloatingPointConsensus() *FloatingPointConsensus

func (*Payload) GetGovernanceActive

func (x *Payload) GetGovernanceActive() *GovernanceActive

func (*Payload) GetGovernanceBatchActive added in v0.74.0

func (x *Payload) GetGovernanceBatchActive() *GovernanceBatchActive

func (*Payload) GetGovernanceEnacted

func (x *Payload) GetGovernanceEnacted() *GovernanceEnacted

func (*Payload) GetGovernanceNode

func (x *Payload) GetGovernanceNode() *GovernanceNode

func (*Payload) GetHoldingAccountTracker added in v0.73.0

func (x *Payload) GetHoldingAccountTracker() *HoldingAccountTracker

func (*Payload) GetL2EthOracles added in v0.74.0

func (x *Payload) GetL2EthOracles() *L2EthOracles

func (*Payload) GetLimitState

func (x *Payload) GetLimitState() *LimitState

func (*Payload) GetLiquidation added in v0.74.0

func (x *Payload) GetLiquidation() *Liquidation

func (*Payload) GetLiquidityParameters

func (x *Payload) GetLiquidityParameters() *LiquidityParameters

func (*Payload) GetLiquidityPartiesLiquidityOrders

func (x *Payload) GetLiquidityPartiesLiquidityOrders() *LiquidityPartiesLiquidityOrders

func (*Payload) GetLiquidityPartiesOrders

func (x *Payload) GetLiquidityPartiesOrders() *LiquidityPartiesOrders

func (*Payload) GetLiquidityPendingProvisions

func (x *Payload) GetLiquidityPendingProvisions() *LiquidityPendingProvisions

func (*Payload) GetLiquidityProvisions

func (x *Payload) GetLiquidityProvisions() *LiquidityProvisions

func (*Payload) GetLiquidityScores added in v0.65.0

func (x *Payload) GetLiquidityScores() *LiquidityScores

func (*Payload) GetLiquiditySupplied

func (x *Payload) GetLiquiditySupplied() *LiquiditySupplied

func (*Payload) GetLiquidityTarget

func (x *Payload) GetLiquidityTarget() *LiquidityTarget

func (*Payload) GetLiquidityV2PaidFeesStats added in v0.73.0

func (x *Payload) GetLiquidityV2PaidFeesStats() *LiquidityV2PaidFeesStats

func (*Payload) GetLiquidityV2Parameters added in v0.73.0

func (x *Payload) GetLiquidityV2Parameters() *LiquidityV2Parameters

func (*Payload) GetLiquidityV2PendingProvisions added in v0.73.0

func (x *Payload) GetLiquidityV2PendingProvisions() *LiquidityV2PendingProvisions

func (*Payload) GetLiquidityV2Performances added in v0.73.0

func (x *Payload) GetLiquidityV2Performances() *LiquidityV2Performances

func (*Payload) GetLiquidityV2Provisions added in v0.73.0

func (x *Payload) GetLiquidityV2Provisions() *LiquidityV2Provisions

func (*Payload) GetLiquidityV2Scores added in v0.73.0

func (x *Payload) GetLiquidityV2Scores() *LiquidityV2Scores

func (*Payload) GetLiquidityV2Supplied added in v0.73.0

func (x *Payload) GetLiquidityV2Supplied() *LiquidityV2Supplied

func (*Payload) GetMarketPositions

func (x *Payload) GetMarketPositions() *MarketPositions

func (*Payload) GetMarketTracker

func (x *Payload) GetMarketTracker() *MarketTracker

func (*Payload) GetMatchingBook

func (x *Payload) GetMatchingBook() *MatchingBook

func (*Payload) GetNetworkParameters

func (x *Payload) GetNetworkParameters() *NetParams

func (*Payload) GetNotary

func (x *Payload) GetNotary() *Notary

func (*Payload) GetOracleData

func (x *Payload) GetOracleData() *OracleDataBatch

func (*Payload) GetParties added in v0.74.0

func (x *Payload) GetParties() *Parties

func (*Payload) GetPendingAssetUpdates

func (x *Payload) GetPendingAssetUpdates() *PendingAssetUpdates

func (*Payload) GetPendingAssets

func (x *Payload) GetPendingAssets() *PendingAssets

func (*Payload) GetProofOfWork

func (x *Payload) GetProofOfWork() *ProofOfWork

func (*Payload) GetProtocolUpgradeProposals

func (x *Payload) GetProtocolUpgradeProposals() *ProtocolUpgradeProposals

func (*Payload) GetReferralProgram added in v0.73.0

func (x *Payload) GetReferralProgram() *ReferralProgramData

func (*Payload) GetRewardsPendingPayouts

func (x *Payload) GetRewardsPendingPayouts() *RewardsPendingPayouts

func (*Payload) GetSettlementState added in v0.63.0

func (x *Payload) GetSettlementState() *SettlementState

func (*Payload) GetSimpleSpamPolicy

func (x *Payload) GetSimpleSpamPolicy() *SimpleSpamPolicy

func (*Payload) GetSpotLiquidityTarget added in v0.72.0

func (x *Payload) GetSpotLiquidityTarget() *SpotLiquidityTarget

func (*Payload) GetStakeVerifierDeposited

func (x *Payload) GetStakeVerifierDeposited() *StakeVerifierDeposited

func (*Payload) GetStakeVerifierRemoved

func (x *Payload) GetStakeVerifierRemoved() *StakeVerifierRemoved

func (*Payload) GetStakingAccounts

func (x *Payload) GetStakingAccounts() *StakingAccounts

func (*Payload) GetTeamSwitches added in v0.73.0

func (x *Payload) GetTeamSwitches() *TeamSwitches

func (*Payload) GetTeams added in v0.73.0

func (x *Payload) GetTeams() *Teams

func (*Payload) GetTopology

func (x *Payload) GetTopology() *Topology

func (*Payload) GetVesting added in v0.73.0

func (x *Payload) GetVesting() *Vesting

func (*Payload) GetVolumeDiscountProgram added in v0.73.0

func (x *Payload) GetVolumeDiscountProgram() *VolumeDiscountProgram

func (*Payload) GetVoteSpamPolicy

func (x *Payload) GetVoteSpamPolicy() *VoteSpamPolicy

func (*Payload) GetWitness

func (x *Payload) GetWitness() *Witness

func (*Payload) ProtoMessage

func (*Payload) ProtoMessage()

func (*Payload) ProtoReflect

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

func (*Payload) Reset

func (x *Payload) Reset()

func (*Payload) String

func (x *Payload) String() string

type Payload_ActiveAssets

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

type Payload_ActivityStreak added in v0.73.0

type Payload_ActivityStreak struct {
	ActivityStreak *ActivityStreak `protobuf:"bytes,76,opt,name=activity_streak,json=activityStreak,proto3,oneof"`
}

type Payload_AppState

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

type Payload_BankingAssetActions

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

type Payload_BankingBridgeState

type Payload_BankingBridgeState struct {
	BankingBridgeState *BankingBridgeState `protobuf:"bytes,56,opt,name=banking_bridge_state,json=bankingBridgeState,proto3,oneof"`
}

type Payload_BankingDeposits

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

type Payload_BankingRecurringGovernanceTransfers added in v0.72.0

type Payload_BankingRecurringGovernanceTransfers struct {
	BankingRecurringGovernanceTransfers *BankingRecurringGovernanceTransfers `protobuf:"bytes,60,opt,name=banking_recurring_governance_transfers,json=bankingRecurringGovernanceTransfers,proto3,oneof"`
}

type Payload_BankingRecurringTransfers

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

type Payload_BankingScheduledGovernanceTransfers added in v0.72.0

type Payload_BankingScheduledGovernanceTransfers struct {
	BankingScheduledGovernanceTransfers *BankingScheduledGovernanceTransfers `protobuf:"bytes,61,opt,name=banking_scheduled_governance_transfers,json=bankingScheduledGovernanceTransfers,proto3,oneof"`
}

type Payload_BankingScheduledTransfers

type Payload_BankingScheduledTransfers struct {
	BankingScheduledTransfers *BankingScheduledTransfers `protobuf:"bytes,50,opt,name=banking_scheduled_transfers,json=bankingScheduledTransfers,proto3,oneof"`
}

type Payload_BankingSeen

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

type Payload_BankingTransferFeeDiscounts added in v0.74.0

type Payload_BankingTransferFeeDiscounts struct {
	BankingTransferFeeDiscounts *BankingTransferFeeDiscounts `protobuf:"bytes,81,opt,name=banking_transfer_fee_discounts,json=bankingTransferFeeDiscounts,proto3,oneof"`
}

type Payload_BankingWithdrawals

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

type Payload_Checkpoint

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

type Payload_CollateralAccounts

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

type Payload_CollateralAssets

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

type Payload_DelegationActive

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

type Payload_DelegationAuto

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

type Payload_DelegationLastReconciliationTime

type Payload_DelegationLastReconciliationTime struct {
	DelegationLastReconciliationTime *DelegationLastReconciliationTime `protobuf:"bytes,35,opt,name=delegation_last_reconciliation_time,json=delegationLastReconciliationTime,proto3,oneof"`
}

type Payload_DelegationPending

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

type Payload_Epoch

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

type Payload_Erc20MultisigTopologyPending

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

type Payload_Erc20MultisigTopologyVerified

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

type Payload_EthContractCallResults added in v0.73.0

type Payload_EthContractCallResults struct {
	EthContractCallResults *EthContractCallResults `protobuf:"bytes,62,opt,name=eth_contract_call_results,json=ethContractCallResults,proto3,oneof"`
}

type Payload_EthOracleVerifierLastBlock added in v0.73.0

type Payload_EthOracleVerifierLastBlock struct {
	EthOracleVerifierLastBlock *EthOracleVerifierLastBlock `protobuf:"bytes,63,opt,name=eth_oracle_verifier_last_block,json=ethOracleVerifierLastBlock,proto3,oneof"`
}

type Payload_EthOracleVerifierMisc added in v0.74.9

type Payload_EthOracleVerifierMisc struct {
	EthOracleVerifierMisc *EthOracleVerifierMisc `protobuf:"bytes,85,opt,name=eth_oracle_verifier_misc,json=ethOracleVerifierMisc,proto3,oneof"`
}

type Payload_EventForwarder

type Payload_EventForwarder struct {
	EventForwarder *EventForwarder `protobuf:"bytes,31,opt,name=event_forwarder,json=eventForwarder,proto3,oneof"`
}

type Payload_ExecutionMarkets

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

type Payload_FloatingPointConsensus

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

type Payload_GovernanceActive

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

type Payload_GovernanceBatchActive added in v0.74.0

type Payload_GovernanceBatchActive struct {
	GovernanceBatchActive *GovernanceBatchActive `protobuf:"bytes,82,opt,name=governance_batch_active,json=governanceBatchActive,proto3,oneof"`
}

type Payload_GovernanceEnacted

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

type Payload_GovernanceNode

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

type Payload_HoldingAccountTracker added in v0.73.0

type Payload_HoldingAccountTracker struct {
	HoldingAccountTracker *HoldingAccountTracker `protobuf:"bytes,69,opt,name=holding_account_tracker,json=holdingAccountTracker,proto3,oneof"`
}

type Payload_L2EthOracles added in v0.74.0

type Payload_L2EthOracles struct {
	L2EthOracles *L2EthOracles `protobuf:"bytes,84,opt,name=l2_eth_oracles,json=l2EthOracles,proto3,oneof"`
}

type Payload_LimitState

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

type Payload_Liquidation added in v0.74.0

type Payload_Liquidation struct {
	Liquidation *Liquidation `protobuf:"bytes,80,opt,name=liquidation,proto3,oneof"`
}

type Payload_LiquidityParameters

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

type Payload_LiquidityPartiesLiquidityOrders

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

type Payload_LiquidityPartiesOrders

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

type Payload_LiquidityPendingProvisions

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

type Payload_LiquidityProvisions

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

type Payload_LiquidityScores added in v0.65.0

type Payload_LiquidityScores struct {
	LiquidityScores *LiquidityScores `protobuf:"bytes,58,opt,name=liquidity_scores,json=liquidityScores,proto3,oneof"`
}

type Payload_LiquiditySupplied

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

type Payload_LiquidityTarget

type Payload_LiquidityTarget struct {
	LiquidityTarget *LiquidityTarget `protobuf:"bytes,44,opt,name=liquidity_target,json=liquidityTarget,proto3,oneof"`
}

type Payload_LiquidityV2PaidFeesStats added in v0.73.0

type Payload_LiquidityV2PaidFeesStats struct {
	LiquidityV2PaidFeesStats *LiquidityV2PaidFeesStats `protobuf:"bytes,79,opt,name=liquidity_v2_paid_fees_stats,json=liquidityV2PaidFeesStats,proto3,oneof"`
}

type Payload_LiquidityV2Parameters added in v0.73.0

type Payload_LiquidityV2Parameters struct {
	LiquidityV2Parameters *LiquidityV2Parameters `protobuf:"bytes,78,opt,name=liquidity_v2_parameters,json=liquidityV2Parameters,proto3,oneof"`
}

type Payload_LiquidityV2PendingProvisions added in v0.73.0

type Payload_LiquidityV2PendingProvisions struct {
	LiquidityV2PendingProvisions *LiquidityV2PendingProvisions `protobuf:"bytes,65,opt,name=liquidity_v2_pending_provisions,json=liquidityV2PendingProvisions,proto3,oneof"`
}

type Payload_LiquidityV2Performances added in v0.73.0

type Payload_LiquidityV2Performances struct {
	LiquidityV2Performances *LiquidityV2Performances `protobuf:"bytes,66,opt,name=liquidity_v2_performances,json=liquidityV2Performances,proto3,oneof"`
}

type Payload_LiquidityV2Provisions added in v0.73.0

type Payload_LiquidityV2Provisions struct {
	LiquidityV2Provisions *LiquidityV2Provisions `protobuf:"bytes,64,opt,name=liquidity_v2_provisions,json=liquidityV2Provisions,proto3,oneof"`
}

type Payload_LiquidityV2Scores added in v0.73.0

type Payload_LiquidityV2Scores struct {
	LiquidityV2Scores *LiquidityV2Scores `protobuf:"bytes,68,opt,name=liquidity_v2_scores,json=liquidityV2Scores,proto3,oneof"`
}

type Payload_LiquidityV2Supplied added in v0.73.0

type Payload_LiquidityV2Supplied struct {
	LiquidityV2Supplied *LiquidityV2Supplied `protobuf:"bytes,67,opt,name=liquidity_v2_supplied,json=liquidityV2Supplied,proto3,oneof"`
}

type Payload_MarketPositions

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

type Payload_MarketTracker

type Payload_MarketTracker struct {
	MarketTracker *MarketTracker `protobuf:"bytes,47,opt,name=market_tracker,json=marketTracker,proto3,oneof"`
}

type Payload_MatchingBook

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

type Payload_NetworkParameters

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

type Payload_Notary

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

type Payload_OracleData

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

type Payload_Parties added in v0.74.0

type Payload_Parties struct {
	Parties *Parties `protobuf:"bytes,83,opt,name=parties,proto3,oneof"`
}

type Payload_PendingAssetUpdates

type Payload_PendingAssetUpdates struct {
	PendingAssetUpdates *PendingAssetUpdates `protobuf:"bytes,54,opt,name=pending_asset_updates,json=pendingAssetUpdates,proto3,oneof"`
}

type Payload_PendingAssets

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

type Payload_ProofOfWork

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

type Payload_ProtocolUpgradeProposals

type Payload_ProtocolUpgradeProposals struct {
	ProtocolUpgradeProposals *ProtocolUpgradeProposals `protobuf:"bytes,55,opt,name=protocol_upgrade_proposals,json=protocolUpgradeProposals,proto3,oneof"`
}

type Payload_ReferralProgram added in v0.73.0

type Payload_ReferralProgram struct {
	ReferralProgram *ReferralProgramData `protobuf:"bytes,73,opt,name=referral_program,json=referralProgram,proto3,oneof"`
}

type Payload_RewardsPendingPayouts

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

type Payload_SettlementState added in v0.63.0

type Payload_SettlementState struct {
	SettlementState *SettlementState `protobuf:"bytes,57,opt,name=settlement_state,json=settlementState,proto3,oneof"`
}

type Payload_SimpleSpamPolicy

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

type Payload_SpotLiquidityTarget added in v0.72.0

type Payload_SpotLiquidityTarget struct {
	SpotLiquidityTarget *SpotLiquidityTarget `protobuf:"bytes,59,opt,name=spot_liquidity_target,json=spotLiquidityTarget,proto3,oneof"`
}

type Payload_StakeVerifierDeposited

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

type Payload_StakeVerifierRemoved

type Payload_StakeVerifierRemoved struct {
	StakeVerifierRemoved *StakeVerifierRemoved `protobuf:"bytes,33,opt,name=stake_verifier_removed,json=stakeVerifierRemoved,proto3,oneof"`
}

type Payload_StakingAccounts

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

type Payload_TeamSwitches added in v0.73.0

type Payload_TeamSwitches struct {
	TeamSwitches *TeamSwitches `protobuf:"bytes,71,opt,name=team_switches,json=teamSwitches,proto3,oneof"`
}

type Payload_Teams added in v0.73.0

type Payload_Teams struct {
	Teams *Teams `protobuf:"bytes,70,opt,name=teams,proto3,oneof"`
}

type Payload_Topology

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

type Payload_Vesting added in v0.73.0

type Payload_Vesting struct {
	Vesting *Vesting `protobuf:"bytes,72,opt,name=vesting,proto3,oneof"`
}

type Payload_VolumeDiscountProgram added in v0.73.0

type Payload_VolumeDiscountProgram struct {
	VolumeDiscountProgram *VolumeDiscountProgram `protobuf:"bytes,77,opt,name=volume_discount_program,json=volumeDiscountProgram,proto3,oneof"`
}

type Payload_VoteSpamPolicy

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

type Payload_Witness

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

type PeggedOrders

type PeggedOrders struct {
	ParkedOrders []*vega.Order `protobuf:"bytes,2,rep,name=parked_orders,json=parkedOrders,proto3" json:"parked_orders,omitempty"`
	// contains filtered or unexported fields
}

func (*PeggedOrders) Descriptor deprecated

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

Deprecated: Use PeggedOrders.ProtoReflect.Descriptor instead.

func (*PeggedOrders) GetParkedOrders

func (x *PeggedOrders) GetParkedOrders() []*vega.Order

func (*PeggedOrders) ProtoMessage

func (*PeggedOrders) ProtoMessage()

func (*PeggedOrders) ProtoReflect

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

func (*PeggedOrders) Reset

func (x *PeggedOrders) Reset()

func (*PeggedOrders) String

func (x *PeggedOrders) String() string

type PendingAssetUpdates

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

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

Deprecated: Use PendingAssetUpdates.ProtoReflect.Descriptor instead.

func (*PendingAssetUpdates) GetAssets

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

func (*PendingAssetUpdates) ProtoMessage

func (*PendingAssetUpdates) ProtoMessage()

func (*PendingAssetUpdates) ProtoReflect

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

func (*PendingAssetUpdates) Reset

func (x *PendingAssetUpdates) Reset()

func (*PendingAssetUpdates) String

func (x *PendingAssetUpdates) String() string

type PendingAssets

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

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

Deprecated: Use PendingAssets.ProtoReflect.Descriptor instead.

func (*PendingAssets) GetAssets

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

func (*PendingAssets) ProtoMessage

func (*PendingAssets) ProtoMessage()

func (*PendingAssets) ProtoReflect

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

func (*PendingAssets) Reset

func (x *PendingAssets) Reset()

func (*PendingAssets) String

func (x *PendingAssets) String() string

type PendingERC20MultisigControlSignature added in v0.55.0

type PendingERC20MultisigControlSignature struct {
	NodeId          string `protobuf:"bytes,1,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	EthereumAddress string `protobuf:"bytes,2,opt,name=ethereum_address,json=ethereumAddress,proto3" json:"ethereum_address,omitempty"`
	Nonce           string `protobuf:"bytes,3,opt,name=nonce,proto3" json:"nonce,omitempty"`
	EpochSeq        uint64 `protobuf:"varint,4,opt,name=epoch_seq,json=epochSeq,proto3" json:"epoch_seq,omitempty"`
	Added           bool   `protobuf:"varint,5,opt,name=added,proto3" json:"added,omitempty"`
	// contains filtered or unexported fields
}

func (*PendingERC20MultisigControlSignature) Descriptor deprecated added in v0.55.0

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

Deprecated: Use PendingERC20MultisigControlSignature.ProtoReflect.Descriptor instead.

func (*PendingERC20MultisigControlSignature) GetAdded added in v0.55.0

func (*PendingERC20MultisigControlSignature) GetEpochSeq added in v0.55.0

func (*PendingERC20MultisigControlSignature) GetEthereumAddress added in v0.55.0

func (x *PendingERC20MultisigControlSignature) GetEthereumAddress() string

func (*PendingERC20MultisigControlSignature) GetNodeId added in v0.55.0

func (*PendingERC20MultisigControlSignature) GetNonce added in v0.55.0

func (*PendingERC20MultisigControlSignature) ProtoMessage added in v0.55.0

func (*PendingERC20MultisigControlSignature) ProtoMessage()

func (*PendingERC20MultisigControlSignature) ProtoReflect added in v0.55.0

func (*PendingERC20MultisigControlSignature) Reset added in v0.55.0

func (*PendingERC20MultisigControlSignature) String added in v0.55.0

type PendingEthereumKeyRotation

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"`
	Submitter   string `protobuf:"bytes,4,opt,name=submitter,proto3" json:"submitter,omitempty"`
	OldAddress  string `protobuf:"bytes,5,opt,name=old_address,json=oldAddress,proto3" json:"old_address,omitempty"`
	// contains filtered or unexported fields
}

func (*PendingEthereumKeyRotation) Descriptor deprecated

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

Deprecated: Use PendingEthereumKeyRotation.ProtoReflect.Descriptor instead.

func (*PendingEthereumKeyRotation) GetBlockHeight

func (x *PendingEthereumKeyRotation) GetBlockHeight() uint64

func (*PendingEthereumKeyRotation) GetNewAddress

func (x *PendingEthereumKeyRotation) GetNewAddress() string

func (*PendingEthereumKeyRotation) GetNodeId

func (x *PendingEthereumKeyRotation) GetNodeId() string

func (*PendingEthereumKeyRotation) GetOldAddress added in v0.58.0

func (x *PendingEthereumKeyRotation) GetOldAddress() string

func (*PendingEthereumKeyRotation) GetSubmitter added in v0.55.0

func (x *PendingEthereumKeyRotation) GetSubmitter() string

func (*PendingEthereumKeyRotation) ProtoMessage

func (*PendingEthereumKeyRotation) ProtoMessage()

func (*PendingEthereumKeyRotation) ProtoReflect

func (*PendingEthereumKeyRotation) Reset

func (x *PendingEthereumKeyRotation) Reset()

func (*PendingEthereumKeyRotation) String

func (x *PendingEthereumKeyRotation) String() string

type PendingKeyRotation

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

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

Deprecated: Use PendingKeyRotation.ProtoReflect.Descriptor instead.

func (*PendingKeyRotation) GetBlockHeight

func (x *PendingKeyRotation) GetBlockHeight() uint64

func (*PendingKeyRotation) GetNewPubKey

func (x *PendingKeyRotation) GetNewPubKey() string

func (*PendingKeyRotation) GetNewPubKeyIndex

func (x *PendingKeyRotation) GetNewPubKeyIndex() uint32

func (*PendingKeyRotation) GetNodeId

func (x *PendingKeyRotation) GetNodeId() string

func (*PendingKeyRotation) ProtoMessage

func (*PendingKeyRotation) ProtoMessage()

func (*PendingKeyRotation) ProtoReflect

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

func (*PendingKeyRotation) Reset

func (x *PendingKeyRotation) Reset()

func (*PendingKeyRotation) String

func (x *PendingKeyRotation) String() string

type PerformanceStats

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

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

Deprecated: Use PerformanceStats.ProtoReflect.Descriptor instead.

func (*PerformanceStats) GetElected

func (x *PerformanceStats) GetElected() uint64

func (*PerformanceStats) GetLastHeightElected

func (x *PerformanceStats) GetLastHeightElected() int64

func (*PerformanceStats) GetLastHeightProposed

func (x *PerformanceStats) GetLastHeightProposed() int64

func (*PerformanceStats) GetLastHeightVoted

func (x *PerformanceStats) GetLastHeightVoted() int64

func (*PerformanceStats) GetProposed

func (x *PerformanceStats) GetProposed() uint64

func (*PerformanceStats) GetValidatorAddress

func (x *PerformanceStats) GetValidatorAddress() string

func (*PerformanceStats) GetVoted

func (x *PerformanceStats) GetVoted() uint64

func (*PerformanceStats) ProtoMessage

func (*PerformanceStats) ProtoMessage()

func (*PerformanceStats) ProtoReflect

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

func (*PerformanceStats) Reset

func (x *PerformanceStats) Reset()

func (*PerformanceStats) String

func (x *PerformanceStats) String() string

type Perps added in v0.73.0

type Perps struct {
	Id                string            `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	ExternalDataPoint []*DataPoint      `protobuf:"bytes,2,rep,name=external_data_point,json=externalDataPoint,proto3" json:"external_data_point,omitempty"`
	InternalDataPoint []*DataPoint      `protobuf:"bytes,3,rep,name=internal_data_point,json=internalDataPoint,proto3" json:"internal_data_point,omitempty"`
	Seq               uint64            `protobuf:"varint,4,opt,name=seq,proto3" json:"seq,omitempty"`
	StartedAt         int64             `protobuf:"varint,5,opt,name=started_at,json=startedAt,proto3" json:"started_at,omitempty"`
	ExternalTwapData  *TWAPData         `protobuf:"bytes,6,opt,name=external_twap_data,json=externalTwapData,proto3" json:"external_twap_data,omitempty"`
	InternalTwapData  *TWAPData         `protobuf:"bytes,7,opt,name=internal_twap_data,json=internalTwapData,proto3" json:"internal_twap_data,omitempty"`
	AuctionIntervals  *AuctionIntervals `protobuf:"bytes,8,opt,name=auction_intervals,json=auctionIntervals,proto3" json:"auction_intervals,omitempty"`
	// contains filtered or unexported fields
}

func (*Perps) Descriptor deprecated added in v0.73.0

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

Deprecated: Use Perps.ProtoReflect.Descriptor instead.

func (*Perps) GetAuctionIntervals added in v0.74.0

func (x *Perps) GetAuctionIntervals() *AuctionIntervals

func (*Perps) GetExternalDataPoint added in v0.73.0

func (x *Perps) GetExternalDataPoint() []*DataPoint

func (*Perps) GetExternalTwapData added in v0.74.0

func (x *Perps) GetExternalTwapData() *TWAPData

func (*Perps) GetId added in v0.73.0

func (x *Perps) GetId() string

func (*Perps) GetInternalDataPoint added in v0.73.0

func (x *Perps) GetInternalDataPoint() []*DataPoint

func (*Perps) GetInternalTwapData added in v0.74.0

func (x *Perps) GetInternalTwapData() *TWAPData

func (*Perps) GetSeq added in v0.73.0

func (x *Perps) GetSeq() uint64

func (*Perps) GetStartedAt added in v0.73.0

func (x *Perps) GetStartedAt() int64

func (*Perps) ProtoMessage added in v0.73.0

func (*Perps) ProtoMessage()

func (*Perps) ProtoReflect added in v0.73.0

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

func (*Perps) Reset added in v0.73.0

func (x *Perps) Reset()

func (*Perps) String added in v0.73.0

func (x *Perps) String() string

type Position

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"`
	BuySumProduct     string `protobuf:"bytes,6,opt,name=buy_sum_product,json=buySumProduct,proto3" json:"buy_sum_product,omitempty"`
	SellSumProduct    string `protobuf:"bytes,7,opt,name=sell_sum_product,json=sellSumProduct,proto3" json:"sell_sum_product,omitempty"`
	Distressed        bool   `protobuf:"varint,8,opt,name=distressed,proto3" json:"distressed,omitempty"`
	AverageEntryPrice []byte `protobuf:"bytes,9,opt,name=average_entry_price,json=averageEntryPrice,proto3" json:"average_entry_price,omitempty"`
	// contains filtered or unexported fields
}

func (*Position) Descriptor deprecated

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

Deprecated: Use Position.ProtoReflect.Descriptor instead.

func (*Position) GetAverageEntryPrice added in v0.74.0

func (x *Position) GetAverageEntryPrice() []byte

func (*Position) GetBuy

func (x *Position) GetBuy() int64

func (*Position) GetBuySumProduct added in v0.70.0

func (x *Position) GetBuySumProduct() string

func (*Position) GetDistressed added in v0.71.0

func (x *Position) GetDistressed() bool

func (*Position) GetPartyId

func (x *Position) GetPartyId() string

func (*Position) GetPrice

func (x *Position) GetPrice() string

func (*Position) GetSell

func (x *Position) GetSell() int64

func (*Position) GetSellSumProduct added in v0.70.0

func (x *Position) GetSellSumProduct() string

func (*Position) GetSize

func (x *Position) GetSize() int64

func (*Position) ProtoMessage

func (*Position) ProtoMessage()

func (*Position) ProtoReflect

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

func (*Position) Reset

func (x *Position) Reset()

func (*Position) String

func (x *Position) String() string

type PriceBound

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

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

Deprecated: Use PriceBound.ProtoReflect.Descriptor instead.

func (*PriceBound) GetActive

func (x *PriceBound) GetActive() bool

func (*PriceBound) GetDownFactor

func (x *PriceBound) GetDownFactor() string

func (*PriceBound) GetTrigger

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

func (*PriceBound) GetUpFactor

func (x *PriceBound) GetUpFactor() string

func (*PriceBound) ProtoMessage

func (*PriceBound) ProtoMessage()

func (*PriceBound) ProtoReflect

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

func (*PriceBound) Reset

func (x *PriceBound) Reset()

func (*PriceBound) String

func (x *PriceBound) String() string

type PriceMonitor

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

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

Deprecated: Use PriceMonitor.ProtoReflect.Descriptor instead.

func (*PriceMonitor) GetBounds

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

func (*PriceMonitor) GetConsensusReached

func (x *PriceMonitor) GetConsensusReached() bool

func (*PriceMonitor) GetFpHorizons

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

func (*PriceMonitor) GetInitialised

func (x *PriceMonitor) GetInitialised() bool

func (*PriceMonitor) GetNow

func (x *PriceMonitor) GetNow() int64

func (*PriceMonitor) GetPriceRangeCache

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

func (*PriceMonitor) GetPriceRangeCacheTime

func (x *PriceMonitor) GetPriceRangeCacheTime() int64

func (*PriceMonitor) GetPricesNow

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

func (*PriceMonitor) GetPricesPast

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

func (*PriceMonitor) GetRefPriceCache

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

func (*PriceMonitor) GetRefPriceCacheTime

func (x *PriceMonitor) GetRefPriceCacheTime() int64

func (*PriceMonitor) GetUpdate

func (x *PriceMonitor) GetUpdate() int64

func (*PriceMonitor) ProtoMessage

func (*PriceMonitor) ProtoMessage()

func (*PriceMonitor) ProtoReflect

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

func (*PriceMonitor) Reset

func (x *PriceMonitor) Reset()

func (*PriceMonitor) String

func (x *PriceMonitor) String() string

type PriceRange

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

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

Deprecated: Use PriceRange.ProtoReflect.Descriptor instead.

func (*PriceRange) GetMax

func (x *PriceRange) GetMax() string

func (*PriceRange) GetMin

func (x *PriceRange) GetMin() string

func (*PriceRange) GetRef

func (x *PriceRange) GetRef() string

func (*PriceRange) ProtoMessage

func (*PriceRange) ProtoMessage()

func (*PriceRange) ProtoReflect

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

func (*PriceRange) Reset

func (x *PriceRange) Reset()

func (*PriceRange) String

func (x *PriceRange) String() string

type PriceRangeCache

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

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

Deprecated: Use PriceRangeCache.ProtoReflect.Descriptor instead.

func (*PriceRangeCache) GetBound

func (x *PriceRangeCache) GetBound() *PriceBound

func (*PriceRangeCache) GetRange

func (x *PriceRangeCache) GetRange() *PriceRange

func (*PriceRangeCache) ProtoMessage

func (*PriceRangeCache) ProtoMessage()

func (*PriceRangeCache) ProtoReflect

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

func (*PriceRangeCache) Reset

func (x *PriceRangeCache) Reset()

func (*PriceRangeCache) String

func (x *PriceRangeCache) String() string

type PriceVolume

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

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

Deprecated: Use PriceVolume.ProtoReflect.Descriptor instead.

func (*PriceVolume) GetPrice

func (x *PriceVolume) GetPrice() string

func (*PriceVolume) GetVolume

func (x *PriceVolume) GetVolume() uint64

func (*PriceVolume) ProtoMessage

func (*PriceVolume) ProtoMessage()

func (*PriceVolume) ProtoReflect

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

func (*PriceVolume) Reset

func (x *PriceVolume) Reset()

func (*PriceVolume) String

func (x *PriceVolume) String() string

type PricedStopOrders added in v0.72.0

type PricedStopOrders struct {
	FallsBellow []*OrdersAtPrice `protobuf:"bytes,1,rep,name=falls_bellow,json=fallsBellow,proto3" json:"falls_bellow,omitempty"`
	RisesAbove  []*OrdersAtPrice `protobuf:"bytes,2,rep,name=rises_above,json=risesAbove,proto3" json:"rises_above,omitempty"`
	// contains filtered or unexported fields
}

func (*PricedStopOrders) Descriptor deprecated added in v0.72.0

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

Deprecated: Use PricedStopOrders.ProtoReflect.Descriptor instead.

func (*PricedStopOrders) GetFallsBellow added in v0.72.0

func (x *PricedStopOrders) GetFallsBellow() []*OrdersAtPrice

func (*PricedStopOrders) GetRisesAbove added in v0.72.0

func (x *PricedStopOrders) GetRisesAbove() []*OrdersAtPrice

func (*PricedStopOrders) ProtoMessage added in v0.72.0

func (*PricedStopOrders) ProtoMessage()

func (*PricedStopOrders) ProtoReflect added in v0.72.0

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

func (*PricedStopOrders) Reset added in v0.72.0

func (x *PricedStopOrders) Reset()

func (*PricedStopOrders) String added in v0.72.0

func (x *PricedStopOrders) String() string

type Product added in v0.73.0

type Product struct {

	// Types that are assignable to Type:
	//
	//	*Product_Perps
	Type isProduct_Type `protobuf_oneof:"type"`
	// contains filtered or unexported fields
}

eventually support multiple products

func (*Product) Descriptor deprecated added in v0.73.0

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

Deprecated: Use Product.ProtoReflect.Descriptor instead.

func (*Product) GetPerps added in v0.73.0

func (x *Product) GetPerps() *Perps

func (*Product) GetType added in v0.73.0

func (m *Product) GetType() isProduct_Type

func (*Product) ProtoMessage added in v0.73.0

func (*Product) ProtoMessage()

func (*Product) ProtoReflect added in v0.73.0

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

func (*Product) Reset added in v0.73.0

func (x *Product) Reset()

func (*Product) String added in v0.73.0

func (x *Product) String() string

type Product_Perps added in v0.73.0

type Product_Perps struct {
	Perps *Perps `protobuf:"bytes,1,opt,name=perps,proto3,oneof"`
}

type ProofOfWork

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"`
	PowState          []*ProofOfWorkState     `protobuf:"bytes,9,rep,name=pow_state,json=powState,proto3" json:"pow_state,omitempty"`
	LastPruningBlock  uint64                  `protobuf:"varint,10,opt,name=last_pruning_block,json=lastPruningBlock,proto3" json:"last_pruning_block,omitempty"`
	NonceRefsAtHeight []*NonceRefsAtHeight    `protobuf:"bytes,11,rep,name=nonce_refs_at_height,json=nonceRefsAtHeight,proto3" json:"nonce_refs_at_height,omitempty"`
	// contains filtered or unexported fields
}

func (*ProofOfWork) Descriptor deprecated

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

Deprecated: Use ProofOfWork.ProtoReflect.Descriptor instead.

func (*ProofOfWork) GetBanned

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

func (*ProofOfWork) GetBlockHash

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

func (*ProofOfWork) GetBlockHeight

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

func (*ProofOfWork) GetLastPruningBlock added in v0.73.0

func (x *ProofOfWork) GetLastPruningBlock() uint64

func (*ProofOfWork) GetNonceRefsAtHeight added in v0.73.0

func (x *ProofOfWork) GetNonceRefsAtHeight() []*NonceRefsAtHeight

func (*ProofOfWork) GetPowParams

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

func (*ProofOfWork) GetPowState added in v0.64.0

func (x *ProofOfWork) GetPowState() []*ProofOfWorkState

func (*ProofOfWork) GetTidAtHeight

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

func (*ProofOfWork) GetTxAtHeight

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

func (*ProofOfWork) ProtoMessage

func (*ProofOfWork) ProtoMessage()

func (*ProofOfWork) ProtoReflect

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

func (*ProofOfWork) Reset

func (x *ProofOfWork) Reset()

func (*ProofOfWork) String

func (x *ProofOfWork) String() string

type ProofOfWorkBlockState added in v0.64.0

type ProofOfWorkBlockState struct {
	BlockHeight uint64                           `protobuf:"varint,1,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"`
	PartyState  []*ProofOfWorkPartyStateForBlock `protobuf:"bytes,2,rep,name=party_state,json=partyState,proto3" json:"party_state,omitempty"`
	// contains filtered or unexported fields
}

func (*ProofOfWorkBlockState) Descriptor deprecated added in v0.64.0

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

Deprecated: Use ProofOfWorkBlockState.ProtoReflect.Descriptor instead.

func (*ProofOfWorkBlockState) GetBlockHeight added in v0.64.0

func (x *ProofOfWorkBlockState) GetBlockHeight() uint64

func (*ProofOfWorkBlockState) GetPartyState added in v0.64.0

func (*ProofOfWorkBlockState) ProtoMessage added in v0.64.0

func (*ProofOfWorkBlockState) ProtoMessage()

func (*ProofOfWorkBlockState) ProtoReflect added in v0.64.0

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

func (*ProofOfWorkBlockState) Reset added in v0.64.0

func (x *ProofOfWorkBlockState) Reset()

func (*ProofOfWorkBlockState) String added in v0.64.0

func (x *ProofOfWorkBlockState) String() string

type ProofOfWorkParams

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

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

Deprecated: Use ProofOfWorkParams.ProtoReflect.Descriptor instead.

func (*ProofOfWorkParams) GetFromBlock

func (x *ProofOfWorkParams) GetFromBlock() uint64

func (*ProofOfWorkParams) GetSpamPowDifficulty

func (x *ProofOfWorkParams) GetSpamPowDifficulty() uint32

func (*ProofOfWorkParams) GetSpamPowHashFunction

func (x *ProofOfWorkParams) GetSpamPowHashFunction() string

func (*ProofOfWorkParams) GetSpamPowIncreasingDifficulty

func (x *ProofOfWorkParams) GetSpamPowIncreasingDifficulty() bool

func (*ProofOfWorkParams) GetSpamPowNumberOfPastBlocks

func (x *ProofOfWorkParams) GetSpamPowNumberOfPastBlocks() uint64

func (*ProofOfWorkParams) GetSpamPowNumberOfTxPerBlock

func (x *ProofOfWorkParams) GetSpamPowNumberOfTxPerBlock() uint64

func (*ProofOfWorkParams) GetUntilBlock

func (x *ProofOfWorkParams) GetUntilBlock() int64

func (*ProofOfWorkParams) ProtoMessage

func (*ProofOfWorkParams) ProtoMessage()

func (*ProofOfWorkParams) ProtoReflect

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

func (*ProofOfWorkParams) Reset

func (x *ProofOfWorkParams) Reset()

func (*ProofOfWorkParams) String

func (x *ProofOfWorkParams) String() string

type ProofOfWorkPartyStateForBlock added in v0.64.0

type ProofOfWorkPartyStateForBlock struct {
	Party              string `protobuf:"bytes,1,opt,name=party,proto3" json:"party,omitempty"`
	SeenCount          uint64 `protobuf:"varint,2,opt,name=seen_count,json=seenCount,proto3" json:"seen_count,omitempty"`
	ObservedDifficulty uint64 `protobuf:"varint,3,opt,name=observed_difficulty,json=observedDifficulty,proto3" json:"observed_difficulty,omitempty"`
	// contains filtered or unexported fields
}

func (*ProofOfWorkPartyStateForBlock) Descriptor deprecated added in v0.64.0

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

Deprecated: Use ProofOfWorkPartyStateForBlock.ProtoReflect.Descriptor instead.

func (*ProofOfWorkPartyStateForBlock) GetObservedDifficulty added in v0.64.0

func (x *ProofOfWorkPartyStateForBlock) GetObservedDifficulty() uint64

func (*ProofOfWorkPartyStateForBlock) GetParty added in v0.64.0

func (x *ProofOfWorkPartyStateForBlock) GetParty() string

func (*ProofOfWorkPartyStateForBlock) GetSeenCount added in v0.64.0

func (x *ProofOfWorkPartyStateForBlock) GetSeenCount() uint64

func (*ProofOfWorkPartyStateForBlock) ProtoMessage added in v0.64.0

func (*ProofOfWorkPartyStateForBlock) ProtoMessage()

func (*ProofOfWorkPartyStateForBlock) ProtoReflect added in v0.64.0

func (*ProofOfWorkPartyStateForBlock) Reset added in v0.64.0

func (x *ProofOfWorkPartyStateForBlock) Reset()

func (*ProofOfWorkPartyStateForBlock) String added in v0.64.0

type ProofOfWorkState added in v0.64.0

type ProofOfWorkState struct {
	PowState []*ProofOfWorkBlockState `protobuf:"bytes,1,rep,name=pow_state,json=powState,proto3" json:"pow_state,omitempty"`
	// contains filtered or unexported fields
}

func (*ProofOfWorkState) Descriptor deprecated added in v0.64.0

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

Deprecated: Use ProofOfWorkState.ProtoReflect.Descriptor instead.

func (*ProofOfWorkState) GetPowState added in v0.64.0

func (x *ProofOfWorkState) GetPowState() []*ProofOfWorkBlockState

func (*ProofOfWorkState) ProtoMessage added in v0.64.0

func (*ProofOfWorkState) ProtoMessage()

func (*ProofOfWorkState) ProtoReflect added in v0.64.0

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

func (*ProofOfWorkState) Reset added in v0.64.0

func (x *ProofOfWorkState) Reset()

func (*ProofOfWorkState) String added in v0.64.0

func (x *ProofOfWorkState) String() string

type ProposalData

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

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

Deprecated: Use ProposalData.ProtoReflect.Descriptor instead.

func (*ProposalData) GetInvalid

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

func (*ProposalData) GetNo

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

func (*ProposalData) GetProposal

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

func (*ProposalData) GetYes

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

func (*ProposalData) ProtoMessage

func (*ProposalData) ProtoMessage()

func (*ProposalData) ProtoReflect

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

func (*ProposalData) Reset

func (x *ProposalData) Reset()

func (*ProposalData) String

func (x *ProposalData) String() string

type ProtocolUpgradeProposals

type ProtocolUpgradeProposals struct {
	ActiveProposals  []*v12.ProtocolUpgradeEvent      `protobuf:"bytes,1,rep,name=active_proposals,json=activeProposals,proto3" json:"active_proposals,omitempty"`
	AcceptedProposal *AcceptedProtocolUpgradeProposal `protobuf:"bytes,2,opt,name=accepted_proposal,json=acceptedProposal,proto3" json:"accepted_proposal,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtocolUpgradeProposals) Descriptor deprecated

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

Deprecated: Use ProtocolUpgradeProposals.ProtoReflect.Descriptor instead.

func (*ProtocolUpgradeProposals) GetAcceptedProposal

func (*ProtocolUpgradeProposals) GetActiveProposals

func (x *ProtocolUpgradeProposals) GetActiveProposals() []*v12.ProtocolUpgradeEvent

func (*ProtocolUpgradeProposals) ProtoMessage

func (*ProtocolUpgradeProposals) ProtoMessage()

func (*ProtocolUpgradeProposals) ProtoReflect

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

func (*ProtocolUpgradeProposals) Reset

func (x *ProtocolUpgradeProposals) Reset()

func (*ProtocolUpgradeProposals) String

func (x *ProtocolUpgradeProposals) String() string

type ReferralProgramData added in v0.73.0

type ReferralProgramData struct {
	FactorByReferee    []*FactorByReferee    `protobuf:"bytes,1,rep,name=factor_by_referee,json=factorByReferee,proto3" json:"factor_by_referee,omitempty"`
	CurrentProgram     *vega.ReferralProgram `protobuf:"bytes,2,opt,name=current_program,json=currentProgram,proto3" json:"current_program,omitempty"`
	NewProgram         *vega.ReferralProgram `protobuf:"bytes,3,opt,name=new_program,json=newProgram,proto3" json:"new_program,omitempty"`
	LastProgramVersion uint64                `protobuf:"varint,4,opt,name=last_program_version,json=lastProgramVersion,proto3" json:"last_program_version,omitempty"`
	ProgramHasEnded    bool                  `protobuf:"varint,5,opt,name=program_has_ended,json=programHasEnded,proto3" json:"program_has_ended,omitempty"`
	Sets               []*ReferralSet        `protobuf:"bytes,6,rep,name=sets,proto3" json:"sets,omitempty"`
	// contains filtered or unexported fields
}

func (*ReferralProgramData) Descriptor deprecated added in v0.73.0

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

Deprecated: Use ReferralProgramData.ProtoReflect.Descriptor instead.

func (*ReferralProgramData) GetCurrentProgram added in v0.73.0

func (x *ReferralProgramData) GetCurrentProgram() *vega.ReferralProgram

func (*ReferralProgramData) GetFactorByReferee added in v0.73.0

func (x *ReferralProgramData) GetFactorByReferee() []*FactorByReferee

func (*ReferralProgramData) GetLastProgramVersion added in v0.73.0

func (x *ReferralProgramData) GetLastProgramVersion() uint64

func (*ReferralProgramData) GetNewProgram added in v0.73.0

func (x *ReferralProgramData) GetNewProgram() *vega.ReferralProgram

func (*ReferralProgramData) GetProgramHasEnded added in v0.73.0

func (x *ReferralProgramData) GetProgramHasEnded() bool

func (*ReferralProgramData) GetSets added in v0.73.0

func (x *ReferralProgramData) GetSets() []*ReferralSet

func (*ReferralProgramData) ProtoMessage added in v0.73.0

func (*ReferralProgramData) ProtoMessage()

func (*ReferralProgramData) ProtoReflect added in v0.73.0

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

func (*ReferralProgramData) Reset added in v0.73.0

func (x *ReferralProgramData) Reset()

func (*ReferralProgramData) String added in v0.73.0

func (x *ReferralProgramData) String() string

type ReferralSet added in v0.73.0

type ReferralSet struct {
	Id                             string           `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	CreatedAt                      int64            `protobuf:"varint,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt                      int64            `protobuf:"varint,3,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	Referrer                       *Membership      `protobuf:"bytes,4,opt,name=referrer,proto3" json:"referrer,omitempty"`
	Referees                       []*Membership    `protobuf:"bytes,5,rep,name=referees,proto3" json:"referees,omitempty"`
	RunningVolumes                 []*RunningVolume `protobuf:"bytes,6,rep,name=running_volumes,json=runningVolumes,proto3" json:"running_volumes,omitempty"`
	CurrentRewardFactor            string           `protobuf:"bytes,7,opt,name=current_reward_factor,json=currentRewardFactor,proto3" json:"current_reward_factor,omitempty"`
	CurrentRewardsMultiplier       string           `` /* 135-byte string literal not displayed */
	CurrentRewardsFactorMultiplier string           `` /* 155-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ReferralSet) Descriptor deprecated added in v0.73.0

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

Deprecated: Use ReferralSet.ProtoReflect.Descriptor instead.

func (*ReferralSet) GetCreatedAt added in v0.73.0

func (x *ReferralSet) GetCreatedAt() int64

func (*ReferralSet) GetCurrentRewardFactor added in v0.73.0

func (x *ReferralSet) GetCurrentRewardFactor() string

func (*ReferralSet) GetCurrentRewardsFactorMultiplier added in v0.73.0

func (x *ReferralSet) GetCurrentRewardsFactorMultiplier() string

func (*ReferralSet) GetCurrentRewardsMultiplier added in v0.73.0

func (x *ReferralSet) GetCurrentRewardsMultiplier() string

func (*ReferralSet) GetId added in v0.73.0

func (x *ReferralSet) GetId() string

func (*ReferralSet) GetReferees added in v0.73.0

func (x *ReferralSet) GetReferees() []*Membership

func (*ReferralSet) GetReferrer added in v0.73.0

func (x *ReferralSet) GetReferrer() *Membership

func (*ReferralSet) GetRunningVolumes added in v0.73.0

func (x *ReferralSet) GetRunningVolumes() []*RunningVolume

func (*ReferralSet) GetUpdatedAt added in v0.73.0

func (x *ReferralSet) GetUpdatedAt() int64

func (*ReferralSet) ProtoMessage added in v0.73.0

func (*ReferralSet) ProtoMessage()

func (*ReferralSet) ProtoReflect added in v0.73.0

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

func (*ReferralSet) Reset added in v0.73.0

func (x *ReferralSet) Reset()

func (*ReferralSet) String added in v0.73.0

func (x *ReferralSet) String() string

type Resource

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

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

Deprecated: Use Resource.ProtoReflect.Descriptor instead.

func (*Resource) GetCheckUntil

func (x *Resource) GetCheckUntil() int64

func (*Resource) GetId

func (x *Resource) GetId() string

func (*Resource) GetState

func (x *Resource) GetState() uint32

func (*Resource) GetVotes

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

func (*Resource) ProtoMessage

func (*Resource) ProtoMessage()

func (*Resource) ProtoReflect

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

func (*Resource) Reset

func (x *Resource) Reset()

func (*Resource) String

func (x *Resource) String() string

type RewardsPartyAmount

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

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

Deprecated: Use RewardsPartyAmount.ProtoReflect.Descriptor instead.

func (*RewardsPartyAmount) GetAmount

func (x *RewardsPartyAmount) GetAmount() string

func (*RewardsPartyAmount) GetParty

func (x *RewardsPartyAmount) GetParty() string

func (*RewardsPartyAmount) ProtoMessage

func (*RewardsPartyAmount) ProtoMessage()

func (*RewardsPartyAmount) ProtoReflect

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

func (*RewardsPartyAmount) Reset

func (x *RewardsPartyAmount) Reset()

func (*RewardsPartyAmount) String

func (x *RewardsPartyAmount) String() string

type RewardsPayout

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

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

Deprecated: Use RewardsPayout.ProtoReflect.Descriptor instead.

func (*RewardsPayout) GetAsset

func (x *RewardsPayout) GetAsset() string

func (*RewardsPayout) GetEpochSeq

func (x *RewardsPayout) GetEpochSeq() string

func (*RewardsPayout) GetFromAccount

func (x *RewardsPayout) GetFromAccount() string

func (*RewardsPayout) GetRewardPartyAmount

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

func (*RewardsPayout) GetTimestamp

func (x *RewardsPayout) GetTimestamp() int64

func (*RewardsPayout) GetTotalReward

func (x *RewardsPayout) GetTotalReward() string

func (*RewardsPayout) ProtoMessage

func (*RewardsPayout) ProtoMessage()

func (*RewardsPayout) ProtoReflect

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

func (*RewardsPayout) Reset

func (x *RewardsPayout) Reset()

func (*RewardsPayout) String

func (x *RewardsPayout) String() string

type RewardsPendingPayouts

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

func (*RewardsPendingPayouts) Descriptor deprecated

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

Deprecated: Use RewardsPendingPayouts.ProtoReflect.Descriptor instead.

func (*RewardsPendingPayouts) GetScheduledRewardsPayout

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

func (*RewardsPendingPayouts) ProtoMessage

func (*RewardsPendingPayouts) ProtoMessage()

func (*RewardsPendingPayouts) ProtoReflect

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

func (*RewardsPendingPayouts) Reset

func (x *RewardsPendingPayouts) Reset()

func (*RewardsPendingPayouts) String

func (x *RewardsPendingPayouts) String() string

type RunningVolume added in v0.73.0

type RunningVolume struct {
	Epoch  uint64 `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	Volume []byte `protobuf:"bytes,2,opt,name=volume,proto3" json:"volume,omitempty"`
	// contains filtered or unexported fields
}

func (*RunningVolume) Descriptor deprecated added in v0.73.0

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

Deprecated: Use RunningVolume.ProtoReflect.Descriptor instead.

func (*RunningVolume) GetEpoch added in v0.73.0

func (x *RunningVolume) GetEpoch() uint64

func (*RunningVolume) GetVolume added in v0.73.0

func (x *RunningVolume) GetVolume() []byte

func (*RunningVolume) ProtoMessage added in v0.73.0

func (*RunningVolume) ProtoMessage()

func (*RunningVolume) ProtoReflect added in v0.73.0

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

func (*RunningVolume) Reset added in v0.73.0

func (x *RunningVolume) Reset()

func (*RunningVolume) String added in v0.73.0

func (x *RunningVolume) String() string

type SLANetworkParams added in v0.73.0

type SLANetworkParams struct {
	BondPenaltyFactor               string `protobuf:"bytes,1,opt,name=bond_penalty_factor,json=bondPenaltyFactor,proto3" json:"bond_penalty_factor,omitempty"`
	EarlyExitPenalty                string `protobuf:"bytes,2,opt,name=early_exit_penalty,json=earlyExitPenalty,proto3" json:"early_exit_penalty,omitempty"`
	MaxLiquidityFee                 string `protobuf:"bytes,3,opt,name=max_liquidity_fee,json=maxLiquidityFee,proto3" json:"max_liquidity_fee,omitempty"`
	NonPerformanceBondPenaltyMax    string `` /* 151-byte string literal not displayed */
	NonPerformanceBondPenaltySlope  string `` /* 157-byte string literal not displayed */
	StakeToCcyVolume                string `protobuf:"bytes,6,opt,name=stake_to_ccy_volume,json=stakeToCcyVolume,proto3" json:"stake_to_ccy_volume,omitempty"`
	ProvidersFeeCalculationTimeStep int64  `` /* 161-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SLANetworkParams) Descriptor deprecated added in v0.73.0

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

Deprecated: Use SLANetworkParams.ProtoReflect.Descriptor instead.

func (*SLANetworkParams) GetBondPenaltyFactor added in v0.73.0

func (x *SLANetworkParams) GetBondPenaltyFactor() string

func (*SLANetworkParams) GetEarlyExitPenalty added in v0.73.0

func (x *SLANetworkParams) GetEarlyExitPenalty() string

func (*SLANetworkParams) GetMaxLiquidityFee added in v0.73.0

func (x *SLANetworkParams) GetMaxLiquidityFee() string

func (*SLANetworkParams) GetNonPerformanceBondPenaltyMax added in v0.73.0

func (x *SLANetworkParams) GetNonPerformanceBondPenaltyMax() string

func (*SLANetworkParams) GetNonPerformanceBondPenaltySlope added in v0.73.0

func (x *SLANetworkParams) GetNonPerformanceBondPenaltySlope() string

func (*SLANetworkParams) GetProvidersFeeCalculationTimeStep added in v0.73.0

func (x *SLANetworkParams) GetProvidersFeeCalculationTimeStep() int64

func (*SLANetworkParams) GetStakeToCcyVolume added in v0.73.0

func (x *SLANetworkParams) GetStakeToCcyVolume() string

func (*SLANetworkParams) ProtoMessage added in v0.73.0

func (*SLANetworkParams) ProtoMessage()

func (*SLANetworkParams) ProtoReflect added in v0.73.0

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

func (*SLANetworkParams) Reset added in v0.73.0

func (x *SLANetworkParams) Reset()

func (*SLANetworkParams) String added in v0.73.0

func (x *SLANetworkParams) String() string

type ScheduledRewardsPayout

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

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

Deprecated: Use ScheduledRewardsPayout.ProtoReflect.Descriptor instead.

func (*ScheduledRewardsPayout) GetPayoutTime

func (x *ScheduledRewardsPayout) GetPayoutTime() int64

func (*ScheduledRewardsPayout) GetRewardsPayout

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

func (*ScheduledRewardsPayout) ProtoMessage

func (*ScheduledRewardsPayout) ProtoMessage()

func (*ScheduledRewardsPayout) ProtoReflect

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

func (*ScheduledRewardsPayout) Reset

func (x *ScheduledRewardsPayout) Reset()

func (*ScheduledRewardsPayout) String

func (x *ScheduledRewardsPayout) String() string

type SettlementState added in v0.63.0

type SettlementState struct {
	MarketId             string                 `protobuf:"bytes,1,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"`
	LastMarkPrice        string                 `protobuf:"bytes,2,opt,name=last_mark_price,json=lastMarkPrice,proto3" json:"last_mark_price,omitempty"`
	LastSettledPositions []*LastSettledPosition `protobuf:"bytes,3,rep,name=last_settled_positions,json=lastSettledPositions,proto3" json:"last_settled_positions,omitempty"`
	Trades               []*SettlementTrade     `protobuf:"bytes,4,rep,name=trades,proto3" json:"trades,omitempty"`
	// contains filtered or unexported fields
}

func (*SettlementState) Descriptor deprecated added in v0.63.0

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

Deprecated: Use SettlementState.ProtoReflect.Descriptor instead.

func (*SettlementState) GetLastMarkPrice added in v0.63.0

func (x *SettlementState) GetLastMarkPrice() string

func (*SettlementState) GetLastSettledPositions added in v0.63.0

func (x *SettlementState) GetLastSettledPositions() []*LastSettledPosition

func (*SettlementState) GetMarketId added in v0.63.0

func (x *SettlementState) GetMarketId() string

func (*SettlementState) GetTrades added in v0.63.0

func (x *SettlementState) GetTrades() []*SettlementTrade

func (*SettlementState) ProtoMessage added in v0.63.0

func (*SettlementState) ProtoMessage()

func (*SettlementState) ProtoReflect added in v0.63.0

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

func (*SettlementState) Reset added in v0.63.0

func (x *SettlementState) Reset()

func (*SettlementState) String added in v0.63.0

func (x *SettlementState) String() string

type SettlementTrade added in v0.63.0

type SettlementTrade struct {
	PartyId     string `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"`
	Price       string `protobuf:"bytes,2,opt,name=price,proto3" json:"price,omitempty"`
	MarketPrice string `protobuf:"bytes,3,opt,name=market_price,json=marketPrice,proto3" json:"market_price,omitempty"`
	Size        int64  `protobuf:"varint,4,opt,name=size,proto3" json:"size,omitempty"`
	NewSize     int64  `protobuf:"varint,5,opt,name=new_size,json=newSize,proto3" json:"new_size,omitempty"`
	// contains filtered or unexported fields
}

func (*SettlementTrade) Descriptor deprecated added in v0.63.0

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

Deprecated: Use SettlementTrade.ProtoReflect.Descriptor instead.

func (*SettlementTrade) GetMarketPrice added in v0.63.0

func (x *SettlementTrade) GetMarketPrice() string

func (*SettlementTrade) GetNewSize added in v0.63.0

func (x *SettlementTrade) GetNewSize() int64

func (*SettlementTrade) GetPartyId added in v0.63.0

func (x *SettlementTrade) GetPartyId() string

func (*SettlementTrade) GetPrice added in v0.63.0

func (x *SettlementTrade) GetPrice() string

func (*SettlementTrade) GetSize added in v0.63.0

func (x *SettlementTrade) GetSize() int64

func (*SettlementTrade) ProtoMessage added in v0.63.0

func (*SettlementTrade) ProtoMessage()

func (*SettlementTrade) ProtoReflect added in v0.63.0

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

func (*SettlementTrade) Reset added in v0.63.0

func (x *SettlementTrade) Reset()

func (*SettlementTrade) String added in v0.63.0

func (x *SettlementTrade) String() string

type SignerEventsPerAddress

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

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

Deprecated: Use SignerEventsPerAddress.ProtoReflect.Descriptor instead.

func (*SignerEventsPerAddress) GetAddress

func (x *SignerEventsPerAddress) GetAddress() string

func (*SignerEventsPerAddress) GetEvents

func (*SignerEventsPerAddress) ProtoMessage

func (*SignerEventsPerAddress) ProtoMessage()

func (*SignerEventsPerAddress) ProtoReflect

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

func (*SignerEventsPerAddress) Reset

func (x *SignerEventsPerAddress) Reset()

func (*SignerEventsPerAddress) String

func (x *SignerEventsPerAddress) String() string

type SimpleSpamPolicy

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

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

Deprecated: Use SimpleSpamPolicy.ProtoReflect.Descriptor instead.

func (*SimpleSpamPolicy) GetBannedParties

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

func (*SimpleSpamPolicy) GetCurrentEpochSeq

func (x *SimpleSpamPolicy) GetCurrentEpochSeq() uint64

func (*SimpleSpamPolicy) GetPartyToCount

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

func (*SimpleSpamPolicy) GetPolicyName

func (x *SimpleSpamPolicy) GetPolicyName() string

func (*SimpleSpamPolicy) GetTokenBalance

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

func (*SimpleSpamPolicy) ProtoMessage

func (*SimpleSpamPolicy) ProtoMessage()

func (*SimpleSpamPolicy) ProtoReflect

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

func (*SimpleSpamPolicy) Reset

func (x *SimpleSpamPolicy) Reset()

func (*SimpleSpamPolicy) String

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

func (x *Snapshot) GetChunks() uint32

func (*Snapshot) GetFormat

func (x *Snapshot) GetFormat() Format

func (*Snapshot) GetHash

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

func (*Snapshot) GetHeight

func (x *Snapshot) GetHeight() uint64

func (*Snapshot) GetMetadata

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

func (*Snapshot) ProtoMessage

func (*Snapshot) ProtoMessage()

func (*Snapshot) ProtoReflect

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

func (*Snapshot) Reset

func (x *Snapshot) Reset()

func (*Snapshot) String

func (x *Snapshot) String() string

type SpamPartyTransactionCount

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

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

Deprecated: Use SpamPartyTransactionCount.ProtoReflect.Descriptor instead.

func (*SpamPartyTransactionCount) GetCount

func (x *SpamPartyTransactionCount) GetCount() uint64

func (*SpamPartyTransactionCount) GetParty

func (x *SpamPartyTransactionCount) GetParty() string

func (*SpamPartyTransactionCount) ProtoMessage

func (*SpamPartyTransactionCount) ProtoMessage()

func (*SpamPartyTransactionCount) ProtoReflect

func (*SpamPartyTransactionCount) Reset

func (x *SpamPartyTransactionCount) Reset()

func (*SpamPartyTransactionCount) String

func (x *SpamPartyTransactionCount) String() string

type SpotLiquidityTarget added in v0.72.0

type SpotLiquidityTarget 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"`
	CurrentTotalStake  []uint64                 `protobuf:"varint,4,rep,packed,name=current_total_stake,json=currentTotalStake,proto3" json:"current_total_stake,omitempty"`
	PreviousTotalStake []*TimestampedTotalStake `protobuf:"bytes,5,rep,name=previous_total_stake,json=previousTotalStake,proto3" json:"previous_total_stake,omitempty"`
	MaxTotalStake      *TimestampedTotalStake   `protobuf:"bytes,6,opt,name=max_total_stake,json=maxTotalStake,proto3" json:"max_total_stake,omitempty"`
	// contains filtered or unexported fields
}

func (*SpotLiquidityTarget) Descriptor deprecated added in v0.72.0

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

Deprecated: Use SpotLiquidityTarget.ProtoReflect.Descriptor instead.

func (*SpotLiquidityTarget) GetCurrentTime added in v0.72.0

func (x *SpotLiquidityTarget) GetCurrentTime() int64

func (*SpotLiquidityTarget) GetCurrentTotalStake added in v0.72.0

func (x *SpotLiquidityTarget) GetCurrentTotalStake() []uint64

func (*SpotLiquidityTarget) GetMarketId added in v0.72.0

func (x *SpotLiquidityTarget) GetMarketId() string

func (*SpotLiquidityTarget) GetMaxTotalStake added in v0.72.0

func (x *SpotLiquidityTarget) GetMaxTotalStake() *TimestampedTotalStake

func (*SpotLiquidityTarget) GetPreviousTotalStake added in v0.72.0

func (x *SpotLiquidityTarget) GetPreviousTotalStake() []*TimestampedTotalStake

func (*SpotLiquidityTarget) GetScheduledTruncate added in v0.72.0

func (x *SpotLiquidityTarget) GetScheduledTruncate() int64

func (*SpotLiquidityTarget) ProtoMessage added in v0.72.0

func (*SpotLiquidityTarget) ProtoMessage()

func (*SpotLiquidityTarget) ProtoReflect added in v0.72.0

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

func (*SpotLiquidityTarget) Reset added in v0.72.0

func (x *SpotLiquidityTarget) Reset()

func (*SpotLiquidityTarget) String added in v0.72.0

func (x *SpotLiquidityTarget) String() string

type SpotMarket added in v0.72.0

type SpotMarket 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               *PeggedOrders  `protobuf:"bytes,4,opt,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"`
	FeeSplitter                *FeeSplitter   `protobuf:"bytes,14,opt,name=fee_splitter,json=feeSplitter,proto3" json:"fee_splitter,omitempty"`
	NextMarkToMarket           int64          `protobuf:"varint,15,opt,name=next_mark_to_market,json=nextMarkToMarket,proto3" json:"next_mark_to_market,omitempty"`
	LastTradedPrice            string         `protobuf:"bytes,16,opt,name=last_traded_price,json=lastTradedPrice,proto3" json:"last_traded_price,omitempty"`
	Parties                    []string       `protobuf:"bytes,17,rep,name=parties,proto3" json:"parties,omitempty"`
	Closed                     bool           `protobuf:"varint,18,opt,name=closed,proto3" json:"closed,omitempty"`
	StopOrders                 *StopOrders    `protobuf:"bytes,19,opt,name=stop_orders,json=stopOrders,proto3" json:"stop_orders,omitempty"`
	ExpiringStopOrders         []*vega.Order  `protobuf:"bytes,20,rep,name=expiring_stop_orders,json=expiringStopOrders,proto3" json:"expiring_stop_orders,omitempty"`
	FeesStats                  *v12.FeesStats `protobuf:"bytes,21,opt,name=fees_stats,json=feesStats,proto3" json:"fees_stats,omitempty"`
	// contains filtered or unexported fields
}

func (*SpotMarket) Descriptor deprecated added in v0.72.0

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

Deprecated: Use SpotMarket.ProtoReflect.Descriptor instead.

func (*SpotMarket) GetAuctionState added in v0.72.0

func (x *SpotMarket) GetAuctionState() *AuctionState

func (*SpotMarket) GetClosed added in v0.72.0

func (x *SpotMarket) GetClosed() bool

func (*SpotMarket) GetCurrentMarkPrice added in v0.72.0

func (x *SpotMarket) GetCurrentMarkPrice() string

func (*SpotMarket) GetEquityShare added in v0.72.0

func (x *SpotMarket) GetEquityShare() *EquityShare

func (*SpotMarket) GetExpiringOrders added in v0.72.0

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

func (*SpotMarket) GetExpiringStopOrders added in v0.73.0

func (x *SpotMarket) GetExpiringStopOrders() []*vega.Order

func (*SpotMarket) GetFeeSplitter added in v0.72.0

func (x *SpotMarket) GetFeeSplitter() *FeeSplitter

func (*SpotMarket) GetFeesStats added in v0.73.0

func (x *SpotMarket) GetFeesStats() *v12.FeesStats

func (*SpotMarket) GetLastBestAsk added in v0.72.0

func (x *SpotMarket) GetLastBestAsk() string

func (*SpotMarket) GetLastBestBid added in v0.72.0

func (x *SpotMarket) GetLastBestBid() string

func (*SpotMarket) GetLastEquityShareDistributed added in v0.72.0

func (x *SpotMarket) GetLastEquityShareDistributed() int64

func (*SpotMarket) GetLastMarketValueProxy added in v0.72.0

func (x *SpotMarket) GetLastMarketValueProxy() string

func (*SpotMarket) GetLastMidAsk added in v0.72.0

func (x *SpotMarket) GetLastMidAsk() string

func (*SpotMarket) GetLastMidBid added in v0.72.0

func (x *SpotMarket) GetLastMidBid() string

func (*SpotMarket) GetLastTradedPrice added in v0.72.0

func (x *SpotMarket) GetLastTradedPrice() string

func (*SpotMarket) GetMarket added in v0.72.0

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

func (*SpotMarket) GetNextMarkToMarket added in v0.72.0

func (x *SpotMarket) GetNextMarkToMarket() int64

func (*SpotMarket) GetParties added in v0.72.0

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

func (*SpotMarket) GetPeggedOrders added in v0.72.0

func (x *SpotMarket) GetPeggedOrders() *PeggedOrders

func (*SpotMarket) GetPriceMonitor added in v0.72.0

func (x *SpotMarket) GetPriceMonitor() *PriceMonitor

func (*SpotMarket) GetStopOrders added in v0.73.0

func (x *SpotMarket) GetStopOrders() *StopOrders

func (*SpotMarket) ProtoMessage added in v0.72.0

func (*SpotMarket) ProtoMessage()

func (*SpotMarket) ProtoReflect added in v0.72.0

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

func (*SpotMarket) Reset added in v0.72.0

func (x *SpotMarket) Reset()

func (*SpotMarket) String added in v0.72.0

func (x *SpotMarket) String() string

type StakeVerifierDeposited

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

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

Deprecated: Use StakeVerifierDeposited.ProtoReflect.Descriptor instead.

func (*StakeVerifierDeposited) GetPendingDeposited

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

func (*StakeVerifierDeposited) ProtoMessage

func (*StakeVerifierDeposited) ProtoMessage()

func (*StakeVerifierDeposited) ProtoReflect

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

func (*StakeVerifierDeposited) Reset

func (x *StakeVerifierDeposited) Reset()

func (*StakeVerifierDeposited) String

func (x *StakeVerifierDeposited) String() string

type StakeVerifierPending

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

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

Deprecated: Use StakeVerifierPending.ProtoReflect.Descriptor instead.

func (*StakeVerifierPending) GetAmount

func (x *StakeVerifierPending) GetAmount() string

func (*StakeVerifierPending) GetBlockNumber

func (x *StakeVerifierPending) GetBlockNumber() uint64

func (*StakeVerifierPending) GetBlockTime

func (x *StakeVerifierPending) GetBlockTime() int64

func (*StakeVerifierPending) GetEthereumAddress

func (x *StakeVerifierPending) GetEthereumAddress() string

func (*StakeVerifierPending) GetId

func (x *StakeVerifierPending) GetId() string

func (*StakeVerifierPending) GetLogIndex

func (x *StakeVerifierPending) GetLogIndex() uint64

func (*StakeVerifierPending) GetTxId

func (x *StakeVerifierPending) GetTxId() string

func (*StakeVerifierPending) GetVegaPublicKey

func (x *StakeVerifierPending) GetVegaPublicKey() string

func (*StakeVerifierPending) ProtoMessage

func (*StakeVerifierPending) ProtoMessage()

func (*StakeVerifierPending) ProtoReflect

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

func (*StakeVerifierPending) Reset

func (x *StakeVerifierPending) Reset()

func (*StakeVerifierPending) String

func (x *StakeVerifierPending) String() string

type StakeVerifierRemoved

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

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

Deprecated: Use StakeVerifierRemoved.ProtoReflect.Descriptor instead.

func (*StakeVerifierRemoved) GetPendingRemoved

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

func (*StakeVerifierRemoved) ProtoMessage

func (*StakeVerifierRemoved) ProtoMessage()

func (*StakeVerifierRemoved) ProtoReflect

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

func (*StakeVerifierRemoved) Reset

func (x *StakeVerifierRemoved) Reset()

func (*StakeVerifierRemoved) String

func (x *StakeVerifierRemoved) String() string

type StakingAccount

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

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

Deprecated: Use StakingAccount.ProtoReflect.Descriptor instead.

func (*StakingAccount) GetBalance

func (x *StakingAccount) GetBalance() string

func (*StakingAccount) GetEvents

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

func (*StakingAccount) GetParty

func (x *StakingAccount) GetParty() string

func (*StakingAccount) ProtoMessage

func (*StakingAccount) ProtoMessage()

func (*StakingAccount) ProtoReflect

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

func (*StakingAccount) Reset

func (x *StakingAccount) Reset()

func (*StakingAccount) String

func (x *StakingAccount) String() string

type StakingAccounts

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

func (*StakingAccounts) Descriptor deprecated

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

Deprecated: Use StakingAccounts.ProtoReflect.Descriptor instead.

func (*StakingAccounts) GetAccounts

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

func (*StakingAccounts) GetPendingStakeTotalSupply added in v0.70.0

func (x *StakingAccounts) GetPendingStakeTotalSupply() *vega.StakeTotalSupply

func (*StakingAccounts) GetStakingAssetTotalSupply

func (x *StakingAccounts) GetStakingAssetTotalSupply() string

func (*StakingAccounts) ProtoMessage

func (*StakingAccounts) ProtoMessage()

func (*StakingAccounts) ProtoReflect

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

func (*StakingAccounts) Reset

func (x *StakingAccounts) Reset()

func (*StakingAccounts) String

func (x *StakingAccounts) String() string

type StateVarInternalState

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

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

Deprecated: Use StateVarInternalState.ProtoReflect.Descriptor instead.

func (*StateVarInternalState) GetEventId

func (x *StateVarInternalState) GetEventId() string

func (*StateVarInternalState) GetId

func (x *StateVarInternalState) GetId() string

func (*StateVarInternalState) GetRoundsSinceMeaningfulUpdate

func (x *StateVarInternalState) GetRoundsSinceMeaningfulUpdate() int32

func (*StateVarInternalState) GetState

func (x *StateVarInternalState) GetState() int32

func (*StateVarInternalState) GetValidatorsResults

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

func (*StateVarInternalState) ProtoMessage

func (*StateVarInternalState) ProtoMessage()

func (*StateVarInternalState) ProtoReflect

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

func (*StateVarInternalState) Reset

func (x *StateVarInternalState) Reset()

func (*StateVarInternalState) String

func (x *StateVarInternalState) String() string

type StopOrders added in v0.72.0

type StopOrders struct {
	StopOrders         []*v12.StopOrderEvent `protobuf:"bytes,1,rep,name=stop_orders,json=stopOrders,proto3" json:"stop_orders,omitempty"`
	PricedStopOrders   *PricedStopOrders     `protobuf:"bytes,2,opt,name=priced_stop_orders,json=pricedStopOrders,proto3" json:"priced_stop_orders,omitempty"`
	TrailingStopOrders *TrailingStopOrders   `protobuf:"bytes,3,opt,name=trailing_stop_orders,json=trailingStopOrders,proto3" json:"trailing_stop_orders,omitempty"`
	// contains filtered or unexported fields
}

func (*StopOrders) Descriptor deprecated added in v0.72.0

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

Deprecated: Use StopOrders.ProtoReflect.Descriptor instead.

func (*StopOrders) GetPricedStopOrders added in v0.72.0

func (x *StopOrders) GetPricedStopOrders() *PricedStopOrders

func (*StopOrders) GetStopOrders added in v0.72.0

func (x *StopOrders) GetStopOrders() []*v12.StopOrderEvent

func (*StopOrders) GetTrailingStopOrders added in v0.72.0

func (x *StopOrders) GetTrailingStopOrders() *TrailingStopOrders

func (*StopOrders) ProtoMessage added in v0.72.0

func (*StopOrders) ProtoMessage()

func (*StopOrders) ProtoReflect added in v0.72.0

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

func (*StopOrders) Reset added in v0.72.0

func (x *StopOrders) Reset()

func (*StopOrders) String added in v0.72.0

func (x *StopOrders) String() string

type Successors added in v0.72.0

type Successors struct {
	ParentMarket     string   `protobuf:"bytes,1,opt,name=parent_market,json=parentMarket,proto3" json:"parent_market,omitempty"`
	SuccessorMarkets []string `protobuf:"bytes,2,rep,name=successor_markets,json=successorMarkets,proto3" json:"successor_markets,omitempty"`
	// contains filtered or unexported fields
}

func (*Successors) Descriptor deprecated added in v0.72.0

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

Deprecated: Use Successors.ProtoReflect.Descriptor instead.

func (*Successors) GetParentMarket added in v0.72.0

func (x *Successors) GetParentMarket() string

func (*Successors) GetSuccessorMarkets added in v0.72.0

func (x *Successors) GetSuccessorMarkets() []string

func (*Successors) ProtoMessage added in v0.72.0

func (*Successors) ProtoMessage()

func (*Successors) ProtoReflect added in v0.72.0

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

func (*Successors) Reset added in v0.72.0

func (x *Successors) Reset()

func (*Successors) String added in v0.72.0

func (x *Successors) String() string

type TWAPData added in v0.74.0

type TWAPData struct {
	Start      int64  `protobuf:"varint,1,opt,name=start,proto3" json:"start,omitempty"`
	End        int64  `protobuf:"varint,2,opt,name=end,proto3" json:"end,omitempty"`
	SumProduct string `protobuf:"bytes,3,opt,name=sum_product,json=sumProduct,proto3" json:"sum_product,omitempty"`
	// contains filtered or unexported fields
}

func (*TWAPData) Descriptor deprecated added in v0.74.0

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

Deprecated: Use TWAPData.ProtoReflect.Descriptor instead.

func (*TWAPData) GetEnd added in v0.74.0

func (x *TWAPData) GetEnd() int64

func (*TWAPData) GetStart added in v0.74.0

func (x *TWAPData) GetStart() int64

func (*TWAPData) GetSumProduct added in v0.74.0

func (x *TWAPData) GetSumProduct() string

func (*TWAPData) ProtoMessage added in v0.74.0

func (*TWAPData) ProtoMessage()

func (*TWAPData) ProtoReflect added in v0.74.0

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

func (*TWAPData) Reset added in v0.74.0

func (x *TWAPData) Reset()

func (*TWAPData) String added in v0.74.0

func (x *TWAPData) String() string

type Team added in v0.73.0

type Team struct {
	Id        string        `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Referrer  *Membership   `protobuf:"bytes,2,opt,name=referrer,proto3" json:"referrer,omitempty"`
	Referees  []*Membership `protobuf:"bytes,3,rep,name=referees,proto3" json:"referees,omitempty"`
	Name      string        `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	TeamUrl   string        `protobuf:"bytes,5,opt,name=team_url,json=teamUrl,proto3" json:"team_url,omitempty"`
	AvatarUrl string        `protobuf:"bytes,6,opt,name=avatar_url,json=avatarUrl,proto3" json:"avatar_url,omitempty"`
	CreatedAt int64         `protobuf:"varint,7,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	Closed    bool          `protobuf:"varint,8,opt,name=closed,proto3" json:"closed,omitempty"`
	AllowList []string      `protobuf:"bytes,9,rep,name=allow_list,json=allowList,proto3" json:"allow_list,omitempty"`
	// contains filtered or unexported fields
}

func (*Team) Descriptor deprecated added in v0.73.0

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

Deprecated: Use Team.ProtoReflect.Descriptor instead.

func (*Team) GetAllowList added in v0.74.0

func (x *Team) GetAllowList() []string

func (*Team) GetAvatarUrl added in v0.73.0

func (x *Team) GetAvatarUrl() string

func (*Team) GetClosed added in v0.73.0

func (x *Team) GetClosed() bool

func (*Team) GetCreatedAt added in v0.73.0

func (x *Team) GetCreatedAt() int64

func (*Team) GetId added in v0.73.0

func (x *Team) GetId() string

func (*Team) GetName added in v0.73.0

func (x *Team) GetName() string

func (*Team) GetReferees added in v0.73.0

func (x *Team) GetReferees() []*Membership

func (*Team) GetReferrer added in v0.73.0

func (x *Team) GetReferrer() *Membership

func (*Team) GetTeamUrl added in v0.73.0

func (x *Team) GetTeamUrl() string

func (*Team) ProtoMessage added in v0.73.0

func (*Team) ProtoMessage()

func (*Team) ProtoReflect added in v0.73.0

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

func (*Team) Reset added in v0.73.0

func (x *Team) Reset()

func (*Team) String added in v0.73.0

func (x *Team) String() string

type TeamSwitch added in v0.73.0

type TeamSwitch struct {
	FromTeamId string `protobuf:"bytes,1,opt,name=from_team_id,json=fromTeamId,proto3" json:"from_team_id,omitempty"`
	ToTeamId   string `protobuf:"bytes,2,opt,name=to_team_id,json=toTeamId,proto3" json:"to_team_id,omitempty"`
	PartyId    string `protobuf:"bytes,3,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"`
	// contains filtered or unexported fields
}

func (*TeamSwitch) Descriptor deprecated added in v0.73.0

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

Deprecated: Use TeamSwitch.ProtoReflect.Descriptor instead.

func (*TeamSwitch) GetFromTeamId added in v0.73.0

func (x *TeamSwitch) GetFromTeamId() string

func (*TeamSwitch) GetPartyId added in v0.73.0

func (x *TeamSwitch) GetPartyId() string

func (*TeamSwitch) GetToTeamId added in v0.73.0

func (x *TeamSwitch) GetToTeamId() string

func (*TeamSwitch) ProtoMessage added in v0.73.0

func (*TeamSwitch) ProtoMessage()

func (*TeamSwitch) ProtoReflect added in v0.73.0

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

func (*TeamSwitch) Reset added in v0.73.0

func (x *TeamSwitch) Reset()

func (*TeamSwitch) String added in v0.73.0

func (x *TeamSwitch) String() string

type TeamSwitches added in v0.73.0

type TeamSwitches struct {
	TeamSwitches []*TeamSwitch `protobuf:"bytes,1,rep,name=team_switches,json=teamSwitches,proto3" json:"team_switches,omitempty"`
	// contains filtered or unexported fields
}

func (*TeamSwitches) Descriptor deprecated added in v0.73.0

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

Deprecated: Use TeamSwitches.ProtoReflect.Descriptor instead.

func (*TeamSwitches) GetTeamSwitches added in v0.73.0

func (x *TeamSwitches) GetTeamSwitches() []*TeamSwitch

func (*TeamSwitches) ProtoMessage added in v0.73.0

func (*TeamSwitches) ProtoMessage()

func (*TeamSwitches) ProtoReflect added in v0.73.0

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

func (*TeamSwitches) Reset added in v0.73.0

func (x *TeamSwitches) Reset()

func (*TeamSwitches) String added in v0.73.0

func (x *TeamSwitches) String() string

type Teams added in v0.73.0

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

func (*Teams) Descriptor deprecated added in v0.73.0

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

Deprecated: Use Teams.ProtoReflect.Descriptor instead.

func (*Teams) GetTeams added in v0.73.0

func (x *Teams) GetTeams() []*Team

func (*Teams) ProtoMessage added in v0.73.0

func (*Teams) ProtoMessage()

func (*Teams) ProtoReflect added in v0.73.0

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

func (*Teams) Reset added in v0.73.0

func (x *Teams) Reset()

func (*Teams) String added in v0.73.0

func (x *Teams) String() string

type TimePrice

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

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

Deprecated: Use TimePrice.ProtoReflect.Descriptor instead.

func (*TimePrice) GetPrice

func (x *TimePrice) GetPrice() string

func (*TimePrice) GetTime

func (x *TimePrice) GetTime() int64

func (*TimePrice) ProtoMessage

func (*TimePrice) ProtoMessage()

func (*TimePrice) ProtoReflect

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

func (*TimePrice) Reset

func (x *TimePrice) Reset()

func (*TimePrice) String

func (x *TimePrice) String() string

type TimestampedOpenInterest

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

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

Deprecated: Use TimestampedOpenInterest.ProtoReflect.Descriptor instead.

func (*TimestampedOpenInterest) GetOpenInterest

func (x *TimestampedOpenInterest) GetOpenInterest() uint64

func (*TimestampedOpenInterest) GetTime

func (x *TimestampedOpenInterest) GetTime() int64

func (*TimestampedOpenInterest) ProtoMessage

func (*TimestampedOpenInterest) ProtoMessage()

func (*TimestampedOpenInterest) ProtoReflect

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

func (*TimestampedOpenInterest) Reset

func (x *TimestampedOpenInterest) Reset()

func (*TimestampedOpenInterest) String

func (x *TimestampedOpenInterest) String() string

type TimestampedTotalStake added in v0.72.0

type TimestampedTotalStake struct {
	TotalStake uint64 `protobuf:"varint,1,opt,name=total_stake,json=totalStake,proto3" json:"total_stake,omitempty"`
	Time       int64  `protobuf:"varint,2,opt,name=time,proto3" json:"time,omitempty"`
	// contains filtered or unexported fields
}

func (*TimestampedTotalStake) Descriptor deprecated added in v0.72.0

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

Deprecated: Use TimestampedTotalStake.ProtoReflect.Descriptor instead.

func (*TimestampedTotalStake) GetTime added in v0.72.0

func (x *TimestampedTotalStake) GetTime() int64

func (*TimestampedTotalStake) GetTotalStake added in v0.72.0

func (x *TimestampedTotalStake) GetTotalStake() uint64

func (*TimestampedTotalStake) ProtoMessage added in v0.72.0

func (*TimestampedTotalStake) ProtoMessage()

func (*TimestampedTotalStake) ProtoReflect added in v0.72.0

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

func (*TimestampedTotalStake) Reset added in v0.72.0

func (x *TimestampedTotalStake) Reset()

func (*TimestampedTotalStake) String added in v0.72.0

func (x *TimestampedTotalStake) String() string

type ToplogySignatures added in v0.55.0

type ToplogySignatures struct {
	PendingSignatures []*PendingERC20MultisigControlSignature `protobuf:"bytes,1,rep,name=pending_signatures,json=pendingSignatures,proto3" json:"pending_signatures,omitempty"`
	IssuedSignatures  []*IssuedERC20MultisigControlSignature  `protobuf:"bytes,2,rep,name=issued_signatures,json=issuedSignatures,proto3" json:"issued_signatures,omitempty"`
	// contains filtered or unexported fields
}

func (*ToplogySignatures) Descriptor deprecated added in v0.55.0

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

Deprecated: Use ToplogySignatures.ProtoReflect.Descriptor instead.

func (*ToplogySignatures) GetIssuedSignatures added in v0.55.0

func (x *ToplogySignatures) GetIssuedSignatures() []*IssuedERC20MultisigControlSignature

func (*ToplogySignatures) GetPendingSignatures added in v0.55.0

func (x *ToplogySignatures) GetPendingSignatures() []*PendingERC20MultisigControlSignature

func (*ToplogySignatures) ProtoMessage added in v0.55.0

func (*ToplogySignatures) ProtoMessage()

func (*ToplogySignatures) ProtoReflect added in v0.55.0

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

func (*ToplogySignatures) Reset added in v0.55.0

func (x *ToplogySignatures) Reset()

func (*ToplogySignatures) String added in v0.55.0

func (x *ToplogySignatures) String() string

type Topology

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 */
	Signatures                   *ToplogySignatures            `protobuf:"bytes,6,opt,name=signatures,proto3" json:"signatures,omitempty"`
	UnsolvedEthereumKeyRotations []*PendingEthereumKeyRotation `` /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Topology) Descriptor deprecated

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

Deprecated: Use Topology.ProtoReflect.Descriptor instead.

func (*Topology) GetChainKeys

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

func (*Topology) GetPendingEthereumKeyRotations

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

func (*Topology) GetPendingPubKeyRotations

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

func (*Topology) GetSignatures added in v0.55.0

func (x *Topology) GetSignatures() *ToplogySignatures

func (*Topology) GetUnsolvedEthereumKeyRotations added in v0.58.0

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

func (*Topology) GetValidatorData

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

func (*Topology) GetValidatorPerformance

func (x *Topology) GetValidatorPerformance() *ValidatorPerformance

func (*Topology) ProtoMessage

func (*Topology) ProtoMessage()

func (*Topology) ProtoReflect

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

func (*Topology) Reset

func (x *Topology) Reset()

func (*Topology) String

func (x *Topology) String() string

type TrailingStopOrders added in v0.72.0

type TrailingStopOrders struct {
	LastSeenPrice string            `protobuf:"bytes,1,opt,name=last_seen_price,json=lastSeenPrice,proto3" json:"last_seen_price,omitempty"`
	FallsBellow   []*OffsetsAtPrice `protobuf:"bytes,2,rep,name=falls_bellow,json=fallsBellow,proto3" json:"falls_bellow,omitempty"`
	RisesAbove    []*OffsetsAtPrice `protobuf:"bytes,3,rep,name=rises_above,json=risesAbove,proto3" json:"rises_above,omitempty"`
	// contains filtered or unexported fields
}

func (*TrailingStopOrders) Descriptor deprecated added in v0.72.0

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

Deprecated: Use TrailingStopOrders.ProtoReflect.Descriptor instead.

func (*TrailingStopOrders) GetFallsBellow added in v0.72.0

func (x *TrailingStopOrders) GetFallsBellow() []*OffsetsAtPrice

func (*TrailingStopOrders) GetLastSeenPrice added in v0.72.0

func (x *TrailingStopOrders) GetLastSeenPrice() string

func (*TrailingStopOrders) GetRisesAbove added in v0.72.0

func (x *TrailingStopOrders) GetRisesAbove() []*OffsetsAtPrice

func (*TrailingStopOrders) ProtoMessage added in v0.72.0

func (*TrailingStopOrders) ProtoMessage()

func (*TrailingStopOrders) ProtoReflect added in v0.72.0

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

func (*TrailingStopOrders) Reset added in v0.72.0

func (x *TrailingStopOrders) Reset()

func (*TrailingStopOrders) String added in v0.72.0

func (x *TrailingStopOrders) String() string

type TransactionsAtHeight

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

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

Deprecated: Use TransactionsAtHeight.ProtoReflect.Descriptor instead.

func (*TransactionsAtHeight) GetHeight

func (x *TransactionsAtHeight) GetHeight() uint64

func (*TransactionsAtHeight) GetTransactions

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

func (*TransactionsAtHeight) ProtoMessage

func (*TransactionsAtHeight) ProtoMessage()

func (*TransactionsAtHeight) ProtoReflect

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

func (*TransactionsAtHeight) Reset

func (x *TransactionsAtHeight) Reset()

func (*TransactionsAtHeight) String

func (x *TransactionsAtHeight) String() string

type TxRef

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

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

Deprecated: Use TxRef.ProtoReflect.Descriptor instead.

func (*TxRef) GetAsset

func (x *TxRef) GetAsset() string

func (*TxRef) GetBlockNr

func (x *TxRef) GetBlockNr() uint64

func (*TxRef) GetHash

func (x *TxRef) GetHash() string

func (*TxRef) GetLogIndex

func (x *TxRef) GetLogIndex() uint64

func (*TxRef) ProtoMessage

func (*TxRef) ProtoMessage()

func (*TxRef) ProtoReflect

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

func (*TxRef) Reset

func (x *TxRef) Reset()

func (*TxRef) String

func (x *TxRef) String() string

type ValidatorPerformance

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

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

Deprecated: Use ValidatorPerformance.ProtoReflect.Descriptor instead.

func (*ValidatorPerformance) GetValidatorPerfStats

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

func (*ValidatorPerformance) ProtoMessage

func (*ValidatorPerformance) ProtoMessage()

func (*ValidatorPerformance) ProtoReflect

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

func (*ValidatorPerformance) Reset

func (x *ValidatorPerformance) Reset()

func (*ValidatorPerformance) String

func (x *ValidatorPerformance) String() string

type ValidatorState

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

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

Deprecated: Use ValidatorState.ProtoReflect.Descriptor instead.

func (*ValidatorState) GetBlockAdded

func (x *ValidatorState) GetBlockAdded() uint64

func (*ValidatorState) GetEthEventsForwarded

func (x *ValidatorState) GetEthEventsForwarded() uint64

func (*ValidatorState) GetHeartbeatTracker

func (x *ValidatorState) GetHeartbeatTracker() *HeartbeatTracker

func (*ValidatorState) GetLastBlockWithPositiveRanking

func (x *ValidatorState) GetLastBlockWithPositiveRanking() uint64

func (*ValidatorState) GetRankingScore

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

func (*ValidatorState) GetStatus

func (x *ValidatorState) GetStatus() int32

func (*ValidatorState) GetStatusChangeBlock

func (x *ValidatorState) GetStatusChangeBlock() uint64

func (*ValidatorState) GetValidatorPower

func (x *ValidatorState) GetValidatorPower() int64

func (*ValidatorState) GetValidatorUpdate

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

func (*ValidatorState) ProtoMessage

func (*ValidatorState) ProtoMessage()

func (*ValidatorState) ProtoReflect

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

func (*ValidatorState) Reset

func (x *ValidatorState) Reset()

func (*ValidatorState) String

func (x *ValidatorState) String() string

type Vesting added in v0.73.0

type Vesting struct {
	PartiesReward []*PartyReward `protobuf:"bytes,1,rep,name=parties_reward,json=partiesReward,proto3" json:"parties_reward,omitempty"`
	// contains filtered or unexported fields
}

func (*Vesting) Descriptor deprecated added in v0.73.0

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

Deprecated: Use Vesting.ProtoReflect.Descriptor instead.

func (*Vesting) GetPartiesReward added in v0.73.0

func (x *Vesting) GetPartiesReward() []*PartyReward

func (*Vesting) ProtoMessage added in v0.73.0

func (*Vesting) ProtoMessage()

func (*Vesting) ProtoReflect added in v0.73.0

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

func (*Vesting) Reset added in v0.73.0

func (x *Vesting) Reset()

func (*Vesting) String added in v0.73.0

func (x *Vesting) String() string

type VolumeDiscountProgram added in v0.73.0

type VolumeDiscountProgram struct {
	Parties            []string                    `protobuf:"bytes,1,rep,name=parties,proto3" json:"parties,omitempty"`
	EpochPartyVolumes  []*EpochPartyVolumes        `protobuf:"bytes,2,rep,name=epoch_party_volumes,json=epochPartyVolumes,proto3" json:"epoch_party_volumes,omitempty"`
	EpochDataIndex     uint64                      `protobuf:"varint,3,opt,name=epoch_data_index,json=epochDataIndex,proto3" json:"epoch_data_index,omitempty"`
	AveragePartyVolume []*PartyVolume              `protobuf:"bytes,4,rep,name=average_party_volume,json=averagePartyVolume,proto3" json:"average_party_volume,omitempty"`
	CurrentProgram     *vega.VolumeDiscountProgram `protobuf:"bytes,5,opt,name=current_program,json=currentProgram,proto3" json:"current_program,omitempty"`
	NewProgram         *vega.VolumeDiscountProgram `protobuf:"bytes,6,opt,name=new_program,json=newProgram,proto3" json:"new_program,omitempty"`
	FactorsByParty     []*VolumeDiscountStats      `protobuf:"bytes,7,rep,name=factors_by_party,json=factorsByParty,proto3" json:"factors_by_party,omitempty"`
	LastProgramVersion uint64                      `protobuf:"varint,8,opt,name=last_program_version,json=lastProgramVersion,proto3" json:"last_program_version,omitempty"`
	ProgramHasEnded    bool                        `protobuf:"varint,9,opt,name=program_has_ended,json=programHasEnded,proto3" json:"program_has_ended,omitempty"`
	// contains filtered or unexported fields
}

func (*VolumeDiscountProgram) Descriptor deprecated added in v0.73.0

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

Deprecated: Use VolumeDiscountProgram.ProtoReflect.Descriptor instead.

func (*VolumeDiscountProgram) GetAveragePartyVolume added in v0.73.0

func (x *VolumeDiscountProgram) GetAveragePartyVolume() []*PartyVolume

func (*VolumeDiscountProgram) GetCurrentProgram added in v0.73.0

func (x *VolumeDiscountProgram) GetCurrentProgram() *vega.VolumeDiscountProgram

func (*VolumeDiscountProgram) GetEpochDataIndex added in v0.73.0

func (x *VolumeDiscountProgram) GetEpochDataIndex() uint64

func (*VolumeDiscountProgram) GetEpochPartyVolumes added in v0.73.0

func (x *VolumeDiscountProgram) GetEpochPartyVolumes() []*EpochPartyVolumes

func (*VolumeDiscountProgram) GetFactorsByParty added in v0.73.0

func (x *VolumeDiscountProgram) GetFactorsByParty() []*VolumeDiscountStats

func (*VolumeDiscountProgram) GetLastProgramVersion added in v0.73.0

func (x *VolumeDiscountProgram) GetLastProgramVersion() uint64

func (*VolumeDiscountProgram) GetNewProgram added in v0.73.0

func (x *VolumeDiscountProgram) GetNewProgram() *vega.VolumeDiscountProgram

func (*VolumeDiscountProgram) GetParties added in v0.73.0

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

func (*VolumeDiscountProgram) GetProgramHasEnded added in v0.73.0

func (x *VolumeDiscountProgram) GetProgramHasEnded() bool

func (*VolumeDiscountProgram) ProtoMessage added in v0.73.0

func (*VolumeDiscountProgram) ProtoMessage()

func (*VolumeDiscountProgram) ProtoReflect added in v0.73.0

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

func (*VolumeDiscountProgram) Reset added in v0.73.0

func (x *VolumeDiscountProgram) Reset()

func (*VolumeDiscountProgram) String added in v0.73.0

func (x *VolumeDiscountProgram) String() string

type VolumeDiscountStats added in v0.73.0

type VolumeDiscountStats struct {
	Party          string `protobuf:"bytes,1,opt,name=party,proto3" json:"party,omitempty"`
	DiscountFactor string `protobuf:"bytes,2,opt,name=discount_factor,json=discountFactor,proto3" json:"discount_factor,omitempty"`
	// contains filtered or unexported fields
}

func (*VolumeDiscountStats) Descriptor deprecated added in v0.73.0

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

Deprecated: Use VolumeDiscountStats.ProtoReflect.Descriptor instead.

func (*VolumeDiscountStats) GetDiscountFactor added in v0.73.0

func (x *VolumeDiscountStats) GetDiscountFactor() string

func (*VolumeDiscountStats) GetParty added in v0.73.0

func (x *VolumeDiscountStats) GetParty() string

func (*VolumeDiscountStats) ProtoMessage added in v0.73.0

func (*VolumeDiscountStats) ProtoMessage()

func (*VolumeDiscountStats) ProtoReflect added in v0.73.0

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

func (*VolumeDiscountStats) Reset added in v0.73.0

func (x *VolumeDiscountStats) Reset()

func (*VolumeDiscountStats) String added in v0.73.0

func (x *VolumeDiscountStats) String() string

type VoteSpamPolicy

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

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

Deprecated: Use VoteSpamPolicy.ProtoReflect.Descriptor instead.

func (*VoteSpamPolicy) GetBannedParties

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

func (*VoteSpamPolicy) GetCurrentBlockIndex

func (x *VoteSpamPolicy) GetCurrentBlockIndex() uint64

func (*VoteSpamPolicy) GetCurrentEpochSeq

func (x *VoteSpamPolicy) GetCurrentEpochSeq() uint64

func (*VoteSpamPolicy) GetLastIncreaseBlock

func (x *VoteSpamPolicy) GetLastIncreaseBlock() uint64

func (*VoteSpamPolicy) GetMinVotingTokensFactor

func (x *VoteSpamPolicy) GetMinVotingTokensFactor() string

func (*VoteSpamPolicy) GetPartyToVote

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

func (*VoteSpamPolicy) GetRecentBlocksRejectStats

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

func (*VoteSpamPolicy) GetTokenBalance

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

func (*VoteSpamPolicy) ProtoMessage

func (*VoteSpamPolicy) ProtoMessage()

func (*VoteSpamPolicy) ProtoReflect

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

func (*VoteSpamPolicy) Reset

func (x *VoteSpamPolicy) Reset()

func (*VoteSpamPolicy) String

func (x *VoteSpamPolicy) String() string

type Withdrawal

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

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

Deprecated: Use Withdrawal.ProtoReflect.Descriptor instead.

func (*Withdrawal) GetRef

func (x *Withdrawal) GetRef() string

func (*Withdrawal) GetWithdrawal

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

func (*Withdrawal) ProtoMessage

func (*Withdrawal) ProtoMessage()

func (*Withdrawal) ProtoReflect

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

func (*Withdrawal) Reset

func (x *Withdrawal) Reset()

func (*Withdrawal) String

func (x *Withdrawal) String() string

type Witness

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

func (*Witness) Descriptor deprecated

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

Deprecated: Use Witness.ProtoReflect.Descriptor instead.

func (*Witness) GetResources

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

func (*Witness) ProtoMessage

func (*Witness) ProtoMessage()

func (*Witness) ProtoReflect

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

func (*Witness) Reset

func (x *Witness) Reset()

func (*Witness) String

func (x *Witness) String() string

Jump to

Keyboard shortcuts

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