Documentation ¶
Overview ¶
Package v2 is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Index ¶
- Variables
- func RegisterTradingDataServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterTradingDataServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client TradingDataServiceClient) error
- func RegisterTradingDataServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterTradingDataServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server TradingDataServiceServer) error
- func RegisterTradingDataServiceServer(s grpc.ServiceRegistrar, srv TradingDataServiceServer)
- type AccountBalance
- func (*AccountBalance) Descriptor() ([]byte, []int)deprecated
- func (x *AccountBalance) GetAsset() string
- func (x *AccountBalance) GetBalance() string
- func (x *AccountBalance) GetMarketId() string
- func (x *AccountBalance) GetOwner() string
- func (x *AccountBalance) GetType() vega.AccountType
- func (*AccountBalance) ProtoMessage()
- func (x *AccountBalance) ProtoReflect() protoreflect.Message
- func (x *AccountBalance) Reset()
- func (x *AccountBalance) String() string
- type AccountEdge
- func (*AccountEdge) Descriptor() ([]byte, []int)deprecated
- func (x *AccountEdge) GetCursor() string
- func (x *AccountEdge) GetNode() *AccountBalance
- func (*AccountEdge) ProtoMessage()
- func (x *AccountEdge) ProtoReflect() protoreflect.Message
- func (x *AccountEdge) Reset()
- func (x *AccountEdge) String() string
- type AccountField
- func (AccountField) Descriptor() protoreflect.EnumDescriptor
- func (x AccountField) Enum() *AccountField
- func (AccountField) EnumDescriptor() ([]byte, []int)deprecated
- func (x AccountField) Number() protoreflect.EnumNumber
- func (x AccountField) String() string
- func (AccountField) Type() protoreflect.EnumType
- type AccountFilter
- func (*AccountFilter) Descriptor() ([]byte, []int)deprecated
- func (x *AccountFilter) GetAccountTypes() []vega.AccountType
- func (x *AccountFilter) GetAssetId() string
- func (x *AccountFilter) GetMarketIds() []string
- func (x *AccountFilter) GetPartyIds() []string
- func (*AccountFilter) ProtoMessage()
- func (x *AccountFilter) ProtoReflect() protoreflect.Message
- func (x *AccountFilter) Reset()
- func (x *AccountFilter) String() string
- type AccountSnapshotPage
- func (*AccountSnapshotPage) Descriptor() ([]byte, []int)deprecated
- func (x *AccountSnapshotPage) GetAccounts() []*AccountBalance
- func (x *AccountSnapshotPage) GetLastPage() bool
- func (*AccountSnapshotPage) ProtoMessage()
- func (x *AccountSnapshotPage) ProtoReflect() protoreflect.Message
- func (x *AccountSnapshotPage) Reset()
- func (x *AccountSnapshotPage) String() string
- type AccountUpdates
- type AccountsConnection
- func (*AccountsConnection) Descriptor() ([]byte, []int)deprecated
- func (x *AccountsConnection) GetEdges() []*AccountEdge
- func (x *AccountsConnection) GetPageInfo() *PageInfo
- func (*AccountsConnection) ProtoMessage()
- func (x *AccountsConnection) ProtoReflect() protoreflect.Message
- func (x *AccountsConnection) Reset()
- func (x *AccountsConnection) String() string
- type AggregatedBalance
- func (*AggregatedBalance) Descriptor() ([]byte, []int)deprecated
- func (x *AggregatedBalance) GetAccountType() vega.AccountType
- func (x *AggregatedBalance) GetAssetId() string
- func (x *AggregatedBalance) GetBalance() string
- func (x *AggregatedBalance) GetMarketId() string
- func (x *AggregatedBalance) GetPartyId() string
- func (x *AggregatedBalance) GetTimestamp() int64
- func (*AggregatedBalance) ProtoMessage()
- func (x *AggregatedBalance) ProtoReflect() protoreflect.Message
- func (x *AggregatedBalance) Reset()
- func (x *AggregatedBalance) String() string
- type AggregatedBalanceConnection
- func (*AggregatedBalanceConnection) Descriptor() ([]byte, []int)deprecated
- func (x *AggregatedBalanceConnection) GetEdges() []*AggregatedBalanceEdge
- func (x *AggregatedBalanceConnection) GetPageInfo() *PageInfo
- func (*AggregatedBalanceConnection) ProtoMessage()
- func (x *AggregatedBalanceConnection) ProtoReflect() protoreflect.Message
- func (x *AggregatedBalanceConnection) Reset()
- func (x *AggregatedBalanceConnection) String() string
- type AggregatedBalanceEdge
- func (*AggregatedBalanceEdge) Descriptor() ([]byte, []int)deprecated
- func (x *AggregatedBalanceEdge) GetCursor() string
- func (x *AggregatedBalanceEdge) GetNode() *AggregatedBalance
- func (*AggregatedBalanceEdge) ProtoMessage()
- func (x *AggregatedBalanceEdge) ProtoReflect() protoreflect.Message
- func (x *AggregatedBalanceEdge) Reset()
- func (x *AggregatedBalanceEdge) String() string
- type AggregatedLedgerEntriesConnection
- func (*AggregatedLedgerEntriesConnection) Descriptor() ([]byte, []int)deprecated
- func (x *AggregatedLedgerEntriesConnection) GetEdges() []*AggregatedLedgerEntriesEdge
- func (x *AggregatedLedgerEntriesConnection) GetPageInfo() *PageInfo
- func (*AggregatedLedgerEntriesConnection) ProtoMessage()
- func (x *AggregatedLedgerEntriesConnection) ProtoReflect() protoreflect.Message
- func (x *AggregatedLedgerEntriesConnection) Reset()
- func (x *AggregatedLedgerEntriesConnection) String() string
- type AggregatedLedgerEntriesEdge
- func (*AggregatedLedgerEntriesEdge) Descriptor() ([]byte, []int)deprecated
- func (x *AggregatedLedgerEntriesEdge) GetCursor() string
- func (x *AggregatedLedgerEntriesEdge) GetNode() *AggregatedLedgerEntry
- func (*AggregatedLedgerEntriesEdge) ProtoMessage()
- func (x *AggregatedLedgerEntriesEdge) ProtoReflect() protoreflect.Message
- func (x *AggregatedLedgerEntriesEdge) Reset()
- func (x *AggregatedLedgerEntriesEdge) String() string
- type AggregatedLedgerEntry
- func (*AggregatedLedgerEntry) Descriptor() ([]byte, []int)deprecated
- func (x *AggregatedLedgerEntry) GetAssetId() string
- func (x *AggregatedLedgerEntry) GetFromAccountBalance() string
- func (x *AggregatedLedgerEntry) GetFromAccountMarketId() string
- func (x *AggregatedLedgerEntry) GetFromAccountPartyId() string
- func (x *AggregatedLedgerEntry) GetFromAccountType() vega.AccountType
- func (x *AggregatedLedgerEntry) GetQuantity() string
- func (x *AggregatedLedgerEntry) GetTimestamp() int64
- func (x *AggregatedLedgerEntry) GetToAccountBalance() string
- func (x *AggregatedLedgerEntry) GetToAccountMarketId() string
- func (x *AggregatedLedgerEntry) GetToAccountPartyId() string
- func (x *AggregatedLedgerEntry) GetToAccountType() vega.AccountType
- func (x *AggregatedLedgerEntry) GetTransferType() vega.TransferType
- func (*AggregatedLedgerEntry) ProtoMessage()
- func (x *AggregatedLedgerEntry) ProtoReflect() protoreflect.Message
- func (x *AggregatedLedgerEntry) Reset()
- func (x *AggregatedLedgerEntry) String() string
- type AssetEdge
- type AssetsConnection
- func (*AssetsConnection) Descriptor() ([]byte, []int)deprecated
- func (x *AssetsConnection) GetEdges() []*AssetEdge
- func (x *AssetsConnection) GetPageInfo() *PageInfo
- func (*AssetsConnection) ProtoMessage()
- func (x *AssetsConnection) ProtoReflect() protoreflect.Message
- func (x *AssetsConnection) Reset()
- func (x *AssetsConnection) String() string
- type Candle
- func (*Candle) Descriptor() ([]byte, []int)deprecated
- func (x *Candle) GetClose() string
- func (x *Candle) GetHigh() string
- func (x *Candle) GetLastUpdate() int64
- func (x *Candle) GetLow() string
- func (x *Candle) GetNotional() uint64
- func (x *Candle) GetOpen() string
- func (x *Candle) GetStart() int64
- func (x *Candle) GetVolume() uint64
- func (*Candle) ProtoMessage()
- func (x *Candle) ProtoReflect() protoreflect.Message
- func (x *Candle) Reset()
- func (x *Candle) String() string
- type CandleDataConnection
- func (*CandleDataConnection) Descriptor() ([]byte, []int)deprecated
- func (x *CandleDataConnection) GetEdges() []*CandleEdge
- func (x *CandleDataConnection) GetPageInfo() *PageInfo
- func (*CandleDataConnection) ProtoMessage()
- func (x *CandleDataConnection) ProtoReflect() protoreflect.Message
- func (x *CandleDataConnection) Reset()
- func (x *CandleDataConnection) String() string
- type CandleEdge
- type Checkpoint
- func (*Checkpoint) Descriptor() ([]byte, []int)deprecated
- func (x *Checkpoint) GetAtBlock() uint64
- func (x *Checkpoint) GetBlockHash() string
- func (x *Checkpoint) GetHash() string
- func (*Checkpoint) ProtoMessage()
- func (x *Checkpoint) ProtoReflect() protoreflect.Message
- func (x *Checkpoint) Reset()
- func (x *Checkpoint) String() string
- type CheckpointEdge
- func (*CheckpointEdge) Descriptor() ([]byte, []int)deprecated
- func (x *CheckpointEdge) GetCursor() string
- func (x *CheckpointEdge) GetNode() *Checkpoint
- func (*CheckpointEdge) ProtoMessage()
- func (x *CheckpointEdge) ProtoReflect() protoreflect.Message
- func (x *CheckpointEdge) Reset()
- func (x *CheckpointEdge) String() string
- type CheckpointsConnection
- func (*CheckpointsConnection) Descriptor() ([]byte, []int)deprecated
- func (x *CheckpointsConnection) GetEdges() []*CheckpointEdge
- func (x *CheckpointsConnection) GetPageInfo() *PageInfo
- func (*CheckpointsConnection) ProtoMessage()
- func (x *CheckpointsConnection) ProtoReflect() protoreflect.Message
- func (x *CheckpointsConnection) Reset()
- func (x *CheckpointsConnection) String() string
- type CoreSnapshotConnection
- func (*CoreSnapshotConnection) Descriptor() ([]byte, []int)deprecated
- func (x *CoreSnapshotConnection) GetEdges() []*CoreSnapshotEdge
- func (x *CoreSnapshotConnection) GetPageInfo() *PageInfo
- func (*CoreSnapshotConnection) ProtoMessage()
- func (x *CoreSnapshotConnection) ProtoReflect() protoreflect.Message
- func (x *CoreSnapshotConnection) Reset()
- func (x *CoreSnapshotConnection) String() string
- type CoreSnapshotEdge
- func (*CoreSnapshotEdge) Descriptor() ([]byte, []int)deprecated
- func (x *CoreSnapshotEdge) GetCursor() string
- func (x *CoreSnapshotEdge) GetNode() *v1.CoreSnapshotData
- func (*CoreSnapshotEdge) ProtoMessage()
- func (x *CoreSnapshotEdge) ProtoReflect() protoreflect.Message
- func (x *CoreSnapshotEdge) Reset()
- func (x *CoreSnapshotEdge) String() string
- type DateRange
- type DelegationEdge
- func (*DelegationEdge) Descriptor() ([]byte, []int)deprecated
- func (x *DelegationEdge) GetCursor() string
- func (x *DelegationEdge) GetNode() *vega.Delegation
- func (*DelegationEdge) ProtoMessage()
- func (x *DelegationEdge) ProtoReflect() protoreflect.Message
- func (x *DelegationEdge) Reset()
- func (x *DelegationEdge) String() string
- type DelegationsConnection
- func (*DelegationsConnection) Descriptor() ([]byte, []int)deprecated
- func (x *DelegationsConnection) GetEdges() []*DelegationEdge
- func (x *DelegationsConnection) GetPageInfo() *PageInfo
- func (*DelegationsConnection) ProtoMessage()
- func (x *DelegationsConnection) ProtoReflect() protoreflect.Message
- func (x *DelegationsConnection) Reset()
- func (x *DelegationsConnection) String() string
- type DepositEdge
- func (*DepositEdge) Descriptor() ([]byte, []int)deprecated
- func (x *DepositEdge) GetCursor() string
- func (x *DepositEdge) GetNode() *vega.Deposit
- func (*DepositEdge) ProtoMessage()
- func (x *DepositEdge) ProtoReflect() protoreflect.Message
- func (x *DepositEdge) Reset()
- func (x *DepositEdge) String() string
- type DepositsConnection
- func (*DepositsConnection) Descriptor() ([]byte, []int)deprecated
- func (x *DepositsConnection) GetEdges() []*DepositEdge
- func (x *DepositsConnection) GetPageInfo() *PageInfo
- func (*DepositsConnection) ProtoMessage()
- func (x *DepositsConnection) ProtoReflect() protoreflect.Message
- func (x *DepositsConnection) Reset()
- func (x *DepositsConnection) String() string
- type ERC20MultiSigSignerAddedBundle
- func (*ERC20MultiSigSignerAddedBundle) Descriptor() ([]byte, []int)deprecated
- func (x *ERC20MultiSigSignerAddedBundle) GetEpochSeq() string
- func (x *ERC20MultiSigSignerAddedBundle) GetNewSigner() string
- func (x *ERC20MultiSigSignerAddedBundle) GetNonce() string
- func (x *ERC20MultiSigSignerAddedBundle) GetSignatures() string
- func (x *ERC20MultiSigSignerAddedBundle) GetSubmitter() string
- func (x *ERC20MultiSigSignerAddedBundle) GetTimestamp() int64
- func (*ERC20MultiSigSignerAddedBundle) ProtoMessage()
- func (x *ERC20MultiSigSignerAddedBundle) ProtoReflect() protoreflect.Message
- func (x *ERC20MultiSigSignerAddedBundle) Reset()
- func (x *ERC20MultiSigSignerAddedBundle) String() string
- type ERC20MultiSigSignerAddedBundleEdge
- func (*ERC20MultiSigSignerAddedBundleEdge) Descriptor() ([]byte, []int)deprecated
- func (x *ERC20MultiSigSignerAddedBundleEdge) GetCursor() string
- func (x *ERC20MultiSigSignerAddedBundleEdge) GetNode() *ERC20MultiSigSignerAddedBundle
- func (*ERC20MultiSigSignerAddedBundleEdge) ProtoMessage()
- func (x *ERC20MultiSigSignerAddedBundleEdge) ProtoReflect() protoreflect.Message
- func (x *ERC20MultiSigSignerAddedBundleEdge) Reset()
- func (x *ERC20MultiSigSignerAddedBundleEdge) String() string
- type ERC20MultiSigSignerAddedConnection
- func (*ERC20MultiSigSignerAddedConnection) Descriptor() ([]byte, []int)deprecated
- func (x *ERC20MultiSigSignerAddedConnection) GetEdges() []*ERC20MultiSigSignerAddedBundleEdge
- func (x *ERC20MultiSigSignerAddedConnection) GetPageInfo() *PageInfo
- func (*ERC20MultiSigSignerAddedConnection) ProtoMessage()
- func (x *ERC20MultiSigSignerAddedConnection) ProtoReflect() protoreflect.Message
- func (x *ERC20MultiSigSignerAddedConnection) Reset()
- func (x *ERC20MultiSigSignerAddedConnection) String() string
- type ERC20MultiSigSignerAddedEdge
- func (*ERC20MultiSigSignerAddedEdge) Descriptor() ([]byte, []int)deprecated
- func (x *ERC20MultiSigSignerAddedEdge) GetCursor() string
- func (x *ERC20MultiSigSignerAddedEdge) GetNode() *v1.ERC20MultiSigSignerAdded
- func (*ERC20MultiSigSignerAddedEdge) ProtoMessage()
- func (x *ERC20MultiSigSignerAddedEdge) ProtoReflect() protoreflect.Message
- func (x *ERC20MultiSigSignerAddedEdge) Reset()
- func (x *ERC20MultiSigSignerAddedEdge) String() string
- type ERC20MultiSigSignerRemovedBundle
- func (*ERC20MultiSigSignerRemovedBundle) Descriptor() ([]byte, []int)deprecated
- func (x *ERC20MultiSigSignerRemovedBundle) GetEpochSeq() string
- func (x *ERC20MultiSigSignerRemovedBundle) GetNonce() string
- func (x *ERC20MultiSigSignerRemovedBundle) GetOldSigner() string
- func (x *ERC20MultiSigSignerRemovedBundle) GetSignatures() string
- func (x *ERC20MultiSigSignerRemovedBundle) GetSubmitter() string
- func (x *ERC20MultiSigSignerRemovedBundle) GetTimestamp() int64
- func (*ERC20MultiSigSignerRemovedBundle) ProtoMessage()
- func (x *ERC20MultiSigSignerRemovedBundle) ProtoReflect() protoreflect.Message
- func (x *ERC20MultiSigSignerRemovedBundle) Reset()
- func (x *ERC20MultiSigSignerRemovedBundle) String() string
- type ERC20MultiSigSignerRemovedBundleEdge
- func (*ERC20MultiSigSignerRemovedBundleEdge) Descriptor() ([]byte, []int)deprecated
- func (x *ERC20MultiSigSignerRemovedBundleEdge) GetCursor() string
- func (x *ERC20MultiSigSignerRemovedBundleEdge) GetNode() *ERC20MultiSigSignerRemovedBundle
- func (*ERC20MultiSigSignerRemovedBundleEdge) ProtoMessage()
- func (x *ERC20MultiSigSignerRemovedBundleEdge) ProtoReflect() protoreflect.Message
- func (x *ERC20MultiSigSignerRemovedBundleEdge) Reset()
- func (x *ERC20MultiSigSignerRemovedBundleEdge) String() string
- type ERC20MultiSigSignerRemovedConnection
- func (*ERC20MultiSigSignerRemovedConnection) Descriptor() ([]byte, []int)deprecated
- func (x *ERC20MultiSigSignerRemovedConnection) GetEdges() []*ERC20MultiSigSignerRemovedBundleEdge
- func (x *ERC20MultiSigSignerRemovedConnection) GetPageInfo() *PageInfo
- func (*ERC20MultiSigSignerRemovedConnection) ProtoMessage()
- func (x *ERC20MultiSigSignerRemovedConnection) ProtoReflect() protoreflect.Message
- func (x *ERC20MultiSigSignerRemovedConnection) Reset()
- func (x *ERC20MultiSigSignerRemovedConnection) String() string
- type ERC20MultiSigSignerRemovedEdge
- func (*ERC20MultiSigSignerRemovedEdge) Descriptor() ([]byte, []int)deprecated
- func (x *ERC20MultiSigSignerRemovedEdge) GetCursor() string
- func (x *ERC20MultiSigSignerRemovedEdge) GetNode() *v1.ERC20MultiSigSignerRemoved
- func (*ERC20MultiSigSignerRemovedEdge) ProtoMessage()
- func (x *ERC20MultiSigSignerRemovedEdge) ProtoReflect() protoreflect.Message
- func (x *ERC20MultiSigSignerRemovedEdge) Reset()
- func (x *ERC20MultiSigSignerRemovedEdge) String() string
- type EpochRewardSummaryConnection
- func (*EpochRewardSummaryConnection) Descriptor() ([]byte, []int)deprecated
- func (x *EpochRewardSummaryConnection) GetEdges() []*EpochRewardSummaryEdge
- func (x *EpochRewardSummaryConnection) GetPageInfo() *PageInfo
- func (*EpochRewardSummaryConnection) ProtoMessage()
- func (x *EpochRewardSummaryConnection) ProtoReflect() protoreflect.Message
- func (x *EpochRewardSummaryConnection) Reset()
- func (x *EpochRewardSummaryConnection) String() string
- type EpochRewardSummaryEdge
- func (*EpochRewardSummaryEdge) Descriptor() ([]byte, []int)deprecated
- func (x *EpochRewardSummaryEdge) GetCursor() string
- func (x *EpochRewardSummaryEdge) GetNode() *vega.EpochRewardSummary
- func (*EpochRewardSummaryEdge) ProtoMessage()
- func (x *EpochRewardSummaryEdge) ProtoReflect() protoreflect.Message
- func (x *EpochRewardSummaryEdge) Reset()
- func (x *EpochRewardSummaryEdge) String() string
- type EstimateFeeRequest
- func (*EstimateFeeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *EstimateFeeRequest) GetMarketId() string
- func (x *EstimateFeeRequest) GetPrice() string
- func (x *EstimateFeeRequest) GetSize() uint64
- func (*EstimateFeeRequest) ProtoMessage()
- func (x *EstimateFeeRequest) ProtoReflect() protoreflect.Message
- func (x *EstimateFeeRequest) Reset()
- func (x *EstimateFeeRequest) String() string
- type EstimateFeeResponse
- func (*EstimateFeeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *EstimateFeeResponse) GetFee() *vega.Fee
- func (*EstimateFeeResponse) ProtoMessage()
- func (x *EstimateFeeResponse) ProtoReflect() protoreflect.Message
- func (x *EstimateFeeResponse) Reset()
- func (x *EstimateFeeResponse) String() string
- type EstimateMarginRequestdeprecated
- func (*EstimateMarginRequest) Descriptor() ([]byte, []int)deprecated
- func (x *EstimateMarginRequest) GetMarketId() string
- func (x *EstimateMarginRequest) GetPartyId() string
- func (x *EstimateMarginRequest) GetPrice() string
- func (x *EstimateMarginRequest) GetSide() vega.Side
- func (x *EstimateMarginRequest) GetSize() uint64
- func (x *EstimateMarginRequest) GetType() vega.Order_Type
- func (*EstimateMarginRequest) ProtoMessage()
- func (x *EstimateMarginRequest) ProtoReflect() protoreflect.Message
- func (x *EstimateMarginRequest) Reset()
- func (x *EstimateMarginRequest) String() string
- type EstimateMarginResponsedeprecated
- func (*EstimateMarginResponse) Descriptor() ([]byte, []int)deprecated
- func (x *EstimateMarginResponse) GetMarginLevels() *vega.MarginLevels
- func (*EstimateMarginResponse) ProtoMessage()
- func (x *EstimateMarginResponse) ProtoReflect() protoreflect.Message
- func (x *EstimateMarginResponse) Reset()
- func (x *EstimateMarginResponse) String() string
- type EstimatePositionRequest
- func (*EstimatePositionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *EstimatePositionRequest) GetCollateralAvailable() string
- func (x *EstimatePositionRequest) GetMarketId() string
- func (x *EstimatePositionRequest) GetOpenVolume() int64
- func (x *EstimatePositionRequest) GetOrders() []*OrderInfo
- func (*EstimatePositionRequest) ProtoMessage()
- func (x *EstimatePositionRequest) ProtoReflect() protoreflect.Message
- func (x *EstimatePositionRequest) Reset()
- func (x *EstimatePositionRequest) String() string
- type EstimatePositionResponse
- func (*EstimatePositionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *EstimatePositionResponse) GetLiquidation() *LiquidationEstimate
- func (x *EstimatePositionResponse) GetMargin() *MarginEstimate
- func (*EstimatePositionResponse) ProtoMessage()
- func (x *EstimatePositionResponse) ProtoReflect() protoreflect.Message
- func (x *EstimatePositionResponse) Reset()
- func (x *EstimatePositionResponse) String() string
- type EthereumKeyRotationEdge
- func (*EthereumKeyRotationEdge) Descriptor() ([]byte, []int)deprecated
- func (x *EthereumKeyRotationEdge) GetCursor() string
- func (x *EthereumKeyRotationEdge) GetNode() *v1.EthereumKeyRotation
- func (*EthereumKeyRotationEdge) ProtoMessage()
- func (x *EthereumKeyRotationEdge) ProtoReflect() protoreflect.Message
- func (x *EthereumKeyRotationEdge) Reset()
- func (x *EthereumKeyRotationEdge) String() string
- type EthereumKeyRotationsConnection
- func (*EthereumKeyRotationsConnection) Descriptor() ([]byte, []int)deprecated
- func (x *EthereumKeyRotationsConnection) GetEdges() []*EthereumKeyRotationEdge
- func (x *EthereumKeyRotationsConnection) GetPageInfo() *PageInfo
- func (*EthereumKeyRotationsConnection) ProtoMessage()
- func (x *EthereumKeyRotationsConnection) ProtoReflect() protoreflect.Message
- func (x *EthereumKeyRotationsConnection) Reset()
- func (x *EthereumKeyRotationsConnection) String() string
- type ExportLedgerEntriesRequest
- func (*ExportLedgerEntriesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ExportLedgerEntriesRequest) GetAssetId() string
- func (x *ExportLedgerEntriesRequest) GetDateRange() *DateRange
- func (x *ExportLedgerEntriesRequest) GetPartyId() string
- func (*ExportLedgerEntriesRequest) ProtoMessage()
- func (x *ExportLedgerEntriesRequest) ProtoReflect() protoreflect.Message
- func (x *ExportLedgerEntriesRequest) Reset()
- func (x *ExportLedgerEntriesRequest) String() string
- type ExportNetworkHistoryRequest
- func (*ExportNetworkHistoryRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ExportNetworkHistoryRequest) GetFromBlock() int64
- func (x *ExportNetworkHistoryRequest) GetTable() Table
- func (x *ExportNetworkHistoryRequest) GetToBlock() int64
- func (*ExportNetworkHistoryRequest) ProtoMessage()
- func (x *ExportNetworkHistoryRequest) ProtoReflect() protoreflect.Message
- func (x *ExportNetworkHistoryRequest) Reset()
- func (x *ExportNetworkHistoryRequest) String() string
- type GetActiveNetworkHistoryPeerAddressesRequest
- func (*GetActiveNetworkHistoryPeerAddressesRequest) Descriptor() ([]byte, []int)deprecated
- func (*GetActiveNetworkHistoryPeerAddressesRequest) ProtoMessage()
- func (x *GetActiveNetworkHistoryPeerAddressesRequest) ProtoReflect() protoreflect.Message
- func (x *GetActiveNetworkHistoryPeerAddressesRequest) Reset()
- func (x *GetActiveNetworkHistoryPeerAddressesRequest) String() string
- type GetActiveNetworkHistoryPeerAddressesResponse
- func (*GetActiveNetworkHistoryPeerAddressesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetActiveNetworkHistoryPeerAddressesResponse) GetIpAddresses() []string
- func (*GetActiveNetworkHistoryPeerAddressesResponse) ProtoMessage()
- func (x *GetActiveNetworkHistoryPeerAddressesResponse) ProtoReflect() protoreflect.Message
- func (x *GetActiveNetworkHistoryPeerAddressesResponse) Reset()
- func (x *GetActiveNetworkHistoryPeerAddressesResponse) String() string
- type GetAssetRequest
- type GetAssetResponse
- type GetBalanceHistoryRequest
- func (*GetBalanceHistoryRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetBalanceHistoryRequest) GetDateRange() *DateRange
- func (x *GetBalanceHistoryRequest) GetFilter() *AccountFilter
- func (x *GetBalanceHistoryRequest) GetGroupBy() []AccountField
- func (x *GetBalanceHistoryRequest) GetPagination() *Pagination
- func (*GetBalanceHistoryRequest) ProtoMessage()
- func (x *GetBalanceHistoryRequest) ProtoReflect() protoreflect.Message
- func (x *GetBalanceHistoryRequest) Reset()
- func (x *GetBalanceHistoryRequest) String() string
- type GetBalanceHistoryResponse
- func (*GetBalanceHistoryResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetBalanceHistoryResponse) GetBalances() *AggregatedBalanceConnection
- func (*GetBalanceHistoryResponse) ProtoMessage()
- func (x *GetBalanceHistoryResponse) ProtoReflect() protoreflect.Message
- func (x *GetBalanceHistoryResponse) Reset()
- func (x *GetBalanceHistoryResponse) String() string
- type GetDepositRequest
- type GetDepositResponse
- func (*GetDepositResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetDepositResponse) GetDeposit() *vega.Deposit
- func (*GetDepositResponse) ProtoMessage()
- func (x *GetDepositResponse) ProtoReflect() protoreflect.Message
- func (x *GetDepositResponse) Reset()
- func (x *GetDepositResponse) String() string
- type GetERC20ListAssetBundleRequest
- func (*GetERC20ListAssetBundleRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetERC20ListAssetBundleRequest) GetAssetId() string
- func (*GetERC20ListAssetBundleRequest) ProtoMessage()
- func (x *GetERC20ListAssetBundleRequest) ProtoReflect() protoreflect.Message
- func (x *GetERC20ListAssetBundleRequest) Reset()
- func (x *GetERC20ListAssetBundleRequest) String() string
- type GetERC20ListAssetBundleResponse
- func (*GetERC20ListAssetBundleResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetERC20ListAssetBundleResponse) GetAssetSource() string
- func (x *GetERC20ListAssetBundleResponse) GetNonce() string
- func (x *GetERC20ListAssetBundleResponse) GetSignatures() string
- func (x *GetERC20ListAssetBundleResponse) GetVegaAssetId() string
- func (*GetERC20ListAssetBundleResponse) ProtoMessage()
- func (x *GetERC20ListAssetBundleResponse) ProtoReflect() protoreflect.Message
- func (x *GetERC20ListAssetBundleResponse) Reset()
- func (x *GetERC20ListAssetBundleResponse) String() string
- type GetERC20SetAssetLimitsBundleRequest
- func (*GetERC20SetAssetLimitsBundleRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetERC20SetAssetLimitsBundleRequest) GetProposalId() string
- func (*GetERC20SetAssetLimitsBundleRequest) ProtoMessage()
- func (x *GetERC20SetAssetLimitsBundleRequest) ProtoReflect() protoreflect.Message
- func (x *GetERC20SetAssetLimitsBundleRequest) Reset()
- func (x *GetERC20SetAssetLimitsBundleRequest) String() string
- type GetERC20SetAssetLimitsBundleResponse
- func (*GetERC20SetAssetLimitsBundleResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetERC20SetAssetLimitsBundleResponse) GetAssetSource() string
- func (x *GetERC20SetAssetLimitsBundleResponse) GetLifetimeLimit() string
- func (x *GetERC20SetAssetLimitsBundleResponse) GetNonce() string
- func (x *GetERC20SetAssetLimitsBundleResponse) GetSignatures() string
- func (x *GetERC20SetAssetLimitsBundleResponse) GetThreshold() string
- func (x *GetERC20SetAssetLimitsBundleResponse) GetVegaAssetId() string
- func (*GetERC20SetAssetLimitsBundleResponse) ProtoMessage()
- func (x *GetERC20SetAssetLimitsBundleResponse) ProtoReflect() protoreflect.Message
- func (x *GetERC20SetAssetLimitsBundleResponse) Reset()
- func (x *GetERC20SetAssetLimitsBundleResponse) String() string
- type GetERC20WithdrawalApprovalRequest
- func (*GetERC20WithdrawalApprovalRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetERC20WithdrawalApprovalRequest) GetWithdrawalId() string
- func (*GetERC20WithdrawalApprovalRequest) ProtoMessage()
- func (x *GetERC20WithdrawalApprovalRequest) ProtoReflect() protoreflect.Message
- func (x *GetERC20WithdrawalApprovalRequest) Reset()
- func (x *GetERC20WithdrawalApprovalRequest) String() string
- type GetERC20WithdrawalApprovalResponse
- func (*GetERC20WithdrawalApprovalResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetERC20WithdrawalApprovalResponse) GetAmount() string
- func (x *GetERC20WithdrawalApprovalResponse) GetAssetSource() string
- func (x *GetERC20WithdrawalApprovalResponse) GetCreation() int64
- func (x *GetERC20WithdrawalApprovalResponse) GetNonce() string
- func (x *GetERC20WithdrawalApprovalResponse) GetSignatures() string
- func (x *GetERC20WithdrawalApprovalResponse) GetTargetAddress() string
- func (*GetERC20WithdrawalApprovalResponse) ProtoMessage()
- func (x *GetERC20WithdrawalApprovalResponse) ProtoReflect() protoreflect.Message
- func (x *GetERC20WithdrawalApprovalResponse) Reset()
- func (x *GetERC20WithdrawalApprovalResponse) String() string
- type GetEpochRequest
- func (*GetEpochRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetEpochRequest) GetBlock() uint64
- func (x *GetEpochRequest) GetId() uint64
- func (*GetEpochRequest) ProtoMessage()
- func (x *GetEpochRequest) ProtoReflect() protoreflect.Message
- func (x *GetEpochRequest) Reset()
- func (x *GetEpochRequest) String() string
- type GetEpochResponse
- type GetGovernanceDataRequest
- func (*GetGovernanceDataRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetGovernanceDataRequest) GetProposalId() string
- func (x *GetGovernanceDataRequest) GetReference() string
- func (*GetGovernanceDataRequest) ProtoMessage()
- func (x *GetGovernanceDataRequest) ProtoReflect() protoreflect.Message
- func (x *GetGovernanceDataRequest) Reset()
- func (x *GetGovernanceDataRequest) String() string
- type GetGovernanceDataResponse
- func (*GetGovernanceDataResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetGovernanceDataResponse) GetData() *vega.GovernanceData
- func (*GetGovernanceDataResponse) ProtoMessage()
- func (x *GetGovernanceDataResponse) ProtoReflect() protoreflect.Message
- func (x *GetGovernanceDataResponse) Reset()
- func (x *GetGovernanceDataResponse) String() string
- type GetLastTradeRequest
- func (*GetLastTradeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetLastTradeRequest) GetMarketId() string
- func (*GetLastTradeRequest) ProtoMessage()
- func (x *GetLastTradeRequest) ProtoReflect() protoreflect.Message
- func (x *GetLastTradeRequest) Reset()
- func (x *GetLastTradeRequest) String() string
- type GetLastTradeResponse
- func (*GetLastTradeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetLastTradeResponse) GetTrade() *vega.Trade
- func (*GetLastTradeResponse) ProtoMessage()
- func (x *GetLastTradeResponse) ProtoReflect() protoreflect.Message
- func (x *GetLastTradeResponse) Reset()
- func (x *GetLastTradeResponse) String() string
- type GetLatestMarketDataRequest
- func (*GetLatestMarketDataRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetLatestMarketDataRequest) GetMarketId() string
- func (*GetLatestMarketDataRequest) ProtoMessage()
- func (x *GetLatestMarketDataRequest) ProtoReflect() protoreflect.Message
- func (x *GetLatestMarketDataRequest) Reset()
- func (x *GetLatestMarketDataRequest) String() string
- type GetLatestMarketDataResponse
- func (*GetLatestMarketDataResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetLatestMarketDataResponse) GetMarketData() *vega.MarketData
- func (*GetLatestMarketDataResponse) ProtoMessage()
- func (x *GetLatestMarketDataResponse) ProtoReflect() protoreflect.Message
- func (x *GetLatestMarketDataResponse) Reset()
- func (x *GetLatestMarketDataResponse) String() string
- type GetLatestMarketDepthRequest
- func (*GetLatestMarketDepthRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetLatestMarketDepthRequest) GetMarketId() string
- func (x *GetLatestMarketDepthRequest) GetMaxDepth() uint64
- func (*GetLatestMarketDepthRequest) ProtoMessage()
- func (x *GetLatestMarketDepthRequest) ProtoReflect() protoreflect.Message
- func (x *GetLatestMarketDepthRequest) Reset()
- func (x *GetLatestMarketDepthRequest) String() string
- type GetLatestMarketDepthResponse
- func (*GetLatestMarketDepthResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetLatestMarketDepthResponse) GetBuy() []*vega.PriceLevel
- func (x *GetLatestMarketDepthResponse) GetLastTrade() *vega.Trade
- func (x *GetLatestMarketDepthResponse) GetMarketId() string
- func (x *GetLatestMarketDepthResponse) GetSell() []*vega.PriceLevel
- func (x *GetLatestMarketDepthResponse) GetSequenceNumber() uint64
- func (*GetLatestMarketDepthResponse) ProtoMessage()
- func (x *GetLatestMarketDepthResponse) ProtoReflect() protoreflect.Message
- func (x *GetLatestMarketDepthResponse) Reset()
- func (x *GetLatestMarketDepthResponse) String() string
- type GetMarketDataHistoryByIDRequest
- func (*GetMarketDataHistoryByIDRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetMarketDataHistoryByIDRequest) GetEndTimestamp() int64
- func (x *GetMarketDataHistoryByIDRequest) GetMarketId() string
- func (x *GetMarketDataHistoryByIDRequest) GetPagination() *Pagination
- func (x *GetMarketDataHistoryByIDRequest) GetStartTimestamp() int64
- func (*GetMarketDataHistoryByIDRequest) ProtoMessage()
- func (x *GetMarketDataHistoryByIDRequest) ProtoReflect() protoreflect.Message
- func (x *GetMarketDataHistoryByIDRequest) Reset()
- func (x *GetMarketDataHistoryByIDRequest) String() string
- type GetMarketDataHistoryByIDResponse
- func (*GetMarketDataHistoryByIDResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetMarketDataHistoryByIDResponse) GetMarketData() *MarketDataConnection
- func (*GetMarketDataHistoryByIDResponse) ProtoMessage()
- func (x *GetMarketDataHistoryByIDResponse) ProtoReflect() protoreflect.Message
- func (x *GetMarketDataHistoryByIDResponse) Reset()
- func (x *GetMarketDataHistoryByIDResponse) String() string
- type GetMarketRequest
- type GetMarketResponse
- func (*GetMarketResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetMarketResponse) GetMarket() *vega.Market
- func (*GetMarketResponse) ProtoMessage()
- func (x *GetMarketResponse) ProtoReflect() protoreflect.Message
- func (x *GetMarketResponse) Reset()
- func (x *GetMarketResponse) String() string
- type GetMostRecentNetworkHistorySegmentRequest
- func (*GetMostRecentNetworkHistorySegmentRequest) Descriptor() ([]byte, []int)deprecated
- func (*GetMostRecentNetworkHistorySegmentRequest) ProtoMessage()
- func (x *GetMostRecentNetworkHistorySegmentRequest) ProtoReflect() protoreflect.Message
- func (x *GetMostRecentNetworkHistorySegmentRequest) Reset()
- func (x *GetMostRecentNetworkHistorySegmentRequest) String() string
- type GetMostRecentNetworkHistorySegmentResponse
- func (*GetMostRecentNetworkHistorySegmentResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetMostRecentNetworkHistorySegmentResponse) GetSegment() *HistorySegment
- func (x *GetMostRecentNetworkHistorySegmentResponse) GetSwarmKeySeed() string
- func (*GetMostRecentNetworkHistorySegmentResponse) ProtoMessage()
- func (x *GetMostRecentNetworkHistorySegmentResponse) ProtoReflect() protoreflect.Message
- func (x *GetMostRecentNetworkHistorySegmentResponse) Reset()
- func (x *GetMostRecentNetworkHistorySegmentResponse) String() string
- type GetNetworkDataRequest
- type GetNetworkDataResponse
- func (*GetNetworkDataResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetNetworkDataResponse) GetNodeData() *vega.NodeData
- func (*GetNetworkDataResponse) ProtoMessage()
- func (x *GetNetworkDataResponse) ProtoReflect() protoreflect.Message
- func (x *GetNetworkDataResponse) Reset()
- func (x *GetNetworkDataResponse) String() string
- type GetNetworkHistoryBootstrapPeersRequest
- func (*GetNetworkHistoryBootstrapPeersRequest) Descriptor() ([]byte, []int)deprecated
- func (*GetNetworkHistoryBootstrapPeersRequest) ProtoMessage()
- func (x *GetNetworkHistoryBootstrapPeersRequest) ProtoReflect() protoreflect.Message
- func (x *GetNetworkHistoryBootstrapPeersRequest) Reset()
- func (x *GetNetworkHistoryBootstrapPeersRequest) String() string
- type GetNetworkHistoryBootstrapPeersResponse
- func (*GetNetworkHistoryBootstrapPeersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetNetworkHistoryBootstrapPeersResponse) GetBootstrapPeers() []string
- func (*GetNetworkHistoryBootstrapPeersResponse) ProtoMessage()
- func (x *GetNetworkHistoryBootstrapPeersResponse) ProtoReflect() protoreflect.Message
- func (x *GetNetworkHistoryBootstrapPeersResponse) Reset()
- func (x *GetNetworkHistoryBootstrapPeersResponse) String() string
- type GetNetworkHistoryStatusRequest
- func (*GetNetworkHistoryStatusRequest) Descriptor() ([]byte, []int)deprecated
- func (*GetNetworkHistoryStatusRequest) ProtoMessage()
- func (x *GetNetworkHistoryStatusRequest) ProtoReflect() protoreflect.Message
- func (x *GetNetworkHistoryStatusRequest) Reset()
- func (x *GetNetworkHistoryStatusRequest) String() string
- type GetNetworkHistoryStatusResponse
- func (*GetNetworkHistoryStatusResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetNetworkHistoryStatusResponse) GetConnectedPeers() []string
- func (x *GetNetworkHistoryStatusResponse) GetIpfsAddress() string
- func (x *GetNetworkHistoryStatusResponse) GetSwarmKey() string
- func (x *GetNetworkHistoryStatusResponse) GetSwarmKeySeed() string
- func (*GetNetworkHistoryStatusResponse) ProtoMessage()
- func (x *GetNetworkHistoryStatusResponse) ProtoReflect() protoreflect.Message
- func (x *GetNetworkHistoryStatusResponse) Reset()
- func (x *GetNetworkHistoryStatusResponse) String() string
- type GetNetworkLimitsRequest
- type GetNetworkLimitsResponse
- func (*GetNetworkLimitsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetNetworkLimitsResponse) GetLimits() *vega.NetworkLimits
- func (*GetNetworkLimitsResponse) ProtoMessage()
- func (x *GetNetworkLimitsResponse) ProtoReflect() protoreflect.Message
- func (x *GetNetworkLimitsResponse) Reset()
- func (x *GetNetworkLimitsResponse) String() string
- type GetNetworkParameterRequest
- func (*GetNetworkParameterRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetNetworkParameterRequest) GetKey() string
- func (*GetNetworkParameterRequest) ProtoMessage()
- func (x *GetNetworkParameterRequest) ProtoReflect() protoreflect.Message
- func (x *GetNetworkParameterRequest) Reset()
- func (x *GetNetworkParameterRequest) String() string
- type GetNetworkParameterResponse
- func (*GetNetworkParameterResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetNetworkParameterResponse) GetNetworkParameter() *vega.NetworkParameter
- func (*GetNetworkParameterResponse) ProtoMessage()
- func (x *GetNetworkParameterResponse) ProtoReflect() protoreflect.Message
- func (x *GetNetworkParameterResponse) Reset()
- func (x *GetNetworkParameterResponse) String() string
- type GetNodeRequest
- type GetNodeResponse
- type GetOracleSpecRequest
- func (*GetOracleSpecRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetOracleSpecRequest) GetOracleSpecId() string
- func (*GetOracleSpecRequest) ProtoMessage()
- func (x *GetOracleSpecRequest) ProtoReflect() protoreflect.Message
- func (x *GetOracleSpecRequest) Reset()
- func (x *GetOracleSpecRequest) String() string
- type GetOracleSpecResponse
- func (*GetOracleSpecResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetOracleSpecResponse) GetOracleSpec() *vega.OracleSpec
- func (*GetOracleSpecResponse) ProtoMessage()
- func (x *GetOracleSpecResponse) ProtoReflect() protoreflect.Message
- func (x *GetOracleSpecResponse) Reset()
- func (x *GetOracleSpecResponse) String() string
- type GetOrderRequest
- func (*GetOrderRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrderRequest) GetOrderId() string
- func (x *GetOrderRequest) GetVersion() int32
- func (*GetOrderRequest) ProtoMessage()
- func (x *GetOrderRequest) ProtoReflect() protoreflect.Message
- func (x *GetOrderRequest) Reset()
- func (x *GetOrderRequest) String() string
- type GetOrderResponse
- type GetPartyRequest
- type GetPartyResponse
- type GetProtocolUpgradeStatusRequest
- func (*GetProtocolUpgradeStatusRequest) Descriptor() ([]byte, []int)deprecated
- func (*GetProtocolUpgradeStatusRequest) ProtoMessage()
- func (x *GetProtocolUpgradeStatusRequest) ProtoReflect() protoreflect.Message
- func (x *GetProtocolUpgradeStatusRequest) Reset()
- func (x *GetProtocolUpgradeStatusRequest) String() string
- type GetProtocolUpgradeStatusResponse
- func (*GetProtocolUpgradeStatusResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetProtocolUpgradeStatusResponse) GetReady() bool
- func (*GetProtocolUpgradeStatusResponse) ProtoMessage()
- func (x *GetProtocolUpgradeStatusResponse) ProtoReflect() protoreflect.Message
- func (x *GetProtocolUpgradeStatusResponse) Reset()
- func (x *GetProtocolUpgradeStatusResponse) String() string
- type GetRiskFactorsRequest
- func (*GetRiskFactorsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetRiskFactorsRequest) GetMarketId() string
- func (*GetRiskFactorsRequest) ProtoMessage()
- func (x *GetRiskFactorsRequest) ProtoReflect() protoreflect.Message
- func (x *GetRiskFactorsRequest) Reset()
- func (x *GetRiskFactorsRequest) String() string
- type GetRiskFactorsResponse
- func (*GetRiskFactorsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetRiskFactorsResponse) GetRiskFactor() *vega.RiskFactor
- func (*GetRiskFactorsResponse) ProtoMessage()
- func (x *GetRiskFactorsResponse) ProtoReflect() protoreflect.Message
- func (x *GetRiskFactorsResponse) Reset()
- func (x *GetRiskFactorsResponse) String() string
- type GetStakeRequest
- func (*GetStakeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetStakeRequest) GetPagination() *Pagination
- func (x *GetStakeRequest) GetPartyId() string
- func (*GetStakeRequest) ProtoMessage()
- func (x *GetStakeRequest) ProtoReflect() protoreflect.Message
- func (x *GetStakeRequest) Reset()
- func (x *GetStakeRequest) String() string
- type GetStakeResponse
- func (*GetStakeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetStakeResponse) GetCurrentStakeAvailable() string
- func (x *GetStakeResponse) GetStakeLinkings() *StakesConnection
- func (*GetStakeResponse) ProtoMessage()
- func (x *GetStakeResponse) ProtoReflect() protoreflect.Message
- func (x *GetStakeResponse) Reset()
- func (x *GetStakeResponse) String() string
- type GetStopOrderRequest
- func (*GetStopOrderRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetStopOrderRequest) GetOrderId() string
- func (*GetStopOrderRequest) ProtoMessage()
- func (x *GetStopOrderRequest) ProtoReflect() protoreflect.Message
- func (x *GetStopOrderRequest) Reset()
- func (x *GetStopOrderRequest) String() string
- type GetStopOrderResponse
- func (*GetStopOrderResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetStopOrderResponse) GetOrder() *v1.StopOrderEvent
- func (*GetStopOrderResponse) ProtoMessage()
- func (x *GetStopOrderResponse) ProtoReflect() protoreflect.Message
- func (x *GetStopOrderResponse) Reset()
- func (x *GetStopOrderResponse) String() string
- type GetVegaTimeRequest
- type GetVegaTimeResponse
- func (*GetVegaTimeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetVegaTimeResponse) GetTimestamp() int64
- func (*GetVegaTimeResponse) ProtoMessage()
- func (x *GetVegaTimeResponse) ProtoReflect() protoreflect.Message
- func (x *GetVegaTimeResponse) Reset()
- func (x *GetVegaTimeResponse) String() string
- type GetWithdrawalRequest
- func (*GetWithdrawalRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetWithdrawalRequest) GetId() string
- func (*GetWithdrawalRequest) ProtoMessage()
- func (x *GetWithdrawalRequest) ProtoReflect() protoreflect.Message
- func (x *GetWithdrawalRequest) Reset()
- func (x *GetWithdrawalRequest) String() string
- type GetWithdrawalResponse
- func (*GetWithdrawalResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetWithdrawalResponse) GetWithdrawal() *vega.Withdrawal
- func (*GetWithdrawalResponse) ProtoMessage()
- func (x *GetWithdrawalResponse) ProtoReflect() protoreflect.Message
- func (x *GetWithdrawalResponse) Reset()
- func (x *GetWithdrawalResponse) String() string
- type GovernanceDataConnection
- func (*GovernanceDataConnection) Descriptor() ([]byte, []int)deprecated
- func (x *GovernanceDataConnection) GetEdges() []*GovernanceDataEdge
- func (x *GovernanceDataConnection) GetPageInfo() *PageInfo
- func (*GovernanceDataConnection) ProtoMessage()
- func (x *GovernanceDataConnection) ProtoReflect() protoreflect.Message
- func (x *GovernanceDataConnection) Reset()
- func (x *GovernanceDataConnection) String() string
- type GovernanceDataEdge
- func (*GovernanceDataEdge) Descriptor() ([]byte, []int)deprecated
- func (x *GovernanceDataEdge) GetCursor() string
- func (x *GovernanceDataEdge) GetNode() *vega.GovernanceData
- func (*GovernanceDataEdge) ProtoMessage()
- func (x *GovernanceDataEdge) ProtoReflect() protoreflect.Message
- func (x *GovernanceDataEdge) Reset()
- func (x *GovernanceDataEdge) String() string
- type HistorySegment
- func (*HistorySegment) Descriptor() ([]byte, []int)deprecated
- func (x *HistorySegment) GetChainId() string
- func (x *HistorySegment) GetDatabaseVersion() int64
- func (x *HistorySegment) GetFromHeight() int64
- func (x *HistorySegment) GetHistorySegmentId() string
- func (x *HistorySegment) GetPreviousHistorySegmentId() string
- func (x *HistorySegment) GetToHeight() int64
- func (*HistorySegment) ProtoMessage()
- func (x *HistorySegment) ProtoReflect() protoreflect.Message
- func (x *HistorySegment) Reset()
- func (x *HistorySegment) String() string
- type InfoRequest
- type InfoResponse
- func (*InfoResponse) Descriptor() ([]byte, []int)deprecated
- func (x *InfoResponse) GetCommitHash() string
- func (x *InfoResponse) GetVersion() string
- func (*InfoResponse) ProtoMessage()
- func (x *InfoResponse) ProtoReflect() protoreflect.Message
- func (x *InfoResponse) Reset()
- func (x *InfoResponse) String() string
- type IntervalToCandleId
- func (*IntervalToCandleId) Descriptor() ([]byte, []int)deprecated
- func (x *IntervalToCandleId) GetCandleId() string
- func (x *IntervalToCandleId) GetInterval() string
- func (*IntervalToCandleId) ProtoMessage()
- func (x *IntervalToCandleId) ProtoReflect() protoreflect.Message
- func (x *IntervalToCandleId) Reset()
- func (x *IntervalToCandleId) String() string
- type KeyRotationConnection
- func (*KeyRotationConnection) Descriptor() ([]byte, []int)deprecated
- func (x *KeyRotationConnection) GetEdges() []*KeyRotationEdge
- func (x *KeyRotationConnection) GetPageInfo() *PageInfo
- func (*KeyRotationConnection) ProtoMessage()
- func (x *KeyRotationConnection) ProtoReflect() protoreflect.Message
- func (x *KeyRotationConnection) Reset()
- func (x *KeyRotationConnection) String() string
- type KeyRotationEdge
- func (*KeyRotationEdge) Descriptor() ([]byte, []int)deprecated
- func (x *KeyRotationEdge) GetCursor() string
- func (x *KeyRotationEdge) GetNode() *v1.KeyRotation
- func (*KeyRotationEdge) ProtoMessage()
- func (x *KeyRotationEdge) ProtoReflect() protoreflect.Message
- func (x *KeyRotationEdge) Reset()
- func (x *KeyRotationEdge) String() string
- type LedgerEntryField
- func (LedgerEntryField) Descriptor() protoreflect.EnumDescriptor
- func (x LedgerEntryField) Enum() *LedgerEntryField
- func (LedgerEntryField) EnumDescriptor() ([]byte, []int)deprecated
- func (x LedgerEntryField) Number() protoreflect.EnumNumber
- func (x LedgerEntryField) String() string
- func (LedgerEntryField) Type() protoreflect.EnumType
- type LedgerEntryFilter
- func (*LedgerEntryFilter) Descriptor() ([]byte, []int)deprecated
- func (x *LedgerEntryFilter) GetCloseOnAccountFilters() bool
- func (x *LedgerEntryFilter) GetFromAccountFilter() *AccountFilter
- func (x *LedgerEntryFilter) GetToAccountFilter() *AccountFilter
- func (x *LedgerEntryFilter) GetTransferTypes() []vega.TransferType
- func (*LedgerEntryFilter) ProtoMessage()
- func (x *LedgerEntryFilter) ProtoReflect() protoreflect.Message
- func (x *LedgerEntryFilter) Reset()
- func (x *LedgerEntryFilter) String() string
- type LiquidationEstimate
- func (*LiquidationEstimate) Descriptor() ([]byte, []int)deprecated
- func (x *LiquidationEstimate) GetBestCase() *LiquidationPrice
- func (x *LiquidationEstimate) GetWorstCase() *LiquidationPrice
- func (*LiquidationEstimate) ProtoMessage()
- func (x *LiquidationEstimate) ProtoReflect() protoreflect.Message
- func (x *LiquidationEstimate) Reset()
- func (x *LiquidationEstimate) String() string
- type LiquidationPrice
- func (*LiquidationPrice) Descriptor() ([]byte, []int)deprecated
- func (x *LiquidationPrice) GetIncludingBuyOrders() string
- func (x *LiquidationPrice) GetIncludingSellOrders() string
- func (x *LiquidationPrice) GetOpenVolumeOnly() string
- func (*LiquidationPrice) ProtoMessage()
- func (x *LiquidationPrice) ProtoReflect() protoreflect.Message
- func (x *LiquidationPrice) Reset()
- func (x *LiquidationPrice) String() string
- type LiquidityProvisionsConnection
- func (*LiquidityProvisionsConnection) Descriptor() ([]byte, []int)deprecated
- func (x *LiquidityProvisionsConnection) GetEdges() []*LiquidityProvisionsEdge
- func (x *LiquidityProvisionsConnection) GetPageInfo() *PageInfo
- func (*LiquidityProvisionsConnection) ProtoMessage()
- func (x *LiquidityProvisionsConnection) ProtoReflect() protoreflect.Message
- func (x *LiquidityProvisionsConnection) Reset()
- func (x *LiquidityProvisionsConnection) String() string
- type LiquidityProvisionsEdge
- func (*LiquidityProvisionsEdge) Descriptor() ([]byte, []int)deprecated
- func (x *LiquidityProvisionsEdge) GetCursor() string
- func (x *LiquidityProvisionsEdge) GetNode() *vega.LiquidityProvision
- func (*LiquidityProvisionsEdge) ProtoMessage()
- func (x *LiquidityProvisionsEdge) ProtoReflect() protoreflect.Message
- func (x *LiquidityProvisionsEdge) Reset()
- func (x *LiquidityProvisionsEdge) String() string
- type ListAccountsRequest
- func (*ListAccountsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListAccountsRequest) GetFilter() *AccountFilter
- func (x *ListAccountsRequest) GetPagination() *Pagination
- func (*ListAccountsRequest) ProtoMessage()
- func (x *ListAccountsRequest) ProtoReflect() protoreflect.Message
- func (x *ListAccountsRequest) Reset()
- func (x *ListAccountsRequest) String() string
- type ListAccountsResponse
- func (*ListAccountsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListAccountsResponse) GetAccounts() *AccountsConnection
- func (*ListAccountsResponse) ProtoMessage()
- func (x *ListAccountsResponse) ProtoReflect() protoreflect.Message
- func (x *ListAccountsResponse) Reset()
- func (x *ListAccountsResponse) String() string
- type ListAllNetworkHistorySegmentsRequest
- func (*ListAllNetworkHistorySegmentsRequest) Descriptor() ([]byte, []int)deprecated
- func (*ListAllNetworkHistorySegmentsRequest) ProtoMessage()
- func (x *ListAllNetworkHistorySegmentsRequest) ProtoReflect() protoreflect.Message
- func (x *ListAllNetworkHistorySegmentsRequest) Reset()
- func (x *ListAllNetworkHistorySegmentsRequest) String() string
- type ListAllNetworkHistorySegmentsResponse
- func (*ListAllNetworkHistorySegmentsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListAllNetworkHistorySegmentsResponse) GetSegments() []*HistorySegment
- func (*ListAllNetworkHistorySegmentsResponse) ProtoMessage()
- func (x *ListAllNetworkHistorySegmentsResponse) ProtoReflect() protoreflect.Message
- func (x *ListAllNetworkHistorySegmentsResponse) Reset()
- func (x *ListAllNetworkHistorySegmentsResponse) String() string
- type ListAllPositionsRequest
- func (*ListAllPositionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListAllPositionsRequest) GetFilter() *PositionsFilter
- func (x *ListAllPositionsRequest) GetPagination() *Pagination
- func (*ListAllPositionsRequest) ProtoMessage()
- func (x *ListAllPositionsRequest) ProtoReflect() protoreflect.Message
- func (x *ListAllPositionsRequest) Reset()
- func (x *ListAllPositionsRequest) String() string
- type ListAllPositionsResponse
- func (*ListAllPositionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListAllPositionsResponse) GetPositions() *PositionConnection
- func (*ListAllPositionsResponse) ProtoMessage()
- func (x *ListAllPositionsResponse) ProtoReflect() protoreflect.Message
- func (x *ListAllPositionsResponse) Reset()
- func (x *ListAllPositionsResponse) String() string
- type ListAssetsRequest
- func (*ListAssetsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListAssetsRequest) GetAssetId() string
- func (x *ListAssetsRequest) GetPagination() *Pagination
- func (*ListAssetsRequest) ProtoMessage()
- func (x *ListAssetsRequest) ProtoReflect() protoreflect.Message
- func (x *ListAssetsRequest) Reset()
- func (x *ListAssetsRequest) String() string
- type ListAssetsResponse
- func (*ListAssetsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListAssetsResponse) GetAssets() *AssetsConnection
- func (*ListAssetsResponse) ProtoMessage()
- func (x *ListAssetsResponse) ProtoReflect() protoreflect.Message
- func (x *ListAssetsResponse) Reset()
- func (x *ListAssetsResponse) String() string
- type ListBalanceChangesRequest
- func (*ListBalanceChangesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListBalanceChangesRequest) GetDateRange() *DateRange
- func (x *ListBalanceChangesRequest) GetFilter() *AccountFilter
- func (x *ListBalanceChangesRequest) GetPagination() *Pagination
- func (*ListBalanceChangesRequest) ProtoMessage()
- func (x *ListBalanceChangesRequest) ProtoReflect() protoreflect.Message
- func (x *ListBalanceChangesRequest) Reset()
- func (x *ListBalanceChangesRequest) String() string
- type ListBalanceChangesResponse
- func (*ListBalanceChangesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListBalanceChangesResponse) GetBalances() *AggregatedBalanceConnection
- func (*ListBalanceChangesResponse) ProtoMessage()
- func (x *ListBalanceChangesResponse) ProtoReflect() protoreflect.Message
- func (x *ListBalanceChangesResponse) Reset()
- func (x *ListBalanceChangesResponse) String() string
- type ListCandleDataRequest
- func (*ListCandleDataRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListCandleDataRequest) GetCandleId() string
- func (x *ListCandleDataRequest) GetFromTimestamp() int64
- func (x *ListCandleDataRequest) GetPagination() *Pagination
- func (x *ListCandleDataRequest) GetToTimestamp() int64
- func (*ListCandleDataRequest) ProtoMessage()
- func (x *ListCandleDataRequest) ProtoReflect() protoreflect.Message
- func (x *ListCandleDataRequest) Reset()
- func (x *ListCandleDataRequest) String() string
- type ListCandleDataResponse
- func (*ListCandleDataResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListCandleDataResponse) GetCandles() *CandleDataConnection
- func (*ListCandleDataResponse) ProtoMessage()
- func (x *ListCandleDataResponse) ProtoReflect() protoreflect.Message
- func (x *ListCandleDataResponse) Reset()
- func (x *ListCandleDataResponse) String() string
- type ListCandleIntervalsRequest
- func (*ListCandleIntervalsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListCandleIntervalsRequest) GetMarketId() string
- func (*ListCandleIntervalsRequest) ProtoMessage()
- func (x *ListCandleIntervalsRequest) ProtoReflect() protoreflect.Message
- func (x *ListCandleIntervalsRequest) Reset()
- func (x *ListCandleIntervalsRequest) String() string
- type ListCandleIntervalsResponse
- func (*ListCandleIntervalsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListCandleIntervalsResponse) GetIntervalToCandleId() []*IntervalToCandleId
- func (*ListCandleIntervalsResponse) ProtoMessage()
- func (x *ListCandleIntervalsResponse) ProtoReflect() protoreflect.Message
- func (x *ListCandleIntervalsResponse) Reset()
- func (x *ListCandleIntervalsResponse) String() string
- type ListCheckpointsRequest
- func (*ListCheckpointsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListCheckpointsRequest) GetPagination() *Pagination
- func (*ListCheckpointsRequest) ProtoMessage()
- func (x *ListCheckpointsRequest) ProtoReflect() protoreflect.Message
- func (x *ListCheckpointsRequest) Reset()
- func (x *ListCheckpointsRequest) String() string
- type ListCheckpointsResponse
- func (*ListCheckpointsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListCheckpointsResponse) GetCheckpoints() *CheckpointsConnection
- func (*ListCheckpointsResponse) ProtoMessage()
- func (x *ListCheckpointsResponse) ProtoReflect() protoreflect.Message
- func (x *ListCheckpointsResponse) Reset()
- func (x *ListCheckpointsResponse) String() string
- type ListCoreSnapshotsRequest
- func (*ListCoreSnapshotsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListCoreSnapshotsRequest) GetPagination() *Pagination
- func (*ListCoreSnapshotsRequest) ProtoMessage()
- func (x *ListCoreSnapshotsRequest) ProtoReflect() protoreflect.Message
- func (x *ListCoreSnapshotsRequest) Reset()
- func (x *ListCoreSnapshotsRequest) String() string
- type ListCoreSnapshotsResponse
- func (*ListCoreSnapshotsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListCoreSnapshotsResponse) GetCoreSnapshots() *CoreSnapshotConnection
- func (*ListCoreSnapshotsResponse) ProtoMessage()
- func (x *ListCoreSnapshotsResponse) ProtoReflect() protoreflect.Message
- func (x *ListCoreSnapshotsResponse) Reset()
- func (x *ListCoreSnapshotsResponse) String() string
- type ListDelegationsRequest
- func (*ListDelegationsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListDelegationsRequest) GetEpochId() string
- func (x *ListDelegationsRequest) GetNodeId() string
- func (x *ListDelegationsRequest) GetPagination() *Pagination
- func (x *ListDelegationsRequest) GetPartyId() string
- func (*ListDelegationsRequest) ProtoMessage()
- func (x *ListDelegationsRequest) ProtoReflect() protoreflect.Message
- func (x *ListDelegationsRequest) Reset()
- func (x *ListDelegationsRequest) String() string
- type ListDelegationsResponse
- func (*ListDelegationsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListDelegationsResponse) GetDelegations() *DelegationsConnection
- func (*ListDelegationsResponse) ProtoMessage()
- func (x *ListDelegationsResponse) ProtoReflect() protoreflect.Message
- func (x *ListDelegationsResponse) Reset()
- func (x *ListDelegationsResponse) String() string
- type ListDepositsRequest
- func (*ListDepositsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListDepositsRequest) GetDateRange() *DateRange
- func (x *ListDepositsRequest) GetPagination() *Pagination
- func (x *ListDepositsRequest) GetPartyId() string
- func (*ListDepositsRequest) ProtoMessage()
- func (x *ListDepositsRequest) ProtoReflect() protoreflect.Message
- func (x *ListDepositsRequest) Reset()
- func (x *ListDepositsRequest) String() string
- type ListDepositsResponse
- func (*ListDepositsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListDepositsResponse) GetDeposits() *DepositsConnection
- func (*ListDepositsResponse) ProtoMessage()
- func (x *ListDepositsResponse) ProtoReflect() protoreflect.Message
- func (x *ListDepositsResponse) Reset()
- func (x *ListDepositsResponse) String() string
- type ListERC20MultiSigSignerAddedBundlesRequest
- func (*ListERC20MultiSigSignerAddedBundlesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListERC20MultiSigSignerAddedBundlesRequest) GetEpochSeq() string
- func (x *ListERC20MultiSigSignerAddedBundlesRequest) GetNodeId() string
- func (x *ListERC20MultiSigSignerAddedBundlesRequest) GetPagination() *Pagination
- func (x *ListERC20MultiSigSignerAddedBundlesRequest) GetSubmitter() string
- func (*ListERC20MultiSigSignerAddedBundlesRequest) ProtoMessage()
- func (x *ListERC20MultiSigSignerAddedBundlesRequest) ProtoReflect() protoreflect.Message
- func (x *ListERC20MultiSigSignerAddedBundlesRequest) Reset()
- func (x *ListERC20MultiSigSignerAddedBundlesRequest) String() string
- type ListERC20MultiSigSignerAddedBundlesResponse
- func (*ListERC20MultiSigSignerAddedBundlesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListERC20MultiSigSignerAddedBundlesResponse) GetBundles() *ERC20MultiSigSignerAddedConnection
- func (*ListERC20MultiSigSignerAddedBundlesResponse) ProtoMessage()
- func (x *ListERC20MultiSigSignerAddedBundlesResponse) ProtoReflect() protoreflect.Message
- func (x *ListERC20MultiSigSignerAddedBundlesResponse) Reset()
- func (x *ListERC20MultiSigSignerAddedBundlesResponse) String() string
- type ListERC20MultiSigSignerRemovedBundlesRequest
- func (*ListERC20MultiSigSignerRemovedBundlesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListERC20MultiSigSignerRemovedBundlesRequest) GetEpochSeq() string
- func (x *ListERC20MultiSigSignerRemovedBundlesRequest) GetNodeId() string
- func (x *ListERC20MultiSigSignerRemovedBundlesRequest) GetPagination() *Pagination
- func (x *ListERC20MultiSigSignerRemovedBundlesRequest) GetSubmitter() string
- func (*ListERC20MultiSigSignerRemovedBundlesRequest) ProtoMessage()
- func (x *ListERC20MultiSigSignerRemovedBundlesRequest) ProtoReflect() protoreflect.Message
- func (x *ListERC20MultiSigSignerRemovedBundlesRequest) Reset()
- func (x *ListERC20MultiSigSignerRemovedBundlesRequest) String() string
- type ListERC20MultiSigSignerRemovedBundlesResponse
- func (*ListERC20MultiSigSignerRemovedBundlesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListERC20MultiSigSignerRemovedBundlesResponse) GetBundles() *ERC20MultiSigSignerRemovedConnection
- func (*ListERC20MultiSigSignerRemovedBundlesResponse) ProtoMessage()
- func (x *ListERC20MultiSigSignerRemovedBundlesResponse) ProtoReflect() protoreflect.Message
- func (x *ListERC20MultiSigSignerRemovedBundlesResponse) Reset()
- func (x *ListERC20MultiSigSignerRemovedBundlesResponse) String() string
- type ListEntitiesRequest
- func (*ListEntitiesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListEntitiesRequest) GetTransactionHash() string
- func (*ListEntitiesRequest) ProtoMessage()
- func (x *ListEntitiesRequest) ProtoReflect() protoreflect.Message
- func (x *ListEntitiesRequest) Reset()
- func (x *ListEntitiesRequest) String() string
- type ListEntitiesResponse
- func (*ListEntitiesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListEntitiesResponse) GetAccounts() []*vega.Account
- func (x *ListEntitiesResponse) GetAssets() []*vega.Asset
- func (x *ListEntitiesResponse) GetBalanceChanges() []*AccountBalance
- func (x *ListEntitiesResponse) GetDelegations() []*vega.Delegation
- func (x *ListEntitiesResponse) GetDeposits() []*vega.Deposit
- func (x *ListEntitiesResponse) GetErc20MultiSigSignerAddedBundles() []*ERC20MultiSigSignerAddedBundle
- func (x *ListEntitiesResponse) GetErc20MultiSigSignerRemovedBundles() []*ERC20MultiSigSignerRemovedBundle
- func (x *ListEntitiesResponse) GetEthereumKeyRotations() []*v1.EthereumKeyRotation
- func (x *ListEntitiesResponse) GetKeyRotations() []*v1.KeyRotation
- func (x *ListEntitiesResponse) GetLedgerEntries() []*vega.LedgerEntry
- func (x *ListEntitiesResponse) GetLiquidityProvisions() []*vega.LiquidityProvision
- func (x *ListEntitiesResponse) GetMarginLevels() []*vega.MarginLevels
- func (x *ListEntitiesResponse) GetMarkets() []*vega.Market
- func (x *ListEntitiesResponse) GetNetworkParameters() []*vega.NetworkParameter
- func (x *ListEntitiesResponse) GetNodeSignatures() []*v11.NodeSignature
- func (x *ListEntitiesResponse) GetNodes() []*NodeBasic
- func (x *ListEntitiesResponse) GetOracleData() []*vega.OracleData
- func (x *ListEntitiesResponse) GetOracleSpecs() []*vega.OracleSpec
- func (x *ListEntitiesResponse) GetOrders() []*vega.Order
- func (x *ListEntitiesResponse) GetParties() []*vega.Party
- func (x *ListEntitiesResponse) GetPositions() []*vega.Position
- func (x *ListEntitiesResponse) GetProposals() []*vega.Proposal
- func (x *ListEntitiesResponse) GetProtocolUpgradeProposals() []*v1.ProtocolUpgradeEvent
- func (x *ListEntitiesResponse) GetRewards() []*vega.Reward
- func (x *ListEntitiesResponse) GetTrades() []*vega.Trade
- func (x *ListEntitiesResponse) GetTransfers() []*v1.Transfer
- func (x *ListEntitiesResponse) GetVotes() []*vega.Vote
- func (x *ListEntitiesResponse) GetWithdrawals() []*vega.Withdrawal
- func (*ListEntitiesResponse) ProtoMessage()
- func (x *ListEntitiesResponse) ProtoReflect() protoreflect.Message
- func (x *ListEntitiesResponse) Reset()
- func (x *ListEntitiesResponse) String() string
- type ListEpochRewardSummariesRequest
- func (*ListEpochRewardSummariesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListEpochRewardSummariesRequest) GetFilter() *RewardSummaryFilter
- func (x *ListEpochRewardSummariesRequest) GetPagination() *Pagination
- func (*ListEpochRewardSummariesRequest) ProtoMessage()
- func (x *ListEpochRewardSummariesRequest) ProtoReflect() protoreflect.Message
- func (x *ListEpochRewardSummariesRequest) Reset()
- func (x *ListEpochRewardSummariesRequest) String() string
- type ListEpochRewardSummariesResponse
- func (*ListEpochRewardSummariesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListEpochRewardSummariesResponse) GetSummaries() *EpochRewardSummaryConnection
- func (*ListEpochRewardSummariesResponse) ProtoMessage()
- func (x *ListEpochRewardSummariesResponse) ProtoReflect() protoreflect.Message
- func (x *ListEpochRewardSummariesResponse) Reset()
- func (x *ListEpochRewardSummariesResponse) String() string
- type ListEthereumKeyRotationsRequest
- func (*ListEthereumKeyRotationsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListEthereumKeyRotationsRequest) GetNodeId() string
- func (x *ListEthereumKeyRotationsRequest) GetPagination() *Pagination
- func (*ListEthereumKeyRotationsRequest) ProtoMessage()
- func (x *ListEthereumKeyRotationsRequest) ProtoReflect() protoreflect.Message
- func (x *ListEthereumKeyRotationsRequest) Reset()
- func (x *ListEthereumKeyRotationsRequest) String() string
- type ListEthereumKeyRotationsResponse
- func (*ListEthereumKeyRotationsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListEthereumKeyRotationsResponse) GetKeyRotations() *EthereumKeyRotationsConnection
- func (*ListEthereumKeyRotationsResponse) ProtoMessage()
- func (x *ListEthereumKeyRotationsResponse) ProtoReflect() protoreflect.Message
- func (x *ListEthereumKeyRotationsResponse) Reset()
- func (x *ListEthereumKeyRotationsResponse) String() string
- type ListGovernanceDataRequest
- func (*ListGovernanceDataRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListGovernanceDataRequest) GetPagination() *Pagination
- func (x *ListGovernanceDataRequest) GetProposalReference() string
- func (x *ListGovernanceDataRequest) GetProposalState() vega.Proposal_State
- func (x *ListGovernanceDataRequest) GetProposalType() ListGovernanceDataRequest_Type
- func (x *ListGovernanceDataRequest) GetProposerPartyId() string
- func (*ListGovernanceDataRequest) ProtoMessage()
- func (x *ListGovernanceDataRequest) ProtoReflect() protoreflect.Message
- func (x *ListGovernanceDataRequest) Reset()
- func (x *ListGovernanceDataRequest) String() string
- type ListGovernanceDataRequest_Type
- func (ListGovernanceDataRequest_Type) Descriptor() protoreflect.EnumDescriptor
- func (x ListGovernanceDataRequest_Type) Enum() *ListGovernanceDataRequest_Type
- func (ListGovernanceDataRequest_Type) EnumDescriptor() ([]byte, []int)deprecated
- func (x ListGovernanceDataRequest_Type) Number() protoreflect.EnumNumber
- func (x ListGovernanceDataRequest_Type) String() string
- func (ListGovernanceDataRequest_Type) Type() protoreflect.EnumType
- type ListGovernanceDataResponse
- func (*ListGovernanceDataResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListGovernanceDataResponse) GetConnection() *GovernanceDataConnection
- func (*ListGovernanceDataResponse) ProtoMessage()
- func (x *ListGovernanceDataResponse) ProtoReflect() protoreflect.Message
- func (x *ListGovernanceDataResponse) Reset()
- func (x *ListGovernanceDataResponse) String() string
- type ListKeyRotationsRequest
- func (*ListKeyRotationsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListKeyRotationsRequest) GetNodeId() string
- func (x *ListKeyRotationsRequest) GetPagination() *Pagination
- func (*ListKeyRotationsRequest) ProtoMessage()
- func (x *ListKeyRotationsRequest) ProtoReflect() protoreflect.Message
- func (x *ListKeyRotationsRequest) Reset()
- func (x *ListKeyRotationsRequest) String() string
- type ListKeyRotationsResponse
- func (*ListKeyRotationsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListKeyRotationsResponse) GetRotations() *KeyRotationConnection
- func (*ListKeyRotationsResponse) ProtoMessage()
- func (x *ListKeyRotationsResponse) ProtoReflect() protoreflect.Message
- func (x *ListKeyRotationsResponse) Reset()
- func (x *ListKeyRotationsResponse) String() string
- type ListLatestMarketDataRequest
- type ListLatestMarketDataResponse
- func (*ListLatestMarketDataResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListLatestMarketDataResponse) GetMarketsData() []*vega.MarketData
- func (*ListLatestMarketDataResponse) ProtoMessage()
- func (x *ListLatestMarketDataResponse) ProtoReflect() protoreflect.Message
- func (x *ListLatestMarketDataResponse) Reset()
- func (x *ListLatestMarketDataResponse) String() string
- type ListLedgerEntriesRequest
- func (*ListLedgerEntriesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListLedgerEntriesRequest) GetDateRange() *DateRange
- func (x *ListLedgerEntriesRequest) GetFilter() *LedgerEntryFilter
- func (x *ListLedgerEntriesRequest) GetPagination() *Pagination
- func (*ListLedgerEntriesRequest) ProtoMessage()
- func (x *ListLedgerEntriesRequest) ProtoReflect() protoreflect.Message
- func (x *ListLedgerEntriesRequest) Reset()
- func (x *ListLedgerEntriesRequest) String() string
- type ListLedgerEntriesResponse
- func (*ListLedgerEntriesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListLedgerEntriesResponse) GetLedgerEntries() *AggregatedLedgerEntriesConnection
- func (*ListLedgerEntriesResponse) ProtoMessage()
- func (x *ListLedgerEntriesResponse) ProtoReflect() protoreflect.Message
- func (x *ListLedgerEntriesResponse) Reset()
- func (x *ListLedgerEntriesResponse) String() string
- type ListLiquidityProvisionsRequest
- func (*ListLiquidityProvisionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListLiquidityProvisionsRequest) GetLive() bool
- func (x *ListLiquidityProvisionsRequest) GetMarketId() string
- func (x *ListLiquidityProvisionsRequest) GetPagination() *Pagination
- func (x *ListLiquidityProvisionsRequest) GetPartyId() string
- func (x *ListLiquidityProvisionsRequest) GetReference() string
- func (*ListLiquidityProvisionsRequest) ProtoMessage()
- func (x *ListLiquidityProvisionsRequest) ProtoReflect() protoreflect.Message
- func (x *ListLiquidityProvisionsRequest) Reset()
- func (x *ListLiquidityProvisionsRequest) String() string
- type ListLiquidityProvisionsResponse
- func (*ListLiquidityProvisionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListLiquidityProvisionsResponse) GetLiquidityProvisions() *LiquidityProvisionsConnection
- func (*ListLiquidityProvisionsResponse) ProtoMessage()
- func (x *ListLiquidityProvisionsResponse) ProtoReflect() protoreflect.Message
- func (x *ListLiquidityProvisionsResponse) Reset()
- func (x *ListLiquidityProvisionsResponse) String() string
- type ListMarginLevelsRequest
- func (*ListMarginLevelsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListMarginLevelsRequest) GetMarketId() string
- func (x *ListMarginLevelsRequest) GetPagination() *Pagination
- func (x *ListMarginLevelsRequest) GetPartyId() string
- func (*ListMarginLevelsRequest) ProtoMessage()
- func (x *ListMarginLevelsRequest) ProtoReflect() protoreflect.Message
- func (x *ListMarginLevelsRequest) Reset()
- func (x *ListMarginLevelsRequest) String() string
- type ListMarginLevelsResponse
- func (*ListMarginLevelsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListMarginLevelsResponse) GetMarginLevels() *MarginConnection
- func (*ListMarginLevelsResponse) ProtoMessage()
- func (x *ListMarginLevelsResponse) ProtoReflect() protoreflect.Message
- func (x *ListMarginLevelsResponse) Reset()
- func (x *ListMarginLevelsResponse) String() string
- type ListMarketsRequest
- func (*ListMarketsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListMarketsRequest) GetIncludeSettled() bool
- func (x *ListMarketsRequest) GetPagination() *Pagination
- func (*ListMarketsRequest) ProtoMessage()
- func (x *ListMarketsRequest) ProtoReflect() protoreflect.Message
- func (x *ListMarketsRequest) Reset()
- func (x *ListMarketsRequest) String() string
- type ListMarketsResponse
- func (*ListMarketsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListMarketsResponse) GetMarkets() *MarketConnection
- func (*ListMarketsResponse) ProtoMessage()
- func (x *ListMarketsResponse) ProtoReflect() protoreflect.Message
- func (x *ListMarketsResponse) Reset()
- func (x *ListMarketsResponse) String() string
- type ListNetworkParametersRequest
- func (*ListNetworkParametersRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListNetworkParametersRequest) GetPagination() *Pagination
- func (*ListNetworkParametersRequest) ProtoMessage()
- func (x *ListNetworkParametersRequest) ProtoReflect() protoreflect.Message
- func (x *ListNetworkParametersRequest) Reset()
- func (x *ListNetworkParametersRequest) String() string
- type ListNetworkParametersResponse
- func (*ListNetworkParametersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListNetworkParametersResponse) GetNetworkParameters() *NetworkParameterConnection
- func (*ListNetworkParametersResponse) ProtoMessage()
- func (x *ListNetworkParametersResponse) ProtoReflect() protoreflect.Message
- func (x *ListNetworkParametersResponse) Reset()
- func (x *ListNetworkParametersResponse) String() string
- type ListNodeSignaturesRequest
- func (*ListNodeSignaturesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListNodeSignaturesRequest) GetId() string
- func (x *ListNodeSignaturesRequest) GetPagination() *Pagination
- func (*ListNodeSignaturesRequest) ProtoMessage()
- func (x *ListNodeSignaturesRequest) ProtoReflect() protoreflect.Message
- func (x *ListNodeSignaturesRequest) Reset()
- func (x *ListNodeSignaturesRequest) String() string
- type ListNodeSignaturesResponse
- func (*ListNodeSignaturesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListNodeSignaturesResponse) GetSignatures() *NodeSignaturesConnection
- func (*ListNodeSignaturesResponse) ProtoMessage()
- func (x *ListNodeSignaturesResponse) ProtoReflect() protoreflect.Message
- func (x *ListNodeSignaturesResponse) Reset()
- func (x *ListNodeSignaturesResponse) String() string
- type ListNodesRequest
- func (*ListNodesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListNodesRequest) GetEpochSeq() uint64
- func (x *ListNodesRequest) GetPagination() *Pagination
- func (*ListNodesRequest) ProtoMessage()
- func (x *ListNodesRequest) ProtoReflect() protoreflect.Message
- func (x *ListNodesRequest) Reset()
- func (x *ListNodesRequest) String() string
- type ListNodesResponse
- func (*ListNodesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListNodesResponse) GetNodes() *NodesConnection
- func (*ListNodesResponse) ProtoMessage()
- func (x *ListNodesResponse) ProtoReflect() protoreflect.Message
- func (x *ListNodesResponse) Reset()
- func (x *ListNodesResponse) String() string
- type ListOracleDataRequest
- func (*ListOracleDataRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListOracleDataRequest) GetOracleSpecId() string
- func (x *ListOracleDataRequest) GetPagination() *Pagination
- func (*ListOracleDataRequest) ProtoMessage()
- func (x *ListOracleDataRequest) ProtoReflect() protoreflect.Message
- func (x *ListOracleDataRequest) Reset()
- func (x *ListOracleDataRequest) String() string
- type ListOracleDataResponse
- func (*ListOracleDataResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListOracleDataResponse) GetOracleData() *OracleDataConnection
- func (*ListOracleDataResponse) ProtoMessage()
- func (x *ListOracleDataResponse) ProtoReflect() protoreflect.Message
- func (x *ListOracleDataResponse) Reset()
- func (x *ListOracleDataResponse) String() string
- type ListOracleSpecsRequest
- func (*ListOracleSpecsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListOracleSpecsRequest) GetPagination() *Pagination
- func (*ListOracleSpecsRequest) ProtoMessage()
- func (x *ListOracleSpecsRequest) ProtoReflect() protoreflect.Message
- func (x *ListOracleSpecsRequest) Reset()
- func (x *ListOracleSpecsRequest) String() string
- type ListOracleSpecsResponse
- func (*ListOracleSpecsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListOracleSpecsResponse) GetOracleSpecs() *OracleSpecsConnection
- func (*ListOracleSpecsResponse) ProtoMessage()
- func (x *ListOracleSpecsResponse) ProtoReflect() protoreflect.Message
- func (x *ListOracleSpecsResponse) Reset()
- func (x *ListOracleSpecsResponse) String() string
- type ListOrderVersionsRequest
- func (*ListOrderVersionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListOrderVersionsRequest) GetOrderId() string
- func (x *ListOrderVersionsRequest) GetPagination() *Pagination
- func (*ListOrderVersionsRequest) ProtoMessage()
- func (x *ListOrderVersionsRequest) ProtoReflect() protoreflect.Message
- func (x *ListOrderVersionsRequest) Reset()
- func (x *ListOrderVersionsRequest) String() string
- type ListOrderVersionsResponse
- func (*ListOrderVersionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListOrderVersionsResponse) GetOrders() *OrderConnection
- func (*ListOrderVersionsResponse) ProtoMessage()
- func (x *ListOrderVersionsResponse) ProtoReflect() protoreflect.Message
- func (x *ListOrderVersionsResponse) Reset()
- func (x *ListOrderVersionsResponse) String() string
- type ListOrdersRequest
- func (*ListOrdersRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListOrdersRequest) GetFilter() *OrderFilter
- func (x *ListOrdersRequest) GetPagination() *Pagination
- func (*ListOrdersRequest) ProtoMessage()
- func (x *ListOrdersRequest) ProtoReflect() protoreflect.Message
- func (x *ListOrdersRequest) Reset()
- func (x *ListOrdersRequest) String() string
- type ListOrdersResponse
- func (*ListOrdersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListOrdersResponse) GetOrders() *OrderConnection
- func (*ListOrdersResponse) ProtoMessage()
- func (x *ListOrdersResponse) ProtoReflect() protoreflect.Message
- func (x *ListOrdersResponse) Reset()
- func (x *ListOrdersResponse) String() string
- type ListPartiesRequest
- func (*ListPartiesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListPartiesRequest) GetPagination() *Pagination
- func (x *ListPartiesRequest) GetPartyId() string
- func (*ListPartiesRequest) ProtoMessage()
- func (x *ListPartiesRequest) ProtoReflect() protoreflect.Message
- func (x *ListPartiesRequest) Reset()
- func (x *ListPartiesRequest) String() string
- type ListPartiesResponse
- func (*ListPartiesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListPartiesResponse) GetParties() *PartyConnection
- func (*ListPartiesResponse) ProtoMessage()
- func (x *ListPartiesResponse) ProtoReflect() protoreflect.Message
- func (x *ListPartiesResponse) Reset()
- func (x *ListPartiesResponse) String() string
- type ListPositionsRequestdeprecated
- func (*ListPositionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListPositionsRequest) GetMarketId() string
- func (x *ListPositionsRequest) GetPagination() *Pagination
- func (x *ListPositionsRequest) GetPartyId() string
- func (*ListPositionsRequest) ProtoMessage()
- func (x *ListPositionsRequest) ProtoReflect() protoreflect.Message
- func (x *ListPositionsRequest) Reset()
- func (x *ListPositionsRequest) String() string
- type ListPositionsResponsedeprecated
- func (*ListPositionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListPositionsResponse) GetPositions() *PositionConnection
- func (*ListPositionsResponse) ProtoMessage()
- func (x *ListPositionsResponse) ProtoReflect() protoreflect.Message
- func (x *ListPositionsResponse) Reset()
- func (x *ListPositionsResponse) String() string
- type ListProtocolUpgradeProposalsRequest
- func (*ListProtocolUpgradeProposalsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListProtocolUpgradeProposalsRequest) GetApprovedBy() string
- func (x *ListProtocolUpgradeProposalsRequest) GetPagination() *Pagination
- func (x *ListProtocolUpgradeProposalsRequest) GetStatus() v1.ProtocolUpgradeProposalStatus
- func (*ListProtocolUpgradeProposalsRequest) ProtoMessage()
- func (x *ListProtocolUpgradeProposalsRequest) ProtoReflect() protoreflect.Message
- func (x *ListProtocolUpgradeProposalsRequest) Reset()
- func (x *ListProtocolUpgradeProposalsRequest) String() string
- type ListProtocolUpgradeProposalsResponse
- func (*ListProtocolUpgradeProposalsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListProtocolUpgradeProposalsResponse) GetProtocolUpgradeProposals() *ProtocolUpgradeProposalConnection
- func (*ListProtocolUpgradeProposalsResponse) ProtoMessage()
- func (x *ListProtocolUpgradeProposalsResponse) ProtoReflect() protoreflect.Message
- func (x *ListProtocolUpgradeProposalsResponse) Reset()
- func (x *ListProtocolUpgradeProposalsResponse) String() string
- type ListRewardSummariesRequest
- func (*ListRewardSummariesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListRewardSummariesRequest) GetAssetId() string
- func (x *ListRewardSummariesRequest) GetPagination() *Pagination
- func (x *ListRewardSummariesRequest) GetPartyId() string
- func (*ListRewardSummariesRequest) ProtoMessage()
- func (x *ListRewardSummariesRequest) ProtoReflect() protoreflect.Message
- func (x *ListRewardSummariesRequest) Reset()
- func (x *ListRewardSummariesRequest) String() string
- type ListRewardSummariesResponse
- func (*ListRewardSummariesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListRewardSummariesResponse) GetSummaries() []*vega.RewardSummary
- func (*ListRewardSummariesResponse) ProtoMessage()
- func (x *ListRewardSummariesResponse) ProtoReflect() protoreflect.Message
- func (x *ListRewardSummariesResponse) Reset()
- func (x *ListRewardSummariesResponse) String() string
- type ListRewardsRequest
- func (*ListRewardsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListRewardsRequest) GetAssetId() string
- func (x *ListRewardsRequest) GetFromEpoch() uint64
- func (x *ListRewardsRequest) GetPagination() *Pagination
- func (x *ListRewardsRequest) GetPartyId() string
- func (x *ListRewardsRequest) GetToEpoch() uint64
- func (*ListRewardsRequest) ProtoMessage()
- func (x *ListRewardsRequest) ProtoReflect() protoreflect.Message
- func (x *ListRewardsRequest) Reset()
- func (x *ListRewardsRequest) String() string
- type ListRewardsResponse
- func (*ListRewardsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListRewardsResponse) GetRewards() *RewardsConnection
- func (*ListRewardsResponse) ProtoMessage()
- func (x *ListRewardsResponse) ProtoReflect() protoreflect.Message
- func (x *ListRewardsResponse) Reset()
- func (x *ListRewardsResponse) String() string
- type ListStopOrdersRequest
- func (*ListStopOrdersRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListStopOrdersRequest) GetFilter() *StopOrderFilter
- func (x *ListStopOrdersRequest) GetPagination() *Pagination
- func (*ListStopOrdersRequest) ProtoMessage()
- func (x *ListStopOrdersRequest) ProtoReflect() protoreflect.Message
- func (x *ListStopOrdersRequest) Reset()
- func (x *ListStopOrdersRequest) String() string
- type ListStopOrdersResponse
- func (*ListStopOrdersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListStopOrdersResponse) GetOrders() *StopOrderConnection
- func (*ListStopOrdersResponse) ProtoMessage()
- func (x *ListStopOrdersResponse) ProtoReflect() protoreflect.Message
- func (x *ListStopOrdersResponse) Reset()
- func (x *ListStopOrdersResponse) String() string
- type ListSuccessorMarketsRequest
- func (*ListSuccessorMarketsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListSuccessorMarketsRequest) GetIncludeFullHistory() bool
- func (x *ListSuccessorMarketsRequest) GetMarketId() string
- func (x *ListSuccessorMarketsRequest) GetPagination() *Pagination
- func (*ListSuccessorMarketsRequest) ProtoMessage()
- func (x *ListSuccessorMarketsRequest) ProtoReflect() protoreflect.Message
- func (x *ListSuccessorMarketsRequest) Reset()
- func (x *ListSuccessorMarketsRequest) String() string
- type ListSuccessorMarketsResponse
- func (*ListSuccessorMarketsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListSuccessorMarketsResponse) GetSuccessorMarkets() *SuccessorMarketConnection
- func (*ListSuccessorMarketsResponse) ProtoMessage()
- func (x *ListSuccessorMarketsResponse) ProtoReflect() protoreflect.Message
- func (x *ListSuccessorMarketsResponse) Reset()
- func (x *ListSuccessorMarketsResponse) String() string
- type ListTradesRequest
- func (*ListTradesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListTradesRequest) GetDateRange() *DateRange
- func (x *ListTradesRequest) GetMarketIds() []string
- func (x *ListTradesRequest) GetOrderIds() []string
- func (x *ListTradesRequest) GetPagination() *Pagination
- func (x *ListTradesRequest) GetPartyIds() []string
- func (*ListTradesRequest) ProtoMessage()
- func (x *ListTradesRequest) ProtoReflect() protoreflect.Message
- func (x *ListTradesRequest) Reset()
- func (x *ListTradesRequest) String() string
- type ListTradesResponse
- func (*ListTradesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListTradesResponse) GetTrades() *TradeConnection
- func (*ListTradesResponse) ProtoMessage()
- func (x *ListTradesResponse) ProtoReflect() protoreflect.Message
- func (x *ListTradesResponse) Reset()
- func (x *ListTradesResponse) String() string
- type ListTransfersRequest
- func (*ListTransfersRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListTransfersRequest) GetDirection() TransferDirection
- func (x *ListTransfersRequest) GetPagination() *Pagination
- func (x *ListTransfersRequest) GetPubkey() string
- func (*ListTransfersRequest) ProtoMessage()
- func (x *ListTransfersRequest) ProtoReflect() protoreflect.Message
- func (x *ListTransfersRequest) Reset()
- func (x *ListTransfersRequest) String() string
- type ListTransfersResponse
- func (*ListTransfersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListTransfersResponse) GetTransfers() *TransferConnection
- func (*ListTransfersResponse) ProtoMessage()
- func (x *ListTransfersResponse) ProtoReflect() protoreflect.Message
- func (x *ListTransfersResponse) Reset()
- func (x *ListTransfersResponse) String() string
- type ListVotesRequest
- func (*ListVotesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListVotesRequest) GetPagination() *Pagination
- func (x *ListVotesRequest) GetPartyId() string
- func (x *ListVotesRequest) GetProposalId() string
- func (*ListVotesRequest) ProtoMessage()
- func (x *ListVotesRequest) ProtoReflect() protoreflect.Message
- func (x *ListVotesRequest) Reset()
- func (x *ListVotesRequest) String() string
- type ListVotesResponse
- func (*ListVotesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListVotesResponse) GetVotes() *VoteConnection
- func (*ListVotesResponse) ProtoMessage()
- func (x *ListVotesResponse) ProtoReflect() protoreflect.Message
- func (x *ListVotesResponse) Reset()
- func (x *ListVotesResponse) String() string
- type ListWithdrawalsRequest
- func (*ListWithdrawalsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListWithdrawalsRequest) GetDateRange() *DateRange
- func (x *ListWithdrawalsRequest) GetPagination() *Pagination
- func (x *ListWithdrawalsRequest) GetPartyId() string
- func (*ListWithdrawalsRequest) ProtoMessage()
- func (x *ListWithdrawalsRequest) ProtoReflect() protoreflect.Message
- func (x *ListWithdrawalsRequest) Reset()
- func (x *ListWithdrawalsRequest) String() string
- type ListWithdrawalsResponse
- func (*ListWithdrawalsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListWithdrawalsResponse) GetWithdrawals() *WithdrawalsConnection
- func (*ListWithdrawalsResponse) ProtoMessage()
- func (x *ListWithdrawalsResponse) ProtoReflect() protoreflect.Message
- func (x *ListWithdrawalsResponse) Reset()
- func (x *ListWithdrawalsResponse) String() string
- type MarginConnection
- func (*MarginConnection) Descriptor() ([]byte, []int)deprecated
- func (x *MarginConnection) GetEdges() []*MarginEdge
- func (x *MarginConnection) GetPageInfo() *PageInfo
- func (*MarginConnection) ProtoMessage()
- func (x *MarginConnection) ProtoReflect() protoreflect.Message
- func (x *MarginConnection) Reset()
- func (x *MarginConnection) String() string
- type MarginEdge
- func (*MarginEdge) Descriptor() ([]byte, []int)deprecated
- func (x *MarginEdge) GetCursor() string
- func (x *MarginEdge) GetNode() *vega.MarginLevels
- func (*MarginEdge) ProtoMessage()
- func (x *MarginEdge) ProtoReflect() protoreflect.Message
- func (x *MarginEdge) Reset()
- func (x *MarginEdge) String() string
- type MarginEstimate
- func (*MarginEstimate) Descriptor() ([]byte, []int)deprecated
- func (x *MarginEstimate) GetBestCase() *vega.MarginLevels
- func (x *MarginEstimate) GetWorstCase() *vega.MarginLevels
- func (*MarginEstimate) ProtoMessage()
- func (x *MarginEstimate) ProtoReflect() protoreflect.Message
- func (x *MarginEstimate) Reset()
- func (x *MarginEstimate) String() string
- type MarketConnection
- func (*MarketConnection) Descriptor() ([]byte, []int)deprecated
- func (x *MarketConnection) GetEdges() []*MarketEdge
- func (x *MarketConnection) GetPageInfo() *PageInfo
- func (*MarketConnection) ProtoMessage()
- func (x *MarketConnection) ProtoReflect() protoreflect.Message
- func (x *MarketConnection) Reset()
- func (x *MarketConnection) String() string
- type MarketDataConnection
- func (*MarketDataConnection) Descriptor() ([]byte, []int)deprecated
- func (x *MarketDataConnection) GetEdges() []*MarketDataEdge
- func (x *MarketDataConnection) GetPageInfo() *PageInfo
- func (*MarketDataConnection) ProtoMessage()
- func (x *MarketDataConnection) ProtoReflect() protoreflect.Message
- func (x *MarketDataConnection) Reset()
- func (x *MarketDataConnection) String() string
- type MarketDataEdge
- func (*MarketDataEdge) Descriptor() ([]byte, []int)deprecated
- func (x *MarketDataEdge) GetCursor() string
- func (x *MarketDataEdge) GetNode() *vega.MarketData
- func (*MarketDataEdge) ProtoMessage()
- func (x *MarketDataEdge) ProtoReflect() protoreflect.Message
- func (x *MarketDataEdge) Reset()
- func (x *MarketDataEdge) String() string
- type MarketEdge
- type NetworkParameterConnection
- func (*NetworkParameterConnection) Descriptor() ([]byte, []int)deprecated
- func (x *NetworkParameterConnection) GetEdges() []*NetworkParameterEdge
- func (x *NetworkParameterConnection) GetPageInfo() *PageInfo
- func (*NetworkParameterConnection) ProtoMessage()
- func (x *NetworkParameterConnection) ProtoReflect() protoreflect.Message
- func (x *NetworkParameterConnection) Reset()
- func (x *NetworkParameterConnection) String() string
- type NetworkParameterEdge
- func (*NetworkParameterEdge) Descriptor() ([]byte, []int)deprecated
- func (x *NetworkParameterEdge) GetCursor() string
- func (x *NetworkParameterEdge) GetNode() *vega.NetworkParameter
- func (*NetworkParameterEdge) ProtoMessage()
- func (x *NetworkParameterEdge) ProtoReflect() protoreflect.Message
- func (x *NetworkParameterEdge) Reset()
- func (x *NetworkParameterEdge) String() string
- type NodeBasic
- func (*NodeBasic) Descriptor() ([]byte, []int)deprecated
- func (x *NodeBasic) GetAvatarUrl() string
- func (x *NodeBasic) GetEthereumAddress() string
- func (x *NodeBasic) GetId() string
- func (x *NodeBasic) GetInfoUrl() string
- func (x *NodeBasic) GetLocation() string
- func (x *NodeBasic) GetName() string
- func (x *NodeBasic) GetPubKey() string
- func (x *NodeBasic) GetStatus() vega.NodeStatus
- func (x *NodeBasic) GetTmPubKey() string
- func (*NodeBasic) ProtoMessage()
- func (x *NodeBasic) ProtoReflect() protoreflect.Message
- func (x *NodeBasic) Reset()
- func (x *NodeBasic) String() string
- type NodeEdge
- type NodeSignatureEdge
- func (*NodeSignatureEdge) Descriptor() ([]byte, []int)deprecated
- func (x *NodeSignatureEdge) GetCursor() string
- func (x *NodeSignatureEdge) GetNode() *v11.NodeSignature
- func (*NodeSignatureEdge) ProtoMessage()
- func (x *NodeSignatureEdge) ProtoReflect() protoreflect.Message
- func (x *NodeSignatureEdge) Reset()
- func (x *NodeSignatureEdge) String() string
- type NodeSignaturesConnection
- func (*NodeSignaturesConnection) Descriptor() ([]byte, []int)deprecated
- func (x *NodeSignaturesConnection) GetEdges() []*NodeSignatureEdge
- func (x *NodeSignaturesConnection) GetPageInfo() *PageInfo
- func (*NodeSignaturesConnection) ProtoMessage()
- func (x *NodeSignaturesConnection) ProtoReflect() protoreflect.Message
- func (x *NodeSignaturesConnection) Reset()
- func (x *NodeSignaturesConnection) String() string
- type NodesConnection
- func (*NodesConnection) Descriptor() ([]byte, []int)deprecated
- func (x *NodesConnection) GetEdges() []*NodeEdge
- func (x *NodesConnection) GetPageInfo() *PageInfo
- func (*NodesConnection) ProtoMessage()
- func (x *NodesConnection) ProtoReflect() protoreflect.Message
- func (x *NodesConnection) Reset()
- func (x *NodesConnection) String() string
- type ObserveAccountsRequest
- func (*ObserveAccountsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ObserveAccountsRequest) GetAsset() string
- func (x *ObserveAccountsRequest) GetMarketId() string
- func (x *ObserveAccountsRequest) GetPartyId() string
- func (x *ObserveAccountsRequest) GetType() vega.AccountType
- func (*ObserveAccountsRequest) ProtoMessage()
- func (x *ObserveAccountsRequest) ProtoReflect() protoreflect.Message
- func (x *ObserveAccountsRequest) Reset()
- func (x *ObserveAccountsRequest) String() string
- type ObserveAccountsResponse
- func (*ObserveAccountsResponse) Descriptor() ([]byte, []int)deprecated
- func (m *ObserveAccountsResponse) GetResponse() isObserveAccountsResponse_Response
- func (x *ObserveAccountsResponse) GetSnapshot() *AccountSnapshotPage
- func (x *ObserveAccountsResponse) GetUpdates() *AccountUpdates
- func (*ObserveAccountsResponse) ProtoMessage()
- func (x *ObserveAccountsResponse) ProtoReflect() protoreflect.Message
- func (x *ObserveAccountsResponse) Reset()
- func (x *ObserveAccountsResponse) String() string
- type ObserveAccountsResponse_Snapshot
- type ObserveAccountsResponse_Updates
- type ObserveCandleDataRequest
- func (*ObserveCandleDataRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ObserveCandleDataRequest) GetCandleId() string
- func (*ObserveCandleDataRequest) ProtoMessage()
- func (x *ObserveCandleDataRequest) ProtoReflect() protoreflect.Message
- func (x *ObserveCandleDataRequest) Reset()
- func (x *ObserveCandleDataRequest) String() string
- type ObserveCandleDataResponse
- func (*ObserveCandleDataResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ObserveCandleDataResponse) GetCandle() *Candle
- func (*ObserveCandleDataResponse) ProtoMessage()
- func (x *ObserveCandleDataResponse) ProtoReflect() protoreflect.Message
- func (x *ObserveCandleDataResponse) Reset()
- func (x *ObserveCandleDataResponse) String() string
- type ObserveDelegationsRequest
- func (*ObserveDelegationsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ObserveDelegationsRequest) GetNodeId() string
- func (x *ObserveDelegationsRequest) GetPartyId() string
- func (*ObserveDelegationsRequest) ProtoMessage()
- func (x *ObserveDelegationsRequest) ProtoReflect() protoreflect.Message
- func (x *ObserveDelegationsRequest) Reset()
- func (x *ObserveDelegationsRequest) String() string
- type ObserveDelegationsResponse
- func (*ObserveDelegationsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ObserveDelegationsResponse) GetDelegation() *vega.Delegation
- func (*ObserveDelegationsResponse) ProtoMessage()
- func (x *ObserveDelegationsResponse) ProtoReflect() protoreflect.Message
- func (x *ObserveDelegationsResponse) Reset()
- func (x *ObserveDelegationsResponse) String() string
- type ObserveEventBusRequest
- func (*ObserveEventBusRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ObserveEventBusRequest) GetBatchSize() int64
- func (x *ObserveEventBusRequest) GetMarketId() string
- func (x *ObserveEventBusRequest) GetPartyId() string
- func (x *ObserveEventBusRequest) GetType() []v1.BusEventType
- func (*ObserveEventBusRequest) ProtoMessage()
- func (x *ObserveEventBusRequest) ProtoReflect() protoreflect.Message
- func (x *ObserveEventBusRequest) Reset()
- func (x *ObserveEventBusRequest) String() string
- type ObserveEventBusResponse
- func (*ObserveEventBusResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ObserveEventBusResponse) GetEvents() []*v1.BusEvent
- func (*ObserveEventBusResponse) ProtoMessage()
- func (x *ObserveEventBusResponse) ProtoReflect() protoreflect.Message
- func (x *ObserveEventBusResponse) Reset()
- func (x *ObserveEventBusResponse) String() string
- type ObserveGovernanceRequest
- func (*ObserveGovernanceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ObserveGovernanceRequest) GetPartyId() string
- func (*ObserveGovernanceRequest) ProtoMessage()
- func (x *ObserveGovernanceRequest) ProtoReflect() protoreflect.Message
- func (x *ObserveGovernanceRequest) Reset()
- func (x *ObserveGovernanceRequest) String() string
- type ObserveGovernanceResponse
- func (*ObserveGovernanceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ObserveGovernanceResponse) GetData() *vega.GovernanceData
- func (*ObserveGovernanceResponse) ProtoMessage()
- func (x *ObserveGovernanceResponse) ProtoReflect() protoreflect.Message
- func (x *ObserveGovernanceResponse) Reset()
- func (x *ObserveGovernanceResponse) String() string
- type ObserveLedgerMovementsRequest
- func (*ObserveLedgerMovementsRequest) Descriptor() ([]byte, []int)deprecated
- func (*ObserveLedgerMovementsRequest) ProtoMessage()
- func (x *ObserveLedgerMovementsRequest) ProtoReflect() protoreflect.Message
- func (x *ObserveLedgerMovementsRequest) Reset()
- func (x *ObserveLedgerMovementsRequest) String() string
- type ObserveLedgerMovementsResponse
- func (*ObserveLedgerMovementsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ObserveLedgerMovementsResponse) GetLedgerMovement() *vega.LedgerMovement
- func (*ObserveLedgerMovementsResponse) ProtoMessage()
- func (x *ObserveLedgerMovementsResponse) ProtoReflect() protoreflect.Message
- func (x *ObserveLedgerMovementsResponse) Reset()
- func (x *ObserveLedgerMovementsResponse) String() string
- type ObserveLiquidityProvisionsRequest
- func (*ObserveLiquidityProvisionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ObserveLiquidityProvisionsRequest) GetMarketId() string
- func (x *ObserveLiquidityProvisionsRequest) GetPartyId() string
- func (*ObserveLiquidityProvisionsRequest) ProtoMessage()
- func (x *ObserveLiquidityProvisionsRequest) ProtoReflect() protoreflect.Message
- func (x *ObserveLiquidityProvisionsRequest) Reset()
- func (x *ObserveLiquidityProvisionsRequest) String() string
- type ObserveLiquidityProvisionsResponse
- func (*ObserveLiquidityProvisionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ObserveLiquidityProvisionsResponse) GetLiquidityProvisions() []*vega.LiquidityProvision
- func (*ObserveLiquidityProvisionsResponse) ProtoMessage()
- func (x *ObserveLiquidityProvisionsResponse) ProtoReflect() protoreflect.Message
- func (x *ObserveLiquidityProvisionsResponse) Reset()
- func (x *ObserveLiquidityProvisionsResponse) String() string
- type ObserveMarginLevelsRequest
- func (*ObserveMarginLevelsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ObserveMarginLevelsRequest) GetMarketId() string
- func (x *ObserveMarginLevelsRequest) GetPartyId() string
- func (*ObserveMarginLevelsRequest) ProtoMessage()
- func (x *ObserveMarginLevelsRequest) ProtoReflect() protoreflect.Message
- func (x *ObserveMarginLevelsRequest) Reset()
- func (x *ObserveMarginLevelsRequest) String() string
- type ObserveMarginLevelsResponse
- func (*ObserveMarginLevelsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ObserveMarginLevelsResponse) GetMarginLevels() *vega.MarginLevels
- func (*ObserveMarginLevelsResponse) ProtoMessage()
- func (x *ObserveMarginLevelsResponse) ProtoReflect() protoreflect.Message
- func (x *ObserveMarginLevelsResponse) Reset()
- func (x *ObserveMarginLevelsResponse) String() string
- type ObserveMarketsDataRequest
- func (*ObserveMarketsDataRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ObserveMarketsDataRequest) GetMarketIds() []string
- func (*ObserveMarketsDataRequest) ProtoMessage()
- func (x *ObserveMarketsDataRequest) ProtoReflect() protoreflect.Message
- func (x *ObserveMarketsDataRequest) Reset()
- func (x *ObserveMarketsDataRequest) String() string
- type ObserveMarketsDataResponse
- func (*ObserveMarketsDataResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ObserveMarketsDataResponse) GetMarketData() []*vega.MarketData
- func (*ObserveMarketsDataResponse) ProtoMessage()
- func (x *ObserveMarketsDataResponse) ProtoReflect() protoreflect.Message
- func (x *ObserveMarketsDataResponse) Reset()
- func (x *ObserveMarketsDataResponse) String() string
- type ObserveMarketsDepthRequest
- func (*ObserveMarketsDepthRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ObserveMarketsDepthRequest) GetMarketIds() []string
- func (*ObserveMarketsDepthRequest) ProtoMessage()
- func (x *ObserveMarketsDepthRequest) ProtoReflect() protoreflect.Message
- func (x *ObserveMarketsDepthRequest) Reset()
- func (x *ObserveMarketsDepthRequest) String() string
- type ObserveMarketsDepthResponse
- func (*ObserveMarketsDepthResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ObserveMarketsDepthResponse) GetMarketDepth() []*vega.MarketDepth
- func (*ObserveMarketsDepthResponse) ProtoMessage()
- func (x *ObserveMarketsDepthResponse) ProtoReflect() protoreflect.Message
- func (x *ObserveMarketsDepthResponse) Reset()
- func (x *ObserveMarketsDepthResponse) String() string
- type ObserveMarketsDepthUpdatesRequest
- func (*ObserveMarketsDepthUpdatesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ObserveMarketsDepthUpdatesRequest) GetMarketIds() []string
- func (*ObserveMarketsDepthUpdatesRequest) ProtoMessage()
- func (x *ObserveMarketsDepthUpdatesRequest) ProtoReflect() protoreflect.Message
- func (x *ObserveMarketsDepthUpdatesRequest) Reset()
- func (x *ObserveMarketsDepthUpdatesRequest) String() string
- type ObserveMarketsDepthUpdatesResponse
- func (*ObserveMarketsDepthUpdatesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ObserveMarketsDepthUpdatesResponse) GetUpdate() []*vega.MarketDepthUpdate
- func (*ObserveMarketsDepthUpdatesResponse) ProtoMessage()
- func (x *ObserveMarketsDepthUpdatesResponse) ProtoReflect() protoreflect.Message
- func (x *ObserveMarketsDepthUpdatesResponse) Reset()
- func (x *ObserveMarketsDepthUpdatesResponse) String() string
- type ObserveOrdersRequest
- func (*ObserveOrdersRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ObserveOrdersRequest) GetExcludeLiquidity() bool
- func (x *ObserveOrdersRequest) GetMarketIds() []string
- func (x *ObserveOrdersRequest) GetPartyIds() []string
- func (*ObserveOrdersRequest) ProtoMessage()
- func (x *ObserveOrdersRequest) ProtoReflect() protoreflect.Message
- func (x *ObserveOrdersRequest) Reset()
- func (x *ObserveOrdersRequest) String() string
- type ObserveOrdersResponse
- func (*ObserveOrdersResponse) Descriptor() ([]byte, []int)deprecated
- func (m *ObserveOrdersResponse) GetResponse() isObserveOrdersResponse_Response
- func (x *ObserveOrdersResponse) GetSnapshot() *OrderSnapshotPage
- func (x *ObserveOrdersResponse) GetUpdates() *OrderUpdates
- func (*ObserveOrdersResponse) ProtoMessage()
- func (x *ObserveOrdersResponse) ProtoReflect() protoreflect.Message
- func (x *ObserveOrdersResponse) Reset()
- func (x *ObserveOrdersResponse) String() string
- type ObserveOrdersResponse_Snapshot
- type ObserveOrdersResponse_Updates
- type ObservePositionsRequest
- func (*ObservePositionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ObservePositionsRequest) GetMarketId() string
- func (x *ObservePositionsRequest) GetPartyId() string
- func (*ObservePositionsRequest) ProtoMessage()
- func (x *ObservePositionsRequest) ProtoReflect() protoreflect.Message
- func (x *ObservePositionsRequest) Reset()
- func (x *ObservePositionsRequest) String() string
- type ObservePositionsResponse
- func (*ObservePositionsResponse) Descriptor() ([]byte, []int)deprecated
- func (m *ObservePositionsResponse) GetResponse() isObservePositionsResponse_Response
- func (x *ObservePositionsResponse) GetSnapshot() *PositionSnapshotPage
- func (x *ObservePositionsResponse) GetUpdates() *PositionUpdates
- func (*ObservePositionsResponse) ProtoMessage()
- func (x *ObservePositionsResponse) ProtoReflect() protoreflect.Message
- func (x *ObservePositionsResponse) Reset()
- func (x *ObservePositionsResponse) String() string
- type ObservePositionsResponse_Snapshot
- type ObservePositionsResponse_Updates
- type ObserveRewardsRequest
- func (*ObserveRewardsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ObserveRewardsRequest) GetAssetId() string
- func (x *ObserveRewardsRequest) GetPartyId() string
- func (*ObserveRewardsRequest) ProtoMessage()
- func (x *ObserveRewardsRequest) ProtoReflect() protoreflect.Message
- func (x *ObserveRewardsRequest) Reset()
- func (x *ObserveRewardsRequest) String() string
- type ObserveRewardsResponse
- func (*ObserveRewardsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ObserveRewardsResponse) GetReward() *vega.Reward
- func (*ObserveRewardsResponse) ProtoMessage()
- func (x *ObserveRewardsResponse) ProtoReflect() protoreflect.Message
- func (x *ObserveRewardsResponse) Reset()
- func (x *ObserveRewardsResponse) String() string
- type ObserveTradesRequest
- func (*ObserveTradesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ObserveTradesRequest) GetMarketIds() []string
- func (x *ObserveTradesRequest) GetPartyIds() []string
- func (*ObserveTradesRequest) ProtoMessage()
- func (x *ObserveTradesRequest) ProtoReflect() protoreflect.Message
- func (x *ObserveTradesRequest) Reset()
- func (x *ObserveTradesRequest) String() string
- type ObserveTradesResponse
- func (*ObserveTradesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ObserveTradesResponse) GetTrades() []*vega.Trade
- func (*ObserveTradesResponse) ProtoMessage()
- func (x *ObserveTradesResponse) ProtoReflect() protoreflect.Message
- func (x *ObserveTradesResponse) Reset()
- func (x *ObserveTradesResponse) String() string
- type ObserveVotesRequest
- func (*ObserveVotesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ObserveVotesRequest) GetPartyId() string
- func (x *ObserveVotesRequest) GetProposalId() string
- func (*ObserveVotesRequest) ProtoMessage()
- func (x *ObserveVotesRequest) ProtoReflect() protoreflect.Message
- func (x *ObserveVotesRequest) Reset()
- func (x *ObserveVotesRequest) String() string
- type ObserveVotesResponse
- func (*ObserveVotesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ObserveVotesResponse) GetVote() *vega.Vote
- func (*ObserveVotesResponse) ProtoMessage()
- func (x *ObserveVotesResponse) ProtoReflect() protoreflect.Message
- func (x *ObserveVotesResponse) Reset()
- func (x *ObserveVotesResponse) String() string
- type OracleDataConnection
- func (*OracleDataConnection) Descriptor() ([]byte, []int)deprecated
- func (x *OracleDataConnection) GetEdges() []*OracleDataEdge
- func (x *OracleDataConnection) GetPageInfo() *PageInfo
- func (*OracleDataConnection) ProtoMessage()
- func (x *OracleDataConnection) ProtoReflect() protoreflect.Message
- func (x *OracleDataConnection) Reset()
- func (x *OracleDataConnection) String() string
- type OracleDataEdge
- func (*OracleDataEdge) Descriptor() ([]byte, []int)deprecated
- func (x *OracleDataEdge) GetCursor() string
- func (x *OracleDataEdge) GetNode() *vega.OracleData
- func (*OracleDataEdge) ProtoMessage()
- func (x *OracleDataEdge) ProtoReflect() protoreflect.Message
- func (x *OracleDataEdge) Reset()
- func (x *OracleDataEdge) String() string
- type OracleSpecEdge
- func (*OracleSpecEdge) Descriptor() ([]byte, []int)deprecated
- func (x *OracleSpecEdge) GetCursor() string
- func (x *OracleSpecEdge) GetNode() *vega.OracleSpec
- func (*OracleSpecEdge) ProtoMessage()
- func (x *OracleSpecEdge) ProtoReflect() protoreflect.Message
- func (x *OracleSpecEdge) Reset()
- func (x *OracleSpecEdge) String() string
- type OracleSpecsConnection
- func (*OracleSpecsConnection) Descriptor() ([]byte, []int)deprecated
- func (x *OracleSpecsConnection) GetEdges() []*OracleSpecEdge
- func (x *OracleSpecsConnection) GetPageInfo() *PageInfo
- func (*OracleSpecsConnection) ProtoMessage()
- func (x *OracleSpecsConnection) ProtoReflect() protoreflect.Message
- func (x *OracleSpecsConnection) Reset()
- func (x *OracleSpecsConnection) String() string
- type OrderConnection
- func (*OrderConnection) Descriptor() ([]byte, []int)deprecated
- func (x *OrderConnection) GetEdges() []*OrderEdge
- func (x *OrderConnection) GetPageInfo() *PageInfo
- func (*OrderConnection) ProtoMessage()
- func (x *OrderConnection) ProtoReflect() protoreflect.Message
- func (x *OrderConnection) Reset()
- func (x *OrderConnection) String() string
- type OrderEdge
- type OrderFilter
- func (*OrderFilter) Descriptor() ([]byte, []int)deprecated
- func (x *OrderFilter) GetDateRange() *DateRange
- func (x *OrderFilter) GetExcludeLiquidity() bool
- func (x *OrderFilter) GetLiveOnly() bool
- func (x *OrderFilter) GetMarketIds() []string
- func (x *OrderFilter) GetPartyIds() []string
- func (x *OrderFilter) GetReference() string
- func (x *OrderFilter) GetStatuses() []vega.Order_Status
- func (x *OrderFilter) GetTimeInForces() []vega.Order_TimeInForce
- func (x *OrderFilter) GetTypes() []vega.Order_Type
- func (*OrderFilter) ProtoMessage()
- func (x *OrderFilter) ProtoReflect() protoreflect.Message
- func (x *OrderFilter) Reset()
- func (x *OrderFilter) String() string
- type OrderInfo
- func (*OrderInfo) Descriptor() ([]byte, []int)deprecated
- func (x *OrderInfo) GetIsMarketOrder() bool
- func (x *OrderInfo) GetPrice() string
- func (x *OrderInfo) GetRemaining() uint64
- func (x *OrderInfo) GetSide() vega.Side
- func (*OrderInfo) ProtoMessage()
- func (x *OrderInfo) ProtoReflect() protoreflect.Message
- func (x *OrderInfo) Reset()
- func (x *OrderInfo) String() string
- type OrderSnapshotPage
- func (*OrderSnapshotPage) Descriptor() ([]byte, []int)deprecated
- func (x *OrderSnapshotPage) GetLastPage() bool
- func (x *OrderSnapshotPage) GetOrders() []*vega.Order
- func (*OrderSnapshotPage) ProtoMessage()
- func (x *OrderSnapshotPage) ProtoReflect() protoreflect.Message
- func (x *OrderSnapshotPage) Reset()
- func (x *OrderSnapshotPage) String() string
- type OrderUpdates
- type PageInfo
- func (*PageInfo) Descriptor() ([]byte, []int)deprecated
- func (x *PageInfo) GetEndCursor() string
- func (x *PageInfo) GetHasNextPage() bool
- func (x *PageInfo) GetHasPreviousPage() bool
- func (x *PageInfo) GetStartCursor() string
- func (*PageInfo) ProtoMessage()
- func (x *PageInfo) ProtoReflect() protoreflect.Message
- func (x *PageInfo) Reset()
- func (x *PageInfo) String() string
- type Pagination
- func (*Pagination) Descriptor() ([]byte, []int)deprecated
- func (x *Pagination) GetAfter() string
- func (x *Pagination) GetBefore() string
- func (x *Pagination) GetFirst() int32
- func (x *Pagination) GetLast() int32
- func (x *Pagination) GetNewestFirst() bool
- func (*Pagination) ProtoMessage()
- func (x *Pagination) ProtoReflect() protoreflect.Message
- func (x *Pagination) Reset()
- func (x *Pagination) String() string
- type PartyConnection
- func (*PartyConnection) Descriptor() ([]byte, []int)deprecated
- func (x *PartyConnection) GetEdges() []*PartyEdge
- func (x *PartyConnection) GetPageInfo() *PageInfo
- func (*PartyConnection) ProtoMessage()
- func (x *PartyConnection) ProtoReflect() protoreflect.Message
- func (x *PartyConnection) Reset()
- func (x *PartyConnection) String() string
- type PartyEdge
- type PingRequest
- type PingResponse
- type PositionConnection
- func (*PositionConnection) Descriptor() ([]byte, []int)deprecated
- func (x *PositionConnection) GetEdges() []*PositionEdge
- func (x *PositionConnection) GetPageInfo() *PageInfo
- func (*PositionConnection) ProtoMessage()
- func (x *PositionConnection) ProtoReflect() protoreflect.Message
- func (x *PositionConnection) Reset()
- func (x *PositionConnection) String() string
- type PositionEdge
- func (*PositionEdge) Descriptor() ([]byte, []int)deprecated
- func (x *PositionEdge) GetCursor() string
- func (x *PositionEdge) GetNode() *vega.Position
- func (*PositionEdge) ProtoMessage()
- func (x *PositionEdge) ProtoReflect() protoreflect.Message
- func (x *PositionEdge) Reset()
- func (x *PositionEdge) String() string
- type PositionSnapshotPage
- func (*PositionSnapshotPage) Descriptor() ([]byte, []int)deprecated
- func (x *PositionSnapshotPage) GetLastPage() bool
- func (x *PositionSnapshotPage) GetPositions() []*vega.Position
- func (*PositionSnapshotPage) ProtoMessage()
- func (x *PositionSnapshotPage) ProtoReflect() protoreflect.Message
- func (x *PositionSnapshotPage) Reset()
- func (x *PositionSnapshotPage) String() string
- type PositionUpdates
- type PositionsFilter
- func (*PositionsFilter) Descriptor() ([]byte, []int)deprecated
- func (x *PositionsFilter) GetMarketIds() []string
- func (x *PositionsFilter) GetPartyIds() []string
- func (*PositionsFilter) ProtoMessage()
- func (x *PositionsFilter) ProtoReflect() protoreflect.Message
- func (x *PositionsFilter) Reset()
- func (x *PositionsFilter) String() string
- type ProtocolUpgradeProposalConnection
- func (*ProtocolUpgradeProposalConnection) Descriptor() ([]byte, []int)deprecated
- func (x *ProtocolUpgradeProposalConnection) GetEdges() []*ProtocolUpgradeProposalEdge
- func (x *ProtocolUpgradeProposalConnection) GetPageInfo() *PageInfo
- func (*ProtocolUpgradeProposalConnection) ProtoMessage()
- func (x *ProtocolUpgradeProposalConnection) ProtoReflect() protoreflect.Message
- func (x *ProtocolUpgradeProposalConnection) Reset()
- func (x *ProtocolUpgradeProposalConnection) String() string
- type ProtocolUpgradeProposalEdge
- func (*ProtocolUpgradeProposalEdge) Descriptor() ([]byte, []int)deprecated
- func (x *ProtocolUpgradeProposalEdge) GetCursor() string
- func (x *ProtocolUpgradeProposalEdge) GetNode() *v1.ProtocolUpgradeEvent
- func (*ProtocolUpgradeProposalEdge) ProtoMessage()
- func (x *ProtocolUpgradeProposalEdge) ProtoReflect() protoreflect.Message
- func (x *ProtocolUpgradeProposalEdge) Reset()
- func (x *ProtocolUpgradeProposalEdge) String() string
- type RewardEdge
- type RewardSummaryFilter
- func (*RewardSummaryFilter) Descriptor() ([]byte, []int)deprecated
- func (x *RewardSummaryFilter) GetAssetIds() []string
- func (x *RewardSummaryFilter) GetFromEpoch() uint64
- func (x *RewardSummaryFilter) GetMarketIds() []string
- func (x *RewardSummaryFilter) GetToEpoch() uint64
- func (*RewardSummaryFilter) ProtoMessage()
- func (x *RewardSummaryFilter) ProtoReflect() protoreflect.Message
- func (x *RewardSummaryFilter) Reset()
- func (x *RewardSummaryFilter) String() string
- type RewardsConnection
- func (*RewardsConnection) Descriptor() ([]byte, []int)deprecated
- func (x *RewardsConnection) GetEdges() []*RewardEdge
- func (x *RewardsConnection) GetPageInfo() *PageInfo
- func (*RewardsConnection) ProtoMessage()
- func (x *RewardsConnection) ProtoReflect() protoreflect.Message
- func (x *RewardsConnection) Reset()
- func (x *RewardsConnection) String() string
- type StakeLinkingEdge
- func (*StakeLinkingEdge) Descriptor() ([]byte, []int)deprecated
- func (x *StakeLinkingEdge) GetCursor() string
- func (x *StakeLinkingEdge) GetNode() *v1.StakeLinking
- func (*StakeLinkingEdge) ProtoMessage()
- func (x *StakeLinkingEdge) ProtoReflect() protoreflect.Message
- func (x *StakeLinkingEdge) Reset()
- func (x *StakeLinkingEdge) String() string
- type StakesConnection
- func (*StakesConnection) Descriptor() ([]byte, []int)deprecated
- func (x *StakesConnection) GetEdges() []*StakeLinkingEdge
- func (x *StakesConnection) GetPageInfo() *PageInfo
- func (*StakesConnection) ProtoMessage()
- func (x *StakesConnection) ProtoReflect() protoreflect.Message
- func (x *StakesConnection) Reset()
- func (x *StakesConnection) String() string
- type StopOrderConnection
- func (*StopOrderConnection) Descriptor() ([]byte, []int)deprecated
- func (x *StopOrderConnection) GetEdges() []*StopOrderEdge
- func (x *StopOrderConnection) GetPageInfo() *PageInfo
- func (*StopOrderConnection) ProtoMessage()
- func (x *StopOrderConnection) ProtoReflect() protoreflect.Message
- func (x *StopOrderConnection) Reset()
- func (x *StopOrderConnection) String() string
- type StopOrderEdge
- func (*StopOrderEdge) Descriptor() ([]byte, []int)deprecated
- func (x *StopOrderEdge) GetCursor() string
- func (x *StopOrderEdge) GetNode() *v1.StopOrderEvent
- func (*StopOrderEdge) ProtoMessage()
- func (x *StopOrderEdge) ProtoReflect() protoreflect.Message
- func (x *StopOrderEdge) Reset()
- func (x *StopOrderEdge) String() string
- type StopOrderFilter
- func (*StopOrderFilter) Descriptor() ([]byte, []int)deprecated
- func (x *StopOrderFilter) GetDateRange() *DateRange
- func (x *StopOrderFilter) GetExpiryStrategies() []vega.StopOrder_ExpiryStrategy
- func (x *StopOrderFilter) GetMarketIds() []string
- func (x *StopOrderFilter) GetPartyIds() []string
- func (x *StopOrderFilter) GetStatuses() []vega.StopOrder_Status
- func (*StopOrderFilter) ProtoMessage()
- func (x *StopOrderFilter) ProtoReflect() protoreflect.Message
- func (x *StopOrderFilter) Reset()
- func (x *StopOrderFilter) String() string
- type SuccessorMarket
- func (*SuccessorMarket) Descriptor() ([]byte, []int)deprecated
- func (x *SuccessorMarket) GetMarket() *vega.Market
- func (x *SuccessorMarket) GetProposals() []*vega.GovernanceData
- func (*SuccessorMarket) ProtoMessage()
- func (x *SuccessorMarket) ProtoReflect() protoreflect.Message
- func (x *SuccessorMarket) Reset()
- func (x *SuccessorMarket) String() string
- type SuccessorMarketConnection
- func (*SuccessorMarketConnection) Descriptor() ([]byte, []int)deprecated
- func (x *SuccessorMarketConnection) GetEdges() []*SuccessorMarketEdge
- func (x *SuccessorMarketConnection) GetPageInfo() *PageInfo
- func (*SuccessorMarketConnection) ProtoMessage()
- func (x *SuccessorMarketConnection) ProtoReflect() protoreflect.Message
- func (x *SuccessorMarketConnection) Reset()
- func (x *SuccessorMarketConnection) String() string
- type SuccessorMarketEdge
- func (*SuccessorMarketEdge) Descriptor() ([]byte, []int)deprecated
- func (x *SuccessorMarketEdge) GetCursor() string
- func (x *SuccessorMarketEdge) GetNode() *SuccessorMarket
- func (*SuccessorMarketEdge) ProtoMessage()
- func (x *SuccessorMarketEdge) ProtoReflect() protoreflect.Message
- func (x *SuccessorMarketEdge) Reset()
- func (x *SuccessorMarketEdge) String() string
- type Table
- type TradeConnection
- func (*TradeConnection) Descriptor() ([]byte, []int)deprecated
- func (x *TradeConnection) GetEdges() []*TradeEdge
- func (x *TradeConnection) GetPageInfo() *PageInfo
- func (*TradeConnection) ProtoMessage()
- func (x *TradeConnection) ProtoReflect() protoreflect.Message
- func (x *TradeConnection) Reset()
- func (x *TradeConnection) String() string
- type TradeEdge
- type TradingDataServiceClient
- type TradingDataServiceServer
- type TradingDataService_ExportLedgerEntriesClient
- type TradingDataService_ExportLedgerEntriesServer
- type TradingDataService_ExportNetworkHistoryClient
- type TradingDataService_ExportNetworkHistoryServer
- type TradingDataService_ObserveAccountsClient
- type TradingDataService_ObserveAccountsServer
- type TradingDataService_ObserveCandleDataClient
- type TradingDataService_ObserveCandleDataServer
- type TradingDataService_ObserveEventBusClient
- type TradingDataService_ObserveEventBusServer
- type TradingDataService_ObserveGovernanceClient
- type TradingDataService_ObserveGovernanceServer
- type TradingDataService_ObserveLedgerMovementsClient
- type TradingDataService_ObserveLedgerMovementsServer
- type TradingDataService_ObserveLiquidityProvisionsClient
- type TradingDataService_ObserveLiquidityProvisionsServer
- type TradingDataService_ObserveMarginLevelsClient
- type TradingDataService_ObserveMarginLevelsServer
- type TradingDataService_ObserveMarketsDataClient
- type TradingDataService_ObserveMarketsDataServer
- type TradingDataService_ObserveMarketsDepthClient
- type TradingDataService_ObserveMarketsDepthServer
- type TradingDataService_ObserveMarketsDepthUpdatesClient
- type TradingDataService_ObserveMarketsDepthUpdatesServer
- type TradingDataService_ObserveOrdersClient
- type TradingDataService_ObserveOrdersServer
- type TradingDataService_ObservePositionsClient
- type TradingDataService_ObservePositionsServer
- type TradingDataService_ObserveTradesClient
- type TradingDataService_ObserveTradesServer
- type TradingDataService_ObserveVotesClient
- type TradingDataService_ObserveVotesServer
- type TransferConnection
- func (*TransferConnection) Descriptor() ([]byte, []int)deprecated
- func (x *TransferConnection) GetEdges() []*TransferEdge
- func (x *TransferConnection) GetPageInfo() *PageInfo
- func (*TransferConnection) ProtoMessage()
- func (x *TransferConnection) ProtoReflect() protoreflect.Message
- func (x *TransferConnection) Reset()
- func (x *TransferConnection) String() string
- type TransferDirection
- func (TransferDirection) Descriptor() protoreflect.EnumDescriptor
- func (x TransferDirection) Enum() *TransferDirection
- func (TransferDirection) EnumDescriptor() ([]byte, []int)deprecated
- func (x TransferDirection) Number() protoreflect.EnumNumber
- func (x TransferDirection) String() string
- func (TransferDirection) Type() protoreflect.EnumType
- type TransferEdge
- func (*TransferEdge) Descriptor() ([]byte, []int)deprecated
- func (x *TransferEdge) GetCursor() string
- func (x *TransferEdge) GetNode() *v1.Transfer
- func (*TransferEdge) ProtoMessage()
- func (x *TransferEdge) ProtoReflect() protoreflect.Message
- func (x *TransferEdge) Reset()
- func (x *TransferEdge) String() string
- type UnimplementedTradingDataServiceServer
- func (UnimplementedTradingDataServiceServer) EstimateFee(context.Context, *EstimateFeeRequest) (*EstimateFeeResponse, error)
- func (UnimplementedTradingDataServiceServer) EstimateMargin(context.Context, *EstimateMarginRequest) (*EstimateMarginResponse, error)
- func (UnimplementedTradingDataServiceServer) EstimatePosition(context.Context, *EstimatePositionRequest) (*EstimatePositionResponse, error)
- func (UnimplementedTradingDataServiceServer) ExportLedgerEntries(*ExportLedgerEntriesRequest, TradingDataService_ExportLedgerEntriesServer) error
- func (UnimplementedTradingDataServiceServer) ExportNetworkHistory(*ExportNetworkHistoryRequest, TradingDataService_ExportNetworkHistoryServer) error
- func (UnimplementedTradingDataServiceServer) GetActiveNetworkHistoryPeerAddresses(context.Context, *GetActiveNetworkHistoryPeerAddressesRequest) (*GetActiveNetworkHistoryPeerAddressesResponse, error)
- func (UnimplementedTradingDataServiceServer) GetAsset(context.Context, *GetAssetRequest) (*GetAssetResponse, error)
- func (UnimplementedTradingDataServiceServer) GetDeposit(context.Context, *GetDepositRequest) (*GetDepositResponse, error)
- func (UnimplementedTradingDataServiceServer) GetERC20ListAssetBundle(context.Context, *GetERC20ListAssetBundleRequest) (*GetERC20ListAssetBundleResponse, error)
- func (UnimplementedTradingDataServiceServer) GetERC20SetAssetLimitsBundle(context.Context, *GetERC20SetAssetLimitsBundleRequest) (*GetERC20SetAssetLimitsBundleResponse, error)
- func (UnimplementedTradingDataServiceServer) GetERC20WithdrawalApproval(context.Context, *GetERC20WithdrawalApprovalRequest) (*GetERC20WithdrawalApprovalResponse, error)
- func (UnimplementedTradingDataServiceServer) GetEpoch(context.Context, *GetEpochRequest) (*GetEpochResponse, error)
- func (UnimplementedTradingDataServiceServer) GetGovernanceData(context.Context, *GetGovernanceDataRequest) (*GetGovernanceDataResponse, error)
- func (UnimplementedTradingDataServiceServer) GetLastTrade(context.Context, *GetLastTradeRequest) (*GetLastTradeResponse, error)
- func (UnimplementedTradingDataServiceServer) GetLatestMarketData(context.Context, *GetLatestMarketDataRequest) (*GetLatestMarketDataResponse, error)
- func (UnimplementedTradingDataServiceServer) GetLatestMarketDepth(context.Context, *GetLatestMarketDepthRequest) (*GetLatestMarketDepthResponse, error)
- func (UnimplementedTradingDataServiceServer) GetMarket(context.Context, *GetMarketRequest) (*GetMarketResponse, error)
- func (UnimplementedTradingDataServiceServer) GetMarketDataHistoryByID(context.Context, *GetMarketDataHistoryByIDRequest) (*GetMarketDataHistoryByIDResponse, error)
- func (UnimplementedTradingDataServiceServer) GetMostRecentNetworkHistorySegment(context.Context, *GetMostRecentNetworkHistorySegmentRequest) (*GetMostRecentNetworkHistorySegmentResponse, error)
- func (UnimplementedTradingDataServiceServer) GetNetworkData(context.Context, *GetNetworkDataRequest) (*GetNetworkDataResponse, error)
- func (UnimplementedTradingDataServiceServer) GetNetworkHistoryBootstrapPeers(context.Context, *GetNetworkHistoryBootstrapPeersRequest) (*GetNetworkHistoryBootstrapPeersResponse, error)
- func (UnimplementedTradingDataServiceServer) GetNetworkHistoryStatus(context.Context, *GetNetworkHistoryStatusRequest) (*GetNetworkHistoryStatusResponse, error)
- func (UnimplementedTradingDataServiceServer) GetNetworkLimits(context.Context, *GetNetworkLimitsRequest) (*GetNetworkLimitsResponse, error)
- func (UnimplementedTradingDataServiceServer) GetNetworkParameter(context.Context, *GetNetworkParameterRequest) (*GetNetworkParameterResponse, error)
- func (UnimplementedTradingDataServiceServer) GetNode(context.Context, *GetNodeRequest) (*GetNodeResponse, error)
- func (UnimplementedTradingDataServiceServer) GetOracleSpec(context.Context, *GetOracleSpecRequest) (*GetOracleSpecResponse, error)
- func (UnimplementedTradingDataServiceServer) GetOrder(context.Context, *GetOrderRequest) (*GetOrderResponse, error)
- func (UnimplementedTradingDataServiceServer) GetParty(context.Context, *GetPartyRequest) (*GetPartyResponse, error)
- func (UnimplementedTradingDataServiceServer) GetProtocolUpgradeStatus(context.Context, *GetProtocolUpgradeStatusRequest) (*GetProtocolUpgradeStatusResponse, error)
- func (UnimplementedTradingDataServiceServer) GetRiskFactors(context.Context, *GetRiskFactorsRequest) (*GetRiskFactorsResponse, error)
- func (UnimplementedTradingDataServiceServer) GetStake(context.Context, *GetStakeRequest) (*GetStakeResponse, error)
- func (UnimplementedTradingDataServiceServer) GetStopOrder(context.Context, *GetStopOrderRequest) (*GetStopOrderResponse, error)
- func (UnimplementedTradingDataServiceServer) GetVegaTime(context.Context, *GetVegaTimeRequest) (*GetVegaTimeResponse, error)
- func (UnimplementedTradingDataServiceServer) GetWithdrawal(context.Context, *GetWithdrawalRequest) (*GetWithdrawalResponse, error)
- func (UnimplementedTradingDataServiceServer) Info(context.Context, *InfoRequest) (*InfoResponse, error)
- func (UnimplementedTradingDataServiceServer) ListAccounts(context.Context, *ListAccountsRequest) (*ListAccountsResponse, error)
- func (UnimplementedTradingDataServiceServer) ListAllNetworkHistorySegments(context.Context, *ListAllNetworkHistorySegmentsRequest) (*ListAllNetworkHistorySegmentsResponse, error)
- func (UnimplementedTradingDataServiceServer) ListAllPositions(context.Context, *ListAllPositionsRequest) (*ListAllPositionsResponse, error)
- func (UnimplementedTradingDataServiceServer) ListAssets(context.Context, *ListAssetsRequest) (*ListAssetsResponse, error)
- func (UnimplementedTradingDataServiceServer) ListBalanceChanges(context.Context, *ListBalanceChangesRequest) (*ListBalanceChangesResponse, error)
- func (UnimplementedTradingDataServiceServer) ListCandleData(context.Context, *ListCandleDataRequest) (*ListCandleDataResponse, error)
- func (UnimplementedTradingDataServiceServer) ListCandleIntervals(context.Context, *ListCandleIntervalsRequest) (*ListCandleIntervalsResponse, error)
- func (UnimplementedTradingDataServiceServer) ListCheckpoints(context.Context, *ListCheckpointsRequest) (*ListCheckpointsResponse, error)
- func (UnimplementedTradingDataServiceServer) ListCoreSnapshots(context.Context, *ListCoreSnapshotsRequest) (*ListCoreSnapshotsResponse, error)
- func (UnimplementedTradingDataServiceServer) ListDelegations(context.Context, *ListDelegationsRequest) (*ListDelegationsResponse, error)
- func (UnimplementedTradingDataServiceServer) ListDeposits(context.Context, *ListDepositsRequest) (*ListDepositsResponse, error)
- func (UnimplementedTradingDataServiceServer) ListERC20MultiSigSignerAddedBundles(context.Context, *ListERC20MultiSigSignerAddedBundlesRequest) (*ListERC20MultiSigSignerAddedBundlesResponse, error)
- func (UnimplementedTradingDataServiceServer) ListERC20MultiSigSignerRemovedBundles(context.Context, *ListERC20MultiSigSignerRemovedBundlesRequest) (*ListERC20MultiSigSignerRemovedBundlesResponse, error)
- func (UnimplementedTradingDataServiceServer) ListEntities(context.Context, *ListEntitiesRequest) (*ListEntitiesResponse, error)
- func (UnimplementedTradingDataServiceServer) ListEpochRewardSummaries(context.Context, *ListEpochRewardSummariesRequest) (*ListEpochRewardSummariesResponse, error)
- func (UnimplementedTradingDataServiceServer) ListEthereumKeyRotations(context.Context, *ListEthereumKeyRotationsRequest) (*ListEthereumKeyRotationsResponse, error)
- func (UnimplementedTradingDataServiceServer) ListGovernanceData(context.Context, *ListGovernanceDataRequest) (*ListGovernanceDataResponse, error)
- func (UnimplementedTradingDataServiceServer) ListKeyRotations(context.Context, *ListKeyRotationsRequest) (*ListKeyRotationsResponse, error)
- func (UnimplementedTradingDataServiceServer) ListLatestMarketData(context.Context, *ListLatestMarketDataRequest) (*ListLatestMarketDataResponse, error)
- func (UnimplementedTradingDataServiceServer) ListLedgerEntries(context.Context, *ListLedgerEntriesRequest) (*ListLedgerEntriesResponse, error)
- func (UnimplementedTradingDataServiceServer) ListLiquidityProvisions(context.Context, *ListLiquidityProvisionsRequest) (*ListLiquidityProvisionsResponse, error)
- func (UnimplementedTradingDataServiceServer) ListMarginLevels(context.Context, *ListMarginLevelsRequest) (*ListMarginLevelsResponse, error)
- func (UnimplementedTradingDataServiceServer) ListMarkets(context.Context, *ListMarketsRequest) (*ListMarketsResponse, error)
- func (UnimplementedTradingDataServiceServer) ListNetworkParameters(context.Context, *ListNetworkParametersRequest) (*ListNetworkParametersResponse, error)
- func (UnimplementedTradingDataServiceServer) ListNodeSignatures(context.Context, *ListNodeSignaturesRequest) (*ListNodeSignaturesResponse, error)
- func (UnimplementedTradingDataServiceServer) ListNodes(context.Context, *ListNodesRequest) (*ListNodesResponse, error)
- func (UnimplementedTradingDataServiceServer) ListOracleData(context.Context, *ListOracleDataRequest) (*ListOracleDataResponse, error)
- func (UnimplementedTradingDataServiceServer) ListOracleSpecs(context.Context, *ListOracleSpecsRequest) (*ListOracleSpecsResponse, error)
- func (UnimplementedTradingDataServiceServer) ListOrderVersions(context.Context, *ListOrderVersionsRequest) (*ListOrderVersionsResponse, error)
- func (UnimplementedTradingDataServiceServer) ListOrders(context.Context, *ListOrdersRequest) (*ListOrdersResponse, error)
- func (UnimplementedTradingDataServiceServer) ListParties(context.Context, *ListPartiesRequest) (*ListPartiesResponse, error)
- func (UnimplementedTradingDataServiceServer) ListPositions(context.Context, *ListPositionsRequest) (*ListPositionsResponse, error)
- func (UnimplementedTradingDataServiceServer) ListProtocolUpgradeProposals(context.Context, *ListProtocolUpgradeProposalsRequest) (*ListProtocolUpgradeProposalsResponse, error)
- func (UnimplementedTradingDataServiceServer) ListRewardSummaries(context.Context, *ListRewardSummariesRequest) (*ListRewardSummariesResponse, error)
- func (UnimplementedTradingDataServiceServer) ListRewards(context.Context, *ListRewardsRequest) (*ListRewardsResponse, error)
- func (UnimplementedTradingDataServiceServer) ListStopOrders(context.Context, *ListStopOrdersRequest) (*ListStopOrdersResponse, error)
- func (UnimplementedTradingDataServiceServer) ListSuccessorMarkets(context.Context, *ListSuccessorMarketsRequest) (*ListSuccessorMarketsResponse, error)
- func (UnimplementedTradingDataServiceServer) ListTrades(context.Context, *ListTradesRequest) (*ListTradesResponse, error)
- func (UnimplementedTradingDataServiceServer) ListTransfers(context.Context, *ListTransfersRequest) (*ListTransfersResponse, error)
- func (UnimplementedTradingDataServiceServer) ListVotes(context.Context, *ListVotesRequest) (*ListVotesResponse, error)
- func (UnimplementedTradingDataServiceServer) ListWithdrawals(context.Context, *ListWithdrawalsRequest) (*ListWithdrawalsResponse, error)
- func (UnimplementedTradingDataServiceServer) ObserveAccounts(*ObserveAccountsRequest, TradingDataService_ObserveAccountsServer) error
- func (UnimplementedTradingDataServiceServer) ObserveCandleData(*ObserveCandleDataRequest, TradingDataService_ObserveCandleDataServer) error
- func (UnimplementedTradingDataServiceServer) ObserveEventBus(TradingDataService_ObserveEventBusServer) error
- func (UnimplementedTradingDataServiceServer) ObserveGovernance(*ObserveGovernanceRequest, TradingDataService_ObserveGovernanceServer) error
- func (UnimplementedTradingDataServiceServer) ObserveLedgerMovements(*ObserveLedgerMovementsRequest, ...) error
- func (UnimplementedTradingDataServiceServer) ObserveLiquidityProvisions(*ObserveLiquidityProvisionsRequest, ...) error
- func (UnimplementedTradingDataServiceServer) ObserveMarginLevels(*ObserveMarginLevelsRequest, TradingDataService_ObserveMarginLevelsServer) error
- func (UnimplementedTradingDataServiceServer) ObserveMarketsData(*ObserveMarketsDataRequest, TradingDataService_ObserveMarketsDataServer) error
- func (UnimplementedTradingDataServiceServer) ObserveMarketsDepth(*ObserveMarketsDepthRequest, TradingDataService_ObserveMarketsDepthServer) error
- func (UnimplementedTradingDataServiceServer) ObserveMarketsDepthUpdates(*ObserveMarketsDepthUpdatesRequest, ...) error
- func (UnimplementedTradingDataServiceServer) ObserveOrders(*ObserveOrdersRequest, TradingDataService_ObserveOrdersServer) error
- func (UnimplementedTradingDataServiceServer) ObservePositions(*ObservePositionsRequest, TradingDataService_ObservePositionsServer) error
- func (UnimplementedTradingDataServiceServer) ObserveTrades(*ObserveTradesRequest, TradingDataService_ObserveTradesServer) error
- func (UnimplementedTradingDataServiceServer) ObserveVotes(*ObserveVotesRequest, TradingDataService_ObserveVotesServer) error
- func (UnimplementedTradingDataServiceServer) Ping(context.Context, *PingRequest) (*PingResponse, error)
- type UnsafeTradingDataServiceServer
- type VoteConnection
- func (*VoteConnection) Descriptor() ([]byte, []int)deprecated
- func (x *VoteConnection) GetEdges() []*VoteEdge
- func (x *VoteConnection) GetPageInfo() *PageInfo
- func (*VoteConnection) ProtoMessage()
- func (x *VoteConnection) ProtoReflect() protoreflect.Message
- func (x *VoteConnection) Reset()
- func (x *VoteConnection) String() string
- type VoteEdge
- type WithdrawalEdge
- func (*WithdrawalEdge) Descriptor() ([]byte, []int)deprecated
- func (x *WithdrawalEdge) GetCursor() string
- func (x *WithdrawalEdge) GetNode() *vega.Withdrawal
- func (*WithdrawalEdge) ProtoMessage()
- func (x *WithdrawalEdge) ProtoReflect() protoreflect.Message
- func (x *WithdrawalEdge) Reset()
- func (x *WithdrawalEdge) String() string
- type WithdrawalsConnection
- func (*WithdrawalsConnection) Descriptor() ([]byte, []int)deprecated
- func (x *WithdrawalsConnection) GetEdges() []*WithdrawalEdge
- func (x *WithdrawalsConnection) GetPageInfo() *PageInfo
- func (*WithdrawalsConnection) ProtoMessage()
- func (x *WithdrawalsConnection) ProtoReflect() protoreflect.Message
- func (x *WithdrawalsConnection) Reset()
- func (x *WithdrawalsConnection) String() string
Constants ¶
This section is empty.
Variables ¶
var ( LedgerEntryField_name = map[int32]string{ 0: "LEDGER_ENTRY_FIELD_UNSPECIFIED", 1: "LEDGER_ENTRY_FIELD_ACCOUNT_FROM_ID", 2: "LEDGER_ENTRY_FIELD_ACCOUNT_TO_ID", 3: "LEDGER_ENTRY_FIELD_TRANSFER_TYPE", } LedgerEntryField_value = map[string]int32{ "LEDGER_ENTRY_FIELD_UNSPECIFIED": 0, "LEDGER_ENTRY_FIELD_ACCOUNT_FROM_ID": 1, "LEDGER_ENTRY_FIELD_ACCOUNT_TO_ID": 2, "LEDGER_ENTRY_FIELD_TRANSFER_TYPE": 3, } )
Enum value maps for LedgerEntryField.
var ( AccountField_name = map[int32]string{ 0: "ACCOUNT_FIELD_UNSPECIFIED", 1: "ACCOUNT_FIELD_ID", 2: "ACCOUNT_FIELD_PARTY_ID", 3: "ACCOUNT_FIELD_ASSET_ID", 4: "ACCOUNT_FIELD_MARKET_ID", 5: "ACCOUNT_FIELD_TYPE", } AccountField_value = map[string]int32{ "ACCOUNT_FIELD_UNSPECIFIED": 0, "ACCOUNT_FIELD_ID": 1, "ACCOUNT_FIELD_PARTY_ID": 2, "ACCOUNT_FIELD_ASSET_ID": 3, "ACCOUNT_FIELD_MARKET_ID": 4, "ACCOUNT_FIELD_TYPE": 5, } )
Enum value maps for AccountField.
var ( TransferDirection_name = map[int32]string{ 0: "TRANSFER_DIRECTION_UNSPECIFIED", 1: "TRANSFER_DIRECTION_TRANSFER_FROM", 2: "TRANSFER_DIRECTION_TRANSFER_TO", 3: "TRANSFER_DIRECTION_TRANSFER_TO_OR_FROM", } TransferDirection_value = map[string]int32{ "TRANSFER_DIRECTION_UNSPECIFIED": 0, "TRANSFER_DIRECTION_TRANSFER_FROM": 1, "TRANSFER_DIRECTION_TRANSFER_TO": 2, "TRANSFER_DIRECTION_TRANSFER_TO_OR_FROM": 3, } )
Enum value maps for TransferDirection.
var ( Table_name = map[int32]string{ 0: "TABLE_UNSPECIFIED", 1: "TABLE_BALANCES", 2: "TABLE_CHECKPOINTS", 3: "TABLE_DELEGATIONS", 4: "TABLE_LEDGER", 5: "TABLE_ORDERS", 6: "TABLE_TRADES", 7: "TABLE_MARKET_DATA", 8: "TABLE_MARGIN_LEVELS", 9: "TABLE_POSITIONS", 10: "TABLE_LIQUIDITY_PROVISIONS", 11: "TABLE_MARKETS", 12: "TABLE_DEPOSITS", 13: "TABLE_WITHDRAWALS", 14: "TABLE_BLOCKS", 15: "TABLE_REWARDS", } Table_value = map[string]int32{ "TABLE_UNSPECIFIED": 0, "TABLE_BALANCES": 1, "TABLE_CHECKPOINTS": 2, "TABLE_DELEGATIONS": 3, "TABLE_LEDGER": 4, "TABLE_ORDERS": 5, "TABLE_TRADES": 6, "TABLE_MARKET_DATA": 7, "TABLE_MARGIN_LEVELS": 8, "TABLE_POSITIONS": 9, "TABLE_LIQUIDITY_PROVISIONS": 10, "TABLE_MARKETS": 11, "TABLE_DEPOSITS": 12, "TABLE_WITHDRAWALS": 13, "TABLE_BLOCKS": 14, "TABLE_REWARDS": 15, } )
Enum value maps for Table.
var ( ListGovernanceDataRequest_Type_name = map[int32]string{ 0: "TYPE_UNSPECIFIED", 1: "TYPE_ALL", 2: "TYPE_NEW_MARKET", 3: "TYPE_UPDATE_MARKET", 4: "TYPE_NETWORK_PARAMETERS", 5: "TYPE_NEW_ASSET", 6: "TYPE_NEW_FREE_FORM", 7: "TYPE_UPDATE_ASSET", } ListGovernanceDataRequest_Type_value = map[string]int32{ "TYPE_UNSPECIFIED": 0, "TYPE_ALL": 1, "TYPE_NEW_MARKET": 2, "TYPE_UPDATE_MARKET": 3, "TYPE_NETWORK_PARAMETERS": 4, "TYPE_NEW_ASSET": 5, "TYPE_NEW_FREE_FORM": 6, "TYPE_UPDATE_ASSET": 7, } )
Enum value maps for ListGovernanceDataRequest_Type.
var File_data_node_api_v2_trading_data_proto protoreflect.FileDescriptor
var TradingDataService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "datanode.api.v2.TradingDataService", HandlerType: (*TradingDataServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "ListAccounts", Handler: _TradingDataService_ListAccounts_Handler, }, { MethodName: "Info", Handler: _TradingDataService_Info_Handler, }, { MethodName: "GetOrder", Handler: _TradingDataService_GetOrder_Handler, }, { MethodName: "ListOrders", Handler: _TradingDataService_ListOrders_Handler, }, { MethodName: "ListOrderVersions", Handler: _TradingDataService_ListOrderVersions_Handler, }, { MethodName: "GetStopOrder", Handler: _TradingDataService_GetStopOrder_Handler, }, { MethodName: "ListStopOrders", Handler: _TradingDataService_ListStopOrders_Handler, }, { MethodName: "ListPositions", Handler: _TradingDataService_ListPositions_Handler, }, { MethodName: "ListAllPositions", Handler: _TradingDataService_ListAllPositions_Handler, }, { MethodName: "ListLedgerEntries", Handler: _TradingDataService_ListLedgerEntries_Handler, }, { MethodName: "ListBalanceChanges", Handler: _TradingDataService_ListBalanceChanges_Handler, }, { MethodName: "GetLatestMarketData", Handler: _TradingDataService_GetLatestMarketData_Handler, }, { MethodName: "ListLatestMarketData", Handler: _TradingDataService_ListLatestMarketData_Handler, }, { MethodName: "GetLatestMarketDepth", Handler: _TradingDataService_GetLatestMarketDepth_Handler, }, { MethodName: "GetMarketDataHistoryByID", Handler: _TradingDataService_GetMarketDataHistoryByID_Handler, }, { MethodName: "ListTransfers", Handler: _TradingDataService_ListTransfers_Handler, }, { MethodName: "GetNetworkLimits", Handler: _TradingDataService_GetNetworkLimits_Handler, }, { MethodName: "ListCandleData", Handler: _TradingDataService_ListCandleData_Handler, }, { MethodName: "ListCandleIntervals", Handler: _TradingDataService_ListCandleIntervals_Handler, }, { MethodName: "ListVotes", Handler: _TradingDataService_ListVotes_Handler, }, { MethodName: "ListERC20MultiSigSignerAddedBundles", Handler: _TradingDataService_ListERC20MultiSigSignerAddedBundles_Handler, }, { MethodName: "ListERC20MultiSigSignerRemovedBundles", Handler: _TradingDataService_ListERC20MultiSigSignerRemovedBundles_Handler, }, { MethodName: "GetERC20ListAssetBundle", Handler: _TradingDataService_GetERC20ListAssetBundle_Handler, }, { MethodName: "GetERC20SetAssetLimitsBundle", Handler: _TradingDataService_GetERC20SetAssetLimitsBundle_Handler, }, { MethodName: "GetERC20WithdrawalApproval", Handler: _TradingDataService_GetERC20WithdrawalApproval_Handler, }, { MethodName: "GetLastTrade", Handler: _TradingDataService_GetLastTrade_Handler, }, { MethodName: "ListTrades", Handler: _TradingDataService_ListTrades_Handler, }, { MethodName: "GetOracleSpec", Handler: _TradingDataService_GetOracleSpec_Handler, }, { MethodName: "ListOracleSpecs", Handler: _TradingDataService_ListOracleSpecs_Handler, }, { MethodName: "ListOracleData", Handler: _TradingDataService_ListOracleData_Handler, }, { MethodName: "GetMarket", Handler: _TradingDataService_GetMarket_Handler, }, { MethodName: "ListMarkets", Handler: _TradingDataService_ListMarkets_Handler, }, { MethodName: "ListSuccessorMarkets", Handler: _TradingDataService_ListSuccessorMarkets_Handler, }, { MethodName: "GetParty", Handler: _TradingDataService_GetParty_Handler, }, { MethodName: "ListParties", Handler: _TradingDataService_ListParties_Handler, }, { MethodName: "ListMarginLevels", Handler: _TradingDataService_ListMarginLevels_Handler, }, { MethodName: "ListRewards", Handler: _TradingDataService_ListRewards_Handler, }, { MethodName: "ListRewardSummaries", Handler: _TradingDataService_ListRewardSummaries_Handler, }, { MethodName: "ListEpochRewardSummaries", Handler: _TradingDataService_ListEpochRewardSummaries_Handler, }, { MethodName: "GetDeposit", Handler: _TradingDataService_GetDeposit_Handler, }, { MethodName: "ListDeposits", Handler: _TradingDataService_ListDeposits_Handler, }, { MethodName: "GetWithdrawal", Handler: _TradingDataService_GetWithdrawal_Handler, }, { MethodName: "ListWithdrawals", Handler: _TradingDataService_ListWithdrawals_Handler, }, { MethodName: "GetAsset", Handler: _TradingDataService_GetAsset_Handler, }, { MethodName: "ListAssets", Handler: _TradingDataService_ListAssets_Handler, }, { MethodName: "ListLiquidityProvisions", Handler: _TradingDataService_ListLiquidityProvisions_Handler, }, { MethodName: "GetGovernanceData", Handler: _TradingDataService_GetGovernanceData_Handler, }, { MethodName: "ListGovernanceData", Handler: _TradingDataService_ListGovernanceData_Handler, }, { MethodName: "ListDelegations", Handler: _TradingDataService_ListDelegations_Handler, }, { MethodName: "GetNetworkData", Handler: _TradingDataService_GetNetworkData_Handler, }, { MethodName: "GetNode", Handler: _TradingDataService_GetNode_Handler, }, { MethodName: "ListNodes", Handler: _TradingDataService_ListNodes_Handler, }, { MethodName: "ListNodeSignatures", Handler: _TradingDataService_ListNodeSignatures_Handler, }, { MethodName: "GetEpoch", Handler: _TradingDataService_GetEpoch_Handler, }, { MethodName: "EstimateFee", Handler: _TradingDataService_EstimateFee_Handler, }, { MethodName: "EstimateMargin", Handler: _TradingDataService_EstimateMargin_Handler, }, { MethodName: "EstimatePosition", Handler: _TradingDataService_EstimatePosition_Handler, }, { MethodName: "ListNetworkParameters", Handler: _TradingDataService_ListNetworkParameters_Handler, }, { MethodName: "GetNetworkParameter", Handler: _TradingDataService_GetNetworkParameter_Handler, }, { MethodName: "ListCheckpoints", Handler: _TradingDataService_ListCheckpoints_Handler, }, { MethodName: "GetStake", Handler: _TradingDataService_GetStake_Handler, }, { MethodName: "GetRiskFactors", Handler: _TradingDataService_GetRiskFactors_Handler, }, { MethodName: "ListKeyRotations", Handler: _TradingDataService_ListKeyRotations_Handler, }, { MethodName: "ListEthereumKeyRotations", Handler: _TradingDataService_ListEthereumKeyRotations_Handler, }, { MethodName: "GetVegaTime", Handler: _TradingDataService_GetVegaTime_Handler, }, { MethodName: "GetProtocolUpgradeStatus", Handler: _TradingDataService_GetProtocolUpgradeStatus_Handler, }, { MethodName: "ListProtocolUpgradeProposals", Handler: _TradingDataService_ListProtocolUpgradeProposals_Handler, }, { MethodName: "ListCoreSnapshots", Handler: _TradingDataService_ListCoreSnapshots_Handler, }, { MethodName: "GetMostRecentNetworkHistorySegment", Handler: _TradingDataService_GetMostRecentNetworkHistorySegment_Handler, }, { MethodName: "ListAllNetworkHistorySegments", Handler: _TradingDataService_ListAllNetworkHistorySegments_Handler, }, { MethodName: "GetActiveNetworkHistoryPeerAddresses", Handler: _TradingDataService_GetActiveNetworkHistoryPeerAddresses_Handler, }, { MethodName: "GetNetworkHistoryStatus", Handler: _TradingDataService_GetNetworkHistoryStatus_Handler, }, { MethodName: "GetNetworkHistoryBootstrapPeers", Handler: _TradingDataService_GetNetworkHistoryBootstrapPeers_Handler, }, { MethodName: "ListEntities", Handler: _TradingDataService_ListEntities_Handler, }, { MethodName: "Ping", Handler: _TradingDataService_Ping_Handler, }, }, Streams: []grpc.StreamDesc{ { StreamName: "ObserveAccounts", Handler: _TradingDataService_ObserveAccounts_Handler, ServerStreams: true, }, { StreamName: "ObserveOrders", Handler: _TradingDataService_ObserveOrders_Handler, ServerStreams: true, }, { StreamName: "ObservePositions", Handler: _TradingDataService_ObservePositions_Handler, ServerStreams: true, }, { StreamName: "ExportLedgerEntries", Handler: _TradingDataService_ExportLedgerEntries_Handler, ServerStreams: true, }, { StreamName: "ObserveMarketsDepth", Handler: _TradingDataService_ObserveMarketsDepth_Handler, ServerStreams: true, }, { StreamName: "ObserveMarketsDepthUpdates", Handler: _TradingDataService_ObserveMarketsDepthUpdates_Handler, ServerStreams: true, }, { StreamName: "ObserveMarketsData", Handler: _TradingDataService_ObserveMarketsData_Handler, ServerStreams: true, }, { StreamName: "ObserveCandleData", Handler: _TradingDataService_ObserveCandleData_Handler, ServerStreams: true, }, { StreamName: "ObserveVotes", Handler: _TradingDataService_ObserveVotes_Handler, ServerStreams: true, }, { StreamName: "ObserveTrades", Handler: _TradingDataService_ObserveTrades_Handler, ServerStreams: true, }, { StreamName: "ObserveMarginLevels", Handler: _TradingDataService_ObserveMarginLevels_Handler, ServerStreams: true, }, { StreamName: "ObserveLiquidityProvisions", Handler: _TradingDataService_ObserveLiquidityProvisions_Handler, ServerStreams: true, }, { StreamName: "ObserveGovernance", Handler: _TradingDataService_ObserveGovernance_Handler, ServerStreams: true, }, { StreamName: "ObserveEventBus", Handler: _TradingDataService_ObserveEventBus_Handler, ServerStreams: true, ClientStreams: true, }, { StreamName: "ObserveLedgerMovements", Handler: _TradingDataService_ObserveLedgerMovements_Handler, ServerStreams: true, }, { StreamName: "ExportNetworkHistory", Handler: _TradingDataService_ExportNetworkHistory_Handler, ServerStreams: true, }, }, Metadata: "data-node/api/v2/trading_data.proto", }
TradingDataService_ServiceDesc is the grpc.ServiceDesc for TradingDataService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterTradingDataServiceHandler ¶
func RegisterTradingDataServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
RegisterTradingDataServiceHandler registers the http handlers for service TradingDataService to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterTradingDataServiceHandlerClient ¶
func RegisterTradingDataServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client TradingDataServiceClient) error
RegisterTradingDataServiceHandlerClient registers the http handlers for service TradingDataService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "TradingDataServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "TradingDataServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "TradingDataServiceClient" to call the correct interceptors.
func RegisterTradingDataServiceHandlerFromEndpoint ¶
func RegisterTradingDataServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterTradingDataServiceHandlerFromEndpoint is same as RegisterTradingDataServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterTradingDataServiceHandlerServer ¶
func RegisterTradingDataServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server TradingDataServiceServer) error
RegisterTradingDataServiceHandlerServer registers the http handlers for service TradingDataService to "mux". UnaryRPC :call TradingDataServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterTradingDataServiceHandlerFromEndpoint instead.
func RegisterTradingDataServiceServer ¶
func RegisterTradingDataServiceServer(s grpc.ServiceRegistrar, srv TradingDataServiceServer)
Types ¶
type AccountBalance ¶ added in v0.59.0
type AccountBalance struct { // Party that owns the account. // Special values include `network` - represents the Vega network and is // most commonly seen during liquidation of a distressed trading position. Owner string `protobuf:"bytes,2,opt,name=owner,proto3" json:"owner,omitempty"` // Asset balance represented as an integer, for example `123456` is a correctly // formatted price of `1.23456` assuming market configured to 5 decimal places. // Balances cannot be negative. Balance string `protobuf:"bytes,3,opt,name=balance,proto3" json:"balance,omitempty"` // Asset ID for the account. Asset string `protobuf:"bytes,4,opt,name=asset,proto3" json:"asset,omitempty"` // Market ID for the account, this field will be empty if the asset is in a general account. MarketId string `protobuf:"bytes,5,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"` // Account type of this account. Type vega.AccountType `protobuf:"varint,6,opt,name=type,proto3,enum=vega.AccountType" json:"type,omitempty"` // contains filtered or unexported fields }
Represents the current balance of an account for an asset on Vega, for a particular owner or party
func (*AccountBalance) Descriptor
deprecated
added in
v0.59.0
func (*AccountBalance) Descriptor() ([]byte, []int)
Deprecated: Use AccountBalance.ProtoReflect.Descriptor instead.
func (*AccountBalance) GetAsset ¶ added in v0.59.0
func (x *AccountBalance) GetAsset() string
func (*AccountBalance) GetBalance ¶ added in v0.59.0
func (x *AccountBalance) GetBalance() string
func (*AccountBalance) GetMarketId ¶ added in v0.59.0
func (x *AccountBalance) GetMarketId() string
func (*AccountBalance) GetOwner ¶ added in v0.59.0
func (x *AccountBalance) GetOwner() string
func (*AccountBalance) GetType ¶ added in v0.59.0
func (x *AccountBalance) GetType() vega.AccountType
func (*AccountBalance) ProtoMessage ¶ added in v0.59.0
func (*AccountBalance) ProtoMessage()
func (*AccountBalance) ProtoReflect ¶ added in v0.59.0
func (x *AccountBalance) ProtoReflect() protoreflect.Message
func (*AccountBalance) Reset ¶ added in v0.59.0
func (x *AccountBalance) Reset()
func (*AccountBalance) String ¶ added in v0.59.0
func (x *AccountBalance) String() string
type AccountEdge ¶
type AccountEdge struct { // Account balance data. Node *AccountBalance `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` // Cursor that can be used to fetch further pages with reference to this account. Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
Account data item with the corresponding cursor.
func (*AccountEdge) Descriptor
deprecated
func (*AccountEdge) Descriptor() ([]byte, []int)
Deprecated: Use AccountEdge.ProtoReflect.Descriptor instead.
func (*AccountEdge) GetCursor ¶
func (x *AccountEdge) GetCursor() string
func (*AccountEdge) GetNode ¶ added in v0.63.0
func (x *AccountEdge) GetNode() *AccountBalance
func (*AccountEdge) ProtoMessage ¶
func (*AccountEdge) ProtoMessage()
func (*AccountEdge) ProtoReflect ¶
func (x *AccountEdge) ProtoReflect() protoreflect.Message
func (*AccountEdge) Reset ¶
func (x *AccountEdge) Reset()
func (*AccountEdge) String ¶
func (x *AccountEdge) String() string
type AccountField ¶
type AccountField int32
List of the properties of an account, used for grouping
const ( AccountField_ACCOUNT_FIELD_UNSPECIFIED AccountField = 0 AccountField_ACCOUNT_FIELD_ID AccountField = 1 AccountField_ACCOUNT_FIELD_PARTY_ID AccountField = 2 AccountField_ACCOUNT_FIELD_ASSET_ID AccountField = 3 AccountField_ACCOUNT_FIELD_MARKET_ID AccountField = 4 AccountField_ACCOUNT_FIELD_TYPE AccountField = 5 )
func (AccountField) Descriptor ¶
func (AccountField) Descriptor() protoreflect.EnumDescriptor
func (AccountField) Enum ¶
func (x AccountField) Enum() *AccountField
func (AccountField) EnumDescriptor
deprecated
func (AccountField) EnumDescriptor() ([]byte, []int)
Deprecated: Use AccountField.Descriptor instead.
func (AccountField) Number ¶
func (x AccountField) Number() protoreflect.EnumNumber
func (AccountField) String ¶
func (x AccountField) String() string
func (AccountField) Type ¶
func (AccountField) Type() protoreflect.EnumType
type AccountFilter ¶
type AccountFilter struct { // Restrict accounts to those holding balances in this asset ID. AssetId string `protobuf:"bytes,1,opt,name=asset_id,json=assetId,proto3" json:"asset_id,omitempty"` // Restrict accounts to those owned by the parties in this list. Pass an empty list for no filter. PartyIds []string `protobuf:"bytes,2,rep,name=party_ids,json=partyIds,proto3" json:"party_ids,omitempty"` // Restrict accounts to those connected to the markets in this list. Pass an empty list for no filter. MarketIds []string `protobuf:"bytes,3,rep,name=market_ids,json=marketIds,proto3" json:"market_ids,omitempty"` // Restrict accounts to those connected to any of the types in this list. Pass an empty list for no filter. AccountTypes []vega.AccountType `` /* 127-byte string literal not displayed */ // contains filtered or unexported fields }
Account filter is used to filter account data.
An account is defined as a set of asset ID, type, party ID, and market ID.
- Every account has an associated asset and type.
- Certain account types such as the global reward pool for example, do not have an associated party. These are denoted by the special party ID 'network'.
- Certain account types do not have an associated market such as the general party accounts, for example. These are denoted by the special market ID ” (an empty string).
func (*AccountFilter) Descriptor
deprecated
func (*AccountFilter) Descriptor() ([]byte, []int)
Deprecated: Use AccountFilter.ProtoReflect.Descriptor instead.
func (*AccountFilter) GetAccountTypes ¶
func (x *AccountFilter) GetAccountTypes() []vega.AccountType
func (*AccountFilter) GetAssetId ¶
func (x *AccountFilter) GetAssetId() string
func (*AccountFilter) GetMarketIds ¶
func (x *AccountFilter) GetMarketIds() []string
func (*AccountFilter) GetPartyIds ¶
func (x *AccountFilter) GetPartyIds() []string
func (*AccountFilter) ProtoMessage ¶
func (*AccountFilter) ProtoMessage()
func (*AccountFilter) ProtoReflect ¶
func (x *AccountFilter) ProtoReflect() protoreflect.Message
func (*AccountFilter) Reset ¶
func (x *AccountFilter) Reset()
func (*AccountFilter) String ¶
func (x *AccountFilter) String() string
type AccountSnapshotPage ¶ added in v0.55.0
type AccountSnapshotPage struct { // List of account balances. Accounts []*AccountBalance `protobuf:"bytes,1,rep,name=accounts,proto3" json:"accounts,omitempty"` // Indicator if the current page is the last one or not. LastPage bool `protobuf:"varint,2,opt,name=last_page,json=lastPage,proto3" json:"last_page,omitempty"` // contains filtered or unexported fields }
'Initial image' snapshot containing current account balances - may be sent over several response messages
func (*AccountSnapshotPage) Descriptor
deprecated
added in
v0.55.0
func (*AccountSnapshotPage) Descriptor() ([]byte, []int)
Deprecated: Use AccountSnapshotPage.ProtoReflect.Descriptor instead.
func (*AccountSnapshotPage) GetAccounts ¶ added in v0.55.0
func (x *AccountSnapshotPage) GetAccounts() []*AccountBalance
func (*AccountSnapshotPage) GetLastPage ¶ added in v0.55.0
func (x *AccountSnapshotPage) GetLastPage() bool
func (*AccountSnapshotPage) ProtoMessage ¶ added in v0.55.0
func (*AccountSnapshotPage) ProtoMessage()
func (*AccountSnapshotPage) ProtoReflect ¶ added in v0.55.0
func (x *AccountSnapshotPage) ProtoReflect() protoreflect.Message
func (*AccountSnapshotPage) Reset ¶ added in v0.55.0
func (x *AccountSnapshotPage) Reset()
func (*AccountSnapshotPage) String ¶ added in v0.55.0
func (x *AccountSnapshotPage) String() string
type AccountUpdates ¶ added in v0.55.0
type AccountUpdates struct { // List of account balances. Accounts []*AccountBalance `protobuf:"bytes,1,rep,name=accounts,proto3" json:"accounts,omitempty"` // contains filtered or unexported fields }
List of account updates in the last block
func (*AccountUpdates) Descriptor
deprecated
added in
v0.55.0
func (*AccountUpdates) Descriptor() ([]byte, []int)
Deprecated: Use AccountUpdates.ProtoReflect.Descriptor instead.
func (*AccountUpdates) GetAccounts ¶ added in v0.55.0
func (x *AccountUpdates) GetAccounts() []*AccountBalance
func (*AccountUpdates) ProtoMessage ¶ added in v0.55.0
func (*AccountUpdates) ProtoMessage()
func (*AccountUpdates) ProtoReflect ¶ added in v0.55.0
func (x *AccountUpdates) ProtoReflect() protoreflect.Message
func (*AccountUpdates) Reset ¶ added in v0.55.0
func (x *AccountUpdates) Reset()
func (*AccountUpdates) String ¶ added in v0.55.0
func (x *AccountUpdates) String() string
type AccountsConnection ¶
type AccountsConnection struct { // Page of accounts data and their corresponding cursors. Edges []*AccountEdge `protobuf:"bytes,1,rep,name=edges,proto3" json:"edges,omitempty"` // Page information that is used for fetching further pages. PageInfo *PageInfo `protobuf:"bytes,2,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"` // contains filtered or unexported fields }
Page of accounts data and corresponding page information.
func (*AccountsConnection) Descriptor
deprecated
func (*AccountsConnection) Descriptor() ([]byte, []int)
Deprecated: Use AccountsConnection.ProtoReflect.Descriptor instead.
func (*AccountsConnection) GetEdges ¶
func (x *AccountsConnection) GetEdges() []*AccountEdge
func (*AccountsConnection) GetPageInfo ¶
func (x *AccountsConnection) GetPageInfo() *PageInfo
func (*AccountsConnection) ProtoMessage ¶
func (*AccountsConnection) ProtoMessage()
func (*AccountsConnection) ProtoReflect ¶
func (x *AccountsConnection) ProtoReflect() protoreflect.Message
func (*AccountsConnection) Reset ¶
func (x *AccountsConnection) Reset()
func (*AccountsConnection) String ¶
func (x *AccountsConnection) String() string
type AggregatedBalance ¶
type AggregatedBalance struct { // Timestamp in nanseconds of the block in which the balance exists. Timestamp int64 `protobuf:"varint,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"` // Balance of the set of requested accounts at the time above. Balance string `protobuf:"bytes,2,opt,name=balance,proto3" json:"balance,omitempty"` // If grouping by party, the party ID. PartyId *string `protobuf:"bytes,4,opt,name=party_id,json=partyId,proto3,oneof" json:"party_id,omitempty"` // If grouping by asset, the asset ID. AssetId *string `protobuf:"bytes,5,opt,name=asset_id,json=assetId,proto3,oneof" json:"asset_id,omitempty"` // If grouping by market, the market ID MarketId *string `protobuf:"bytes,6,opt,name=market_id,json=marketId,proto3,oneof" json:"market_id,omitempty"` // If grouping by account type, the account type. AccountType *vega.AccountType `protobuf:"varint,7,opt,name=account_type,json=accountType,proto3,enum=vega.AccountType,oneof" json:"account_type,omitempty"` // contains filtered or unexported fields }
AggregatedBalance data contains the balance of the set of requested accounts combined with corresponding party ID, market ID and account type details
func (*AggregatedBalance) Descriptor
deprecated
func (*AggregatedBalance) Descriptor() ([]byte, []int)
Deprecated: Use AggregatedBalance.ProtoReflect.Descriptor instead.
func (*AggregatedBalance) GetAccountType ¶
func (x *AggregatedBalance) GetAccountType() vega.AccountType
func (*AggregatedBalance) GetAssetId ¶
func (x *AggregatedBalance) GetAssetId() string
func (*AggregatedBalance) GetBalance ¶
func (x *AggregatedBalance) GetBalance() string
func (*AggregatedBalance) GetMarketId ¶
func (x *AggregatedBalance) GetMarketId() string
func (*AggregatedBalance) GetPartyId ¶
func (x *AggregatedBalance) GetPartyId() string
func (*AggregatedBalance) GetTimestamp ¶
func (x *AggregatedBalance) GetTimestamp() int64
func (*AggregatedBalance) ProtoMessage ¶
func (*AggregatedBalance) ProtoMessage()
func (*AggregatedBalance) ProtoReflect ¶
func (x *AggregatedBalance) ProtoReflect() protoreflect.Message
func (*AggregatedBalance) Reset ¶
func (x *AggregatedBalance) Reset()
func (*AggregatedBalance) String ¶
func (x *AggregatedBalance) String() string
type AggregatedBalanceConnection ¶ added in v0.55.0
type AggregatedBalanceConnection struct { // Page of aggregated balance data and their corresponding cursors. Edges []*AggregatedBalanceEdge `protobuf:"bytes,1,rep,name=edges,proto3" json:"edges,omitempty"` // Page information that is used for fetching further pages. PageInfo *PageInfo `protobuf:"bytes,2,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"` // contains filtered or unexported fields }
Page of aggregated balance objects and corresponding page information
func (*AggregatedBalanceConnection) Descriptor
deprecated
added in
v0.55.0
func (*AggregatedBalanceConnection) Descriptor() ([]byte, []int)
Deprecated: Use AggregatedBalanceConnection.ProtoReflect.Descriptor instead.
func (*AggregatedBalanceConnection) GetEdges ¶ added in v0.55.0
func (x *AggregatedBalanceConnection) GetEdges() []*AggregatedBalanceEdge
func (*AggregatedBalanceConnection) GetPageInfo ¶ added in v0.55.0
func (x *AggregatedBalanceConnection) GetPageInfo() *PageInfo
func (*AggregatedBalanceConnection) ProtoMessage ¶ added in v0.55.0
func (*AggregatedBalanceConnection) ProtoMessage()
func (*AggregatedBalanceConnection) ProtoReflect ¶ added in v0.55.0
func (x *AggregatedBalanceConnection) ProtoReflect() protoreflect.Message
func (*AggregatedBalanceConnection) Reset ¶ added in v0.55.0
func (x *AggregatedBalanceConnection) Reset()
func (*AggregatedBalanceConnection) String ¶ added in v0.55.0
func (x *AggregatedBalanceConnection) String() string
type AggregatedBalanceEdge ¶ added in v0.55.0
type AggregatedBalanceEdge struct { // Balance of the set of requested accounts. Node *AggregatedBalance `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` // Cursor that can be used to fetch further pages. Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
Aggregated balance data with the corresponding cursor.
func (*AggregatedBalanceEdge) Descriptor
deprecated
added in
v0.55.0
func (*AggregatedBalanceEdge) Descriptor() ([]byte, []int)
Deprecated: Use AggregatedBalanceEdge.ProtoReflect.Descriptor instead.
func (*AggregatedBalanceEdge) GetCursor ¶ added in v0.55.0
func (x *AggregatedBalanceEdge) GetCursor() string
func (*AggregatedBalanceEdge) GetNode ¶ added in v0.55.0
func (x *AggregatedBalanceEdge) GetNode() *AggregatedBalance
func (*AggregatedBalanceEdge) ProtoMessage ¶ added in v0.55.0
func (*AggregatedBalanceEdge) ProtoMessage()
func (*AggregatedBalanceEdge) ProtoReflect ¶ added in v0.55.0
func (x *AggregatedBalanceEdge) ProtoReflect() protoreflect.Message
func (*AggregatedBalanceEdge) Reset ¶ added in v0.55.0
func (x *AggregatedBalanceEdge) Reset()
func (*AggregatedBalanceEdge) String ¶ added in v0.55.0
func (x *AggregatedBalanceEdge) String() string
type AggregatedLedgerEntriesConnection ¶ added in v0.58.0
type AggregatedLedgerEntriesConnection struct { // Page of 'AggregatedLedgerEntry' data and their corresponding cursors. Edges []*AggregatedLedgerEntriesEdge `protobuf:"bytes,1,rep,name=edges,proto3" json:"edges,omitempty"` // Page information that is used for fetching further pages. PageInfo *PageInfo `protobuf:"bytes,2,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"` // contains filtered or unexported fields }
Page of aggregated ledger entries data and corresponding page information.
func (*AggregatedLedgerEntriesConnection) Descriptor
deprecated
added in
v0.58.0
func (*AggregatedLedgerEntriesConnection) Descriptor() ([]byte, []int)
Deprecated: Use AggregatedLedgerEntriesConnection.ProtoReflect.Descriptor instead.
func (*AggregatedLedgerEntriesConnection) GetEdges ¶ added in v0.58.0
func (x *AggregatedLedgerEntriesConnection) GetEdges() []*AggregatedLedgerEntriesEdge
func (*AggregatedLedgerEntriesConnection) GetPageInfo ¶ added in v0.58.0
func (x *AggregatedLedgerEntriesConnection) GetPageInfo() *PageInfo
func (*AggregatedLedgerEntriesConnection) ProtoMessage ¶ added in v0.58.0
func (*AggregatedLedgerEntriesConnection) ProtoMessage()
func (*AggregatedLedgerEntriesConnection) ProtoReflect ¶ added in v0.58.0
func (x *AggregatedLedgerEntriesConnection) ProtoReflect() protoreflect.Message
func (*AggregatedLedgerEntriesConnection) Reset ¶ added in v0.58.0
func (x *AggregatedLedgerEntriesConnection) Reset()
func (*AggregatedLedgerEntriesConnection) String ¶ added in v0.58.0
func (x *AggregatedLedgerEntriesConnection) String() string
type AggregatedLedgerEntriesEdge ¶ added in v0.58.0
type AggregatedLedgerEntriesEdge struct { // 'AggregatedLedgerEntry' data. Node *AggregatedLedgerEntry `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` // Cursor that can be used to fetch further pages. Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
Represents the aggregated ledger entry data with corresponding cursor for it
func (*AggregatedLedgerEntriesEdge) Descriptor
deprecated
added in
v0.58.0
func (*AggregatedLedgerEntriesEdge) Descriptor() ([]byte, []int)
Deprecated: Use AggregatedLedgerEntriesEdge.ProtoReflect.Descriptor instead.
func (*AggregatedLedgerEntriesEdge) GetCursor ¶ added in v0.58.0
func (x *AggregatedLedgerEntriesEdge) GetCursor() string
func (*AggregatedLedgerEntriesEdge) GetNode ¶ added in v0.58.0
func (x *AggregatedLedgerEntriesEdge) GetNode() *AggregatedLedgerEntry
func (*AggregatedLedgerEntriesEdge) ProtoMessage ¶ added in v0.58.0
func (*AggregatedLedgerEntriesEdge) ProtoMessage()
func (*AggregatedLedgerEntriesEdge) ProtoReflect ¶ added in v0.58.0
func (x *AggregatedLedgerEntriesEdge) ProtoReflect() protoreflect.Message
func (*AggregatedLedgerEntriesEdge) Reset ¶ added in v0.58.0
func (x *AggregatedLedgerEntriesEdge) Reset()
func (*AggregatedLedgerEntriesEdge) String ¶ added in v0.58.0
func (x *AggregatedLedgerEntriesEdge) String() string
type AggregatedLedgerEntry ¶ added in v0.63.0
type AggregatedLedgerEntry struct { // Timestamp in Unix nanoseconds of the block in which the result is referring to. Timestamp int64 `protobuf:"varint,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"` // Amount of ledger entries for the set of requested accounts at the time above. Quantity string `protobuf:"bytes,3,opt,name=quantity,proto3" json:"quantity,omitempty"` // Transfer type. TransferType vega.TransferType `protobuf:"varint,4,opt,name=transfer_type,json=transferType,proto3,enum=vega.TransferType" json:"transfer_type,omitempty"` // Asset ID for the asset associated with the entry. AssetId *string `protobuf:"bytes,5,opt,name=asset_id,json=assetId,proto3,oneof" json:"asset_id,omitempty"` // Type of account sent from. FromAccountType vega.AccountType `` /* 131-byte string literal not displayed */ // Type of account received to. ToAccountType vega.AccountType `protobuf:"varint,7,opt,name=to_account_type,json=toAccountType,proto3,enum=vega.AccountType" json:"to_account_type,omitempty"` // Sender's party ID. FromAccountPartyId *string `protobuf:"bytes,8,opt,name=from_account_party_id,json=fromAccountPartyId,proto3,oneof" json:"from_account_party_id,omitempty"` // Receiver's party ID. ToAccountPartyId *string `protobuf:"bytes,9,opt,name=to_account_party_id,json=toAccountPartyId,proto3,oneof" json:"to_account_party_id,omitempty"` // Sender market ID. FromAccountMarketId *string `` /* 129-byte string literal not displayed */ // Receiver market ID. ToAccountMarketId *string `protobuf:"bytes,11,opt,name=to_account_market_id,json=toAccountMarketId,proto3,oneof" json:"to_account_market_id,omitempty"` // Sender account balance after the transfer. FromAccountBalance string `protobuf:"bytes,12,opt,name=from_account_balance,json=fromAccountBalance,proto3" json:"from_account_balance,omitempty"` // Receiver account balance after the transfer. ToAccountBalance string `protobuf:"bytes,13,opt,name=to_account_balance,json=toAccountBalance,proto3" json:"to_account_balance,omitempty"` // contains filtered or unexported fields }
Represents an aggregated view of ledger entry data, sender and receiver accounts, details and balances for both sides after the transfer has been made
func (*AggregatedLedgerEntry) Descriptor
deprecated
added in
v0.63.0
func (*AggregatedLedgerEntry) Descriptor() ([]byte, []int)
Deprecated: Use AggregatedLedgerEntry.ProtoReflect.Descriptor instead.
func (*AggregatedLedgerEntry) GetAssetId ¶ added in v0.63.0
func (x *AggregatedLedgerEntry) GetAssetId() string
func (*AggregatedLedgerEntry) GetFromAccountBalance ¶ added in v0.67.0
func (x *AggregatedLedgerEntry) GetFromAccountBalance() string
func (*AggregatedLedgerEntry) GetFromAccountMarketId ¶ added in v0.67.0
func (x *AggregatedLedgerEntry) GetFromAccountMarketId() string
func (*AggregatedLedgerEntry) GetFromAccountPartyId ¶ added in v0.67.0
func (x *AggregatedLedgerEntry) GetFromAccountPartyId() string
func (*AggregatedLedgerEntry) GetFromAccountType ¶ added in v0.67.0
func (x *AggregatedLedgerEntry) GetFromAccountType() vega.AccountType
func (*AggregatedLedgerEntry) GetQuantity ¶ added in v0.63.0
func (x *AggregatedLedgerEntry) GetQuantity() string
func (*AggregatedLedgerEntry) GetTimestamp ¶ added in v0.63.0
func (x *AggregatedLedgerEntry) GetTimestamp() int64
func (*AggregatedLedgerEntry) GetToAccountBalance ¶ added in v0.67.0
func (x *AggregatedLedgerEntry) GetToAccountBalance() string
func (*AggregatedLedgerEntry) GetToAccountMarketId ¶ added in v0.67.0
func (x *AggregatedLedgerEntry) GetToAccountMarketId() string
func (*AggregatedLedgerEntry) GetToAccountPartyId ¶ added in v0.67.0
func (x *AggregatedLedgerEntry) GetToAccountPartyId() string
func (*AggregatedLedgerEntry) GetToAccountType ¶ added in v0.67.0
func (x *AggregatedLedgerEntry) GetToAccountType() vega.AccountType
func (*AggregatedLedgerEntry) GetTransferType ¶ added in v0.63.0
func (x *AggregatedLedgerEntry) GetTransferType() vega.TransferType
func (*AggregatedLedgerEntry) ProtoMessage ¶ added in v0.63.0
func (*AggregatedLedgerEntry) ProtoMessage()
func (*AggregatedLedgerEntry) ProtoReflect ¶ added in v0.63.0
func (x *AggregatedLedgerEntry) ProtoReflect() protoreflect.Message
func (*AggregatedLedgerEntry) Reset ¶ added in v0.63.0
func (x *AggregatedLedgerEntry) Reset()
func (*AggregatedLedgerEntry) String ¶ added in v0.63.0
func (x *AggregatedLedgerEntry) String() string
type AssetEdge ¶
type AssetEdge struct { // Asset data returned. Node *vega.Asset `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` // Cursor that can be used to fetch further pages. Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
Assets data with the corresponding cursor.
func (*AssetEdge) Descriptor
deprecated
func (*AssetEdge) ProtoMessage ¶
func (*AssetEdge) ProtoMessage()
func (*AssetEdge) ProtoReflect ¶
func (x *AssetEdge) ProtoReflect() protoreflect.Message
type AssetsConnection ¶
type AssetsConnection struct { // Page of assets data and their corresponding cursors. Edges []*AssetEdge `protobuf:"bytes,1,rep,name=edges,proto3" json:"edges,omitempty"` // Page information that is used for fetching further pages. PageInfo *PageInfo `protobuf:"bytes,2,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"` // contains filtered or unexported fields }
Page of asset data and corresponding page information
func (*AssetsConnection) Descriptor
deprecated
func (*AssetsConnection) Descriptor() ([]byte, []int)
Deprecated: Use AssetsConnection.ProtoReflect.Descriptor instead.
func (*AssetsConnection) GetEdges ¶
func (x *AssetsConnection) GetEdges() []*AssetEdge
func (*AssetsConnection) GetPageInfo ¶
func (x *AssetsConnection) GetPageInfo() *PageInfo
func (*AssetsConnection) ProtoMessage ¶
func (*AssetsConnection) ProtoMessage()
func (*AssetsConnection) ProtoReflect ¶
func (x *AssetsConnection) ProtoReflect() protoreflect.Message
func (*AssetsConnection) Reset ¶
func (x *AssetsConnection) Reset()
func (*AssetsConnection) String ¶
func (x *AssetsConnection) String() string
type Candle ¶
type Candle struct { // Timestamp in Unix nanoseconds for the point in time when the candle was initially created/opened. Start int64 `protobuf:"varint,1,opt,name=start,proto3" json:"start,omitempty"` // Timestamp in Unix nanoseconds for the point in time when the candle was last updated. LastUpdate int64 `protobuf:"varint,2,opt,name=last_update,json=lastUpdate,proto3" json:"last_update,omitempty"` // Highest price for trading during the candle interval. High string `protobuf:"bytes,3,opt,name=high,proto3" json:"high,omitempty"` // Lowest price for trading during the candle interval. Low string `protobuf:"bytes,4,opt,name=low,proto3" json:"low,omitempty"` // Open trade price. Open string `protobuf:"bytes,5,opt,name=open,proto3" json:"open,omitempty"` // Closing trade price. Close string `protobuf:"bytes,6,opt,name=close,proto3" json:"close,omitempty"` // Total trading volume during the candle interval. Volume uint64 `protobuf:"varint,7,opt,name=volume,proto3" json:"volume,omitempty"` // Total notional value traded during the candle interval. Notional uint64 `protobuf:"varint,8,opt,name=notional,proto3" json:"notional,omitempty"` // contains filtered or unexported fields }
Represents the high, low, open, and closing prices for an interval of trading, referred to commonly as a candlestick or candle
func (*Candle) Descriptor
deprecated
func (*Candle) GetLastUpdate ¶
func (*Candle) GetNotional ¶ added in v0.72.0
func (*Candle) ProtoMessage ¶
func (*Candle) ProtoMessage()
func (*Candle) ProtoReflect ¶
func (x *Candle) ProtoReflect() protoreflect.Message
type CandleDataConnection ¶
type CandleDataConnection struct { // Page of candle data items and their corresponding cursors. Edges []*CandleEdge `protobuf:"bytes,1,rep,name=edges,proto3" json:"edges,omitempty"` // Page information that is used for fetching further pages. PageInfo *PageInfo `protobuf:"bytes,2,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"` // contains filtered or unexported fields }
Page of candles data and corresponding page information
func (*CandleDataConnection) Descriptor
deprecated
func (*CandleDataConnection) Descriptor() ([]byte, []int)
Deprecated: Use CandleDataConnection.ProtoReflect.Descriptor instead.
func (*CandleDataConnection) GetEdges ¶
func (x *CandleDataConnection) GetEdges() []*CandleEdge
func (*CandleDataConnection) GetPageInfo ¶
func (x *CandleDataConnection) GetPageInfo() *PageInfo
func (*CandleDataConnection) ProtoMessage ¶
func (*CandleDataConnection) ProtoMessage()
func (*CandleDataConnection) ProtoReflect ¶
func (x *CandleDataConnection) ProtoReflect() protoreflect.Message
func (*CandleDataConnection) Reset ¶
func (x *CandleDataConnection) Reset()
func (*CandleDataConnection) String ¶
func (x *CandleDataConnection) String() string
type CandleEdge ¶
type CandleEdge struct { // Candlestick data, i.e. high, low, open, and closing prices for an interval of trading. Node *Candle `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` // Cursor that can be used to fetch further pages. Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
Candle data with the corresponding cursor.
func (*CandleEdge) Descriptor
deprecated
func (*CandleEdge) Descriptor() ([]byte, []int)
Deprecated: Use CandleEdge.ProtoReflect.Descriptor instead.
func (*CandleEdge) GetCursor ¶
func (x *CandleEdge) GetCursor() string
func (*CandleEdge) GetNode ¶
func (x *CandleEdge) GetNode() *Candle
func (*CandleEdge) ProtoMessage ¶
func (*CandleEdge) ProtoMessage()
func (*CandleEdge) ProtoReflect ¶
func (x *CandleEdge) ProtoReflect() protoreflect.Message
func (*CandleEdge) Reset ¶
func (x *CandleEdge) Reset()
func (*CandleEdge) String ¶
func (x *CandleEdge) String() string
type Checkpoint ¶
type Checkpoint struct { // Hash of the checkpoint. Hash string `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"` // Block hash at which the checkpoint is made. BlockHash string `protobuf:"bytes,2,opt,name=block_hash,json=blockHash,proto3" json:"block_hash,omitempty"` // Block number at which the checkpoint is made. AtBlock uint64 `protobuf:"varint,3,opt,name=at_block,json=atBlock,proto3" json:"at_block,omitempty"` // contains filtered or unexported fields }
Actual data regarding a checkpoint
func (*Checkpoint) Descriptor
deprecated
func (*Checkpoint) Descriptor() ([]byte, []int)
Deprecated: Use Checkpoint.ProtoReflect.Descriptor instead.
func (*Checkpoint) GetAtBlock ¶
func (x *Checkpoint) GetAtBlock() uint64
func (*Checkpoint) GetBlockHash ¶
func (x *Checkpoint) GetBlockHash() string
func (*Checkpoint) GetHash ¶
func (x *Checkpoint) GetHash() string
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 CheckpointEdge ¶
type CheckpointEdge struct { // Data relating to a single checkpoint generated by the Vega network. Node *Checkpoint `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` // Cursor that can be used to fetch further pages. Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
Checkpoint data with the corresponding cursor.
func (*CheckpointEdge) Descriptor
deprecated
func (*CheckpointEdge) Descriptor() ([]byte, []int)
Deprecated: Use CheckpointEdge.ProtoReflect.Descriptor instead.
func (*CheckpointEdge) GetCursor ¶
func (x *CheckpointEdge) GetCursor() string
func (*CheckpointEdge) GetNode ¶
func (x *CheckpointEdge) GetNode() *Checkpoint
func (*CheckpointEdge) ProtoMessage ¶
func (*CheckpointEdge) ProtoMessage()
func (*CheckpointEdge) ProtoReflect ¶
func (x *CheckpointEdge) ProtoReflect() protoreflect.Message
func (*CheckpointEdge) Reset ¶
func (x *CheckpointEdge) Reset()
func (*CheckpointEdge) String ¶
func (x *CheckpointEdge) String() string
type CheckpointsConnection ¶
type CheckpointsConnection struct { // Page of checkpoints data and their corresponding cursors. Edges []*CheckpointEdge `protobuf:"bytes,1,rep,name=edges,proto3" json:"edges,omitempty"` // Page information that is used for fetching further pages. PageInfo *PageInfo `protobuf:"bytes,2,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"` // contains filtered or unexported fields }
Page of checkpoints data and corresponding page information
func (*CheckpointsConnection) Descriptor
deprecated
func (*CheckpointsConnection) Descriptor() ([]byte, []int)
Deprecated: Use CheckpointsConnection.ProtoReflect.Descriptor instead.
func (*CheckpointsConnection) GetEdges ¶
func (x *CheckpointsConnection) GetEdges() []*CheckpointEdge
func (*CheckpointsConnection) GetPageInfo ¶
func (x *CheckpointsConnection) GetPageInfo() *PageInfo
func (*CheckpointsConnection) ProtoMessage ¶
func (*CheckpointsConnection) ProtoMessage()
func (*CheckpointsConnection) ProtoReflect ¶
func (x *CheckpointsConnection) ProtoReflect() protoreflect.Message
func (*CheckpointsConnection) Reset ¶
func (x *CheckpointsConnection) Reset()
func (*CheckpointsConnection) String ¶
func (x *CheckpointsConnection) String() string
type CoreSnapshotConnection ¶ added in v0.65.0
type CoreSnapshotConnection struct { // Page of core snapshot data and their corresponding cursors. Edges []*CoreSnapshotEdge `protobuf:"bytes,1,rep,name=edges,proto3" json:"edges,omitempty"` // Page information that is used for fetching further pages. PageInfo *PageInfo `protobuf:"bytes,2,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"` // contains filtered or unexported fields }
Page of core snapshot data and corresponding page information.
func (*CoreSnapshotConnection) Descriptor
deprecated
added in
v0.65.0
func (*CoreSnapshotConnection) Descriptor() ([]byte, []int)
Deprecated: Use CoreSnapshotConnection.ProtoReflect.Descriptor instead.
func (*CoreSnapshotConnection) GetEdges ¶ added in v0.65.0
func (x *CoreSnapshotConnection) GetEdges() []*CoreSnapshotEdge
func (*CoreSnapshotConnection) GetPageInfo ¶ added in v0.65.0
func (x *CoreSnapshotConnection) GetPageInfo() *PageInfo
func (*CoreSnapshotConnection) ProtoMessage ¶ added in v0.65.0
func (*CoreSnapshotConnection) ProtoMessage()
func (*CoreSnapshotConnection) ProtoReflect ¶ added in v0.65.0
func (x *CoreSnapshotConnection) ProtoReflect() protoreflect.Message
func (*CoreSnapshotConnection) Reset ¶ added in v0.65.0
func (x *CoreSnapshotConnection) Reset()
func (*CoreSnapshotConnection) String ¶ added in v0.65.0
func (x *CoreSnapshotConnection) String() string
type CoreSnapshotEdge ¶ added in v0.65.0
type CoreSnapshotEdge struct { // Core snapshot data. Node *v1.CoreSnapshotData `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` // Cursor that can be used to fetch further pages. Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
Core snapshot data with the corresponding cursor.
func (*CoreSnapshotEdge) Descriptor
deprecated
added in
v0.65.0
func (*CoreSnapshotEdge) Descriptor() ([]byte, []int)
Deprecated: Use CoreSnapshotEdge.ProtoReflect.Descriptor instead.
func (*CoreSnapshotEdge) GetCursor ¶ added in v0.65.0
func (x *CoreSnapshotEdge) GetCursor() string
func (*CoreSnapshotEdge) GetNode ¶ added in v0.65.0
func (x *CoreSnapshotEdge) GetNode() *v1.CoreSnapshotData
func (*CoreSnapshotEdge) ProtoMessage ¶ added in v0.65.0
func (*CoreSnapshotEdge) ProtoMessage()
func (*CoreSnapshotEdge) ProtoReflect ¶ added in v0.65.0
func (x *CoreSnapshotEdge) ProtoReflect() protoreflect.Message
func (*CoreSnapshotEdge) Reset ¶ added in v0.65.0
func (x *CoreSnapshotEdge) Reset()
func (*CoreSnapshotEdge) String ¶ added in v0.65.0
func (x *CoreSnapshotEdge) String() string
type DateRange ¶ added in v0.55.0
type DateRange struct { // Timestamp in Unix nanoseconds indicating the start of the date range. StartTimestamp *int64 `protobuf:"varint,1,opt,name=start_timestamp,json=startTimestamp,proto3,oneof" json:"start_timestamp,omitempty"` // Timestamp in Unix nanoseconds indicating the end of the date range. EndTimestamp *int64 `protobuf:"varint,2,opt,name=end_timestamp,json=endTimestamp,proto3,oneof" json:"end_timestamp,omitempty"` // contains filtered or unexported fields }
Date range for queries that can return historical data Timestamps should be provided as unix time in Unix nanoseconds and are inclusive.
func (*DateRange) Descriptor
deprecated
added in
v0.55.0
func (*DateRange) GetEndTimestamp ¶ added in v0.55.0
func (*DateRange) GetStartTimestamp ¶ added in v0.55.0
func (*DateRange) ProtoMessage ¶ added in v0.55.0
func (*DateRange) ProtoMessage()
func (*DateRange) ProtoReflect ¶ added in v0.55.0
func (x *DateRange) ProtoReflect() protoreflect.Message
type DelegationEdge ¶
type DelegationEdge struct { // How much a party is delegating to a node and when. Node *vega.Delegation `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` // Cursor that can be used to fetch further pages. Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
Delegation data with the corresponding cursor.
func (*DelegationEdge) Descriptor
deprecated
func (*DelegationEdge) Descriptor() ([]byte, []int)
Deprecated: Use DelegationEdge.ProtoReflect.Descriptor instead.
func (*DelegationEdge) GetCursor ¶
func (x *DelegationEdge) GetCursor() string
func (*DelegationEdge) GetNode ¶
func (x *DelegationEdge) GetNode() *vega.Delegation
func (*DelegationEdge) ProtoMessage ¶
func (*DelegationEdge) ProtoMessage()
func (*DelegationEdge) ProtoReflect ¶
func (x *DelegationEdge) ProtoReflect() protoreflect.Message
func (*DelegationEdge) Reset ¶
func (x *DelegationEdge) Reset()
func (*DelegationEdge) String ¶
func (x *DelegationEdge) String() string
type DelegationsConnection ¶
type DelegationsConnection struct { // Page of delegations data and their corresponding cursors. Edges []*DelegationEdge `protobuf:"bytes,1,rep,name=edges,proto3" json:"edges,omitempty"` // Page information that is used for fetching further pages. PageInfo *PageInfo `protobuf:"bytes,2,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"` // contains filtered or unexported fields }
Page of delegations data and corresponding page information
func (*DelegationsConnection) Descriptor
deprecated
func (*DelegationsConnection) Descriptor() ([]byte, []int)
Deprecated: Use DelegationsConnection.ProtoReflect.Descriptor instead.
func (*DelegationsConnection) GetEdges ¶
func (x *DelegationsConnection) GetEdges() []*DelegationEdge
func (*DelegationsConnection) GetPageInfo ¶
func (x *DelegationsConnection) GetPageInfo() *PageInfo
func (*DelegationsConnection) ProtoMessage ¶
func (*DelegationsConnection) ProtoMessage()
func (*DelegationsConnection) ProtoReflect ¶
func (x *DelegationsConnection) ProtoReflect() protoreflect.Message
func (*DelegationsConnection) Reset ¶
func (x *DelegationsConnection) Reset()
func (*DelegationsConnection) String ¶
func (x *DelegationsConnection) String() string
type DepositEdge ¶
type DepositEdge struct { // Data associated with a single deposit made on the Vega network. Node *vega.Deposit `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` // Cursor that can be used to fetch further pages. Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
Deposits data with the corresponding cursor.
func (*DepositEdge) Descriptor
deprecated
func (*DepositEdge) Descriptor() ([]byte, []int)
Deprecated: Use DepositEdge.ProtoReflect.Descriptor instead.
func (*DepositEdge) GetCursor ¶
func (x *DepositEdge) GetCursor() string
func (*DepositEdge) GetNode ¶
func (x *DepositEdge) GetNode() *vega.Deposit
func (*DepositEdge) ProtoMessage ¶
func (*DepositEdge) ProtoMessage()
func (*DepositEdge) ProtoReflect ¶
func (x *DepositEdge) ProtoReflect() protoreflect.Message
func (*DepositEdge) Reset ¶
func (x *DepositEdge) Reset()
func (*DepositEdge) String ¶
func (x *DepositEdge) String() string
type DepositsConnection ¶
type DepositsConnection struct { // Page of deposits data and their corresponding cursors. Edges []*DepositEdge `protobuf:"bytes,1,rep,name=edges,proto3" json:"edges,omitempty"` // Page information that is used for fetching further pages. PageInfo *PageInfo `protobuf:"bytes,2,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"` // contains filtered or unexported fields }
Page of deposits data received and corresponding page information
func (*DepositsConnection) Descriptor
deprecated
func (*DepositsConnection) Descriptor() ([]byte, []int)
Deprecated: Use DepositsConnection.ProtoReflect.Descriptor instead.
func (*DepositsConnection) GetEdges ¶
func (x *DepositsConnection) GetEdges() []*DepositEdge
func (*DepositsConnection) GetPageInfo ¶
func (x *DepositsConnection) GetPageInfo() *PageInfo
func (*DepositsConnection) ProtoMessage ¶
func (*DepositsConnection) ProtoMessage()
func (*DepositsConnection) ProtoReflect ¶
func (x *DepositsConnection) ProtoReflect() protoreflect.Message
func (*DepositsConnection) Reset ¶
func (x *DepositsConnection) Reset()
func (*DepositsConnection) String ¶
func (x *DepositsConnection) String() string
type ERC20MultiSigSignerAddedBundle ¶
type ERC20MultiSigSignerAddedBundle struct { // Ethereum address of the signer to be removed. NewSigner string `protobuf:"bytes,1,opt,name=new_signer,json=newSigner,proto3" json:"new_signer,omitempty"` // Ethereum address of the submitter. Submitter string `protobuf:"bytes,2,opt,name=submitter,proto3" json:"submitter,omitempty"` // Nonce used in the signing operation. Nonce string `protobuf:"bytes,4,opt,name=nonce,proto3" json:"nonce,omitempty"` // Unixnano timestamp for when the validator was added. Timestamp int64 `protobuf:"varint,5,opt,name=timestamp,proto3" json:"timestamp,omitempty"` // Bundle of signatures from current validators to sign in the new signer. Signatures string `protobuf:"bytes,6,opt,name=signatures,proto3" json:"signatures,omitempty"` // Epoch in which the validator was added. EpochSeq string `protobuf:"bytes,3,opt,name=epoch_seq,json=epochSeq,proto3" json:"epoch_seq,omitempty"` // contains filtered or unexported fields }
Signature bundle data to be added
func (*ERC20MultiSigSignerAddedBundle) Descriptor
deprecated
func (*ERC20MultiSigSignerAddedBundle) Descriptor() ([]byte, []int)
Deprecated: Use ERC20MultiSigSignerAddedBundle.ProtoReflect.Descriptor instead.
func (*ERC20MultiSigSignerAddedBundle) GetEpochSeq ¶
func (x *ERC20MultiSigSignerAddedBundle) GetEpochSeq() string
func (*ERC20MultiSigSignerAddedBundle) GetNewSigner ¶
func (x *ERC20MultiSigSignerAddedBundle) GetNewSigner() string
func (*ERC20MultiSigSignerAddedBundle) GetNonce ¶
func (x *ERC20MultiSigSignerAddedBundle) GetNonce() string
func (*ERC20MultiSigSignerAddedBundle) GetSignatures ¶
func (x *ERC20MultiSigSignerAddedBundle) GetSignatures() string
func (*ERC20MultiSigSignerAddedBundle) GetSubmitter ¶
func (x *ERC20MultiSigSignerAddedBundle) GetSubmitter() string
func (*ERC20MultiSigSignerAddedBundle) GetTimestamp ¶
func (x *ERC20MultiSigSignerAddedBundle) GetTimestamp() int64
func (*ERC20MultiSigSignerAddedBundle) ProtoMessage ¶
func (*ERC20MultiSigSignerAddedBundle) ProtoMessage()
func (*ERC20MultiSigSignerAddedBundle) ProtoReflect ¶
func (x *ERC20MultiSigSignerAddedBundle) ProtoReflect() protoreflect.Message
func (*ERC20MultiSigSignerAddedBundle) Reset ¶
func (x *ERC20MultiSigSignerAddedBundle) Reset()
func (*ERC20MultiSigSignerAddedBundle) String ¶
func (x *ERC20MultiSigSignerAddedBundle) String() string
type ERC20MultiSigSignerAddedBundleEdge ¶
type ERC20MultiSigSignerAddedBundleEdge struct { // Signature bundle data to be added. Node *ERC20MultiSigSignerAddedBundle `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` // Cursor that can be used to fetch further pages. Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
Signature bundle data that is to be added with the corresponding cursor.
func (*ERC20MultiSigSignerAddedBundleEdge) Descriptor
deprecated
func (*ERC20MultiSigSignerAddedBundleEdge) Descriptor() ([]byte, []int)
Deprecated: Use ERC20MultiSigSignerAddedBundleEdge.ProtoReflect.Descriptor instead.
func (*ERC20MultiSigSignerAddedBundleEdge) GetCursor ¶
func (x *ERC20MultiSigSignerAddedBundleEdge) GetCursor() string
func (*ERC20MultiSigSignerAddedBundleEdge) GetNode ¶
func (x *ERC20MultiSigSignerAddedBundleEdge) GetNode() *ERC20MultiSigSignerAddedBundle
func (*ERC20MultiSigSignerAddedBundleEdge) ProtoMessage ¶
func (*ERC20MultiSigSignerAddedBundleEdge) ProtoMessage()
func (*ERC20MultiSigSignerAddedBundleEdge) ProtoReflect ¶
func (x *ERC20MultiSigSignerAddedBundleEdge) ProtoReflect() protoreflect.Message
func (*ERC20MultiSigSignerAddedBundleEdge) Reset ¶
func (x *ERC20MultiSigSignerAddedBundleEdge) Reset()
func (*ERC20MultiSigSignerAddedBundleEdge) String ¶
func (x *ERC20MultiSigSignerAddedBundleEdge) String() string
type ERC20MultiSigSignerAddedConnection ¶
type ERC20MultiSigSignerAddedConnection struct { // Page of signature bundle data and their corresponding cursors. Edges []*ERC20MultiSigSignerAddedBundleEdge `protobuf:"bytes,1,rep,name=edges,proto3" json:"edges,omitempty"` // Page information that is used for fetching further pages. PageInfo *PageInfo `protobuf:"bytes,2,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"` // contains filtered or unexported fields }
Page of signature data items to be added and corresponding page information
func (*ERC20MultiSigSignerAddedConnection) Descriptor
deprecated
func (*ERC20MultiSigSignerAddedConnection) Descriptor() ([]byte, []int)
Deprecated: Use ERC20MultiSigSignerAddedConnection.ProtoReflect.Descriptor instead.
func (*ERC20MultiSigSignerAddedConnection) GetEdges ¶
func (x *ERC20MultiSigSignerAddedConnection) GetEdges() []*ERC20MultiSigSignerAddedBundleEdge
func (*ERC20MultiSigSignerAddedConnection) GetPageInfo ¶
func (x *ERC20MultiSigSignerAddedConnection) GetPageInfo() *PageInfo
func (*ERC20MultiSigSignerAddedConnection) ProtoMessage ¶
func (*ERC20MultiSigSignerAddedConnection) ProtoMessage()
func (*ERC20MultiSigSignerAddedConnection) ProtoReflect ¶
func (x *ERC20MultiSigSignerAddedConnection) ProtoReflect() protoreflect.Message
func (*ERC20MultiSigSignerAddedConnection) Reset ¶
func (x *ERC20MultiSigSignerAddedConnection) Reset()
func (*ERC20MultiSigSignerAddedConnection) String ¶
func (x *ERC20MultiSigSignerAddedConnection) String() string
type ERC20MultiSigSignerAddedEdge ¶
type ERC20MultiSigSignerAddedEdge struct { // Signature data to be added. Node *v1.ERC20MultiSigSignerAdded `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` // Cursor that can be used to fetch further pages. Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
Signature data that is to be added with the corresponding cursor.
func (*ERC20MultiSigSignerAddedEdge) Descriptor
deprecated
func (*ERC20MultiSigSignerAddedEdge) Descriptor() ([]byte, []int)
Deprecated: Use ERC20MultiSigSignerAddedEdge.ProtoReflect.Descriptor instead.
func (*ERC20MultiSigSignerAddedEdge) GetCursor ¶
func (x *ERC20MultiSigSignerAddedEdge) GetCursor() string
func (*ERC20MultiSigSignerAddedEdge) GetNode ¶
func (x *ERC20MultiSigSignerAddedEdge) GetNode() *v1.ERC20MultiSigSignerAdded
func (*ERC20MultiSigSignerAddedEdge) ProtoMessage ¶
func (*ERC20MultiSigSignerAddedEdge) ProtoMessage()
func (*ERC20MultiSigSignerAddedEdge) ProtoReflect ¶
func (x *ERC20MultiSigSignerAddedEdge) ProtoReflect() protoreflect.Message
func (*ERC20MultiSigSignerAddedEdge) Reset ¶
func (x *ERC20MultiSigSignerAddedEdge) Reset()
func (*ERC20MultiSigSignerAddedEdge) String ¶
func (x *ERC20MultiSigSignerAddedEdge) String() string
type ERC20MultiSigSignerRemovedBundle ¶
type ERC20MultiSigSignerRemovedBundle struct { // Ethereum address of the signer to be removed. OldSigner string `protobuf:"bytes,1,opt,name=old_signer,json=oldSigner,proto3" json:"old_signer,omitempty"` // Ethereum address of the submitter. Submitter string `protobuf:"bytes,2,opt,name=submitter,proto3" json:"submitter,omitempty"` // Nonce used in the signing operation. Nonce string `protobuf:"bytes,4,opt,name=nonce,proto3" json:"nonce,omitempty"` // Unixnano timestamp for when the validator was added. Timestamp int64 `protobuf:"varint,5,opt,name=timestamp,proto3" json:"timestamp,omitempty"` // Bundle of signatures from current validators to sign in the new signer. Signatures string `protobuf:"bytes,6,opt,name=signatures,proto3" json:"signatures,omitempty"` // Epoch in which the validator was removed. EpochSeq string `protobuf:"bytes,7,opt,name=epoch_seq,json=epochSeq,proto3" json:"epoch_seq,omitempty"` // contains filtered or unexported fields }
Signature bundle data to be removed
func (*ERC20MultiSigSignerRemovedBundle) Descriptor
deprecated
func (*ERC20MultiSigSignerRemovedBundle) Descriptor() ([]byte, []int)
Deprecated: Use ERC20MultiSigSignerRemovedBundle.ProtoReflect.Descriptor instead.
func (*ERC20MultiSigSignerRemovedBundle) GetEpochSeq ¶
func (x *ERC20MultiSigSignerRemovedBundle) GetEpochSeq() string
func (*ERC20MultiSigSignerRemovedBundle) GetNonce ¶
func (x *ERC20MultiSigSignerRemovedBundle) GetNonce() string
func (*ERC20MultiSigSignerRemovedBundle) GetOldSigner ¶
func (x *ERC20MultiSigSignerRemovedBundle) GetOldSigner() string
func (*ERC20MultiSigSignerRemovedBundle) GetSignatures ¶
func (x *ERC20MultiSigSignerRemovedBundle) GetSignatures() string
func (*ERC20MultiSigSignerRemovedBundle) GetSubmitter ¶
func (x *ERC20MultiSigSignerRemovedBundle) GetSubmitter() string
func (*ERC20MultiSigSignerRemovedBundle) GetTimestamp ¶
func (x *ERC20MultiSigSignerRemovedBundle) GetTimestamp() int64
func (*ERC20MultiSigSignerRemovedBundle) ProtoMessage ¶
func (*ERC20MultiSigSignerRemovedBundle) ProtoMessage()
func (*ERC20MultiSigSignerRemovedBundle) ProtoReflect ¶
func (x *ERC20MultiSigSignerRemovedBundle) ProtoReflect() protoreflect.Message
func (*ERC20MultiSigSignerRemovedBundle) Reset ¶
func (x *ERC20MultiSigSignerRemovedBundle) Reset()
func (*ERC20MultiSigSignerRemovedBundle) String ¶
func (x *ERC20MultiSigSignerRemovedBundle) String() string
type ERC20MultiSigSignerRemovedBundleEdge ¶
type ERC20MultiSigSignerRemovedBundleEdge struct { // Signature bundle data to be added. Node *ERC20MultiSigSignerRemovedBundle `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` // Cursor that can be used to fetch further pages. Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
Signature bundle data to be removed, with the corresponding cursor.
func (*ERC20MultiSigSignerRemovedBundleEdge) Descriptor
deprecated
func (*ERC20MultiSigSignerRemovedBundleEdge) Descriptor() ([]byte, []int)
Deprecated: Use ERC20MultiSigSignerRemovedBundleEdge.ProtoReflect.Descriptor instead.
func (*ERC20MultiSigSignerRemovedBundleEdge) GetCursor ¶
func (x *ERC20MultiSigSignerRemovedBundleEdge) GetCursor() string
func (*ERC20MultiSigSignerRemovedBundleEdge) GetNode ¶
func (x *ERC20MultiSigSignerRemovedBundleEdge) GetNode() *ERC20MultiSigSignerRemovedBundle
func (*ERC20MultiSigSignerRemovedBundleEdge) ProtoMessage ¶
func (*ERC20MultiSigSignerRemovedBundleEdge) ProtoMessage()
func (*ERC20MultiSigSignerRemovedBundleEdge) ProtoReflect ¶
func (x *ERC20MultiSigSignerRemovedBundleEdge) ProtoReflect() protoreflect.Message
func (*ERC20MultiSigSignerRemovedBundleEdge) Reset ¶
func (x *ERC20MultiSigSignerRemovedBundleEdge) Reset()
func (*ERC20MultiSigSignerRemovedBundleEdge) String ¶
func (x *ERC20MultiSigSignerRemovedBundleEdge) String() string
type ERC20MultiSigSignerRemovedConnection ¶
type ERC20MultiSigSignerRemovedConnection struct { // Page of signature bundle data and their corresponding cursors. Edges []*ERC20MultiSigSignerRemovedBundleEdge `protobuf:"bytes,1,rep,name=edges,proto3" json:"edges,omitempty"` // Page information that is used for fetching further pages. PageInfo *PageInfo `protobuf:"bytes,2,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"` // contains filtered or unexported fields }
Page of signature data items to be removed and corresponding page information.
func (*ERC20MultiSigSignerRemovedConnection) Descriptor
deprecated
func (*ERC20MultiSigSignerRemovedConnection) Descriptor() ([]byte, []int)
Deprecated: Use ERC20MultiSigSignerRemovedConnection.ProtoReflect.Descriptor instead.
func (*ERC20MultiSigSignerRemovedConnection) GetEdges ¶
func (x *ERC20MultiSigSignerRemovedConnection) GetEdges() []*ERC20MultiSigSignerRemovedBundleEdge
func (*ERC20MultiSigSignerRemovedConnection) GetPageInfo ¶
func (x *ERC20MultiSigSignerRemovedConnection) GetPageInfo() *PageInfo
func (*ERC20MultiSigSignerRemovedConnection) ProtoMessage ¶
func (*ERC20MultiSigSignerRemovedConnection) ProtoMessage()
func (*ERC20MultiSigSignerRemovedConnection) ProtoReflect ¶
func (x *ERC20MultiSigSignerRemovedConnection) ProtoReflect() protoreflect.Message
func (*ERC20MultiSigSignerRemovedConnection) Reset ¶
func (x *ERC20MultiSigSignerRemovedConnection) Reset()
func (*ERC20MultiSigSignerRemovedConnection) String ¶
func (x *ERC20MultiSigSignerRemovedConnection) String() string
type ERC20MultiSigSignerRemovedEdge ¶
type ERC20MultiSigSignerRemovedEdge struct { // Signature data to be removed. Node *v1.ERC20MultiSigSignerRemoved `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` // Cursor that can be used to fetch further pages. Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
Signature data to be removed with the corresponding cursor.
func (*ERC20MultiSigSignerRemovedEdge) Descriptor
deprecated
func (*ERC20MultiSigSignerRemovedEdge) Descriptor() ([]byte, []int)
Deprecated: Use ERC20MultiSigSignerRemovedEdge.ProtoReflect.Descriptor instead.
func (*ERC20MultiSigSignerRemovedEdge) GetCursor ¶
func (x *ERC20MultiSigSignerRemovedEdge) GetCursor() string
func (*ERC20MultiSigSignerRemovedEdge) GetNode ¶
func (x *ERC20MultiSigSignerRemovedEdge) GetNode() *v1.ERC20MultiSigSignerRemoved
func (*ERC20MultiSigSignerRemovedEdge) ProtoMessage ¶
func (*ERC20MultiSigSignerRemovedEdge) ProtoMessage()
func (*ERC20MultiSigSignerRemovedEdge) ProtoReflect ¶
func (x *ERC20MultiSigSignerRemovedEdge) ProtoReflect() protoreflect.Message
func (*ERC20MultiSigSignerRemovedEdge) Reset ¶
func (x *ERC20MultiSigSignerRemovedEdge) Reset()
func (*ERC20MultiSigSignerRemovedEdge) String ¶
func (x *ERC20MultiSigSignerRemovedEdge) String() string
type EpochRewardSummaryConnection ¶ added in v0.65.0
type EpochRewardSummaryConnection struct { // Page of rewards summary data for epochs and their corresponding cursors. Edges []*EpochRewardSummaryEdge `protobuf:"bytes,1,rep,name=edges,proto3" json:"edges,omitempty"` // Page information that is used for fetching further pages. PageInfo *PageInfo `protobuf:"bytes,2,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"` // contains filtered or unexported fields }
Page of rewards summary data for epoch and corresponding page information
func (*EpochRewardSummaryConnection) Descriptor
deprecated
added in
v0.65.0
func (*EpochRewardSummaryConnection) Descriptor() ([]byte, []int)
Deprecated: Use EpochRewardSummaryConnection.ProtoReflect.Descriptor instead.
func (*EpochRewardSummaryConnection) GetEdges ¶ added in v0.65.0
func (x *EpochRewardSummaryConnection) GetEdges() []*EpochRewardSummaryEdge
func (*EpochRewardSummaryConnection) GetPageInfo ¶ added in v0.65.0
func (x *EpochRewardSummaryConnection) GetPageInfo() *PageInfo
func (*EpochRewardSummaryConnection) ProtoMessage ¶ added in v0.65.0
func (*EpochRewardSummaryConnection) ProtoMessage()
func (*EpochRewardSummaryConnection) ProtoReflect ¶ added in v0.65.0
func (x *EpochRewardSummaryConnection) ProtoReflect() protoreflect.Message
func (*EpochRewardSummaryConnection) Reset ¶ added in v0.65.0
func (x *EpochRewardSummaryConnection) Reset()
func (*EpochRewardSummaryConnection) String ¶ added in v0.65.0
func (x *EpochRewardSummaryConnection) String() string
type EpochRewardSummaryEdge ¶ added in v0.65.0
type EpochRewardSummaryEdge struct { // Rewards summary data for epoch. Node *vega.EpochRewardSummary `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` // Cursor that can be used to fetch further pages. Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
Rewards summary data for epoch with the corresponding cursor.
func (*EpochRewardSummaryEdge) Descriptor
deprecated
added in
v0.65.0
func (*EpochRewardSummaryEdge) Descriptor() ([]byte, []int)
Deprecated: Use EpochRewardSummaryEdge.ProtoReflect.Descriptor instead.
func (*EpochRewardSummaryEdge) GetCursor ¶ added in v0.65.0
func (x *EpochRewardSummaryEdge) GetCursor() string
func (*EpochRewardSummaryEdge) GetNode ¶ added in v0.65.0
func (x *EpochRewardSummaryEdge) GetNode() *vega.EpochRewardSummary
func (*EpochRewardSummaryEdge) ProtoMessage ¶ added in v0.65.0
func (*EpochRewardSummaryEdge) ProtoMessage()
func (*EpochRewardSummaryEdge) ProtoReflect ¶ added in v0.65.0
func (x *EpochRewardSummaryEdge) ProtoReflect() protoreflect.Message
func (*EpochRewardSummaryEdge) Reset ¶ added in v0.65.0
func (x *EpochRewardSummaryEdge) Reset()
func (*EpochRewardSummaryEdge) String ¶ added in v0.65.0
func (x *EpochRewardSummaryEdge) String() string
type EstimateFeeRequest ¶
type EstimateFeeRequest struct { // Market ID, used to specify the fee factors. MarketId string `protobuf:"bytes,1,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"` // Price at which the potential order is expected to trade. Price string `protobuf:"bytes,2,opt,name=price,proto3" json:"price,omitempty"` // Size at which the potential order is expected to trade. Size uint64 `protobuf:"varint,3,opt,name=size,proto3" json:"size,omitempty"` // contains filtered or unexported fields }
Request to fetch the estimated fee if an order were to trade immediately
func (*EstimateFeeRequest) Descriptor
deprecated
func (*EstimateFeeRequest) Descriptor() ([]byte, []int)
Deprecated: Use EstimateFeeRequest.ProtoReflect.Descriptor instead.
func (*EstimateFeeRequest) GetMarketId ¶ added in v0.58.0
func (x *EstimateFeeRequest) GetMarketId() string
func (*EstimateFeeRequest) GetPrice ¶ added in v0.58.0
func (x *EstimateFeeRequest) GetPrice() string
func (*EstimateFeeRequest) GetSize ¶ added in v0.58.0
func (x *EstimateFeeRequest) GetSize() uint64
func (*EstimateFeeRequest) ProtoMessage ¶
func (*EstimateFeeRequest) ProtoMessage()
func (*EstimateFeeRequest) ProtoReflect ¶
func (x *EstimateFeeRequest) ProtoReflect() protoreflect.Message
func (*EstimateFeeRequest) Reset ¶
func (x *EstimateFeeRequest) Reset()
func (*EstimateFeeRequest) String ¶
func (x *EstimateFeeRequest) String() string
type EstimateFeeResponse ¶
type EstimateFeeResponse struct { // Summary of the estimated fees for this order if it were to trade now. Fee *vega.Fee `protobuf:"bytes,2,opt,name=fee,proto3" json:"fee,omitempty"` // contains filtered or unexported fields }
Response that is received from EstimateFeeRequest, contains the estimated fees for a given order
func (*EstimateFeeResponse) Descriptor
deprecated
func (*EstimateFeeResponse) Descriptor() ([]byte, []int)
Deprecated: Use EstimateFeeResponse.ProtoReflect.Descriptor instead.
func (*EstimateFeeResponse) GetFee ¶
func (x *EstimateFeeResponse) GetFee() *vega.Fee
func (*EstimateFeeResponse) ProtoMessage ¶
func (*EstimateFeeResponse) ProtoMessage()
func (*EstimateFeeResponse) ProtoReflect ¶
func (x *EstimateFeeResponse) ProtoReflect() protoreflect.Message
func (*EstimateFeeResponse) Reset ¶
func (x *EstimateFeeResponse) Reset()
func (*EstimateFeeResponse) String ¶
func (x *EstimateFeeResponse) String() string
type EstimateMarginRequest
deprecated
type EstimateMarginRequest struct { // Market ID for the order. MarketId string `protobuf:"bytes,1,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"` // Party ID of the order. PartyId string `protobuf:"bytes,2,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"` // Order side - indicator for Seller or Buyer side. Side vega.Side `protobuf:"varint,3,opt,name=side,proto3,enum=vega.Side" json:"side,omitempty"` // Type of the order. Type vega.Order_Type `protobuf:"varint,4,opt,name=type,proto3,enum=vega.Order_Type" json:"type,omitempty"` // Size of order. Size uint64 `protobuf:"varint,5,opt,name=size,proto3" json:"size,omitempty"` // Price of the asset. Price string `protobuf:"bytes,6,opt,name=price,proto3" json:"price,omitempty"` // contains filtered or unexported fields }
Request to fetch the estimated MarginLevels if an order were to trade immediately
Deprecated: Do not use.
func (*EstimateMarginRequest) Descriptor
deprecated
func (*EstimateMarginRequest) Descriptor() ([]byte, []int)
Deprecated: Use EstimateMarginRequest.ProtoReflect.Descriptor instead.
func (*EstimateMarginRequest) GetMarketId ¶ added in v0.58.0
func (x *EstimateMarginRequest) GetMarketId() string
func (*EstimateMarginRequest) GetPartyId ¶ added in v0.58.0
func (x *EstimateMarginRequest) GetPartyId() string
func (*EstimateMarginRequest) GetPrice ¶ added in v0.58.0
func (x *EstimateMarginRequest) GetPrice() string
func (*EstimateMarginRequest) GetSide ¶ added in v0.58.0
func (x *EstimateMarginRequest) GetSide() vega.Side
func (*EstimateMarginRequest) GetSize ¶ added in v0.58.0
func (x *EstimateMarginRequest) GetSize() uint64
func (*EstimateMarginRequest) GetType ¶ added in v0.58.0
func (x *EstimateMarginRequest) GetType() vega.Order_Type
func (*EstimateMarginRequest) ProtoMessage ¶
func (*EstimateMarginRequest) ProtoMessage()
func (*EstimateMarginRequest) ProtoReflect ¶
func (x *EstimateMarginRequest) ProtoReflect() protoreflect.Message
func (*EstimateMarginRequest) Reset ¶
func (x *EstimateMarginRequest) Reset()
func (*EstimateMarginRequest) String ¶
func (x *EstimateMarginRequest) String() string
type EstimateMarginResponse
deprecated
type EstimateMarginResponse struct { // Summary of the estimated margins for this order if it were to trade now. MarginLevels *vega.MarginLevels `protobuf:"bytes,2,opt,name=margin_levels,json=marginLevels,proto3" json:"margin_levels,omitempty"` // contains filtered or unexported fields }
Response to an estimate margin request, containing the estimated margin levels for a given order
Deprecated: Do not use.
func (*EstimateMarginResponse) Descriptor
deprecated
func (*EstimateMarginResponse) Descriptor() ([]byte, []int)
Deprecated: Use EstimateMarginResponse.ProtoReflect.Descriptor instead.
func (*EstimateMarginResponse) GetMarginLevels ¶
func (x *EstimateMarginResponse) GetMarginLevels() *vega.MarginLevels
func (*EstimateMarginResponse) ProtoMessage ¶
func (*EstimateMarginResponse) ProtoMessage()
func (*EstimateMarginResponse) ProtoReflect ¶
func (x *EstimateMarginResponse) ProtoReflect() protoreflect.Message
func (*EstimateMarginResponse) Reset ¶
func (x *EstimateMarginResponse) Reset()
func (*EstimateMarginResponse) String ¶
func (x *EstimateMarginResponse) String() string
type EstimatePositionRequest ¶ added in v0.71.0
type EstimatePositionRequest struct { // Market ID to estimate position for. MarketId string `protobuf:"bytes,1,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"` // Open volume. This field is a signed integer scaled to the market's position decimal places. // A negative number denotes a short position. OpenVolume int64 `protobuf:"varint,2,opt,name=open_volume,json=openVolume,proto3" json:"open_volume,omitempty"` // Open and/or hypothetical orders. Orders []*OrderInfo `protobuf:"bytes,3,rep,name=orders,proto3" json:"orders,omitempty"` // Optional argument specifying collateral available for the position, if provided then response will contain the liquidation price estimate. CollateralAvailable *string `protobuf:"bytes,4,opt,name=collateral_available,json=collateralAvailable,proto3,oneof" json:"collateral_available,omitempty"` // contains filtered or unexported fields }
Request for the estimate of the margin level and, if available collateral is provided, liquidation price for the specified position.
func (*EstimatePositionRequest) Descriptor
deprecated
added in
v0.71.0
func (*EstimatePositionRequest) Descriptor() ([]byte, []int)
Deprecated: Use EstimatePositionRequest.ProtoReflect.Descriptor instead.
func (*EstimatePositionRequest) GetCollateralAvailable ¶ added in v0.71.0
func (x *EstimatePositionRequest) GetCollateralAvailable() string
func (*EstimatePositionRequest) GetMarketId ¶ added in v0.71.0
func (x *EstimatePositionRequest) GetMarketId() string
func (*EstimatePositionRequest) GetOpenVolume ¶ added in v0.71.0
func (x *EstimatePositionRequest) GetOpenVolume() int64
func (*EstimatePositionRequest) GetOrders ¶ added in v0.71.0
func (x *EstimatePositionRequest) GetOrders() []*OrderInfo
func (*EstimatePositionRequest) ProtoMessage ¶ added in v0.71.0
func (*EstimatePositionRequest) ProtoMessage()
func (*EstimatePositionRequest) ProtoReflect ¶ added in v0.71.0
func (x *EstimatePositionRequest) ProtoReflect() protoreflect.Message
func (*EstimatePositionRequest) Reset ¶ added in v0.71.0
func (x *EstimatePositionRequest) Reset()
func (*EstimatePositionRequest) String ¶ added in v0.71.0
func (x *EstimatePositionRequest) String() string
type EstimatePositionResponse ¶ added in v0.71.0
type EstimatePositionResponse struct { // Margin level range estimate for the specified position. Margin *MarginEstimate `protobuf:"bytes,1,opt,name=margin,proto3" json:"margin,omitempty"` // Liquidation price range estimate for the specified position. Only populated if available collateral was specified in the request. Liquidation *LiquidationEstimate `protobuf:"bytes,2,opt,name=liquidation,proto3" json:"liquidation,omitempty"` // contains filtered or unexported fields }
Response for the estimate of the margin level and, if available collateral was provided in the request, liquidation price for the specified position.
func (*EstimatePositionResponse) Descriptor
deprecated
added in
v0.71.0
func (*EstimatePositionResponse) Descriptor() ([]byte, []int)
Deprecated: Use EstimatePositionResponse.ProtoReflect.Descriptor instead.
func (*EstimatePositionResponse) GetLiquidation ¶ added in v0.71.0
func (x *EstimatePositionResponse) GetLiquidation() *LiquidationEstimate
func (*EstimatePositionResponse) GetMargin ¶ added in v0.71.0
func (x *EstimatePositionResponse) GetMargin() *MarginEstimate
func (*EstimatePositionResponse) ProtoMessage ¶ added in v0.71.0
func (*EstimatePositionResponse) ProtoMessage()
func (*EstimatePositionResponse) ProtoReflect ¶ added in v0.71.0
func (x *EstimatePositionResponse) ProtoReflect() protoreflect.Message
func (*EstimatePositionResponse) Reset ¶ added in v0.71.0
func (x *EstimatePositionResponse) Reset()
func (*EstimatePositionResponse) String ¶ added in v0.71.0
func (x *EstimatePositionResponse) String() string
type EthereumKeyRotationEdge ¶
type EthereumKeyRotationEdge struct { // Data relating to an Ethereum key rotation performed by a node on the Vega network. Node *v1.EthereumKeyRotation `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` // Cursor that can be used to fetch further pages. Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
Ethereum key rotation data with the corresponding cursor.
func (*EthereumKeyRotationEdge) Descriptor
deprecated
func (*EthereumKeyRotationEdge) Descriptor() ([]byte, []int)
Deprecated: Use EthereumKeyRotationEdge.ProtoReflect.Descriptor instead.
func (*EthereumKeyRotationEdge) GetCursor ¶
func (x *EthereumKeyRotationEdge) GetCursor() string
func (*EthereumKeyRotationEdge) GetNode ¶ added in v0.63.0
func (x *EthereumKeyRotationEdge) GetNode() *v1.EthereumKeyRotation
func (*EthereumKeyRotationEdge) ProtoMessage ¶
func (*EthereumKeyRotationEdge) ProtoMessage()
func (*EthereumKeyRotationEdge) ProtoReflect ¶
func (x *EthereumKeyRotationEdge) ProtoReflect() protoreflect.Message
func (*EthereumKeyRotationEdge) Reset ¶
func (x *EthereumKeyRotationEdge) Reset()
func (*EthereumKeyRotationEdge) String ¶
func (x *EthereumKeyRotationEdge) String() string
type EthereumKeyRotationsConnection ¶
type EthereumKeyRotationsConnection struct { // Page of Ethereum key rotations data and their corresponding cursors. Edges []*EthereumKeyRotationEdge `protobuf:"bytes,1,rep,name=edges,proto3" json:"edges,omitempty"` // Page information that is used for fetching further pages. PageInfo *PageInfo `protobuf:"bytes,2,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"` // contains filtered or unexported fields }
Page of Ethereum key rotations data and corresponding page information
func (*EthereumKeyRotationsConnection) Descriptor
deprecated
func (*EthereumKeyRotationsConnection) Descriptor() ([]byte, []int)
Deprecated: Use EthereumKeyRotationsConnection.ProtoReflect.Descriptor instead.
func (*EthereumKeyRotationsConnection) GetEdges ¶
func (x *EthereumKeyRotationsConnection) GetEdges() []*EthereumKeyRotationEdge
func (*EthereumKeyRotationsConnection) GetPageInfo ¶
func (x *EthereumKeyRotationsConnection) GetPageInfo() *PageInfo
func (*EthereumKeyRotationsConnection) ProtoMessage ¶
func (*EthereumKeyRotationsConnection) ProtoMessage()
func (*EthereumKeyRotationsConnection) ProtoReflect ¶
func (x *EthereumKeyRotationsConnection) ProtoReflect() protoreflect.Message
func (*EthereumKeyRotationsConnection) Reset ¶
func (x *EthereumKeyRotationsConnection) Reset()
func (*EthereumKeyRotationsConnection) String ¶
func (x *EthereumKeyRotationsConnection) String() string
type ExportLedgerEntriesRequest ¶ added in v0.67.0
type ExportLedgerEntriesRequest struct { // Restrict exported ledger entries to those relating to the given party ID. PartyId string `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"` // Restrict exported ledger entries to those relating to the given asset ID. AssetId string `protobuf:"bytes,2,opt,name=asset_id,json=assetId,proto3" json:"asset_id,omitempty"` // Date range to export ledger entries for. DateRange *DateRange `protobuf:"bytes,4,opt,name=date_range,json=dateRange,proto3,oneof" json:"date_range,omitempty"` // contains filtered or unexported fields }
Request that is sent when exporting ledger entries to csv
func (*ExportLedgerEntriesRequest) Descriptor
deprecated
added in
v0.67.0
func (*ExportLedgerEntriesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ExportLedgerEntriesRequest.ProtoReflect.Descriptor instead.
func (*ExportLedgerEntriesRequest) GetAssetId ¶ added in v0.67.0
func (x *ExportLedgerEntriesRequest) GetAssetId() string
func (*ExportLedgerEntriesRequest) GetDateRange ¶ added in v0.67.0
func (x *ExportLedgerEntriesRequest) GetDateRange() *DateRange
func (*ExportLedgerEntriesRequest) GetPartyId ¶ added in v0.67.0
func (x *ExportLedgerEntriesRequest) GetPartyId() string
func (*ExportLedgerEntriesRequest) ProtoMessage ¶ added in v0.67.0
func (*ExportLedgerEntriesRequest) ProtoMessage()
func (*ExportLedgerEntriesRequest) ProtoReflect ¶ added in v0.67.0
func (x *ExportLedgerEntriesRequest) ProtoReflect() protoreflect.Message
func (*ExportLedgerEntriesRequest) Reset ¶ added in v0.67.0
func (x *ExportLedgerEntriesRequest) Reset()
func (*ExportLedgerEntriesRequest) String ¶ added in v0.67.0
func (x *ExportLedgerEntriesRequest) String() string
type ExportNetworkHistoryRequest ¶ added in v0.71.0
type ExportNetworkHistoryRequest struct { // Block to begin exporting from. Must be the first block of a history segment, // which by default are 1000 blocks each; in that case - 1, 1001, 2001 etc. are valid values. // This can be checked by first calling the API to list all network history segments. FromBlock int64 `protobuf:"varint,1,opt,name=from_block,json=fromBlock,proto3" json:"from_block,omitempty"` // Last block to export up to and including. Must be the last block of a history segment // which by default are 1000 blocks each; in that case - 1000, 2000, 3000 etc. are valid values. // This can be checked by first calling the API to list all network history segments. ToBlock int64 `protobuf:"varint,2,opt,name=to_block,json=toBlock,proto3" json:"to_block,omitempty"` // Table to export data from. Table Table `protobuf:"varint,3,opt,name=table,proto3,enum=datanode.api.v2.Table" json:"table,omitempty"` // contains filtered or unexported fields }
Request to export network history data in CSV format
func (*ExportNetworkHistoryRequest) Descriptor
deprecated
added in
v0.71.0
func (*ExportNetworkHistoryRequest) Descriptor() ([]byte, []int)
Deprecated: Use ExportNetworkHistoryRequest.ProtoReflect.Descriptor instead.
func (*ExportNetworkHistoryRequest) GetFromBlock ¶ added in v0.71.0
func (x *ExportNetworkHistoryRequest) GetFromBlock() int64
func (*ExportNetworkHistoryRequest) GetTable ¶ added in v0.71.0
func (x *ExportNetworkHistoryRequest) GetTable() Table
func (*ExportNetworkHistoryRequest) GetToBlock ¶ added in v0.71.0
func (x *ExportNetworkHistoryRequest) GetToBlock() int64
func (*ExportNetworkHistoryRequest) ProtoMessage ¶ added in v0.71.0
func (*ExportNetworkHistoryRequest) ProtoMessage()
func (*ExportNetworkHistoryRequest) ProtoReflect ¶ added in v0.71.0
func (x *ExportNetworkHistoryRequest) ProtoReflect() protoreflect.Message
func (*ExportNetworkHistoryRequest) Reset ¶ added in v0.71.0
func (x *ExportNetworkHistoryRequest) Reset()
func (*ExportNetworkHistoryRequest) String ¶ added in v0.71.0
func (x *ExportNetworkHistoryRequest) String() string
type GetActiveNetworkHistoryPeerAddressesRequest ¶ added in v0.67.0
type GetActiveNetworkHistoryPeerAddressesRequest struct {
// contains filtered or unexported fields
}
Request to get the addresses of active network history peers
func (*GetActiveNetworkHistoryPeerAddressesRequest) Descriptor
deprecated
added in
v0.67.0
func (*GetActiveNetworkHistoryPeerAddressesRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetActiveNetworkHistoryPeerAddressesRequest.ProtoReflect.Descriptor instead.
func (*GetActiveNetworkHistoryPeerAddressesRequest) ProtoMessage ¶ added in v0.67.0
func (*GetActiveNetworkHistoryPeerAddressesRequest) ProtoMessage()
func (*GetActiveNetworkHistoryPeerAddressesRequest) ProtoReflect ¶ added in v0.67.0
func (x *GetActiveNetworkHistoryPeerAddressesRequest) ProtoReflect() protoreflect.Message
func (*GetActiveNetworkHistoryPeerAddressesRequest) Reset ¶ added in v0.67.0
func (x *GetActiveNetworkHistoryPeerAddressesRequest) Reset()
func (*GetActiveNetworkHistoryPeerAddressesRequest) String ¶ added in v0.67.0
func (x *GetActiveNetworkHistoryPeerAddressesRequest) String() string
type GetActiveNetworkHistoryPeerAddressesResponse ¶ added in v0.67.0
type GetActiveNetworkHistoryPeerAddressesResponse struct { // List of IP addresses for the active peers. IpAddresses []string `protobuf:"bytes,1,rep,name=ip_addresses,json=ipAddresses,proto3" json:"ip_addresses,omitempty"` // contains filtered or unexported fields }
Response containing the addresses of active network history peers
func (*GetActiveNetworkHistoryPeerAddressesResponse) Descriptor
deprecated
added in
v0.67.0
func (*GetActiveNetworkHistoryPeerAddressesResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetActiveNetworkHistoryPeerAddressesResponse.ProtoReflect.Descriptor instead.
func (*GetActiveNetworkHistoryPeerAddressesResponse) GetIpAddresses ¶ added in v0.67.0
func (x *GetActiveNetworkHistoryPeerAddressesResponse) GetIpAddresses() []string
func (*GetActiveNetworkHistoryPeerAddressesResponse) ProtoMessage ¶ added in v0.67.0
func (*GetActiveNetworkHistoryPeerAddressesResponse) ProtoMessage()
func (*GetActiveNetworkHistoryPeerAddressesResponse) ProtoReflect ¶ added in v0.67.0
func (x *GetActiveNetworkHistoryPeerAddressesResponse) ProtoReflect() protoreflect.Message
func (*GetActiveNetworkHistoryPeerAddressesResponse) Reset ¶ added in v0.67.0
func (x *GetActiveNetworkHistoryPeerAddressesResponse) Reset()
func (*GetActiveNetworkHistoryPeerAddressesResponse) String ¶ added in v0.67.0
func (x *GetActiveNetworkHistoryPeerAddressesResponse) String() string
type GetAssetRequest ¶
type GetAssetRequest struct { // Asset ID to get data for. AssetId string `protobuf:"bytes,1,opt,name=asset_id,json=assetId,proto3" json:"asset_id,omitempty"` // contains filtered or unexported fields }
Request for obtaining asset
func (*GetAssetRequest) Descriptor
deprecated
func (*GetAssetRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAssetRequest.ProtoReflect.Descriptor instead.
func (*GetAssetRequest) GetAssetId ¶
func (x *GetAssetRequest) GetAssetId() string
func (*GetAssetRequest) ProtoMessage ¶
func (*GetAssetRequest) ProtoMessage()
func (*GetAssetRequest) ProtoReflect ¶
func (x *GetAssetRequest) ProtoReflect() protoreflect.Message
func (*GetAssetRequest) Reset ¶
func (x *GetAssetRequest) Reset()
func (*GetAssetRequest) String ¶
func (x *GetAssetRequest) String() string
type GetAssetResponse ¶
type GetAssetResponse struct { // Asset information that is returned. Asset *vega.Asset `protobuf:"bytes,1,opt,name=asset,proto3" json:"asset,omitempty"` // contains filtered or unexported fields }
Response from getting an asset
func (*GetAssetResponse) Descriptor
deprecated
func (*GetAssetResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetAssetResponse.ProtoReflect.Descriptor instead.
func (*GetAssetResponse) GetAsset ¶
func (x *GetAssetResponse) GetAsset() *vega.Asset
func (*GetAssetResponse) ProtoMessage ¶
func (*GetAssetResponse) ProtoMessage()
func (*GetAssetResponse) ProtoReflect ¶
func (x *GetAssetResponse) ProtoReflect() protoreflect.Message
func (*GetAssetResponse) Reset ¶
func (x *GetAssetResponse) Reset()
func (*GetAssetResponse) String ¶
func (x *GetAssetResponse) String() string
type GetBalanceHistoryRequest ¶
type GetBalanceHistoryRequest struct { // Account filter contains values that can be set in order to limit balance history data to them. Filter *AccountFilter `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"` // By default the net balances of all the accounts specified by the filter are returned. // If a list of fields is given in group_by, split out those balances by the supplied criteria. GroupBy []AccountField `protobuf:"varint,2,rep,packed,name=group_by,json=groupBy,proto3,enum=datanode.api.v2.AccountField" json:"group_by,omitempty"` Pagination *Pagination `protobuf:"bytes,3,opt,name=pagination,proto3,oneof" json:"pagination,omitempty"` DateRange *DateRange `protobuf:"bytes,4,opt,name=date_range,json=dateRange,proto3,oneof" json:"date_range,omitempty"` // contains filtered or unexported fields }
Request that is used when querying balance history
func (*GetBalanceHistoryRequest) Descriptor
deprecated
func (*GetBalanceHistoryRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetBalanceHistoryRequest.ProtoReflect.Descriptor instead.
func (*GetBalanceHistoryRequest) GetDateRange ¶ added in v0.55.0
func (x *GetBalanceHistoryRequest) GetDateRange() *DateRange
func (*GetBalanceHistoryRequest) GetFilter ¶
func (x *GetBalanceHistoryRequest) GetFilter() *AccountFilter
func (*GetBalanceHistoryRequest) GetGroupBy ¶
func (x *GetBalanceHistoryRequest) GetGroupBy() []AccountField
func (*GetBalanceHistoryRequest) GetPagination ¶ added in v0.55.0
func (x *GetBalanceHistoryRequest) GetPagination() *Pagination
func (*GetBalanceHistoryRequest) ProtoMessage ¶
func (*GetBalanceHistoryRequest) ProtoMessage()
func (*GetBalanceHistoryRequest) ProtoReflect ¶
func (x *GetBalanceHistoryRequest) ProtoReflect() protoreflect.Message
func (*GetBalanceHistoryRequest) Reset ¶
func (x *GetBalanceHistoryRequest) Reset()
func (*GetBalanceHistoryRequest) String ¶
func (x *GetBalanceHistoryRequest) String() string
type GetBalanceHistoryResponse ¶
type GetBalanceHistoryResponse struct { // Page of aggregated balances with the corresponding page information. Balances *AggregatedBalanceConnection `protobuf:"bytes,1,opt,name=balances,proto3" json:"balances,omitempty"` // contains filtered or unexported fields }
Response that is received when querying for balance history
func (*GetBalanceHistoryResponse) Descriptor
deprecated
func (*GetBalanceHistoryResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetBalanceHistoryResponse.ProtoReflect.Descriptor instead.
func (*GetBalanceHistoryResponse) GetBalances ¶
func (x *GetBalanceHistoryResponse) GetBalances() *AggregatedBalanceConnection
func (*GetBalanceHistoryResponse) ProtoMessage ¶
func (*GetBalanceHistoryResponse) ProtoMessage()
func (*GetBalanceHistoryResponse) ProtoReflect ¶
func (x *GetBalanceHistoryResponse) ProtoReflect() protoreflect.Message
func (*GetBalanceHistoryResponse) Reset ¶
func (x *GetBalanceHistoryResponse) Reset()
func (*GetBalanceHistoryResponse) String ¶
func (x *GetBalanceHistoryResponse) String() string
type GetDepositRequest ¶
type GetDepositRequest struct { // Deposit ID to return data for. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
Request to get data about a specific deposit by ID
func (*GetDepositRequest) Descriptor
deprecated
func (*GetDepositRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetDepositRequest.ProtoReflect.Descriptor instead.
func (*GetDepositRequest) GetId ¶
func (x *GetDepositRequest) GetId() string
func (*GetDepositRequest) ProtoMessage ¶
func (*GetDepositRequest) ProtoMessage()
func (*GetDepositRequest) ProtoReflect ¶
func (x *GetDepositRequest) ProtoReflect() protoreflect.Message
func (*GetDepositRequest) Reset ¶
func (x *GetDepositRequest) Reset()
func (*GetDepositRequest) String ¶
func (x *GetDepositRequest) String() string
type GetDepositResponse ¶
type GetDepositResponse struct { // Deposit matching the ID from the request. Deposit *vega.Deposit `protobuf:"bytes,1,opt,name=deposit,proto3" json:"deposit,omitempty"` // contains filtered or unexported fields }
Response that is received from getting deposit data
func (*GetDepositResponse) Descriptor
deprecated
func (*GetDepositResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetDepositResponse.ProtoReflect.Descriptor instead.
func (*GetDepositResponse) GetDeposit ¶
func (x *GetDepositResponse) GetDeposit() *vega.Deposit
func (*GetDepositResponse) ProtoMessage ¶
func (*GetDepositResponse) ProtoMessage()
func (*GetDepositResponse) ProtoReflect ¶
func (x *GetDepositResponse) ProtoReflect() protoreflect.Message
func (*GetDepositResponse) Reset ¶
func (x *GetDepositResponse) Reset()
func (*GetDepositResponse) String ¶
func (x *GetDepositResponse) String() string
type GetERC20ListAssetBundleRequest ¶
type GetERC20ListAssetBundleRequest struct { // Asset ID of the asset bundle requested. AssetId string `protobuf:"bytes,1,opt,name=asset_id,json=assetId,proto3" json:"asset_id,omitempty"` // contains filtered or unexported fields }
Request for listing the signature bundle to an ERC-20 token in the collateral bridge
func (*GetERC20ListAssetBundleRequest) Descriptor
deprecated
func (*GetERC20ListAssetBundleRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetERC20ListAssetBundleRequest.ProtoReflect.Descriptor instead.
func (*GetERC20ListAssetBundleRequest) GetAssetId ¶
func (x *GetERC20ListAssetBundleRequest) GetAssetId() string
func (*GetERC20ListAssetBundleRequest) ProtoMessage ¶
func (*GetERC20ListAssetBundleRequest) ProtoMessage()
func (*GetERC20ListAssetBundleRequest) ProtoReflect ¶
func (x *GetERC20ListAssetBundleRequest) ProtoReflect() protoreflect.Message
func (*GetERC20ListAssetBundleRequest) Reset ¶
func (x *GetERC20ListAssetBundleRequest) Reset()
func (*GetERC20ListAssetBundleRequest) String ¶
func (x *GetERC20ListAssetBundleRequest) String() string
type GetERC20ListAssetBundleResponse ¶
type GetERC20ListAssetBundleResponse struct { // Address of the asset on Ethereum. AssetSource string `protobuf:"bytes,1,opt,name=asset_source,json=assetSource,proto3" json:"asset_source,omitempty"` // Asset ID for the underlying Vega asset. VegaAssetId string `protobuf:"bytes,2,opt,name=vega_asset_id,json=vegaAssetId,proto3" json:"vega_asset_id,omitempty"` // Nonce that uniquely identifies this signature bundle and prevents resubmission. Nonce string `protobuf:"bytes,3,opt,name=nonce,proto3" json:"nonce,omitempty"` // Signatures bundle as hex encoded data, prefixed with `0x` // e.g: `0x + sig1 + sig2 + ... + sixN`. Signatures string `protobuf:"bytes,4,opt,name=signatures,proto3" json:"signatures,omitempty"` // contains filtered or unexported fields }
Response from listing the signature bundle to an ERC-20 token in the collateral bridge
func (*GetERC20ListAssetBundleResponse) Descriptor
deprecated
func (*GetERC20ListAssetBundleResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetERC20ListAssetBundleResponse.ProtoReflect.Descriptor instead.
func (*GetERC20ListAssetBundleResponse) GetAssetSource ¶
func (x *GetERC20ListAssetBundleResponse) GetAssetSource() string
func (*GetERC20ListAssetBundleResponse) GetNonce ¶
func (x *GetERC20ListAssetBundleResponse) GetNonce() string
func (*GetERC20ListAssetBundleResponse) GetSignatures ¶
func (x *GetERC20ListAssetBundleResponse) GetSignatures() string
func (*GetERC20ListAssetBundleResponse) GetVegaAssetId ¶
func (x *GetERC20ListAssetBundleResponse) GetVegaAssetId() string
func (*GetERC20ListAssetBundleResponse) ProtoMessage ¶
func (*GetERC20ListAssetBundleResponse) ProtoMessage()
func (*GetERC20ListAssetBundleResponse) ProtoReflect ¶
func (x *GetERC20ListAssetBundleResponse) ProtoReflect() protoreflect.Message
func (*GetERC20ListAssetBundleResponse) Reset ¶
func (x *GetERC20ListAssetBundleResponse) Reset()
func (*GetERC20ListAssetBundleResponse) String ¶
func (x *GetERC20ListAssetBundleResponse) String() string
type GetERC20SetAssetLimitsBundleRequest ¶
type GetERC20SetAssetLimitsBundleRequest struct { // Proposal ID of the asset update proposal. ProposalId string `protobuf:"bytes,1,opt,name=proposal_id,json=proposalId,proto3" json:"proposal_id,omitempty"` // contains filtered or unexported fields }
Request for the signature bundle to update the token limits i.e. maxLifetimeDeposit and withdrawThreshold for a given ERC20 token that is already allowlisted in the collateral bridge
func (*GetERC20SetAssetLimitsBundleRequest) Descriptor
deprecated
func (*GetERC20SetAssetLimitsBundleRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetERC20SetAssetLimitsBundleRequest.ProtoReflect.Descriptor instead.
func (*GetERC20SetAssetLimitsBundleRequest) GetProposalId ¶
func (x *GetERC20SetAssetLimitsBundleRequest) GetProposalId() string
func (*GetERC20SetAssetLimitsBundleRequest) ProtoMessage ¶
func (*GetERC20SetAssetLimitsBundleRequest) ProtoMessage()
func (*GetERC20SetAssetLimitsBundleRequest) ProtoReflect ¶
func (x *GetERC20SetAssetLimitsBundleRequest) ProtoReflect() protoreflect.Message
func (*GetERC20SetAssetLimitsBundleRequest) Reset ¶
func (x *GetERC20SetAssetLimitsBundleRequest) Reset()
func (*GetERC20SetAssetLimitsBundleRequest) String ¶
func (x *GetERC20SetAssetLimitsBundleRequest) String() string
type GetERC20SetAssetLimitsBundleResponse ¶
type GetERC20SetAssetLimitsBundleResponse struct { // Address of the asset on Ethereum. AssetSource string `protobuf:"bytes,1,opt,name=asset_source,json=assetSource,proto3" json:"asset_source,omitempty"` // Asset ID for the underlying Vega asset. VegaAssetId string `protobuf:"bytes,2,opt,name=vega_asset_id,json=vegaAssetId,proto3" json:"vega_asset_id,omitempty"` // Nonce that uniquely identifies this signature bundle and prevents resubmission. Nonce string `protobuf:"bytes,3,opt,name=nonce,proto3" json:"nonce,omitempty"` // Lifetime limit deposit for this asset. LifetimeLimit string `protobuf:"bytes,4,opt,name=lifetime_limit,json=lifetimeLimit,proto3" json:"lifetime_limit,omitempty"` // Threshold withdraw for this asset. Threshold string `protobuf:"bytes,5,opt,name=threshold,proto3" json:"threshold,omitempty"` // Signatures bundle as hex encoded data, prefixed with `0x` // e.g: `0x + sig1 + sig2 + ... + sixN`. Signatures string `protobuf:"bytes,6,opt,name=signatures,proto3" json:"signatures,omitempty"` // contains filtered or unexported fields }
Response for the signature bundle to update the token limits i.e. maxLifetimeDeposit and withdrawThreshold for a given ERC20 token that is already allowlisted in the collateral bridge
func (*GetERC20SetAssetLimitsBundleResponse) Descriptor
deprecated
func (*GetERC20SetAssetLimitsBundleResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetERC20SetAssetLimitsBundleResponse.ProtoReflect.Descriptor instead.
func (*GetERC20SetAssetLimitsBundleResponse) GetAssetSource ¶
func (x *GetERC20SetAssetLimitsBundleResponse) GetAssetSource() string
func (*GetERC20SetAssetLimitsBundleResponse) GetLifetimeLimit ¶
func (x *GetERC20SetAssetLimitsBundleResponse) GetLifetimeLimit() string
func (*GetERC20SetAssetLimitsBundleResponse) GetNonce ¶
func (x *GetERC20SetAssetLimitsBundleResponse) GetNonce() string
func (*GetERC20SetAssetLimitsBundleResponse) GetSignatures ¶
func (x *GetERC20SetAssetLimitsBundleResponse) GetSignatures() string
func (*GetERC20SetAssetLimitsBundleResponse) GetThreshold ¶
func (x *GetERC20SetAssetLimitsBundleResponse) GetThreshold() string
func (*GetERC20SetAssetLimitsBundleResponse) GetVegaAssetId ¶
func (x *GetERC20SetAssetLimitsBundleResponse) GetVegaAssetId() string
func (*GetERC20SetAssetLimitsBundleResponse) ProtoMessage ¶
func (*GetERC20SetAssetLimitsBundleResponse) ProtoMessage()
func (*GetERC20SetAssetLimitsBundleResponse) ProtoReflect ¶
func (x *GetERC20SetAssetLimitsBundleResponse) ProtoReflect() protoreflect.Message
func (*GetERC20SetAssetLimitsBundleResponse) Reset ¶
func (x *GetERC20SetAssetLimitsBundleResponse) Reset()
func (*GetERC20SetAssetLimitsBundleResponse) String ¶
func (x *GetERC20SetAssetLimitsBundleResponse) String() string
type GetERC20WithdrawalApprovalRequest ¶
type GetERC20WithdrawalApprovalRequest struct { // Withdrawal ID to retrieve. WithdrawalId string `protobuf:"bytes,1,opt,name=withdrawal_id,json=withdrawalId,proto3" json:"withdrawal_id,omitempty"` // contains filtered or unexported fields }
Request to get all information required to bundle the call to finalise the withdrawal on the erc20 bridge
func (*GetERC20WithdrawalApprovalRequest) Descriptor
deprecated
func (*GetERC20WithdrawalApprovalRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetERC20WithdrawalApprovalRequest.ProtoReflect.Descriptor instead.
func (*GetERC20WithdrawalApprovalRequest) GetWithdrawalId ¶
func (x *GetERC20WithdrawalApprovalRequest) GetWithdrawalId() string
func (*GetERC20WithdrawalApprovalRequest) ProtoMessage ¶
func (*GetERC20WithdrawalApprovalRequest) ProtoMessage()
func (*GetERC20WithdrawalApprovalRequest) ProtoReflect ¶
func (x *GetERC20WithdrawalApprovalRequest) ProtoReflect() protoreflect.Message
func (*GetERC20WithdrawalApprovalRequest) Reset ¶
func (x *GetERC20WithdrawalApprovalRequest) Reset()
func (*GetERC20WithdrawalApprovalRequest) String ¶
func (x *GetERC20WithdrawalApprovalRequest) String() string
type GetERC20WithdrawalApprovalResponse ¶
type GetERC20WithdrawalApprovalResponse struct { // Address of asset on Ethereum. AssetSource string `protobuf:"bytes,1,opt,name=asset_source,json=assetSource,proto3" json:"asset_source,omitempty"` // Amount to be withdrawn. Amount string `protobuf:"bytes,2,opt,name=amount,proto3" json:"amount,omitempty"` // Nonce that uniquely identifies this signature bundle and prevents resubmission. Nonce string `protobuf:"bytes,4,opt,name=nonce,proto3" json:"nonce,omitempty"` // Signatures bundle as hex encoded data, prefixed with `0x` // e.g: 0x + sig1 + sig2 + ... + sixN. Signatures string `protobuf:"bytes,5,opt,name=signatures,proto3" json:"signatures,omitempty"` // Ethereum address, prefixed with `0x`, that will receive the withdrawn assets. TargetAddress string `protobuf:"bytes,6,opt,name=target_address,json=targetAddress,proto3" json:"target_address,omitempty"` // Creation timestamps. Creation int64 `protobuf:"varint,7,opt,name=creation,proto3" json:"creation,omitempty"` // contains filtered or unexported fields }
Response with all information required to bundle the call to finalise the withdrawal on the erc20 bridge function withdraw_asset(address asset_source, uint256 asset_id, uint256 amount, uint256 expiry, uint256 nonce, bytes memory signatures)
func (*GetERC20WithdrawalApprovalResponse) Descriptor
deprecated
func (*GetERC20WithdrawalApprovalResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetERC20WithdrawalApprovalResponse.ProtoReflect.Descriptor instead.
func (*GetERC20WithdrawalApprovalResponse) GetAmount ¶
func (x *GetERC20WithdrawalApprovalResponse) GetAmount() string
func (*GetERC20WithdrawalApprovalResponse) GetAssetSource ¶
func (x *GetERC20WithdrawalApprovalResponse) GetAssetSource() string
func (*GetERC20WithdrawalApprovalResponse) GetCreation ¶
func (x *GetERC20WithdrawalApprovalResponse) GetCreation() int64
func (*GetERC20WithdrawalApprovalResponse) GetNonce ¶
func (x *GetERC20WithdrawalApprovalResponse) GetNonce() string
func (*GetERC20WithdrawalApprovalResponse) GetSignatures ¶
func (x *GetERC20WithdrawalApprovalResponse) GetSignatures() string
func (*GetERC20WithdrawalApprovalResponse) GetTargetAddress ¶
func (x *GetERC20WithdrawalApprovalResponse) GetTargetAddress() string
func (*GetERC20WithdrawalApprovalResponse) ProtoMessage ¶
func (*GetERC20WithdrawalApprovalResponse) ProtoMessage()
func (*GetERC20WithdrawalApprovalResponse) ProtoReflect ¶
func (x *GetERC20WithdrawalApprovalResponse) ProtoReflect() protoreflect.Message
func (*GetERC20WithdrawalApprovalResponse) Reset ¶
func (x *GetERC20WithdrawalApprovalResponse) Reset()
func (*GetERC20WithdrawalApprovalResponse) String ¶
func (x *GetERC20WithdrawalApprovalResponse) String() string
type GetEpochRequest ¶
type GetEpochRequest struct { // Epoch ID. If provided, returns the epoch with the given ID. Id *uint64 `protobuf:"varint,1,opt,name=id,proto3,oneof" json:"id,omitempty"` // Block height. If provided, returns the epoch that the given block is in. Block *uint64 `protobuf:"varint,2,opt,name=block,proto3,oneof" json:"block,omitempty"` // contains filtered or unexported fields }
Request to fetch epoch data Provide either the epoch ID or the block height to get the epoch for. If both are provided, the epoch ID will be used. If both are omitted, the current epoch will be returned.
func (*GetEpochRequest) Descriptor
deprecated
func (*GetEpochRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetEpochRequest.ProtoReflect.Descriptor instead.
func (*GetEpochRequest) GetBlock ¶ added in v0.72.0
func (x *GetEpochRequest) GetBlock() uint64
func (*GetEpochRequest) GetId ¶
func (x *GetEpochRequest) GetId() uint64
func (*GetEpochRequest) ProtoMessage ¶
func (*GetEpochRequest) ProtoMessage()
func (*GetEpochRequest) ProtoReflect ¶
func (x *GetEpochRequest) ProtoReflect() protoreflect.Message
func (*GetEpochRequest) Reset ¶
func (x *GetEpochRequest) Reset()
func (*GetEpochRequest) String ¶
func (x *GetEpochRequest) String() string
type GetEpochResponse ¶
type GetEpochResponse struct { // Data specific to a single epoch on the Vega network. This includes the epoch number, // start and end times, and the nodes that participated in the epoch. Epoch *vega.Epoch `protobuf:"bytes,1,opt,name=epoch,proto3" json:"epoch,omitempty"` // contains filtered or unexported fields }
Response from getting epoch
func (*GetEpochResponse) Descriptor
deprecated
func (*GetEpochResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetEpochResponse.ProtoReflect.Descriptor instead.
func (*GetEpochResponse) GetEpoch ¶
func (x *GetEpochResponse) GetEpoch() *vega.Epoch
func (*GetEpochResponse) ProtoMessage ¶
func (*GetEpochResponse) ProtoMessage()
func (*GetEpochResponse) ProtoReflect ¶
func (x *GetEpochResponse) ProtoReflect() protoreflect.Message
func (*GetEpochResponse) Reset ¶
func (x *GetEpochResponse) Reset()
func (*GetEpochResponse) String ¶
func (x *GetEpochResponse) String() string
type GetGovernanceDataRequest ¶
type GetGovernanceDataRequest struct { // Proposal ID to get governance data for, if provided. ProposalId *string `protobuf:"bytes,1,opt,name=proposal_id,json=proposalId,proto3,oneof" json:"proposal_id,omitempty"` // Reference to get proposal data for, if provided. Reference *string `protobuf:"bytes,2,opt,name=reference,proto3,oneof" json:"reference,omitempty"` // contains filtered or unexported fields }
Request to get governance data
func (*GetGovernanceDataRequest) Descriptor
deprecated
func (*GetGovernanceDataRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetGovernanceDataRequest.ProtoReflect.Descriptor instead.
func (*GetGovernanceDataRequest) GetProposalId ¶
func (x *GetGovernanceDataRequest) GetProposalId() string
func (*GetGovernanceDataRequest) GetReference ¶
func (x *GetGovernanceDataRequest) GetReference() string
func (*GetGovernanceDataRequest) ProtoMessage ¶
func (*GetGovernanceDataRequest) ProtoMessage()
func (*GetGovernanceDataRequest) ProtoReflect ¶
func (x *GetGovernanceDataRequest) ProtoReflect() protoreflect.Message
func (*GetGovernanceDataRequest) Reset ¶
func (x *GetGovernanceDataRequest) Reset()
func (*GetGovernanceDataRequest) String ¶
func (x *GetGovernanceDataRequest) String() string
type GetGovernanceDataResponse ¶
type GetGovernanceDataResponse struct { // Governance data content, i.e. proposal and votes for and against. Data *vega.GovernanceData `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
Response from getting governance data
func (*GetGovernanceDataResponse) Descriptor
deprecated
func (*GetGovernanceDataResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetGovernanceDataResponse.ProtoReflect.Descriptor instead.
func (*GetGovernanceDataResponse) GetData ¶
func (x *GetGovernanceDataResponse) GetData() *vega.GovernanceData
func (*GetGovernanceDataResponse) ProtoMessage ¶
func (*GetGovernanceDataResponse) ProtoMessage()
func (*GetGovernanceDataResponse) ProtoReflect ¶
func (x *GetGovernanceDataResponse) ProtoReflect() protoreflect.Message
func (*GetGovernanceDataResponse) Reset ¶
func (x *GetGovernanceDataResponse) Reset()
func (*GetGovernanceDataResponse) String ¶
func (x *GetGovernanceDataResponse) String() string
type GetLastTradeRequest ¶
type GetLastTradeRequest struct { // Market ID to retrieve the last trade for. MarketId string `protobuf:"bytes,1,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"` // contains filtered or unexported fields }
Request for the latest trade that occurred on Vega for a given market
func (*GetLastTradeRequest) Descriptor
deprecated
func (*GetLastTradeRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetLastTradeRequest.ProtoReflect.Descriptor instead.
func (*GetLastTradeRequest) GetMarketId ¶
func (x *GetLastTradeRequest) GetMarketId() string
func (*GetLastTradeRequest) ProtoMessage ¶
func (*GetLastTradeRequest) ProtoMessage()
func (*GetLastTradeRequest) ProtoReflect ¶
func (x *GetLastTradeRequest) ProtoReflect() protoreflect.Message
func (*GetLastTradeRequest) Reset ¶
func (x *GetLastTradeRequest) Reset()
func (*GetLastTradeRequest) String ¶
func (x *GetLastTradeRequest) String() string
type GetLastTradeResponse ¶
type GetLastTradeResponse struct { // Information about the trade, if one is found. Trade *vega.Trade `protobuf:"bytes,1,opt,name=trade,proto3" json:"trade,omitempty"` // contains filtered or unexported fields }
Response for the latest trade that occurred on Vega for a given market
func (*GetLastTradeResponse) Descriptor
deprecated
func (*GetLastTradeResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetLastTradeResponse.ProtoReflect.Descriptor instead.
func (*GetLastTradeResponse) GetTrade ¶
func (x *GetLastTradeResponse) GetTrade() *vega.Trade
func (*GetLastTradeResponse) ProtoMessage ¶
func (*GetLastTradeResponse) ProtoMessage()
func (*GetLastTradeResponse) ProtoReflect ¶
func (x *GetLastTradeResponse) ProtoReflect() protoreflect.Message
func (*GetLastTradeResponse) Reset ¶
func (x *GetLastTradeResponse) Reset()
func (*GetLastTradeResponse) String ¶
func (x *GetLastTradeResponse) String() string
type GetLatestMarketDataRequest ¶
type GetLatestMarketDataRequest struct { // Market ID to retrieve market data for. MarketId string `protobuf:"bytes,1,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"` // contains filtered or unexported fields }
Request that is sent when listing the latest market data for a given market
func (*GetLatestMarketDataRequest) Descriptor
deprecated
func (*GetLatestMarketDataRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetLatestMarketDataRequest.ProtoReflect.Descriptor instead.
func (*GetLatestMarketDataRequest) GetMarketId ¶
func (x *GetLatestMarketDataRequest) GetMarketId() string
func (*GetLatestMarketDataRequest) ProtoMessage ¶
func (*GetLatestMarketDataRequest) ProtoMessage()
func (*GetLatestMarketDataRequest) ProtoReflect ¶
func (x *GetLatestMarketDataRequest) ProtoReflect() protoreflect.Message
func (*GetLatestMarketDataRequest) Reset ¶
func (x *GetLatestMarketDataRequest) Reset()
func (*GetLatestMarketDataRequest) String ¶
func (x *GetLatestMarketDataRequest) String() string
type GetLatestMarketDataResponse ¶
type GetLatestMarketDataResponse struct { // Market data that was requested. MarketData *vega.MarketData `protobuf:"bytes,1,opt,name=market_data,json=marketData,proto3" json:"market_data,omitempty"` // contains filtered or unexported fields }
Response that is received when listing the latest market data for a given market
func (*GetLatestMarketDataResponse) Descriptor
deprecated
func (*GetLatestMarketDataResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetLatestMarketDataResponse.ProtoReflect.Descriptor instead.
func (*GetLatestMarketDataResponse) GetMarketData ¶
func (x *GetLatestMarketDataResponse) GetMarketData() *vega.MarketData
func (*GetLatestMarketDataResponse) ProtoMessage ¶
func (*GetLatestMarketDataResponse) ProtoMessage()
func (*GetLatestMarketDataResponse) ProtoReflect ¶
func (x *GetLatestMarketDataResponse) ProtoReflect() protoreflect.Message
func (*GetLatestMarketDataResponse) Reset ¶
func (x *GetLatestMarketDataResponse) Reset()
func (*GetLatestMarketDataResponse) String ¶
func (x *GetLatestMarketDataResponse) String() string
type GetLatestMarketDepthRequest ¶
type GetLatestMarketDepthRequest struct { // Market ID to request market depth for, required field. MarketId string `protobuf:"bytes,1,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"` // Maximum market depth. MaxDepth *uint64 `protobuf:"varint,2,opt,name=max_depth,json=maxDepth,proto3,oneof" json:"max_depth,omitempty"` // contains filtered or unexported fields }
Request that is sent when requesting latest market depth data
func (*GetLatestMarketDepthRequest) Descriptor
deprecated
func (*GetLatestMarketDepthRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetLatestMarketDepthRequest.ProtoReflect.Descriptor instead.
func (*GetLatestMarketDepthRequest) GetMarketId ¶
func (x *GetLatestMarketDepthRequest) GetMarketId() string
func (*GetLatestMarketDepthRequest) GetMaxDepth ¶
func (x *GetLatestMarketDepthRequest) GetMaxDepth() uint64
func (*GetLatestMarketDepthRequest) ProtoMessage ¶
func (*GetLatestMarketDepthRequest) ProtoMessage()
func (*GetLatestMarketDepthRequest) ProtoReflect ¶
func (x *GetLatestMarketDepthRequest) ProtoReflect() protoreflect.Message
func (*GetLatestMarketDepthRequest) Reset ¶
func (x *GetLatestMarketDepthRequest) Reset()
func (*GetLatestMarketDepthRequest) String ¶
func (x *GetLatestMarketDepthRequest) String() string
type GetLatestMarketDepthResponse ¶
type GetLatestMarketDepthResponse struct { // Market ID of the depth levels returned. MarketId string `protobuf:"bytes,1,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"` // Zero or more price levels for the buy side of the market depth data. Buy []*vega.PriceLevel `protobuf:"bytes,2,rep,name=buy,proto3" json:"buy,omitempty"` // Zero or more price levels for the sell side of the market depth data. Sell []*vega.PriceLevel `protobuf:"bytes,3,rep,name=sell,proto3" json:"sell,omitempty"` // Last trade recorded on Vega. LastTrade *vega.Trade `protobuf:"bytes,4,opt,name=last_trade,json=lastTrade,proto3" json:"last_trade,omitempty"` // Sequence number incremented after each update. SequenceNumber uint64 `protobuf:"varint,5,opt,name=sequence_number,json=sequenceNumber,proto3" json:"sequence_number,omitempty"` // contains filtered or unexported fields }
Response that is received when latest market depth data is queried
func (*GetLatestMarketDepthResponse) Descriptor
deprecated
func (*GetLatestMarketDepthResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetLatestMarketDepthResponse.ProtoReflect.Descriptor instead.
func (*GetLatestMarketDepthResponse) GetBuy ¶
func (x *GetLatestMarketDepthResponse) GetBuy() []*vega.PriceLevel
func (*GetLatestMarketDepthResponse) GetLastTrade ¶
func (x *GetLatestMarketDepthResponse) GetLastTrade() *vega.Trade
func (*GetLatestMarketDepthResponse) GetMarketId ¶
func (x *GetLatestMarketDepthResponse) GetMarketId() string
func (*GetLatestMarketDepthResponse) GetSell ¶
func (x *GetLatestMarketDepthResponse) GetSell() []*vega.PriceLevel
func (*GetLatestMarketDepthResponse) GetSequenceNumber ¶
func (x *GetLatestMarketDepthResponse) GetSequenceNumber() uint64
func (*GetLatestMarketDepthResponse) ProtoMessage ¶
func (*GetLatestMarketDepthResponse) ProtoMessage()
func (*GetLatestMarketDepthResponse) ProtoReflect ¶
func (x *GetLatestMarketDepthResponse) ProtoReflect() protoreflect.Message
func (*GetLatestMarketDepthResponse) Reset ¶
func (x *GetLatestMarketDepthResponse) Reset()
func (*GetLatestMarketDepthResponse) String ¶
func (x *GetLatestMarketDepthResponse) String() string
type GetMarketDataHistoryByIDRequest ¶
type GetMarketDataHistoryByIDRequest struct { // Market ID to request data history for. MarketId string `protobuf:"bytes,1,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"` // Timestamp in Unix nanoseconds indicating the start of the date range. StartTimestamp *int64 `protobuf:"varint,2,opt,name=start_timestamp,json=startTimestamp,proto3,oneof" json:"start_timestamp,omitempty"` // Timestamp in Unix nanoseconds indicating the end of the date range. EndTimestamp *int64 `protobuf:"varint,3,opt,name=end_timestamp,json=endTimestamp,proto3,oneof" json:"end_timestamp,omitempty"` // Pagination control. Pagination *Pagination `protobuf:"bytes,4,opt,name=pagination,proto3,oneof" json:"pagination,omitempty"` // contains filtered or unexported fields }
Request that is sent for getting Market Data History
func (*GetMarketDataHistoryByIDRequest) Descriptor
deprecated
func (*GetMarketDataHistoryByIDRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetMarketDataHistoryByIDRequest.ProtoReflect.Descriptor instead.
func (*GetMarketDataHistoryByIDRequest) GetEndTimestamp ¶
func (x *GetMarketDataHistoryByIDRequest) GetEndTimestamp() int64
func (*GetMarketDataHistoryByIDRequest) GetMarketId ¶
func (x *GetMarketDataHistoryByIDRequest) GetMarketId() string
func (*GetMarketDataHistoryByIDRequest) GetPagination ¶
func (x *GetMarketDataHistoryByIDRequest) GetPagination() *Pagination
func (*GetMarketDataHistoryByIDRequest) GetStartTimestamp ¶
func (x *GetMarketDataHistoryByIDRequest) GetStartTimestamp() int64
func (*GetMarketDataHistoryByIDRequest) ProtoMessage ¶
func (*GetMarketDataHistoryByIDRequest) ProtoMessage()
func (*GetMarketDataHistoryByIDRequest) ProtoReflect ¶
func (x *GetMarketDataHistoryByIDRequest) ProtoReflect() protoreflect.Message
func (*GetMarketDataHistoryByIDRequest) Reset ¶
func (x *GetMarketDataHistoryByIDRequest) Reset()
func (*GetMarketDataHistoryByIDRequest) String ¶
func (x *GetMarketDataHistoryByIDRequest) String() string
type GetMarketDataHistoryByIDResponse ¶
type GetMarketDataHistoryByIDResponse struct { // Page of market data history with the corresponding page information. MarketData *MarketDataConnection `protobuf:"bytes,1,opt,name=market_data,json=marketData,proto3" json:"market_data,omitempty"` // contains filtered or unexported fields }
Response that is received when querying Market Data History
func (*GetMarketDataHistoryByIDResponse) Descriptor
deprecated
func (*GetMarketDataHistoryByIDResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetMarketDataHistoryByIDResponse.ProtoReflect.Descriptor instead.
func (*GetMarketDataHistoryByIDResponse) GetMarketData ¶
func (x *GetMarketDataHistoryByIDResponse) GetMarketData() *MarketDataConnection
func (*GetMarketDataHistoryByIDResponse) ProtoMessage ¶
func (*GetMarketDataHistoryByIDResponse) ProtoMessage()
func (*GetMarketDataHistoryByIDResponse) ProtoReflect ¶
func (x *GetMarketDataHistoryByIDResponse) ProtoReflect() protoreflect.Message
func (*GetMarketDataHistoryByIDResponse) Reset ¶
func (x *GetMarketDataHistoryByIDResponse) Reset()
func (*GetMarketDataHistoryByIDResponse) String ¶
func (x *GetMarketDataHistoryByIDResponse) String() string
type GetMarketRequest ¶
type GetMarketRequest struct { // Market ID of the market to retrieve data for. MarketId string `protobuf:"bytes,1,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"` // contains filtered or unexported fields }
Request for getting a market by ID
func (*GetMarketRequest) Descriptor
deprecated
func (*GetMarketRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetMarketRequest.ProtoReflect.Descriptor instead.
func (*GetMarketRequest) GetMarketId ¶
func (x *GetMarketRequest) GetMarketId() string
func (*GetMarketRequest) ProtoMessage ¶
func (*GetMarketRequest) ProtoMessage()
func (*GetMarketRequest) ProtoReflect ¶
func (x *GetMarketRequest) ProtoReflect() protoreflect.Message
func (*GetMarketRequest) Reset ¶
func (x *GetMarketRequest) Reset()
func (*GetMarketRequest) String ¶
func (x *GetMarketRequest) String() string
type GetMarketResponse ¶
type GetMarketResponse struct { // Information about the market requested. Market *vega.Market `protobuf:"bytes,1,opt,name=market,proto3" json:"market,omitempty"` // contains filtered or unexported fields }
Response from getting a market by ID
func (*GetMarketResponse) Descriptor
deprecated
func (*GetMarketResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetMarketResponse.ProtoReflect.Descriptor instead.
func (*GetMarketResponse) GetMarket ¶
func (x *GetMarketResponse) GetMarket() *vega.Market
func (*GetMarketResponse) ProtoMessage ¶
func (*GetMarketResponse) ProtoMessage()
func (*GetMarketResponse) ProtoReflect ¶
func (x *GetMarketResponse) ProtoReflect() protoreflect.Message
func (*GetMarketResponse) Reset ¶
func (x *GetMarketResponse) Reset()
func (*GetMarketResponse) String ¶
func (x *GetMarketResponse) String() string
type GetMostRecentNetworkHistorySegmentRequest ¶ added in v0.67.0
type GetMostRecentNetworkHistorySegmentRequest struct {
// contains filtered or unexported fields
}
Request to get the most recent history segment
func (*GetMostRecentNetworkHistorySegmentRequest) Descriptor
deprecated
added in
v0.67.0
func (*GetMostRecentNetworkHistorySegmentRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetMostRecentNetworkHistorySegmentRequest.ProtoReflect.Descriptor instead.
func (*GetMostRecentNetworkHistorySegmentRequest) ProtoMessage ¶ added in v0.67.0
func (*GetMostRecentNetworkHistorySegmentRequest) ProtoMessage()
func (*GetMostRecentNetworkHistorySegmentRequest) ProtoReflect ¶ added in v0.67.0
func (x *GetMostRecentNetworkHistorySegmentRequest) ProtoReflect() protoreflect.Message
func (*GetMostRecentNetworkHistorySegmentRequest) Reset ¶ added in v0.67.0
func (x *GetMostRecentNetworkHistorySegmentRequest) Reset()
func (*GetMostRecentNetworkHistorySegmentRequest) String ¶ added in v0.67.0
func (x *GetMostRecentNetworkHistorySegmentRequest) String() string
type GetMostRecentNetworkHistorySegmentResponse ¶ added in v0.67.0
type GetMostRecentNetworkHistorySegmentResponse struct { // Data relating to a history segment created by a Vega data node. Segment *HistorySegment `protobuf:"bytes,1,opt,name=segment,proto3" json:"segment,omitempty"` // Key seed for the swarm section. SwarmKeySeed string `protobuf:"bytes,2,opt,name=swarm_key_seed,json=swarmKeySeed,proto3" json:"swarm_key_seed,omitempty"` // contains filtered or unexported fields }
Response from getting most recent history segment
func (*GetMostRecentNetworkHistorySegmentResponse) Descriptor
deprecated
added in
v0.67.0
func (*GetMostRecentNetworkHistorySegmentResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetMostRecentNetworkHistorySegmentResponse.ProtoReflect.Descriptor instead.
func (*GetMostRecentNetworkHistorySegmentResponse) GetSegment ¶ added in v0.67.0
func (x *GetMostRecentNetworkHistorySegmentResponse) GetSegment() *HistorySegment
func (*GetMostRecentNetworkHistorySegmentResponse) GetSwarmKeySeed ¶ added in v0.68.0
func (x *GetMostRecentNetworkHistorySegmentResponse) GetSwarmKeySeed() string
func (*GetMostRecentNetworkHistorySegmentResponse) ProtoMessage ¶ added in v0.67.0
func (*GetMostRecentNetworkHistorySegmentResponse) ProtoMessage()
func (*GetMostRecentNetworkHistorySegmentResponse) ProtoReflect ¶ added in v0.67.0
func (x *GetMostRecentNetworkHistorySegmentResponse) ProtoReflect() protoreflect.Message
func (*GetMostRecentNetworkHistorySegmentResponse) Reset ¶ added in v0.67.0
func (x *GetMostRecentNetworkHistorySegmentResponse) Reset()
func (*GetMostRecentNetworkHistorySegmentResponse) String ¶ added in v0.67.0
func (x *GetMostRecentNetworkHistorySegmentResponse) String() string
type GetNetworkDataRequest ¶
type GetNetworkDataRequest struct {
// contains filtered or unexported fields
}
Request to get network data
func (*GetNetworkDataRequest) Descriptor
deprecated
func (*GetNetworkDataRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetNetworkDataRequest.ProtoReflect.Descriptor instead.
func (*GetNetworkDataRequest) ProtoMessage ¶
func (*GetNetworkDataRequest) ProtoMessage()
func (*GetNetworkDataRequest) ProtoReflect ¶
func (x *GetNetworkDataRequest) ProtoReflect() protoreflect.Message
func (*GetNetworkDataRequest) Reset ¶
func (x *GetNetworkDataRequest) Reset()
func (*GetNetworkDataRequest) String ¶
func (x *GetNetworkDataRequest) String() string
type GetNetworkDataResponse ¶
type GetNetworkDataResponse struct { // Summary of information with respect to nodes on the Vega network. NodeData *vega.NodeData `protobuf:"bytes,1,opt,name=node_data,json=nodeData,proto3" json:"node_data,omitempty"` // contains filtered or unexported fields }
Response from getting network data
func (*GetNetworkDataResponse) Descriptor
deprecated
func (*GetNetworkDataResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetNetworkDataResponse.ProtoReflect.Descriptor instead.
func (*GetNetworkDataResponse) GetNodeData ¶
func (x *GetNetworkDataResponse) GetNodeData() *vega.NodeData
func (*GetNetworkDataResponse) ProtoMessage ¶
func (*GetNetworkDataResponse) ProtoMessage()
func (*GetNetworkDataResponse) ProtoReflect ¶
func (x *GetNetworkDataResponse) ProtoReflect() protoreflect.Message
func (*GetNetworkDataResponse) Reset ¶
func (x *GetNetworkDataResponse) Reset()
func (*GetNetworkDataResponse) String ¶
func (x *GetNetworkDataResponse) String() string
type GetNetworkHistoryBootstrapPeersRequest ¶ added in v0.71.0
type GetNetworkHistoryBootstrapPeersRequest struct {
// contains filtered or unexported fields
}
Request to get the nodes network history bootstrap peers
func (*GetNetworkHistoryBootstrapPeersRequest) Descriptor
deprecated
added in
v0.71.0
func (*GetNetworkHistoryBootstrapPeersRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetNetworkHistoryBootstrapPeersRequest.ProtoReflect.Descriptor instead.
func (*GetNetworkHistoryBootstrapPeersRequest) ProtoMessage ¶ added in v0.71.0
func (*GetNetworkHistoryBootstrapPeersRequest) ProtoMessage()
func (*GetNetworkHistoryBootstrapPeersRequest) ProtoReflect ¶ added in v0.71.0
func (x *GetNetworkHistoryBootstrapPeersRequest) ProtoReflect() protoreflect.Message
func (*GetNetworkHistoryBootstrapPeersRequest) Reset ¶ added in v0.71.0
func (x *GetNetworkHistoryBootstrapPeersRequest) Reset()
func (*GetNetworkHistoryBootstrapPeersRequest) String ¶ added in v0.71.0
func (x *GetNetworkHistoryBootstrapPeersRequest) String() string
type GetNetworkHistoryBootstrapPeersResponse ¶ added in v0.71.0
type GetNetworkHistoryBootstrapPeersResponse struct { // List of peers that can be used to bootstrap a Vega data node. BootstrapPeers []string `protobuf:"bytes,1,rep,name=bootstrap_peers,json=bootstrapPeers,proto3" json:"bootstrap_peers,omitempty"` // contains filtered or unexported fields }
Response containing the nodes network history bootstrap peers
func (*GetNetworkHistoryBootstrapPeersResponse) Descriptor
deprecated
added in
v0.71.0
func (*GetNetworkHistoryBootstrapPeersResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetNetworkHistoryBootstrapPeersResponse.ProtoReflect.Descriptor instead.
func (*GetNetworkHistoryBootstrapPeersResponse) GetBootstrapPeers ¶ added in v0.71.0
func (x *GetNetworkHistoryBootstrapPeersResponse) GetBootstrapPeers() []string
func (*GetNetworkHistoryBootstrapPeersResponse) ProtoMessage ¶ added in v0.71.0
func (*GetNetworkHistoryBootstrapPeersResponse) ProtoMessage()
func (*GetNetworkHistoryBootstrapPeersResponse) ProtoReflect ¶ added in v0.71.0
func (x *GetNetworkHistoryBootstrapPeersResponse) ProtoReflect() protoreflect.Message
func (*GetNetworkHistoryBootstrapPeersResponse) Reset ¶ added in v0.71.0
func (x *GetNetworkHistoryBootstrapPeersResponse) Reset()
func (*GetNetworkHistoryBootstrapPeersResponse) String ¶ added in v0.71.0
func (x *GetNetworkHistoryBootstrapPeersResponse) String() string
type GetNetworkHistoryStatusRequest ¶ added in v0.71.0
type GetNetworkHistoryStatusRequest struct {
// contains filtered or unexported fields
}
Request to get the status of network history
func (*GetNetworkHistoryStatusRequest) Descriptor
deprecated
added in
v0.71.0
func (*GetNetworkHistoryStatusRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetNetworkHistoryStatusRequest.ProtoReflect.Descriptor instead.
func (*GetNetworkHistoryStatusRequest) ProtoMessage ¶ added in v0.71.0
func (*GetNetworkHistoryStatusRequest) ProtoMessage()
func (*GetNetworkHistoryStatusRequest) ProtoReflect ¶ added in v0.71.0
func (x *GetNetworkHistoryStatusRequest) ProtoReflect() protoreflect.Message
func (*GetNetworkHistoryStatusRequest) Reset ¶ added in v0.71.0
func (x *GetNetworkHistoryStatusRequest) Reset()
func (*GetNetworkHistoryStatusRequest) String ¶ added in v0.71.0
func (x *GetNetworkHistoryStatusRequest) String() string
type GetNetworkHistoryStatusResponse ¶ added in v0.71.0
type GetNetworkHistoryStatusResponse struct { // IPFS address of the data node currently connected to. IpfsAddress string `protobuf:"bytes,1,opt,name=ipfs_address,json=ipfsAddress,proto3" json:"ipfs_address,omitempty"` // Swarm key used by the IPFS swarm. SwarmKey string `protobuf:"bytes,2,opt,name=swarm_key,json=swarmKey,proto3" json:"swarm_key,omitempty"` // Swarm key seed used by the IPFS swarm. SwarmKeySeed string `protobuf:"bytes,3,opt,name=swarm_key_seed,json=swarmKeySeed,proto3" json:"swarm_key_seed,omitempty"` // List of peers connected to the IPFS swarm. ConnectedPeers []string `protobuf:"bytes,5,rep,name=connected_peers,json=connectedPeers,proto3" json:"connected_peers,omitempty"` // contains filtered or unexported fields }
Response containing the status of network history
func (*GetNetworkHistoryStatusResponse) Descriptor
deprecated
added in
v0.71.0
func (*GetNetworkHistoryStatusResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetNetworkHistoryStatusResponse.ProtoReflect.Descriptor instead.
func (*GetNetworkHistoryStatusResponse) GetConnectedPeers ¶ added in v0.71.0
func (x *GetNetworkHistoryStatusResponse) GetConnectedPeers() []string
func (*GetNetworkHistoryStatusResponse) GetIpfsAddress ¶ added in v0.71.0
func (x *GetNetworkHistoryStatusResponse) GetIpfsAddress() string
func (*GetNetworkHistoryStatusResponse) GetSwarmKey ¶ added in v0.71.0
func (x *GetNetworkHistoryStatusResponse) GetSwarmKey() string
func (*GetNetworkHistoryStatusResponse) GetSwarmKeySeed ¶ added in v0.71.0
func (x *GetNetworkHistoryStatusResponse) GetSwarmKeySeed() string
func (*GetNetworkHistoryStatusResponse) ProtoMessage ¶ added in v0.71.0
func (*GetNetworkHistoryStatusResponse) ProtoMessage()
func (*GetNetworkHistoryStatusResponse) ProtoReflect ¶ added in v0.71.0
func (x *GetNetworkHistoryStatusResponse) ProtoReflect() protoreflect.Message
func (*GetNetworkHistoryStatusResponse) Reset ¶ added in v0.71.0
func (x *GetNetworkHistoryStatusResponse) Reset()
func (*GetNetworkHistoryStatusResponse) String ¶ added in v0.71.0
func (x *GetNetworkHistoryStatusResponse) String() string
type GetNetworkLimitsRequest ¶
type GetNetworkLimitsRequest struct {
// contains filtered or unexported fields
}
Request that is used to query current network limits
func (*GetNetworkLimitsRequest) Descriptor
deprecated
func (*GetNetworkLimitsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetNetworkLimitsRequest.ProtoReflect.Descriptor instead.
func (*GetNetworkLimitsRequest) ProtoMessage ¶
func (*GetNetworkLimitsRequest) ProtoMessage()
func (*GetNetworkLimitsRequest) ProtoReflect ¶
func (x *GetNetworkLimitsRequest) ProtoReflect() protoreflect.Message
func (*GetNetworkLimitsRequest) Reset ¶
func (x *GetNetworkLimitsRequest) Reset()
func (*GetNetworkLimitsRequest) String ¶
func (x *GetNetworkLimitsRequest) String() string
type GetNetworkLimitsResponse ¶
type GetNetworkLimitsResponse struct { // List of received network limits. Limits *vega.NetworkLimits `protobuf:"bytes,1,opt,name=limits,proto3" json:"limits,omitempty"` // contains filtered or unexported fields }
Response received when querying the current network limits
func (*GetNetworkLimitsResponse) Descriptor
deprecated
func (*GetNetworkLimitsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetNetworkLimitsResponse.ProtoReflect.Descriptor instead.
func (*GetNetworkLimitsResponse) GetLimits ¶
func (x *GetNetworkLimitsResponse) GetLimits() *vega.NetworkLimits
func (*GetNetworkLimitsResponse) ProtoMessage ¶
func (*GetNetworkLimitsResponse) ProtoMessage()
func (*GetNetworkLimitsResponse) ProtoReflect ¶
func (x *GetNetworkLimitsResponse) ProtoReflect() protoreflect.Message
func (*GetNetworkLimitsResponse) Reset ¶
func (x *GetNetworkLimitsResponse) Reset()
func (*GetNetworkLimitsResponse) String ¶
func (x *GetNetworkLimitsResponse) String() string
type GetNetworkParameterRequest ¶
type GetNetworkParameterRequest struct { // Key identifying the network parameter. Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` // contains filtered or unexported fields }
Request for a single network parameter
func (*GetNetworkParameterRequest) Descriptor
deprecated
func (*GetNetworkParameterRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetNetworkParameterRequest.ProtoReflect.Descriptor instead.
func (*GetNetworkParameterRequest) GetKey ¶
func (x *GetNetworkParameterRequest) GetKey() string
func (*GetNetworkParameterRequest) ProtoMessage ¶
func (*GetNetworkParameterRequest) ProtoMessage()
func (*GetNetworkParameterRequest) ProtoReflect ¶
func (x *GetNetworkParameterRequest) ProtoReflect() protoreflect.Message
func (*GetNetworkParameterRequest) Reset ¶
func (x *GetNetworkParameterRequest) Reset()
func (*GetNetworkParameterRequest) String ¶
func (x *GetNetworkParameterRequest) String() string
type GetNetworkParameterResponse ¶
type GetNetworkParameterResponse struct { // Network parameter key and value. NetworkParameter *vega.NetworkParameter `protobuf:"bytes,1,opt,name=network_parameter,json=networkParameter,proto3" json:"network_parameter,omitempty"` // contains filtered or unexported fields }
Response that is received when getting a network parameter
func (*GetNetworkParameterResponse) Descriptor
deprecated
func (*GetNetworkParameterResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetNetworkParameterResponse.ProtoReflect.Descriptor instead.
func (*GetNetworkParameterResponse) GetNetworkParameter ¶
func (x *GetNetworkParameterResponse) GetNetworkParameter() *vega.NetworkParameter
func (*GetNetworkParameterResponse) ProtoMessage ¶
func (*GetNetworkParameterResponse) ProtoMessage()
func (*GetNetworkParameterResponse) ProtoReflect ¶
func (x *GetNetworkParameterResponse) ProtoReflect() protoreflect.Message
func (*GetNetworkParameterResponse) Reset ¶
func (x *GetNetworkParameterResponse) Reset()
func (*GetNetworkParameterResponse) String ¶
func (x *GetNetworkParameterResponse) String() string
type GetNodeRequest ¶
type GetNodeRequest struct { // Node ID to get data for. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
Request to get node data
func (*GetNodeRequest) Descriptor
deprecated
func (*GetNodeRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetNodeRequest.ProtoReflect.Descriptor instead.
func (*GetNodeRequest) GetId ¶
func (x *GetNodeRequest) GetId() string
func (*GetNodeRequest) ProtoMessage ¶
func (*GetNodeRequest) ProtoMessage()
func (*GetNodeRequest) ProtoReflect ¶
func (x *GetNodeRequest) ProtoReflect() protoreflect.Message
func (*GetNodeRequest) Reset ¶
func (x *GetNodeRequest) Reset()
func (*GetNodeRequest) String ¶
func (x *GetNodeRequest) String() string
type GetNodeResponse ¶
type GetNodeResponse struct { // Data specific to a single node on the Vega network. Node *vega.Node `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` // contains filtered or unexported fields }
Response from getting node
func (*GetNodeResponse) Descriptor
deprecated
func (*GetNodeResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetNodeResponse.ProtoReflect.Descriptor instead.
func (*GetNodeResponse) GetNode ¶
func (x *GetNodeResponse) GetNode() *vega.Node
func (*GetNodeResponse) ProtoMessage ¶
func (*GetNodeResponse) ProtoMessage()
func (*GetNodeResponse) ProtoReflect ¶
func (x *GetNodeResponse) ProtoReflect() protoreflect.Message
func (*GetNodeResponse) Reset ¶
func (x *GetNodeResponse) Reset()
func (*GetNodeResponse) String ¶
func (x *GetNodeResponse) String() string
type GetOracleSpecRequest ¶
type GetOracleSpecRequest struct { // Oracle spec ID to request data for. OracleSpecId string `protobuf:"bytes,1,opt,name=oracle_spec_id,json=oracleSpecId,proto3" json:"oracle_spec_id,omitempty"` // contains filtered or unexported fields }
Request to get a specific oracle spec by its ID
func (*GetOracleSpecRequest) Descriptor
deprecated
func (*GetOracleSpecRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetOracleSpecRequest.ProtoReflect.Descriptor instead.
func (*GetOracleSpecRequest) GetOracleSpecId ¶
func (x *GetOracleSpecRequest) GetOracleSpecId() string
func (*GetOracleSpecRequest) ProtoMessage ¶
func (*GetOracleSpecRequest) ProtoMessage()
func (*GetOracleSpecRequest) ProtoReflect ¶
func (x *GetOracleSpecRequest) ProtoReflect() protoreflect.Message
func (*GetOracleSpecRequest) Reset ¶
func (x *GetOracleSpecRequest) Reset()
func (*GetOracleSpecRequest) String ¶
func (x *GetOracleSpecRequest) String() string
type GetOracleSpecResponse ¶
type GetOracleSpecResponse struct { // External data spec matching the ID. OracleSpec *vega.OracleSpec `protobuf:"bytes,1,opt,name=oracle_spec,json=oracleSpec,proto3" json:"oracle_spec,omitempty"` // contains filtered or unexported fields }
Response for a oracle spec
func (*GetOracleSpecResponse) Descriptor
deprecated
func (*GetOracleSpecResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetOracleSpecResponse.ProtoReflect.Descriptor instead.
func (*GetOracleSpecResponse) GetOracleSpec ¶
func (x *GetOracleSpecResponse) GetOracleSpec() *vega.OracleSpec
func (*GetOracleSpecResponse) ProtoMessage ¶
func (*GetOracleSpecResponse) ProtoMessage()
func (*GetOracleSpecResponse) ProtoReflect ¶
func (x *GetOracleSpecResponse) ProtoReflect() protoreflect.Message
func (*GetOracleSpecResponse) Reset ¶
func (x *GetOracleSpecResponse) Reset()
func (*GetOracleSpecResponse) String ¶
func (x *GetOracleSpecResponse) String() string
type GetOrderRequest ¶
type GetOrderRequest struct { // Order ID to retrieve order information for. OrderId string `protobuf:"bytes,1,opt,name=order_id,json=orderId,proto3" json:"order_id,omitempty"` // Historic version number of the order to return. If not set, the most current version will be returned. Version *int32 `protobuf:"varint,2,opt,name=version,proto3,oneof" json:"version,omitempty"` // contains filtered or unexported fields }
Request that is sent when executing the query for getting a single order
func (*GetOrderRequest) Descriptor
deprecated
func (*GetOrderRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetOrderRequest.ProtoReflect.Descriptor instead.
func (*GetOrderRequest) GetOrderId ¶
func (x *GetOrderRequest) GetOrderId() string
func (*GetOrderRequest) GetVersion ¶
func (x *GetOrderRequest) GetVersion() int32
func (*GetOrderRequest) ProtoMessage ¶
func (*GetOrderRequest) ProtoMessage()
func (*GetOrderRequest) ProtoReflect ¶
func (x *GetOrderRequest) ProtoReflect() protoreflect.Message
func (*GetOrderRequest) Reset ¶
func (x *GetOrderRequest) Reset()
func (*GetOrderRequest) String ¶
func (x *GetOrderRequest) String() string
type GetOrderResponse ¶
type GetOrderResponse struct { // Order details, if one was found. Order *vega.Order `protobuf:"bytes,1,opt,name=order,proto3" json:"order,omitempty"` // contains filtered or unexported fields }
Response received from the query for getting a single order
func (*GetOrderResponse) Descriptor
deprecated
func (*GetOrderResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetOrderResponse.ProtoReflect.Descriptor instead.
func (*GetOrderResponse) GetOrder ¶
func (x *GetOrderResponse) GetOrder() *vega.Order
func (*GetOrderResponse) ProtoMessage ¶
func (*GetOrderResponse) ProtoMessage()
func (*GetOrderResponse) ProtoReflect ¶
func (x *GetOrderResponse) ProtoReflect() protoreflect.Message
func (*GetOrderResponse) Reset ¶
func (x *GetOrderResponse) Reset()
func (*GetOrderResponse) String ¶
func (x *GetOrderResponse) String() string
type GetPartyRequest ¶
type GetPartyRequest struct { // Party ID to retrieve party information for. PartyId string `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"` // contains filtered or unexported fields }
Request to get party by ID
func (*GetPartyRequest) Descriptor
deprecated
func (*GetPartyRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetPartyRequest.ProtoReflect.Descriptor instead.
func (*GetPartyRequest) GetPartyId ¶
func (x *GetPartyRequest) GetPartyId() string
func (*GetPartyRequest) ProtoMessage ¶
func (*GetPartyRequest) ProtoMessage()
func (*GetPartyRequest) ProtoReflect ¶
func (x *GetPartyRequest) ProtoReflect() protoreflect.Message
func (*GetPartyRequest) Reset ¶
func (x *GetPartyRequest) Reset()
func (*GetPartyRequest) String ¶
func (x *GetPartyRequest) String() string
type GetPartyResponse ¶
type GetPartyResponse struct { // Data for the party requested. Party *vega.Party `protobuf:"bytes,1,opt,name=party,proto3" json:"party,omitempty"` // contains filtered or unexported fields }
Response from getting party by ID
func (*GetPartyResponse) Descriptor
deprecated
func (*GetPartyResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetPartyResponse.ProtoReflect.Descriptor instead.
func (*GetPartyResponse) GetParty ¶
func (x *GetPartyResponse) GetParty() *vega.Party
func (*GetPartyResponse) ProtoMessage ¶
func (*GetPartyResponse) ProtoMessage()
func (*GetPartyResponse) ProtoReflect ¶
func (x *GetPartyResponse) ProtoReflect() protoreflect.Message
func (*GetPartyResponse) Reset ¶
func (x *GetPartyResponse) Reset()
func (*GetPartyResponse) String ¶
func (x *GetPartyResponse) String() string
type GetProtocolUpgradeStatusRequest ¶ added in v0.59.0
type GetProtocolUpgradeStatusRequest struct {
// contains filtered or unexported fields
}
Request to get protocol upgrade status
func (*GetProtocolUpgradeStatusRequest) Descriptor
deprecated
added in
v0.59.0
func (*GetProtocolUpgradeStatusRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetProtocolUpgradeStatusRequest.ProtoReflect.Descriptor instead.
func (*GetProtocolUpgradeStatusRequest) ProtoMessage ¶ added in v0.59.0
func (*GetProtocolUpgradeStatusRequest) ProtoMessage()
func (*GetProtocolUpgradeStatusRequest) ProtoReflect ¶ added in v0.59.0
func (x *GetProtocolUpgradeStatusRequest) ProtoReflect() protoreflect.Message
func (*GetProtocolUpgradeStatusRequest) Reset ¶ added in v0.59.0
func (x *GetProtocolUpgradeStatusRequest) Reset()
func (*GetProtocolUpgradeStatusRequest) String ¶ added in v0.59.0
func (x *GetProtocolUpgradeStatusRequest) String() string
type GetProtocolUpgradeStatusResponse ¶ added in v0.59.0
type GetProtocolUpgradeStatusResponse struct { // Indicator if the upgrade is ready or not. Ready bool `protobuf:"varint,1,opt,name=ready,proto3" json:"ready,omitempty"` // contains filtered or unexported fields }
Response from getting protocol upgrade status
func (*GetProtocolUpgradeStatusResponse) Descriptor
deprecated
added in
v0.59.0
func (*GetProtocolUpgradeStatusResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetProtocolUpgradeStatusResponse.ProtoReflect.Descriptor instead.
func (*GetProtocolUpgradeStatusResponse) GetReady ¶ added in v0.59.0
func (x *GetProtocolUpgradeStatusResponse) GetReady() bool
func (*GetProtocolUpgradeStatusResponse) ProtoMessage ¶ added in v0.59.0
func (*GetProtocolUpgradeStatusResponse) ProtoMessage()
func (*GetProtocolUpgradeStatusResponse) ProtoReflect ¶ added in v0.59.0
func (x *GetProtocolUpgradeStatusResponse) ProtoReflect() protoreflect.Message
func (*GetProtocolUpgradeStatusResponse) Reset ¶ added in v0.59.0
func (x *GetProtocolUpgradeStatusResponse) Reset()
func (*GetProtocolUpgradeStatusResponse) String ¶ added in v0.59.0
func (x *GetProtocolUpgradeStatusResponse) String() string
type GetRiskFactorsRequest ¶
type GetRiskFactorsRequest struct { // Market ID to get the risk factor for. MarketId string `protobuf:"bytes,1,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"` // contains filtered or unexported fields }
Request to get risk factor
func (*GetRiskFactorsRequest) Descriptor
deprecated
func (*GetRiskFactorsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetRiskFactorsRequest.ProtoReflect.Descriptor instead.
func (*GetRiskFactorsRequest) GetMarketId ¶
func (x *GetRiskFactorsRequest) GetMarketId() string
func (*GetRiskFactorsRequest) ProtoMessage ¶
func (*GetRiskFactorsRequest) ProtoMessage()
func (*GetRiskFactorsRequest) ProtoReflect ¶
func (x *GetRiskFactorsRequest) ProtoReflect() protoreflect.Message
func (*GetRiskFactorsRequest) Reset ¶
func (x *GetRiskFactorsRequest) Reset()
func (*GetRiskFactorsRequest) String ¶
func (x *GetRiskFactorsRequest) String() string
type GetRiskFactorsResponse ¶
type GetRiskFactorsResponse struct { // Risk factor emitted by the risk model for a given market. RiskFactor *vega.RiskFactor `protobuf:"bytes,1,opt,name=risk_factor,json=riskFactor,proto3" json:"risk_factor,omitempty"` // contains filtered or unexported fields }
Response that is received from getting a risk factor
func (*GetRiskFactorsResponse) Descriptor
deprecated
func (*GetRiskFactorsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetRiskFactorsResponse.ProtoReflect.Descriptor instead.
func (*GetRiskFactorsResponse) GetRiskFactor ¶
func (x *GetRiskFactorsResponse) GetRiskFactor() *vega.RiskFactor
func (*GetRiskFactorsResponse) ProtoMessage ¶
func (*GetRiskFactorsResponse) ProtoMessage()
func (*GetRiskFactorsResponse) ProtoReflect ¶
func (x *GetRiskFactorsResponse) ProtoReflect() protoreflect.Message
func (*GetRiskFactorsResponse) Reset ¶
func (x *GetRiskFactorsResponse) Reset()
func (*GetRiskFactorsResponse) String ¶
func (x *GetRiskFactorsResponse) String() string
type GetStakeRequest ¶
type GetStakeRequest struct { // Party ID for which the stake information is requested. PartyId string `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"` // Optional pagination information to limit the data that is returned. Pagination *Pagination `protobuf:"bytes,2,opt,name=pagination,proto3,oneof" json:"pagination,omitempty"` // contains filtered or unexported fields }
Request to get stake
func (*GetStakeRequest) Descriptor
deprecated
func (*GetStakeRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetStakeRequest.ProtoReflect.Descriptor instead.
func (*GetStakeRequest) GetPagination ¶
func (x *GetStakeRequest) GetPagination() *Pagination
func (*GetStakeRequest) GetPartyId ¶
func (x *GetStakeRequest) GetPartyId() string
func (*GetStakeRequest) ProtoMessage ¶
func (*GetStakeRequest) ProtoMessage()
func (*GetStakeRequest) ProtoReflect ¶
func (x *GetStakeRequest) ProtoReflect() protoreflect.Message
func (*GetStakeRequest) Reset ¶
func (x *GetStakeRequest) Reset()
func (*GetStakeRequest) String ¶
func (x *GetStakeRequest) String() string
type GetStakeResponse ¶
type GetStakeResponse struct { // Current stake available information. CurrentStakeAvailable string `` /* 126-byte string literal not displayed */ // Paged list of stake data with corresponding page information. StakeLinkings *StakesConnection `protobuf:"bytes,2,opt,name=stake_linkings,json=stakeLinkings,proto3" json:"stake_linkings,omitempty"` // contains filtered or unexported fields }
Response that is received from requesting stake information
func (*GetStakeResponse) Descriptor
deprecated
func (*GetStakeResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetStakeResponse.ProtoReflect.Descriptor instead.
func (*GetStakeResponse) GetCurrentStakeAvailable ¶
func (x *GetStakeResponse) GetCurrentStakeAvailable() string
func (*GetStakeResponse) GetStakeLinkings ¶
func (x *GetStakeResponse) GetStakeLinkings() *StakesConnection
func (*GetStakeResponse) ProtoMessage ¶
func (*GetStakeResponse) ProtoMessage()
func (*GetStakeResponse) ProtoReflect ¶
func (x *GetStakeResponse) ProtoReflect() protoreflect.Message
func (*GetStakeResponse) Reset ¶
func (x *GetStakeResponse) Reset()
func (*GetStakeResponse) String ¶
func (x *GetStakeResponse) String() string
type GetStopOrderRequest ¶ added in v0.72.0
type GetStopOrderRequest struct { // Order ID to retrieve order information for. OrderId string `protobuf:"bytes,1,opt,name=order_id,json=orderId,proto3" json:"order_id,omitempty"` // contains filtered or unexported fields }
Request that is sent when executing the query for getting a single stop order.
func (*GetStopOrderRequest) Descriptor
deprecated
added in
v0.72.0
func (*GetStopOrderRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetStopOrderRequest.ProtoReflect.Descriptor instead.
func (*GetStopOrderRequest) GetOrderId ¶ added in v0.72.0
func (x *GetStopOrderRequest) GetOrderId() string
func (*GetStopOrderRequest) ProtoMessage ¶ added in v0.72.0
func (*GetStopOrderRequest) ProtoMessage()
func (*GetStopOrderRequest) ProtoReflect ¶ added in v0.72.0
func (x *GetStopOrderRequest) ProtoReflect() protoreflect.Message
func (*GetStopOrderRequest) Reset ¶ added in v0.72.0
func (x *GetStopOrderRequest) Reset()
func (*GetStopOrderRequest) String ¶ added in v0.72.0
func (x *GetStopOrderRequest) String() string
type GetStopOrderResponse ¶ added in v0.72.0
type GetStopOrderResponse struct { // Order details, if one was found. Order *v1.StopOrderEvent `protobuf:"bytes,1,opt,name=order,proto3" json:"order,omitempty"` // contains filtered or unexported fields }
Response received from the query for getting a single stop order.
func (*GetStopOrderResponse) Descriptor
deprecated
added in
v0.72.0
func (*GetStopOrderResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetStopOrderResponse.ProtoReflect.Descriptor instead.
func (*GetStopOrderResponse) GetOrder ¶ added in v0.72.0
func (x *GetStopOrderResponse) GetOrder() *v1.StopOrderEvent
func (*GetStopOrderResponse) ProtoMessage ¶ added in v0.72.0
func (*GetStopOrderResponse) ProtoMessage()
func (*GetStopOrderResponse) ProtoReflect ¶ added in v0.72.0
func (x *GetStopOrderResponse) ProtoReflect() protoreflect.Message
func (*GetStopOrderResponse) Reset ¶ added in v0.72.0
func (x *GetStopOrderResponse) Reset()
func (*GetStopOrderResponse) String ¶ added in v0.72.0
func (x *GetStopOrderResponse) String() string
type GetVegaTimeRequest ¶
type GetVegaTimeRequest struct {
// contains filtered or unexported fields
}
Request to get the current time of the Vega network
func (*GetVegaTimeRequest) Descriptor
deprecated
func (*GetVegaTimeRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetVegaTimeRequest.ProtoReflect.Descriptor instead.
func (*GetVegaTimeRequest) ProtoMessage ¶
func (*GetVegaTimeRequest) ProtoMessage()
func (*GetVegaTimeRequest) ProtoReflect ¶
func (x *GetVegaTimeRequest) ProtoReflect() protoreflect.Message
func (*GetVegaTimeRequest) Reset ¶
func (x *GetVegaTimeRequest) Reset()
func (*GetVegaTimeRequest) String ¶
func (x *GetVegaTimeRequest) String() string
type GetVegaTimeResponse ¶
type GetVegaTimeResponse struct { // Timestamp representation of current VegaTime as represented in nanoseconds, for example // `1580473859111222333` corresponds to `2020-01-31T12:30:59.111222333Z`. Timestamp int64 `protobuf:"varint,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"` // contains filtered or unexported fields }
Response for the current consensus coordinated time on the Vega network, referred to as "VegaTime"
func (*GetVegaTimeResponse) Descriptor
deprecated
func (*GetVegaTimeResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetVegaTimeResponse.ProtoReflect.Descriptor instead.
func (*GetVegaTimeResponse) GetTimestamp ¶
func (x *GetVegaTimeResponse) GetTimestamp() int64
func (*GetVegaTimeResponse) ProtoMessage ¶
func (*GetVegaTimeResponse) ProtoMessage()
func (*GetVegaTimeResponse) ProtoReflect ¶
func (x *GetVegaTimeResponse) ProtoReflect() protoreflect.Message
func (*GetVegaTimeResponse) Reset ¶
func (x *GetVegaTimeResponse) Reset()
func (*GetVegaTimeResponse) String ¶
func (x *GetVegaTimeResponse) String() string
type GetWithdrawalRequest ¶
type GetWithdrawalRequest struct { // Withdrawal ID to retrieve data for. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
Request to get a specific withdrawal by ID
func (*GetWithdrawalRequest) Descriptor
deprecated
func (*GetWithdrawalRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetWithdrawalRequest.ProtoReflect.Descriptor instead.
func (*GetWithdrawalRequest) GetId ¶
func (x *GetWithdrawalRequest) GetId() string
func (*GetWithdrawalRequest) ProtoMessage ¶
func (*GetWithdrawalRequest) ProtoMessage()
func (*GetWithdrawalRequest) ProtoReflect ¶
func (x *GetWithdrawalRequest) ProtoReflect() protoreflect.Message
func (*GetWithdrawalRequest) Reset ¶
func (x *GetWithdrawalRequest) Reset()
func (*GetWithdrawalRequest) String ¶
func (x *GetWithdrawalRequest) String() string
type GetWithdrawalResponse ¶
type GetWithdrawalResponse struct { // Withdrawal matching the ID from the request. Withdrawal *vega.Withdrawal `protobuf:"bytes,1,opt,name=withdrawal,proto3" json:"withdrawal,omitempty"` // contains filtered or unexported fields }
Response for a withdrawal request
func (*GetWithdrawalResponse) Descriptor
deprecated
func (*GetWithdrawalResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetWithdrawalResponse.ProtoReflect.Descriptor instead.
func (*GetWithdrawalResponse) GetWithdrawal ¶
func (x *GetWithdrawalResponse) GetWithdrawal() *vega.Withdrawal
func (*GetWithdrawalResponse) ProtoMessage ¶
func (*GetWithdrawalResponse) ProtoMessage()
func (*GetWithdrawalResponse) ProtoReflect ¶
func (x *GetWithdrawalResponse) ProtoReflect() protoreflect.Message
func (*GetWithdrawalResponse) Reset ¶
func (x *GetWithdrawalResponse) Reset()
func (*GetWithdrawalResponse) String ¶
func (x *GetWithdrawalResponse) String() string
type GovernanceDataConnection ¶
type GovernanceDataConnection struct { // Page of governance data and their corresponding cursors. Edges []*GovernanceDataEdge `protobuf:"bytes,1,rep,name=edges,proto3" json:"edges,omitempty"` // Page information that is used for fetching further pages. PageInfo *PageInfo `protobuf:"bytes,2,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"` // contains filtered or unexported fields }
Page of governance data and corresponding page information
func (*GovernanceDataConnection) Descriptor
deprecated
func (*GovernanceDataConnection) Descriptor() ([]byte, []int)
Deprecated: Use GovernanceDataConnection.ProtoReflect.Descriptor instead.
func (*GovernanceDataConnection) GetEdges ¶
func (x *GovernanceDataConnection) GetEdges() []*GovernanceDataEdge
func (*GovernanceDataConnection) GetPageInfo ¶
func (x *GovernanceDataConnection) GetPageInfo() *PageInfo
func (*GovernanceDataConnection) ProtoMessage ¶
func (*GovernanceDataConnection) ProtoMessage()
func (*GovernanceDataConnection) ProtoReflect ¶
func (x *GovernanceDataConnection) ProtoReflect() protoreflect.Message
func (*GovernanceDataConnection) Reset ¶
func (x *GovernanceDataConnection) Reset()
func (*GovernanceDataConnection) String ¶
func (x *GovernanceDataConnection) String() string
type GovernanceDataEdge ¶
type GovernanceDataEdge struct { // Governance data content, i.e. proposal and votes for and against. Node *vega.GovernanceData `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` // Cursor that can be used to fetch further pages. Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
Governance data with the corresponding cursor.
func (*GovernanceDataEdge) Descriptor
deprecated
func (*GovernanceDataEdge) Descriptor() ([]byte, []int)
Deprecated: Use GovernanceDataEdge.ProtoReflect.Descriptor instead.
func (*GovernanceDataEdge) GetCursor ¶
func (x *GovernanceDataEdge) GetCursor() string
func (*GovernanceDataEdge) GetNode ¶
func (x *GovernanceDataEdge) GetNode() *vega.GovernanceData
func (*GovernanceDataEdge) ProtoMessage ¶
func (*GovernanceDataEdge) ProtoMessage()
func (*GovernanceDataEdge) ProtoReflect ¶
func (x *GovernanceDataEdge) ProtoReflect() protoreflect.Message
func (*GovernanceDataEdge) Reset ¶
func (x *GovernanceDataEdge) Reset()
func (*GovernanceDataEdge) String ¶
func (x *GovernanceDataEdge) String() string
type HistorySegment ¶ added in v0.60.0
type HistorySegment struct { // Starting height of the history segment. FromHeight int64 `protobuf:"varint,1,opt,name=from_height,json=fromHeight,proto3" json:"from_height,omitempty"` // Ending height of the history segment. ToHeight int64 `protobuf:"varint,2,opt,name=to_height,json=toHeight,proto3" json:"to_height,omitempty"` // History segment ID. HistorySegmentId string `protobuf:"bytes,3,opt,name=history_segment_id,json=historySegmentId,proto3" json:"history_segment_id,omitempty"` // Previous history segment ID. PreviousHistorySegmentId string `` /* 137-byte string literal not displayed */ // Database schema version of the history segment. DatabaseVersion int64 `protobuf:"varint,5,opt,name=database_version,json=databaseVersion,proto3" json:"database_version,omitempty"` // Chain ID of the history segment. ChainId string `protobuf:"bytes,6,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"` // contains filtered or unexported fields }
Describes a network history segment
func (*HistorySegment) Descriptor
deprecated
added in
v0.60.0
func (*HistorySegment) Descriptor() ([]byte, []int)
Deprecated: Use HistorySegment.ProtoReflect.Descriptor instead.
func (*HistorySegment) GetChainId ¶ added in v0.60.0
func (x *HistorySegment) GetChainId() string
func (*HistorySegment) GetDatabaseVersion ¶ added in v0.71.0
func (x *HistorySegment) GetDatabaseVersion() int64
func (*HistorySegment) GetFromHeight ¶ added in v0.60.0
func (x *HistorySegment) GetFromHeight() int64
func (*HistorySegment) GetHistorySegmentId ¶ added in v0.60.0
func (x *HistorySegment) GetHistorySegmentId() string
func (*HistorySegment) GetPreviousHistorySegmentId ¶ added in v0.60.0
func (x *HistorySegment) GetPreviousHistorySegmentId() string
func (*HistorySegment) GetToHeight ¶ added in v0.60.0
func (x *HistorySegment) GetToHeight() int64
func (*HistorySegment) ProtoMessage ¶ added in v0.60.0
func (*HistorySegment) ProtoMessage()
func (*HistorySegment) ProtoReflect ¶ added in v0.60.0
func (x *HistorySegment) ProtoReflect() protoreflect.Message
func (*HistorySegment) Reset ¶ added in v0.60.0
func (x *HistorySegment) Reset()
func (*HistorySegment) String ¶ added in v0.60.0
func (x *HistorySegment) String() string
type InfoRequest ¶
type InfoRequest struct {
// contains filtered or unexported fields
}
Request that is sent when querying node information
func (*InfoRequest) Descriptor
deprecated
func (*InfoRequest) Descriptor() ([]byte, []int)
Deprecated: Use InfoRequest.ProtoReflect.Descriptor instead.
func (*InfoRequest) ProtoMessage ¶
func (*InfoRequest) ProtoMessage()
func (*InfoRequest) ProtoReflect ¶
func (x *InfoRequest) ProtoReflect() protoreflect.Message
func (*InfoRequest) Reset ¶
func (x *InfoRequest) Reset()
func (*InfoRequest) String ¶
func (x *InfoRequest) String() string
type InfoResponse ¶
type InfoResponse struct { // Semver formatted version of the data node. Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"` // Commit hash from which the data node was built. CommitHash string `protobuf:"bytes,2,opt,name=commit_hash,json=commitHash,proto3" json:"commit_hash,omitempty"` // contains filtered or unexported fields }
Response that is received from the node information query
func (*InfoResponse) Descriptor
deprecated
func (*InfoResponse) Descriptor() ([]byte, []int)
Deprecated: Use InfoResponse.ProtoReflect.Descriptor instead.
func (*InfoResponse) GetCommitHash ¶
func (x *InfoResponse) GetCommitHash() string
func (*InfoResponse) GetVersion ¶
func (x *InfoResponse) GetVersion() string
func (*InfoResponse) ProtoMessage ¶
func (*InfoResponse) ProtoMessage()
func (*InfoResponse) ProtoReflect ¶
func (x *InfoResponse) ProtoReflect() protoreflect.Message
func (*InfoResponse) Reset ¶
func (x *InfoResponse) Reset()
func (*InfoResponse) String ¶
func (x *InfoResponse) String() string
type IntervalToCandleId ¶
type IntervalToCandleId struct { // Interval for the candle. Interval string `protobuf:"bytes,1,opt,name=interval,proto3" json:"interval,omitempty"` // Unique id of the candle. CandleId string `protobuf:"bytes,2,opt,name=candle_id,json=candleId,proto3" json:"candle_id,omitempty"` // contains filtered or unexported fields }
Maps an interval for a given market to its corresponding candle ID
func (*IntervalToCandleId) Descriptor
deprecated
func (*IntervalToCandleId) Descriptor() ([]byte, []int)
Deprecated: Use IntervalToCandleId.ProtoReflect.Descriptor instead.
func (*IntervalToCandleId) GetCandleId ¶
func (x *IntervalToCandleId) GetCandleId() string
func (*IntervalToCandleId) GetInterval ¶
func (x *IntervalToCandleId) GetInterval() string
func (*IntervalToCandleId) ProtoMessage ¶
func (*IntervalToCandleId) ProtoMessage()
func (*IntervalToCandleId) ProtoReflect ¶
func (x *IntervalToCandleId) ProtoReflect() protoreflect.Message
func (*IntervalToCandleId) Reset ¶
func (x *IntervalToCandleId) Reset()
func (*IntervalToCandleId) String ¶
func (x *IntervalToCandleId) String() string
type KeyRotationConnection ¶
type KeyRotationConnection struct { // Page of key rotation data and their corresponding cursors. Edges []*KeyRotationEdge `protobuf:"bytes,1,rep,name=edges,proto3" json:"edges,omitempty"` // Page information that is used for fetching further pages. PageInfo *PageInfo `protobuf:"bytes,2,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"` // contains filtered or unexported fields }
Page of key rotations data and corresponding page information
func (*KeyRotationConnection) Descriptor
deprecated
func (*KeyRotationConnection) Descriptor() ([]byte, []int)
Deprecated: Use KeyRotationConnection.ProtoReflect.Descriptor instead.
func (*KeyRotationConnection) GetEdges ¶
func (x *KeyRotationConnection) GetEdges() []*KeyRotationEdge
func (*KeyRotationConnection) GetPageInfo ¶
func (x *KeyRotationConnection) GetPageInfo() *PageInfo
func (*KeyRotationConnection) ProtoMessage ¶
func (*KeyRotationConnection) ProtoMessage()
func (*KeyRotationConnection) ProtoReflect ¶
func (x *KeyRotationConnection) ProtoReflect() protoreflect.Message
func (*KeyRotationConnection) Reset ¶
func (x *KeyRotationConnection) Reset()
func (*KeyRotationConnection) String ¶
func (x *KeyRotationConnection) String() string
type KeyRotationEdge ¶
type KeyRotationEdge struct { // Data relating to a key rotation that was performed by a node on the Vega network. Node *v1.KeyRotation `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` // Cursor that can be used to fetch further pages. Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
Key rotation data with the corresponding cursor.
func (*KeyRotationEdge) Descriptor
deprecated
func (*KeyRotationEdge) Descriptor() ([]byte, []int)
Deprecated: Use KeyRotationEdge.ProtoReflect.Descriptor instead.
func (*KeyRotationEdge) GetCursor ¶
func (x *KeyRotationEdge) GetCursor() string
func (*KeyRotationEdge) GetNode ¶
func (x *KeyRotationEdge) GetNode() *v1.KeyRotation
func (*KeyRotationEdge) ProtoMessage ¶
func (*KeyRotationEdge) ProtoMessage()
func (*KeyRotationEdge) ProtoReflect ¶
func (x *KeyRotationEdge) ProtoReflect() protoreflect.Message
func (*KeyRotationEdge) Reset ¶
func (x *KeyRotationEdge) Reset()
func (*KeyRotationEdge) String ¶
func (x *KeyRotationEdge) String() string
type LedgerEntryField ¶ added in v0.58.0
type LedgerEntryField int32
List of fields for a ledger entry
const ( LedgerEntryField_LEDGER_ENTRY_FIELD_UNSPECIFIED LedgerEntryField = 0 LedgerEntryField_LEDGER_ENTRY_FIELD_ACCOUNT_FROM_ID LedgerEntryField = 1 LedgerEntryField_LEDGER_ENTRY_FIELD_ACCOUNT_TO_ID LedgerEntryField = 2 LedgerEntryField_LEDGER_ENTRY_FIELD_TRANSFER_TYPE LedgerEntryField = 3 )
func (LedgerEntryField) Descriptor ¶ added in v0.58.0
func (LedgerEntryField) Descriptor() protoreflect.EnumDescriptor
func (LedgerEntryField) Enum ¶ added in v0.58.0
func (x LedgerEntryField) Enum() *LedgerEntryField
func (LedgerEntryField) EnumDescriptor
deprecated
added in
v0.58.0
func (LedgerEntryField) EnumDescriptor() ([]byte, []int)
Deprecated: Use LedgerEntryField.Descriptor instead.
func (LedgerEntryField) Number ¶ added in v0.58.0
func (x LedgerEntryField) Number() protoreflect.EnumNumber
func (LedgerEntryField) String ¶ added in v0.58.0
func (x LedgerEntryField) String() string
func (LedgerEntryField) Type ¶ added in v0.58.0
func (LedgerEntryField) Type() protoreflect.EnumType
type LedgerEntryFilter ¶ added in v0.58.0
type LedgerEntryFilter struct { // Determines whether an entry must have accounts matching both the account_from_filter // and the account_to_filter. If set to 'true', entries must have matches in both filters. // If set to `false`, entries matching only the account_from_filter or the account_to_filter will also be included. CloseOnAccountFilters bool `` /* 129-byte string literal not displayed */ // Used to set values for filtering sender accounts. FromAccountFilter *AccountFilter `protobuf:"bytes,2,opt,name=from_account_filter,json=fromAccountFilter,proto3" json:"from_account_filter,omitempty"` // Used to set values for filtering receiver accounts. ToAccountFilter *AccountFilter `protobuf:"bytes,3,opt,name=to_account_filter,json=toAccountFilter,proto3" json:"to_account_filter,omitempty"` // List of transfer types that is used for filtering sender and receiver accounts. TransferTypes []vega.TransferType `` /* 131-byte string literal not displayed */ // contains filtered or unexported fields }
Ledger entry filter sets filters on returned set of ledger entries.
func (*LedgerEntryFilter) Descriptor
deprecated
added in
v0.58.0
func (*LedgerEntryFilter) Descriptor() ([]byte, []int)
Deprecated: Use LedgerEntryFilter.ProtoReflect.Descriptor instead.
func (*LedgerEntryFilter) GetCloseOnAccountFilters ¶ added in v0.58.0
func (x *LedgerEntryFilter) GetCloseOnAccountFilters() bool
func (*LedgerEntryFilter) GetFromAccountFilter ¶ added in v0.67.0
func (x *LedgerEntryFilter) GetFromAccountFilter() *AccountFilter
func (*LedgerEntryFilter) GetToAccountFilter ¶ added in v0.67.0
func (x *LedgerEntryFilter) GetToAccountFilter() *AccountFilter
func (*LedgerEntryFilter) GetTransferTypes ¶ added in v0.58.0
func (x *LedgerEntryFilter) GetTransferTypes() []vega.TransferType
func (*LedgerEntryFilter) ProtoMessage ¶ added in v0.58.0
func (*LedgerEntryFilter) ProtoMessage()
func (*LedgerEntryFilter) ProtoReflect ¶ added in v0.58.0
func (x *LedgerEntryFilter) ProtoReflect() protoreflect.Message
func (*LedgerEntryFilter) Reset ¶ added in v0.58.0
func (x *LedgerEntryFilter) Reset()
func (*LedgerEntryFilter) String ¶ added in v0.58.0
func (x *LedgerEntryFilter) String() string
type LiquidationEstimate ¶ added in v0.71.0
type LiquidationEstimate struct { // Liquidation price estimate assuming slippage cap is applied. WorstCase *LiquidationPrice `protobuf:"bytes,1,opt,name=worst_case,json=worstCase,proto3" json:"worst_case,omitempty"` // Liquidation price estimate assuming no slippage. BestCase *LiquidationPrice `protobuf:"bytes,2,opt,name=best_case,json=bestCase,proto3" json:"best_case,omitempty"` // contains filtered or unexported fields }
Liquidation estimate for both worst and best case possible.
func (*LiquidationEstimate) Descriptor
deprecated
added in
v0.71.0
func (*LiquidationEstimate) Descriptor() ([]byte, []int)
Deprecated: Use LiquidationEstimate.ProtoReflect.Descriptor instead.
func (*LiquidationEstimate) GetBestCase ¶ added in v0.71.0
func (x *LiquidationEstimate) GetBestCase() *LiquidationPrice
func (*LiquidationEstimate) GetWorstCase ¶ added in v0.71.0
func (x *LiquidationEstimate) GetWorstCase() *LiquidationPrice
func (*LiquidationEstimate) ProtoMessage ¶ added in v0.71.0
func (*LiquidationEstimate) ProtoMessage()
func (*LiquidationEstimate) ProtoReflect ¶ added in v0.71.0
func (x *LiquidationEstimate) ProtoReflect() protoreflect.Message
func (*LiquidationEstimate) Reset ¶ added in v0.71.0
func (x *LiquidationEstimate) Reset()
func (*LiquidationEstimate) String ¶ added in v0.71.0
func (x *LiquidationEstimate) String() string
type LiquidationPrice ¶ added in v0.71.0
type LiquidationPrice struct { // Liquidation price for current open volume ignoring any active orders. OpenVolumeOnly string `protobuf:"bytes,1,opt,name=open_volume_only,json=openVolumeOnly,proto3" json:"open_volume_only,omitempty"` // Liquidation price assuming buy orders start getting filled. IncludingBuyOrders string `protobuf:"bytes,2,opt,name=including_buy_orders,json=includingBuyOrders,proto3" json:"including_buy_orders,omitempty"` // Liquidation price assuming sell orders start getting filled. IncludingSellOrders string `protobuf:"bytes,3,opt,name=including_sell_orders,json=includingSellOrders,proto3" json:"including_sell_orders,omitempty"` // contains filtered or unexported fields }
Liquidation price estimate for either only the current open volume and position given some or all buy orders get filled, or position given some or all sell orders get filled.
func (*LiquidationPrice) Descriptor
deprecated
added in
v0.71.0
func (*LiquidationPrice) Descriptor() ([]byte, []int)
Deprecated: Use LiquidationPrice.ProtoReflect.Descriptor instead.
func (*LiquidationPrice) GetIncludingBuyOrders ¶ added in v0.71.0
func (x *LiquidationPrice) GetIncludingBuyOrders() string
func (*LiquidationPrice) GetIncludingSellOrders ¶ added in v0.71.0
func (x *LiquidationPrice) GetIncludingSellOrders() string
func (*LiquidationPrice) GetOpenVolumeOnly ¶ added in v0.71.0
func (x *LiquidationPrice) GetOpenVolumeOnly() string
func (*LiquidationPrice) ProtoMessage ¶ added in v0.71.0
func (*LiquidationPrice) ProtoMessage()
func (*LiquidationPrice) ProtoReflect ¶ added in v0.71.0
func (x *LiquidationPrice) ProtoReflect() protoreflect.Message
func (*LiquidationPrice) Reset ¶ added in v0.71.0
func (x *LiquidationPrice) Reset()
func (*LiquidationPrice) String ¶ added in v0.71.0
func (x *LiquidationPrice) String() string
type LiquidityProvisionsConnection ¶
type LiquidityProvisionsConnection struct { // Page of liquidity provisions data and their corresponding cursors. Edges []*LiquidityProvisionsEdge `protobuf:"bytes,1,rep,name=edges,proto3" json:"edges,omitempty"` // Page information that is used for fetching further pages. PageInfo *PageInfo `protobuf:"bytes,2,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"` // contains filtered or unexported fields }
Page of liquidity provisions data and corresponding page information
func (*LiquidityProvisionsConnection) Descriptor
deprecated
func (*LiquidityProvisionsConnection) Descriptor() ([]byte, []int)
Deprecated: Use LiquidityProvisionsConnection.ProtoReflect.Descriptor instead.
func (*LiquidityProvisionsConnection) GetEdges ¶
func (x *LiquidityProvisionsConnection) GetEdges() []*LiquidityProvisionsEdge
func (*LiquidityProvisionsConnection) GetPageInfo ¶
func (x *LiquidityProvisionsConnection) GetPageInfo() *PageInfo
func (*LiquidityProvisionsConnection) ProtoMessage ¶
func (*LiquidityProvisionsConnection) ProtoMessage()
func (*LiquidityProvisionsConnection) ProtoReflect ¶
func (x *LiquidityProvisionsConnection) ProtoReflect() protoreflect.Message
func (*LiquidityProvisionsConnection) Reset ¶
func (x *LiquidityProvisionsConnection) Reset()
func (*LiquidityProvisionsConnection) String ¶
func (x *LiquidityProvisionsConnection) String() string
type LiquidityProvisionsEdge ¶
type LiquidityProvisionsEdge struct { // Data corresponding to a liquidity provider's commitment. Node *vega.LiquidityProvision `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` // Cursor that can be used to fetch further pages. Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
Liquidity provision data with the corresponding cursor.
func (*LiquidityProvisionsEdge) Descriptor
deprecated
func (*LiquidityProvisionsEdge) Descriptor() ([]byte, []int)
Deprecated: Use LiquidityProvisionsEdge.ProtoReflect.Descriptor instead.
func (*LiquidityProvisionsEdge) GetCursor ¶
func (x *LiquidityProvisionsEdge) GetCursor() string
func (*LiquidityProvisionsEdge) GetNode ¶
func (x *LiquidityProvisionsEdge) GetNode() *vega.LiquidityProvision
func (*LiquidityProvisionsEdge) ProtoMessage ¶
func (*LiquidityProvisionsEdge) ProtoMessage()
func (*LiquidityProvisionsEdge) ProtoReflect ¶
func (x *LiquidityProvisionsEdge) ProtoReflect() protoreflect.Message
func (*LiquidityProvisionsEdge) Reset ¶
func (x *LiquidityProvisionsEdge) Reset()
func (*LiquidityProvisionsEdge) String ¶
func (x *LiquidityProvisionsEdge) String() string
type ListAccountsRequest ¶
type ListAccountsRequest struct { // Account filter contains all filter conditions and values that can be applied to the listing. Filter *AccountFilter `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"` // Optional pagination control. Pagination *Pagination `protobuf:"bytes,2,opt,name=pagination,proto3,oneof" json:"pagination,omitempty"` // contains filtered or unexported fields }
Request that is sent when listing accounts.
func (*ListAccountsRequest) Descriptor
deprecated
func (*ListAccountsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListAccountsRequest.ProtoReflect.Descriptor instead.
func (*ListAccountsRequest) GetFilter ¶
func (x *ListAccountsRequest) GetFilter() *AccountFilter
func (*ListAccountsRequest) GetPagination ¶
func (x *ListAccountsRequest) GetPagination() *Pagination
func (*ListAccountsRequest) ProtoMessage ¶
func (*ListAccountsRequest) ProtoMessage()
func (*ListAccountsRequest) ProtoReflect ¶
func (x *ListAccountsRequest) ProtoReflect() protoreflect.Message
func (*ListAccountsRequest) Reset ¶
func (x *ListAccountsRequest) Reset()
func (*ListAccountsRequest) String ¶
func (x *ListAccountsRequest) String() string
type ListAccountsResponse ¶
type ListAccountsResponse struct { // Page of accounts data and corresponding page information. Accounts *AccountsConnection `protobuf:"bytes,1,opt,name=accounts,proto3" json:"accounts,omitempty"` // contains filtered or unexported fields }
Response that is received from listing accounts query.
func (*ListAccountsResponse) Descriptor
deprecated
func (*ListAccountsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListAccountsResponse.ProtoReflect.Descriptor instead.
func (*ListAccountsResponse) GetAccounts ¶
func (x *ListAccountsResponse) GetAccounts() *AccountsConnection
func (*ListAccountsResponse) ProtoMessage ¶
func (*ListAccountsResponse) ProtoMessage()
func (*ListAccountsResponse) ProtoReflect ¶
func (x *ListAccountsResponse) ProtoReflect() protoreflect.Message
func (*ListAccountsResponse) Reset ¶
func (x *ListAccountsResponse) Reset()
func (*ListAccountsResponse) String ¶
func (x *ListAccountsResponse) String() string
type ListAllNetworkHistorySegmentsRequest ¶ added in v0.67.0
type ListAllNetworkHistorySegmentsRequest struct {
// contains filtered or unexported fields
}
Request to list all the nodes history segments
func (*ListAllNetworkHistorySegmentsRequest) Descriptor
deprecated
added in
v0.67.0
func (*ListAllNetworkHistorySegmentsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListAllNetworkHistorySegmentsRequest.ProtoReflect.Descriptor instead.
func (*ListAllNetworkHistorySegmentsRequest) ProtoMessage ¶ added in v0.67.0
func (*ListAllNetworkHistorySegmentsRequest) ProtoMessage()
func (*ListAllNetworkHistorySegmentsRequest) ProtoReflect ¶ added in v0.67.0
func (x *ListAllNetworkHistorySegmentsRequest) ProtoReflect() protoreflect.Message
func (*ListAllNetworkHistorySegmentsRequest) Reset ¶ added in v0.67.0
func (x *ListAllNetworkHistorySegmentsRequest) Reset()
func (*ListAllNetworkHistorySegmentsRequest) String ¶ added in v0.67.0
func (x *ListAllNetworkHistorySegmentsRequest) String() string
type ListAllNetworkHistorySegmentsResponse ¶ added in v0.67.0
type ListAllNetworkHistorySegmentsResponse struct { // Page of history segments data and corresponding page information. Segments []*HistorySegment `protobuf:"bytes,1,rep,name=segments,proto3" json:"segments,omitempty"` // contains filtered or unexported fields }
Response with a list of all the nodes history segments
func (*ListAllNetworkHistorySegmentsResponse) Descriptor
deprecated
added in
v0.67.0
func (*ListAllNetworkHistorySegmentsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListAllNetworkHistorySegmentsResponse.ProtoReflect.Descriptor instead.
func (*ListAllNetworkHistorySegmentsResponse) GetSegments ¶ added in v0.67.0
func (x *ListAllNetworkHistorySegmentsResponse) GetSegments() []*HistorySegment
func (*ListAllNetworkHistorySegmentsResponse) ProtoMessage ¶ added in v0.67.0
func (*ListAllNetworkHistorySegmentsResponse) ProtoMessage()
func (*ListAllNetworkHistorySegmentsResponse) ProtoReflect ¶ added in v0.67.0
func (x *ListAllNetworkHistorySegmentsResponse) ProtoReflect() protoreflect.Message
func (*ListAllNetworkHistorySegmentsResponse) Reset ¶ added in v0.67.0
func (x *ListAllNetworkHistorySegmentsResponse) Reset()
func (*ListAllNetworkHistorySegmentsResponse) String ¶ added in v0.67.0
func (x *ListAllNetworkHistorySegmentsResponse) String() string
type ListAllPositionsRequest ¶ added in v0.68.0
type ListAllPositionsRequest struct { // Filter to apply to the positions. Filter *PositionsFilter `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"` // Pagination controls. Pagination *Pagination `protobuf:"bytes,2,opt,name=pagination,proto3,oneof" json:"pagination,omitempty"` // contains filtered or unexported fields }
Request to list positions, given the position filter is supplied.
func (*ListAllPositionsRequest) Descriptor
deprecated
added in
v0.68.0
func (*ListAllPositionsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListAllPositionsRequest.ProtoReflect.Descriptor instead.
func (*ListAllPositionsRequest) GetFilter ¶ added in v0.68.0
func (x *ListAllPositionsRequest) GetFilter() *PositionsFilter
func (*ListAllPositionsRequest) GetPagination ¶ added in v0.68.0
func (x *ListAllPositionsRequest) GetPagination() *Pagination
func (*ListAllPositionsRequest) ProtoMessage ¶ added in v0.68.0
func (*ListAllPositionsRequest) ProtoMessage()
func (*ListAllPositionsRequest) ProtoReflect ¶ added in v0.68.0
func (x *ListAllPositionsRequest) ProtoReflect() protoreflect.Message
func (*ListAllPositionsRequest) Reset ¶ added in v0.68.0
func (x *ListAllPositionsRequest) Reset()
func (*ListAllPositionsRequest) String ¶ added in v0.68.0
func (x *ListAllPositionsRequest) String() string
type ListAllPositionsResponse ¶ added in v0.68.0
type ListAllPositionsResponse struct { // Page of positions data and corresponding page information. Positions *PositionConnection `protobuf:"bytes,1,opt,name=positions,proto3" json:"positions,omitempty"` // contains filtered or unexported fields }
Response to query for listing of positions, given the filter is supplied
func (*ListAllPositionsResponse) Descriptor
deprecated
added in
v0.68.0
func (*ListAllPositionsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListAllPositionsResponse.ProtoReflect.Descriptor instead.
func (*ListAllPositionsResponse) GetPositions ¶ added in v0.68.0
func (x *ListAllPositionsResponse) GetPositions() *PositionConnection
func (*ListAllPositionsResponse) ProtoMessage ¶ added in v0.68.0
func (*ListAllPositionsResponse) ProtoMessage()
func (*ListAllPositionsResponse) ProtoReflect ¶ added in v0.68.0
func (x *ListAllPositionsResponse) ProtoReflect() protoreflect.Message
func (*ListAllPositionsResponse) Reset ¶ added in v0.68.0
func (x *ListAllPositionsResponse) Reset()
func (*ListAllPositionsResponse) String ¶ added in v0.68.0
func (x *ListAllPositionsResponse) String() string
type ListAssetsRequest ¶
type ListAssetsRequest struct { // Optional asset ID to list data for. AssetId *string `protobuf:"bytes,1,opt,name=asset_id,json=assetId,proto3,oneof" json:"asset_id,omitempty"` // Optional pagination information to limit the data that is returned. Pagination *Pagination `protobuf:"bytes,2,opt,name=pagination,proto3,oneof" json:"pagination,omitempty"` // contains filtered or unexported fields }
Request for listing assets data
func (*ListAssetsRequest) Descriptor
deprecated
func (*ListAssetsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListAssetsRequest.ProtoReflect.Descriptor instead.
func (*ListAssetsRequest) GetAssetId ¶
func (x *ListAssetsRequest) GetAssetId() string
func (*ListAssetsRequest) GetPagination ¶
func (x *ListAssetsRequest) GetPagination() *Pagination
func (*ListAssetsRequest) ProtoMessage ¶
func (*ListAssetsRequest) ProtoMessage()
func (*ListAssetsRequest) ProtoReflect ¶
func (x *ListAssetsRequest) ProtoReflect() protoreflect.Message
func (*ListAssetsRequest) Reset ¶
func (x *ListAssetsRequest) Reset()
func (*ListAssetsRequest) String ¶
func (x *ListAssetsRequest) String() string
type ListAssetsResponse ¶
type ListAssetsResponse struct { // Page of assets data and corresponding page information. Assets *AssetsConnection `protobuf:"bytes,1,opt,name=assets,proto3" json:"assets,omitempty"` // contains filtered or unexported fields }
Response from listing assets
func (*ListAssetsResponse) Descriptor
deprecated
func (*ListAssetsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListAssetsResponse.ProtoReflect.Descriptor instead.
func (*ListAssetsResponse) GetAssets ¶
func (x *ListAssetsResponse) GetAssets() *AssetsConnection
func (*ListAssetsResponse) ProtoMessage ¶
func (*ListAssetsResponse) ProtoMessage()
func (*ListAssetsResponse) ProtoReflect ¶
func (x *ListAssetsResponse) ProtoReflect() protoreflect.Message
func (*ListAssetsResponse) Reset ¶
func (x *ListAssetsResponse) Reset()
func (*ListAssetsResponse) String ¶
func (x *ListAssetsResponse) String() string
type ListBalanceChangesRequest ¶ added in v0.59.0
type ListBalanceChangesRequest struct { // Limit the accounts considered according to the filter supplied. Filter *AccountFilter `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"` // Pagination controls. Pagination *Pagination `protobuf:"bytes,5,opt,name=pagination,proto3,oneof" json:"pagination,omitempty"` // Date range over which to query. DateRange *DateRange `protobuf:"bytes,6,opt,name=date_range,json=dateRange,proto3,oneof" json:"date_range,omitempty"` // contains filtered or unexported fields }
Request to use when querying balances changes.
func (*ListBalanceChangesRequest) Descriptor
deprecated
added in
v0.59.0
func (*ListBalanceChangesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListBalanceChangesRequest.ProtoReflect.Descriptor instead.
func (*ListBalanceChangesRequest) GetDateRange ¶ added in v0.59.0
func (x *ListBalanceChangesRequest) GetDateRange() *DateRange
func (*ListBalanceChangesRequest) GetFilter ¶ added in v0.59.0
func (x *ListBalanceChangesRequest) GetFilter() *AccountFilter
func (*ListBalanceChangesRequest) GetPagination ¶ added in v0.59.0
func (x *ListBalanceChangesRequest) GetPagination() *Pagination
func (*ListBalanceChangesRequest) ProtoMessage ¶ added in v0.59.0
func (*ListBalanceChangesRequest) ProtoMessage()
func (*ListBalanceChangesRequest) ProtoReflect ¶ added in v0.59.0
func (x *ListBalanceChangesRequest) ProtoReflect() protoreflect.Message
func (*ListBalanceChangesRequest) Reset ¶ added in v0.59.0
func (x *ListBalanceChangesRequest) Reset()
func (*ListBalanceChangesRequest) String ¶ added in v0.59.0
func (x *ListBalanceChangesRequest) String() string
type ListBalanceChangesResponse ¶ added in v0.59.0
type ListBalanceChangesResponse struct { // Page of aggregated balances data and corresponding page information. Balances *AggregatedBalanceConnection `protobuf:"bytes,1,opt,name=balances,proto3" json:"balances,omitempty"` // contains filtered or unexported fields }
Response that is received from querying balances changes.
func (*ListBalanceChangesResponse) Descriptor
deprecated
added in
v0.59.0
func (*ListBalanceChangesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListBalanceChangesResponse.ProtoReflect.Descriptor instead.
func (*ListBalanceChangesResponse) GetBalances ¶ added in v0.59.0
func (x *ListBalanceChangesResponse) GetBalances() *AggregatedBalanceConnection
func (*ListBalanceChangesResponse) ProtoMessage ¶ added in v0.59.0
func (*ListBalanceChangesResponse) ProtoMessage()
func (*ListBalanceChangesResponse) ProtoReflect ¶ added in v0.59.0
func (x *ListBalanceChangesResponse) ProtoReflect() protoreflect.Message
func (*ListBalanceChangesResponse) Reset ¶ added in v0.59.0
func (x *ListBalanceChangesResponse) Reset()
func (*ListBalanceChangesResponse) String ¶ added in v0.59.0
func (x *ListBalanceChangesResponse) String() string
type ListCandleDataRequest ¶
type ListCandleDataRequest struct { // Candle ID to retrieve candle data for. CandleId string `protobuf:"bytes,1,opt,name=candle_id,json=candleId,proto3" json:"candle_id,omitempty"` // Timestamp in Unix nanoseconds to retrieve candles from. FromTimestamp int64 `protobuf:"varint,2,opt,name=from_timestamp,json=fromTimestamp,proto3" json:"from_timestamp,omitempty"` // Timestamp in Unix nanoseconds to retrieve candles to. ToTimestamp int64 `protobuf:"varint,3,opt,name=to_timestamp,json=toTimestamp,proto3" json:"to_timestamp,omitempty"` // Pagination controls. Pagination *Pagination `protobuf:"bytes,5,opt,name=pagination,proto3,oneof" json:"pagination,omitempty"` // contains filtered or unexported fields }
Request that is used when listing candles for a market at an interval
func (*ListCandleDataRequest) Descriptor
deprecated
func (*ListCandleDataRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListCandleDataRequest.ProtoReflect.Descriptor instead.
func (*ListCandleDataRequest) GetCandleId ¶
func (x *ListCandleDataRequest) GetCandleId() string
func (*ListCandleDataRequest) GetFromTimestamp ¶
func (x *ListCandleDataRequest) GetFromTimestamp() int64
func (*ListCandleDataRequest) GetPagination ¶
func (x *ListCandleDataRequest) GetPagination() *Pagination
func (*ListCandleDataRequest) GetToTimestamp ¶
func (x *ListCandleDataRequest) GetToTimestamp() int64
func (*ListCandleDataRequest) ProtoMessage ¶
func (*ListCandleDataRequest) ProtoMessage()
func (*ListCandleDataRequest) ProtoReflect ¶
func (x *ListCandleDataRequest) ProtoReflect() protoreflect.Message
func (*ListCandleDataRequest) Reset ¶
func (x *ListCandleDataRequest) Reset()
func (*ListCandleDataRequest) String ¶
func (x *ListCandleDataRequest) String() string
type ListCandleDataResponse ¶
type ListCandleDataResponse struct { // Page of candle data and corresponding page information. Candles *CandleDataConnection `protobuf:"bytes,1,opt,name=candles,proto3" json:"candles,omitempty"` // contains filtered or unexported fields }
Response for list of candles for a market at an interval
func (*ListCandleDataResponse) Descriptor
deprecated
func (*ListCandleDataResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListCandleDataResponse.ProtoReflect.Descriptor instead.
func (*ListCandleDataResponse) GetCandles ¶
func (x *ListCandleDataResponse) GetCandles() *CandleDataConnection
func (*ListCandleDataResponse) ProtoMessage ¶
func (*ListCandleDataResponse) ProtoMessage()
func (*ListCandleDataResponse) ProtoReflect ¶
func (x *ListCandleDataResponse) ProtoReflect() protoreflect.Message
func (*ListCandleDataResponse) Reset ¶
func (x *ListCandleDataResponse) Reset()
func (*ListCandleDataResponse) String ¶
func (x *ListCandleDataResponse) String() string
type ListCandleIntervalsRequest ¶
type ListCandleIntervalsRequest struct { // Unique ID for the market to list candle intervals for. MarketId string `protobuf:"bytes,1,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"` // contains filtered or unexported fields }
Request that is used to fetch a list of supported intervals for the given market along with the corresponding candle ID
func (*ListCandleIntervalsRequest) Descriptor
deprecated
func (*ListCandleIntervalsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListCandleIntervalsRequest.ProtoReflect.Descriptor instead.
func (*ListCandleIntervalsRequest) GetMarketId ¶
func (x *ListCandleIntervalsRequest) GetMarketId() string
func (*ListCandleIntervalsRequest) ProtoMessage ¶
func (*ListCandleIntervalsRequest) ProtoMessage()
func (*ListCandleIntervalsRequest) ProtoReflect ¶
func (x *ListCandleIntervalsRequest) ProtoReflect() protoreflect.Message
func (*ListCandleIntervalsRequest) Reset ¶
func (x *ListCandleIntervalsRequest) Reset()
func (*ListCandleIntervalsRequest) String ¶
func (x *ListCandleIntervalsRequest) String() string
type ListCandleIntervalsResponse ¶
type ListCandleIntervalsResponse struct { // List of the mappings. IntervalToCandleId []*IntervalToCandleId `protobuf:"bytes,1,rep,name=interval_to_candle_id,json=intervalToCandleId,proto3" json:"interval_to_candle_id,omitempty"` // contains filtered or unexported fields }
List of mapped pairs `interval` -> `candle ID` for a given market
func (*ListCandleIntervalsResponse) Descriptor
deprecated
func (*ListCandleIntervalsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListCandleIntervalsResponse.ProtoReflect.Descriptor instead.
func (*ListCandleIntervalsResponse) GetIntervalToCandleId ¶
func (x *ListCandleIntervalsResponse) GetIntervalToCandleId() []*IntervalToCandleId
func (*ListCandleIntervalsResponse) ProtoMessage ¶
func (*ListCandleIntervalsResponse) ProtoMessage()
func (*ListCandleIntervalsResponse) ProtoReflect ¶
func (x *ListCandleIntervalsResponse) ProtoReflect() protoreflect.Message
func (*ListCandleIntervalsResponse) Reset ¶
func (x *ListCandleIntervalsResponse) Reset()
func (*ListCandleIntervalsResponse) String ¶
func (x *ListCandleIntervalsResponse) String() string
type ListCheckpointsRequest ¶
type ListCheckpointsRequest struct { // Optional pagination information to limit the data that is returned. Pagination *Pagination `protobuf:"bytes,1,opt,name=pagination,proto3,oneof" json:"pagination,omitempty"` // contains filtered or unexported fields }
Request to get all checkpoints. Currently no fields, probably will be expanded to allow filtering data
func (*ListCheckpointsRequest) Descriptor
deprecated
func (*ListCheckpointsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListCheckpointsRequest.ProtoReflect.Descriptor instead.
func (*ListCheckpointsRequest) GetPagination ¶
func (x *ListCheckpointsRequest) GetPagination() *Pagination
func (*ListCheckpointsRequest) ProtoMessage ¶
func (*ListCheckpointsRequest) ProtoMessage()
func (*ListCheckpointsRequest) ProtoReflect ¶
func (x *ListCheckpointsRequest) ProtoReflect() protoreflect.Message
func (*ListCheckpointsRequest) Reset ¶
func (x *ListCheckpointsRequest) Reset()
func (*ListCheckpointsRequest) String ¶
func (x *ListCheckpointsRequest) String() string
type ListCheckpointsResponse ¶
type ListCheckpointsResponse struct { // Page of checkpoints data and corresponding page information. Checkpoints *CheckpointsConnection `protobuf:"bytes,1,opt,name=checkpoints,proto3" json:"checkpoints,omitempty"` // contains filtered or unexported fields }
Response message containing all checkpoints requested
func (*ListCheckpointsResponse) Descriptor
deprecated
func (*ListCheckpointsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListCheckpointsResponse.ProtoReflect.Descriptor instead.
func (*ListCheckpointsResponse) GetCheckpoints ¶
func (x *ListCheckpointsResponse) GetCheckpoints() *CheckpointsConnection
func (*ListCheckpointsResponse) ProtoMessage ¶
func (*ListCheckpointsResponse) ProtoMessage()
func (*ListCheckpointsResponse) ProtoReflect ¶
func (x *ListCheckpointsResponse) ProtoReflect() protoreflect.Message
func (*ListCheckpointsResponse) Reset ¶
func (x *ListCheckpointsResponse) Reset()
func (*ListCheckpointsResponse) String ¶
func (x *ListCheckpointsResponse) String() string
type ListCoreSnapshotsRequest ¶ added in v0.65.0
type ListCoreSnapshotsRequest struct { // Optional pagination information to limit the data that is returned. Pagination *Pagination `protobuf:"bytes,1,opt,name=pagination,proto3,oneof" json:"pagination,omitempty"` // contains filtered or unexported fields }
Request type for ListCoreSnapshots; fetches a paginated list of the core snapshots.
func (*ListCoreSnapshotsRequest) Descriptor
deprecated
added in
v0.65.0
func (*ListCoreSnapshotsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListCoreSnapshotsRequest.ProtoReflect.Descriptor instead.
func (*ListCoreSnapshotsRequest) GetPagination ¶ added in v0.65.0
func (x *ListCoreSnapshotsRequest) GetPagination() *Pagination
func (*ListCoreSnapshotsRequest) ProtoMessage ¶ added in v0.65.0
func (*ListCoreSnapshotsRequest) ProtoMessage()
func (*ListCoreSnapshotsRequest) ProtoReflect ¶ added in v0.65.0
func (x *ListCoreSnapshotsRequest) ProtoReflect() protoreflect.Message
func (*ListCoreSnapshotsRequest) Reset ¶ added in v0.65.0
func (x *ListCoreSnapshotsRequest) Reset()
func (*ListCoreSnapshotsRequest) String ¶ added in v0.65.0
func (x *ListCoreSnapshotsRequest) String() string
type ListCoreSnapshotsResponse ¶ added in v0.65.0
type ListCoreSnapshotsResponse struct { // Page of core snapshot data and corresponding page information. CoreSnapshots *CoreSnapshotConnection `protobuf:"bytes,1,opt,name=core_snapshots,json=coreSnapshots,proto3" json:"core_snapshots,omitempty"` // contains filtered or unexported fields }
Response from a ListCoreSnapshots RPC call; a paginated list of the core snapshots.
func (*ListCoreSnapshotsResponse) Descriptor
deprecated
added in
v0.65.0
func (*ListCoreSnapshotsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListCoreSnapshotsResponse.ProtoReflect.Descriptor instead.
func (*ListCoreSnapshotsResponse) GetCoreSnapshots ¶ added in v0.65.0
func (x *ListCoreSnapshotsResponse) GetCoreSnapshots() *CoreSnapshotConnection
func (*ListCoreSnapshotsResponse) ProtoMessage ¶ added in v0.65.0
func (*ListCoreSnapshotsResponse) ProtoMessage()
func (*ListCoreSnapshotsResponse) ProtoReflect ¶ added in v0.65.0
func (x *ListCoreSnapshotsResponse) ProtoReflect() protoreflect.Message
func (*ListCoreSnapshotsResponse) Reset ¶ added in v0.65.0
func (x *ListCoreSnapshotsResponse) Reset()
func (*ListCoreSnapshotsResponse) String ¶ added in v0.65.0
func (x *ListCoreSnapshotsResponse) String() string
type ListDelegationsRequest ¶
type ListDelegationsRequest struct { // Restrict delegations to those made by the given party ID. PartyId *string `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3,oneof" json:"party_id,omitempty"` // Restrict delegations to those made to the given node ID. NodeId *string `protobuf:"bytes,2,opt,name=node_id,json=nodeId,proto3,oneof" json:"node_id,omitempty"` // Return delegations made in the given epoch. If not set, delegations for the current epoch will be returned. EpochId *string `protobuf:"bytes,3,opt,name=epoch_id,json=epochId,proto3,oneof" json:"epoch_id,omitempty"` // Pagination information to limit the data that is returned. Pagination *Pagination `protobuf:"bytes,4,opt,name=pagination,proto3,oneof" json:"pagination,omitempty"` // contains filtered or unexported fields }
Request for listing delegations
func (*ListDelegationsRequest) Descriptor
deprecated
func (*ListDelegationsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListDelegationsRequest.ProtoReflect.Descriptor instead.
func (*ListDelegationsRequest) GetEpochId ¶
func (x *ListDelegationsRequest) GetEpochId() string
func (*ListDelegationsRequest) GetNodeId ¶
func (x *ListDelegationsRequest) GetNodeId() string
func (*ListDelegationsRequest) GetPagination ¶
func (x *ListDelegationsRequest) GetPagination() *Pagination
func (*ListDelegationsRequest) GetPartyId ¶
func (x *ListDelegationsRequest) GetPartyId() string
func (*ListDelegationsRequest) ProtoMessage ¶
func (*ListDelegationsRequest) ProtoMessage()
func (*ListDelegationsRequest) ProtoReflect ¶
func (x *ListDelegationsRequest) ProtoReflect() protoreflect.Message
func (*ListDelegationsRequest) Reset ¶
func (x *ListDelegationsRequest) Reset()
func (*ListDelegationsRequest) String ¶
func (x *ListDelegationsRequest) String() string
type ListDelegationsResponse ¶
type ListDelegationsResponse struct { // Page of delegations data and corresponding page information. Delegations *DelegationsConnection `protobuf:"bytes,1,opt,name=delegations,proto3" json:"delegations,omitempty"` // contains filtered or unexported fields }
Response from listing delegations
func (*ListDelegationsResponse) Descriptor
deprecated
func (*ListDelegationsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListDelegationsResponse.ProtoReflect.Descriptor instead.
func (*ListDelegationsResponse) GetDelegations ¶
func (x *ListDelegationsResponse) GetDelegations() *DelegationsConnection
func (*ListDelegationsResponse) ProtoMessage ¶
func (*ListDelegationsResponse) ProtoMessage()
func (*ListDelegationsResponse) ProtoReflect ¶
func (x *ListDelegationsResponse) ProtoReflect() protoreflect.Message
func (*ListDelegationsResponse) Reset ¶
func (x *ListDelegationsResponse) Reset()
func (*ListDelegationsResponse) String ¶
func (x *ListDelegationsResponse) String() string
type ListDepositsRequest ¶
type ListDepositsRequest struct { // Restrict deposits to those made by the given party ID. PartyId string `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"` // Pagination information to limit the data that is returned. Pagination *Pagination `protobuf:"bytes,2,opt,name=pagination,proto3,oneof" json:"pagination,omitempty"` // Date range of the requested data, if provided. DateRange *DateRange `protobuf:"bytes,3,opt,name=date_range,json=dateRange,proto3,oneof" json:"date_range,omitempty"` // contains filtered or unexported fields }
Request to list all deposits for a given party
func (*ListDepositsRequest) Descriptor
deprecated
func (*ListDepositsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListDepositsRequest.ProtoReflect.Descriptor instead.
func (*ListDepositsRequest) GetDateRange ¶ added in v0.55.0
func (x *ListDepositsRequest) GetDateRange() *DateRange
func (*ListDepositsRequest) GetPagination ¶
func (x *ListDepositsRequest) GetPagination() *Pagination
func (*ListDepositsRequest) GetPartyId ¶
func (x *ListDepositsRequest) GetPartyId() string
func (*ListDepositsRequest) ProtoMessage ¶
func (*ListDepositsRequest) ProtoMessage()
func (*ListDepositsRequest) ProtoReflect ¶
func (x *ListDepositsRequest) ProtoReflect() protoreflect.Message
func (*ListDepositsRequest) Reset ¶
func (x *ListDepositsRequest) Reset()
func (*ListDepositsRequest) String ¶
func (x *ListDepositsRequest) String() string
type ListDepositsResponse ¶
type ListDepositsResponse struct { // Page of deposits data and corresponding page information. Deposits *DepositsConnection `protobuf:"bytes,1,opt,name=deposits,proto3" json:"deposits,omitempty"` // contains filtered or unexported fields }
Response from listing deposits
func (*ListDepositsResponse) Descriptor
deprecated
func (*ListDepositsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListDepositsResponse.ProtoReflect.Descriptor instead.
func (*ListDepositsResponse) GetDeposits ¶
func (x *ListDepositsResponse) GetDeposits() *DepositsConnection
func (*ListDepositsResponse) ProtoMessage ¶
func (*ListDepositsResponse) ProtoMessage()
func (*ListDepositsResponse) ProtoReflect ¶
func (x *ListDepositsResponse) ProtoReflect() protoreflect.Message
func (*ListDepositsResponse) Reset ¶
func (x *ListDepositsResponse) Reset()
func (*ListDepositsResponse) String ¶
func (x *ListDepositsResponse) String() string
type ListERC20MultiSigSignerAddedBundlesRequest ¶ added in v0.59.0
type ListERC20MultiSigSignerAddedBundlesRequest struct { // Node ID of the validator for which a signature bundle is required. NodeId string `protobuf:"bytes,1,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"` // Ethereum address of the validator that will submit the bundle. Submitter string `protobuf:"bytes,2,opt,name=submitter,proto3" json:"submitter,omitempty"` // Epoch in which the bundle was generated, i.e. the epoch in which the node was promoted to consensus validator. EpochSeq string `protobuf:"bytes,3,opt,name=epoch_seq,json=epochSeq,proto3" json:"epoch_seq,omitempty"` // Pagination controls. Pagination *Pagination `protobuf:"bytes,4,opt,name=pagination,proto3" json:"pagination,omitempty"` // contains filtered or unexported fields }
Request for adding a signature bundle to the signer list of a multisig contract for a particular validator
func (*ListERC20MultiSigSignerAddedBundlesRequest) Descriptor
deprecated
added in
v0.59.0
func (*ListERC20MultiSigSignerAddedBundlesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListERC20MultiSigSignerAddedBundlesRequest.ProtoReflect.Descriptor instead.
func (*ListERC20MultiSigSignerAddedBundlesRequest) GetEpochSeq ¶ added in v0.59.0
func (x *ListERC20MultiSigSignerAddedBundlesRequest) GetEpochSeq() string
func (*ListERC20MultiSigSignerAddedBundlesRequest) GetNodeId ¶ added in v0.59.0
func (x *ListERC20MultiSigSignerAddedBundlesRequest) GetNodeId() string
func (*ListERC20MultiSigSignerAddedBundlesRequest) GetPagination ¶ added in v0.59.0
func (x *ListERC20MultiSigSignerAddedBundlesRequest) GetPagination() *Pagination
func (*ListERC20MultiSigSignerAddedBundlesRequest) GetSubmitter ¶ added in v0.59.0
func (x *ListERC20MultiSigSignerAddedBundlesRequest) GetSubmitter() string
func (*ListERC20MultiSigSignerAddedBundlesRequest) ProtoMessage ¶ added in v0.59.0
func (*ListERC20MultiSigSignerAddedBundlesRequest) ProtoMessage()
func (*ListERC20MultiSigSignerAddedBundlesRequest) ProtoReflect ¶ added in v0.59.0
func (x *ListERC20MultiSigSignerAddedBundlesRequest) ProtoReflect() protoreflect.Message
func (*ListERC20MultiSigSignerAddedBundlesRequest) Reset ¶ added in v0.59.0
func (x *ListERC20MultiSigSignerAddedBundlesRequest) Reset()
func (*ListERC20MultiSigSignerAddedBundlesRequest) String ¶ added in v0.59.0
func (x *ListERC20MultiSigSignerAddedBundlesRequest) String() string
type ListERC20MultiSigSignerAddedBundlesResponse ¶ added in v0.59.0
type ListERC20MultiSigSignerAddedBundlesResponse struct { // Page of bundles for that validator - it may have been added multiple times if removed in between - and corresponding page information. Bundles *ERC20MultiSigSignerAddedConnection `protobuf:"bytes,1,opt,name=bundles,proto3" json:"bundles,omitempty"` // contains filtered or unexported fields }
Response from adding a signature bundle to the signer list of a multisig contract for a particular validator
func (*ListERC20MultiSigSignerAddedBundlesResponse) Descriptor
deprecated
added in
v0.59.0
func (*ListERC20MultiSigSignerAddedBundlesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListERC20MultiSigSignerAddedBundlesResponse.ProtoReflect.Descriptor instead.
func (*ListERC20MultiSigSignerAddedBundlesResponse) GetBundles ¶ added in v0.59.0
func (x *ListERC20MultiSigSignerAddedBundlesResponse) GetBundles() *ERC20MultiSigSignerAddedConnection
func (*ListERC20MultiSigSignerAddedBundlesResponse) ProtoMessage ¶ added in v0.59.0
func (*ListERC20MultiSigSignerAddedBundlesResponse) ProtoMessage()
func (*ListERC20MultiSigSignerAddedBundlesResponse) ProtoReflect ¶ added in v0.59.0
func (x *ListERC20MultiSigSignerAddedBundlesResponse) ProtoReflect() protoreflect.Message
func (*ListERC20MultiSigSignerAddedBundlesResponse) Reset ¶ added in v0.59.0
func (x *ListERC20MultiSigSignerAddedBundlesResponse) Reset()
func (*ListERC20MultiSigSignerAddedBundlesResponse) String ¶ added in v0.59.0
func (x *ListERC20MultiSigSignerAddedBundlesResponse) String() string
type ListERC20MultiSigSignerRemovedBundlesRequest ¶ added in v0.59.0
type ListERC20MultiSigSignerRemovedBundlesRequest struct { // Node ID of the validator of which a signature bundle is required. NodeId string `protobuf:"bytes,1,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"` // Ethereum address of the validator that will submit the bundle. Submitter string `protobuf:"bytes,2,opt,name=submitter,proto3" json:"submitter,omitempty"` // Epoch in which the bundle was generated, i.e. the epoch in which the node was demoted from a consensus validator. EpochSeq string `protobuf:"bytes,3,opt,name=epoch_seq,json=epochSeq,proto3" json:"epoch_seq,omitempty"` // Pagination controls. Pagination *Pagination `protobuf:"bytes,4,opt,name=pagination,proto3" json:"pagination,omitempty"` // contains filtered or unexported fields }
Request for removing a signature bundle from the signer list of the multisig contract for a particular validator
func (*ListERC20MultiSigSignerRemovedBundlesRequest) Descriptor
deprecated
added in
v0.59.0
func (*ListERC20MultiSigSignerRemovedBundlesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListERC20MultiSigSignerRemovedBundlesRequest.ProtoReflect.Descriptor instead.
func (*ListERC20MultiSigSignerRemovedBundlesRequest) GetEpochSeq ¶ added in v0.59.0
func (x *ListERC20MultiSigSignerRemovedBundlesRequest) GetEpochSeq() string
func (*ListERC20MultiSigSignerRemovedBundlesRequest) GetNodeId ¶ added in v0.59.0
func (x *ListERC20MultiSigSignerRemovedBundlesRequest) GetNodeId() string
func (*ListERC20MultiSigSignerRemovedBundlesRequest) GetPagination ¶ added in v0.59.0
func (x *ListERC20MultiSigSignerRemovedBundlesRequest) GetPagination() *Pagination
func (*ListERC20MultiSigSignerRemovedBundlesRequest) GetSubmitter ¶ added in v0.59.0
func (x *ListERC20MultiSigSignerRemovedBundlesRequest) GetSubmitter() string
func (*ListERC20MultiSigSignerRemovedBundlesRequest) ProtoMessage ¶ added in v0.59.0
func (*ListERC20MultiSigSignerRemovedBundlesRequest) ProtoMessage()
func (*ListERC20MultiSigSignerRemovedBundlesRequest) ProtoReflect ¶ added in v0.59.0
func (x *ListERC20MultiSigSignerRemovedBundlesRequest) ProtoReflect() protoreflect.Message
func (*ListERC20MultiSigSignerRemovedBundlesRequest) Reset ¶ added in v0.59.0
func (x *ListERC20MultiSigSignerRemovedBundlesRequest) Reset()
func (*ListERC20MultiSigSignerRemovedBundlesRequest) String ¶ added in v0.59.0
func (x *ListERC20MultiSigSignerRemovedBundlesRequest) String() string
type ListERC20MultiSigSignerRemovedBundlesResponse ¶ added in v0.59.0
type ListERC20MultiSigSignerRemovedBundlesResponse struct { // Page of signer bundle data items for that validator and corresponding page information. Bundles *ERC20MultiSigSignerRemovedConnection `protobuf:"bytes,1,opt,name=bundles,proto3" json:"bundles,omitempty"` // contains filtered or unexported fields }
Response when removing a signature bundle from the signer list of the multisig contract for a particular validator
func (*ListERC20MultiSigSignerRemovedBundlesResponse) Descriptor
deprecated
added in
v0.59.0
func (*ListERC20MultiSigSignerRemovedBundlesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListERC20MultiSigSignerRemovedBundlesResponse.ProtoReflect.Descriptor instead.
func (*ListERC20MultiSigSignerRemovedBundlesResponse) GetBundles ¶ added in v0.59.0
func (x *ListERC20MultiSigSignerRemovedBundlesResponse) GetBundles() *ERC20MultiSigSignerRemovedConnection
func (*ListERC20MultiSigSignerRemovedBundlesResponse) ProtoMessage ¶ added in v0.59.0
func (*ListERC20MultiSigSignerRemovedBundlesResponse) ProtoMessage()
func (*ListERC20MultiSigSignerRemovedBundlesResponse) ProtoReflect ¶ added in v0.59.0
func (x *ListERC20MultiSigSignerRemovedBundlesResponse) ProtoReflect() protoreflect.Message
func (*ListERC20MultiSigSignerRemovedBundlesResponse) Reset ¶ added in v0.59.0
func (x *ListERC20MultiSigSignerRemovedBundlesResponse) Reset()
func (*ListERC20MultiSigSignerRemovedBundlesResponse) String ¶ added in v0.59.0
func (x *ListERC20MultiSigSignerRemovedBundlesResponse) String() string
type ListEntitiesRequest ¶ added in v0.71.0
type ListEntitiesRequest struct { // Transaction hash to match against TransactionHash string `protobuf:"bytes,1,opt,name=transaction_hash,json=transactionHash,proto3" json:"transaction_hash,omitempty"` // contains filtered or unexported fields }
Request to list all entities that were created by the given transaction hash
func (*ListEntitiesRequest) Descriptor
deprecated
added in
v0.71.0
func (*ListEntitiesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListEntitiesRequest.ProtoReflect.Descriptor instead.
func (*ListEntitiesRequest) GetTransactionHash ¶ added in v0.71.0
func (x *ListEntitiesRequest) GetTransactionHash() string
func (*ListEntitiesRequest) ProtoMessage ¶ added in v0.71.0
func (*ListEntitiesRequest) ProtoMessage()
func (*ListEntitiesRequest) ProtoReflect ¶ added in v0.71.0
func (x *ListEntitiesRequest) ProtoReflect() protoreflect.Message
func (*ListEntitiesRequest) Reset ¶ added in v0.71.0
func (x *ListEntitiesRequest) Reset()
func (*ListEntitiesRequest) String ¶ added in v0.71.0
func (x *ListEntitiesRequest) String() string
type ListEntitiesResponse ¶ added in v0.71.0
type ListEntitiesResponse struct { Accounts []*vega.Account `protobuf:"bytes,1,rep,name=accounts,proto3" json:"accounts,omitempty"` Orders []*vega.Order `protobuf:"bytes,2,rep,name=orders,proto3" json:"orders,omitempty"` Positions []*vega.Position `protobuf:"bytes,3,rep,name=positions,proto3" json:"positions,omitempty"` LedgerEntries []*vega.LedgerEntry `protobuf:"bytes,4,rep,name=ledger_entries,json=ledgerEntries,proto3" json:"ledger_entries,omitempty"` BalanceChanges []*AccountBalance `protobuf:"bytes,5,rep,name=balance_changes,json=balanceChanges,proto3" json:"balance_changes,omitempty"` Transfers []*v1.Transfer `protobuf:"bytes,6,rep,name=transfers,proto3" json:"transfers,omitempty"` Votes []*vega.Vote `protobuf:"bytes,7,rep,name=votes,proto3" json:"votes,omitempty"` Erc20MultiSigSignerAddedBundles []*ERC20MultiSigSignerAddedBundle `` /* 162-byte string literal not displayed */ Erc20MultiSigSignerRemovedBundles []*ERC20MultiSigSignerRemovedBundle `` /* 168-byte string literal not displayed */ Trades []*vega.Trade `protobuf:"bytes,10,rep,name=trades,proto3" json:"trades,omitempty"` OracleSpecs []*vega.OracleSpec `protobuf:"bytes,11,rep,name=oracle_specs,json=oracleSpecs,proto3" json:"oracle_specs,omitempty"` OracleData []*vega.OracleData `protobuf:"bytes,12,rep,name=oracle_data,json=oracleData,proto3" json:"oracle_data,omitempty"` Markets []*vega.Market `protobuf:"bytes,13,rep,name=markets,proto3" json:"markets,omitempty"` Parties []*vega.Party `protobuf:"bytes,14,rep,name=parties,proto3" json:"parties,omitempty"` MarginLevels []*vega.MarginLevels `protobuf:"bytes,15,rep,name=margin_levels,json=marginLevels,proto3" json:"margin_levels,omitempty"` Rewards []*vega.Reward `protobuf:"bytes,16,rep,name=rewards,proto3" json:"rewards,omitempty"` Deposits []*vega.Deposit `protobuf:"bytes,17,rep,name=deposits,proto3" json:"deposits,omitempty"` Withdrawals []*vega.Withdrawal `protobuf:"bytes,18,rep,name=withdrawals,proto3" json:"withdrawals,omitempty"` Assets []*vega.Asset `protobuf:"bytes,19,rep,name=assets,proto3" json:"assets,omitempty"` LiquidityProvisions []*vega.LiquidityProvision `protobuf:"bytes,20,rep,name=liquidity_provisions,json=liquidityProvisions,proto3" json:"liquidity_provisions,omitempty"` Proposals []*vega.Proposal `protobuf:"bytes,21,rep,name=proposals,proto3" json:"proposals,omitempty"` Delegations []*vega.Delegation `protobuf:"bytes,22,rep,name=delegations,proto3" json:"delegations,omitempty"` Nodes []*NodeBasic `protobuf:"bytes,23,rep,name=nodes,proto3" json:"nodes,omitempty"` NodeSignatures []*v11.NodeSignature `protobuf:"bytes,24,rep,name=node_signatures,json=nodeSignatures,proto3" json:"node_signatures,omitempty"` NetworkParameters []*vega.NetworkParameter `protobuf:"bytes,25,rep,name=network_parameters,json=networkParameters,proto3" json:"network_parameters,omitempty"` KeyRotations []*v1.KeyRotation `protobuf:"bytes,26,rep,name=key_rotations,json=keyRotations,proto3" json:"key_rotations,omitempty"` EthereumKeyRotations []*v1.EthereumKeyRotation `protobuf:"bytes,27,rep,name=ethereum_key_rotations,json=ethereumKeyRotations,proto3" json:"ethereum_key_rotations,omitempty"` ProtocolUpgradeProposals []*v1.ProtocolUpgradeEvent `` /* 136-byte string literal not displayed */ // contains filtered or unexported fields }
Response from listing entities that were created for a given transaction hash
func (*ListEntitiesResponse) Descriptor
deprecated
added in
v0.71.0
func (*ListEntitiesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListEntitiesResponse.ProtoReflect.Descriptor instead.
func (*ListEntitiesResponse) GetAccounts ¶ added in v0.71.0
func (x *ListEntitiesResponse) GetAccounts() []*vega.Account
func (*ListEntitiesResponse) GetAssets ¶ added in v0.71.0
func (x *ListEntitiesResponse) GetAssets() []*vega.Asset
func (*ListEntitiesResponse) GetBalanceChanges ¶ added in v0.71.0
func (x *ListEntitiesResponse) GetBalanceChanges() []*AccountBalance
func (*ListEntitiesResponse) GetDelegations ¶ added in v0.71.0
func (x *ListEntitiesResponse) GetDelegations() []*vega.Delegation
func (*ListEntitiesResponse) GetDeposits ¶ added in v0.71.0
func (x *ListEntitiesResponse) GetDeposits() []*vega.Deposit
func (*ListEntitiesResponse) GetErc20MultiSigSignerAddedBundles ¶ added in v0.71.0
func (x *ListEntitiesResponse) GetErc20MultiSigSignerAddedBundles() []*ERC20MultiSigSignerAddedBundle
func (*ListEntitiesResponse) GetErc20MultiSigSignerRemovedBundles ¶ added in v0.71.0
func (x *ListEntitiesResponse) GetErc20MultiSigSignerRemovedBundles() []*ERC20MultiSigSignerRemovedBundle
func (*ListEntitiesResponse) GetEthereumKeyRotations ¶ added in v0.71.0
func (x *ListEntitiesResponse) GetEthereumKeyRotations() []*v1.EthereumKeyRotation
func (*ListEntitiesResponse) GetKeyRotations ¶ added in v0.71.0
func (x *ListEntitiesResponse) GetKeyRotations() []*v1.KeyRotation
func (*ListEntitiesResponse) GetLedgerEntries ¶ added in v0.71.0
func (x *ListEntitiesResponse) GetLedgerEntries() []*vega.LedgerEntry
func (*ListEntitiesResponse) GetLiquidityProvisions ¶ added in v0.71.0
func (x *ListEntitiesResponse) GetLiquidityProvisions() []*vega.LiquidityProvision
func (*ListEntitiesResponse) GetMarginLevels ¶ added in v0.71.0
func (x *ListEntitiesResponse) GetMarginLevels() []*vega.MarginLevels
func (*ListEntitiesResponse) GetMarkets ¶ added in v0.71.0
func (x *ListEntitiesResponse) GetMarkets() []*vega.Market
func (*ListEntitiesResponse) GetNetworkParameters ¶ added in v0.71.0
func (x *ListEntitiesResponse) GetNetworkParameters() []*vega.NetworkParameter
func (*ListEntitiesResponse) GetNodeSignatures ¶ added in v0.71.0
func (x *ListEntitiesResponse) GetNodeSignatures() []*v11.NodeSignature
func (*ListEntitiesResponse) GetNodes ¶ added in v0.71.0
func (x *ListEntitiesResponse) GetNodes() []*NodeBasic
func (*ListEntitiesResponse) GetOracleData ¶ added in v0.71.0
func (x *ListEntitiesResponse) GetOracleData() []*vega.OracleData
func (*ListEntitiesResponse) GetOracleSpecs ¶ added in v0.71.0
func (x *ListEntitiesResponse) GetOracleSpecs() []*vega.OracleSpec
func (*ListEntitiesResponse) GetOrders ¶ added in v0.71.0
func (x *ListEntitiesResponse) GetOrders() []*vega.Order
func (*ListEntitiesResponse) GetParties ¶ added in v0.71.0
func (x *ListEntitiesResponse) GetParties() []*vega.Party
func (*ListEntitiesResponse) GetPositions ¶ added in v0.71.0
func (x *ListEntitiesResponse) GetPositions() []*vega.Position
func (*ListEntitiesResponse) GetProposals ¶ added in v0.71.0
func (x *ListEntitiesResponse) GetProposals() []*vega.Proposal
func (*ListEntitiesResponse) GetProtocolUpgradeProposals ¶ added in v0.71.0
func (x *ListEntitiesResponse) GetProtocolUpgradeProposals() []*v1.ProtocolUpgradeEvent
func (*ListEntitiesResponse) GetRewards ¶ added in v0.71.0
func (x *ListEntitiesResponse) GetRewards() []*vega.Reward
func (*ListEntitiesResponse) GetTrades ¶ added in v0.71.0
func (x *ListEntitiesResponse) GetTrades() []*vega.Trade
func (*ListEntitiesResponse) GetTransfers ¶ added in v0.71.0
func (x *ListEntitiesResponse) GetTransfers() []*v1.Transfer
func (*ListEntitiesResponse) GetVotes ¶ added in v0.71.0
func (x *ListEntitiesResponse) GetVotes() []*vega.Vote
func (*ListEntitiesResponse) GetWithdrawals ¶ added in v0.71.0
func (x *ListEntitiesResponse) GetWithdrawals() []*vega.Withdrawal
func (*ListEntitiesResponse) ProtoMessage ¶ added in v0.71.0
func (*ListEntitiesResponse) ProtoMessage()
func (*ListEntitiesResponse) ProtoReflect ¶ added in v0.71.0
func (x *ListEntitiesResponse) ProtoReflect() protoreflect.Message
func (*ListEntitiesResponse) Reset ¶ added in v0.71.0
func (x *ListEntitiesResponse) Reset()
func (*ListEntitiesResponse) String ¶ added in v0.71.0
func (x *ListEntitiesResponse) String() string
type ListEpochRewardSummariesRequest ¶ added in v0.65.0
type ListEpochRewardSummariesRequest struct { // Limit the results considered according to the filter supplied. Filter *RewardSummaryFilter `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"` // Optional pagination information to limit the data that is returned. Pagination *Pagination `protobuf:"bytes,4,opt,name=pagination,proto3,oneof" json:"pagination,omitempty"` // contains filtered or unexported fields }
Request to get summary of reward per epoch for a given range of epochs
func (*ListEpochRewardSummariesRequest) Descriptor
deprecated
added in
v0.65.0
func (*ListEpochRewardSummariesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListEpochRewardSummariesRequest.ProtoReflect.Descriptor instead.
func (*ListEpochRewardSummariesRequest) GetFilter ¶ added in v0.68.0
func (x *ListEpochRewardSummariesRequest) GetFilter() *RewardSummaryFilter
func (*ListEpochRewardSummariesRequest) GetPagination ¶ added in v0.65.0
func (x *ListEpochRewardSummariesRequest) GetPagination() *Pagination
func (*ListEpochRewardSummariesRequest) ProtoMessage ¶ added in v0.65.0
func (*ListEpochRewardSummariesRequest) ProtoMessage()
func (*ListEpochRewardSummariesRequest) ProtoReflect ¶ added in v0.65.0
func (x *ListEpochRewardSummariesRequest) ProtoReflect() protoreflect.Message
func (*ListEpochRewardSummariesRequest) Reset ¶ added in v0.65.0
func (x *ListEpochRewardSummariesRequest) Reset()
func (*ListEpochRewardSummariesRequest) String ¶ added in v0.65.0
func (x *ListEpochRewardSummariesRequest) String() string
type ListEpochRewardSummariesResponse ¶ added in v0.65.0
type ListEpochRewardSummariesResponse struct { // Page of rewards details for a single party and corresponding page information. Summaries *EpochRewardSummaryConnection `protobuf:"bytes,1,opt,name=summaries,proto3" json:"summaries,omitempty"` // contains filtered or unexported fields }
Return message with reward details in for a single party
func (*ListEpochRewardSummariesResponse) Descriptor
deprecated
added in
v0.65.0
func (*ListEpochRewardSummariesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListEpochRewardSummariesResponse.ProtoReflect.Descriptor instead.
func (*ListEpochRewardSummariesResponse) GetSummaries ¶ added in v0.65.0
func (x *ListEpochRewardSummariesResponse) GetSummaries() *EpochRewardSummaryConnection
func (*ListEpochRewardSummariesResponse) ProtoMessage ¶ added in v0.65.0
func (*ListEpochRewardSummariesResponse) ProtoMessage()
func (*ListEpochRewardSummariesResponse) ProtoReflect ¶ added in v0.65.0
func (x *ListEpochRewardSummariesResponse) ProtoReflect() protoreflect.Message
func (*ListEpochRewardSummariesResponse) Reset ¶ added in v0.65.0
func (x *ListEpochRewardSummariesResponse) Reset()
func (*ListEpochRewardSummariesResponse) String ¶ added in v0.65.0
func (x *ListEpochRewardSummariesResponse) String() string
type ListEthereumKeyRotationsRequest ¶
type ListEthereumKeyRotationsRequest struct { // Node ID to get the rotation for, if provided. NodeId *string `protobuf:"bytes,1,opt,name=node_id,json=nodeId,proto3,oneof" json:"node_id,omitempty"` // Optional pagination information to limit the data that is returned. Pagination *Pagination `protobuf:"bytes,2,opt,name=pagination,proto3,oneof" json:"pagination,omitempty"` // contains filtered or unexported fields }
Request to list ethereum key rotations for nodes, optionally filtered by node
func (*ListEthereumKeyRotationsRequest) Descriptor
deprecated
func (*ListEthereumKeyRotationsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListEthereumKeyRotationsRequest.ProtoReflect.Descriptor instead.
func (*ListEthereumKeyRotationsRequest) GetNodeId ¶
func (x *ListEthereumKeyRotationsRequest) GetNodeId() string
func (*ListEthereumKeyRotationsRequest) GetPagination ¶
func (x *ListEthereumKeyRotationsRequest) GetPagination() *Pagination
func (*ListEthereumKeyRotationsRequest) ProtoMessage ¶
func (*ListEthereumKeyRotationsRequest) ProtoMessage()
func (*ListEthereumKeyRotationsRequest) ProtoReflect ¶
func (x *ListEthereumKeyRotationsRequest) ProtoReflect() protoreflect.Message
func (*ListEthereumKeyRotationsRequest) Reset ¶
func (x *ListEthereumKeyRotationsRequest) Reset()
func (*ListEthereumKeyRotationsRequest) String ¶
func (x *ListEthereumKeyRotationsRequest) String() string
type ListEthereumKeyRotationsResponse ¶
type ListEthereumKeyRotationsResponse struct { // Page of Ethereum key rotations data and corresponding page information. KeyRotations *EthereumKeyRotationsConnection `protobuf:"bytes,1,opt,name=key_rotations,json=keyRotations,proto3" json:"key_rotations,omitempty"` // contains filtered or unexported fields }
Response message containing Ethereum key rotations
func (*ListEthereumKeyRotationsResponse) Descriptor
deprecated
func (*ListEthereumKeyRotationsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListEthereumKeyRotationsResponse.ProtoReflect.Descriptor instead.
func (*ListEthereumKeyRotationsResponse) GetKeyRotations ¶
func (x *ListEthereumKeyRotationsResponse) GetKeyRotations() *EthereumKeyRotationsConnection
func (*ListEthereumKeyRotationsResponse) ProtoMessage ¶
func (*ListEthereumKeyRotationsResponse) ProtoMessage()
func (*ListEthereumKeyRotationsResponse) ProtoReflect ¶
func (x *ListEthereumKeyRotationsResponse) ProtoReflect() protoreflect.Message
func (*ListEthereumKeyRotationsResponse) Reset ¶
func (x *ListEthereumKeyRotationsResponse) Reset()
func (*ListEthereumKeyRotationsResponse) String ¶
func (x *ListEthereumKeyRotationsResponse) String() string
type ListGovernanceDataRequest ¶
type ListGovernanceDataRequest struct { // Restrict proposals to those with the given state. ProposalState *vega.Proposal_State `` /* 132-byte string literal not displayed */ // Restrict proposals to those with the given type. ProposalType *ListGovernanceDataRequest_Type `` /* 156-byte string literal not displayed */ // Restrict proposals to those proposed by the given party ID. ProposerPartyId *string `protobuf:"bytes,3,opt,name=proposer_party_id,json=proposerPartyId,proto3,oneof" json:"proposer_party_id,omitempty"` // Restrict proposals to those with the given reference. ProposalReference *string `protobuf:"bytes,4,opt,name=proposal_reference,json=proposalReference,proto3,oneof" json:"proposal_reference,omitempty"` // Pagination controls. Pagination *Pagination `protobuf:"bytes,5,opt,name=pagination,proto3,oneof" json:"pagination,omitempty"` // contains filtered or unexported fields }
Request to list governance data
func (*ListGovernanceDataRequest) Descriptor
deprecated
func (*ListGovernanceDataRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListGovernanceDataRequest.ProtoReflect.Descriptor instead.
func (*ListGovernanceDataRequest) GetPagination ¶
func (x *ListGovernanceDataRequest) GetPagination() *Pagination
func (*ListGovernanceDataRequest) GetProposalReference ¶
func (x *ListGovernanceDataRequest) GetProposalReference() string
func (*ListGovernanceDataRequest) GetProposalState ¶
func (x *ListGovernanceDataRequest) GetProposalState() vega.Proposal_State
func (*ListGovernanceDataRequest) GetProposalType ¶
func (x *ListGovernanceDataRequest) GetProposalType() ListGovernanceDataRequest_Type
func (*ListGovernanceDataRequest) GetProposerPartyId ¶
func (x *ListGovernanceDataRequest) GetProposerPartyId() string
func (*ListGovernanceDataRequest) ProtoMessage ¶
func (*ListGovernanceDataRequest) ProtoMessage()
func (*ListGovernanceDataRequest) ProtoReflect ¶
func (x *ListGovernanceDataRequest) ProtoReflect() protoreflect.Message
func (*ListGovernanceDataRequest) Reset ¶
func (x *ListGovernanceDataRequest) Reset()
func (*ListGovernanceDataRequest) String ¶
func (x *ListGovernanceDataRequest) String() string
type ListGovernanceDataRequest_Type ¶
type ListGovernanceDataRequest_Type int32
Filter for the types of governance proposals to view
const ( ListGovernanceDataRequest_TYPE_UNSPECIFIED ListGovernanceDataRequest_Type = 0 // List all proposals ListGovernanceDataRequest_TYPE_ALL ListGovernanceDataRequest_Type = 1 // List new market proposals ListGovernanceDataRequest_TYPE_NEW_MARKET ListGovernanceDataRequest_Type = 2 // List update market proposals ListGovernanceDataRequest_TYPE_UPDATE_MARKET ListGovernanceDataRequest_Type = 3 // List change Vega network parameter proposals ListGovernanceDataRequest_TYPE_NETWORK_PARAMETERS ListGovernanceDataRequest_Type = 4 // New asset proposals ListGovernanceDataRequest_TYPE_NEW_ASSET ListGovernanceDataRequest_Type = 5 // Proposals for creating a new free form proposal ListGovernanceDataRequest_TYPE_NEW_FREE_FORM ListGovernanceDataRequest_Type = 6 // Update asset proposals ListGovernanceDataRequest_TYPE_UPDATE_ASSET ListGovernanceDataRequest_Type = 7 )
func (ListGovernanceDataRequest_Type) Descriptor ¶
func (ListGovernanceDataRequest_Type) Descriptor() protoreflect.EnumDescriptor
func (ListGovernanceDataRequest_Type) Enum ¶
func (x ListGovernanceDataRequest_Type) Enum() *ListGovernanceDataRequest_Type
func (ListGovernanceDataRequest_Type) EnumDescriptor
deprecated
func (ListGovernanceDataRequest_Type) EnumDescriptor() ([]byte, []int)
Deprecated: Use ListGovernanceDataRequest_Type.Descriptor instead.
func (ListGovernanceDataRequest_Type) Number ¶
func (x ListGovernanceDataRequest_Type) Number() protoreflect.EnumNumber
func (ListGovernanceDataRequest_Type) String ¶
func (x ListGovernanceDataRequest_Type) String() string
func (ListGovernanceDataRequest_Type) Type ¶
func (ListGovernanceDataRequest_Type) Type() protoreflect.EnumType
type ListGovernanceDataResponse ¶
type ListGovernanceDataResponse struct { // Page of governance data and corresponding page information. Connection *GovernanceDataConnection `protobuf:"bytes,1,opt,name=connection,proto3" json:"connection,omitempty"` // contains filtered or unexported fields }
Response from listing governance data
func (*ListGovernanceDataResponse) Descriptor
deprecated
func (*ListGovernanceDataResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListGovernanceDataResponse.ProtoReflect.Descriptor instead.
func (*ListGovernanceDataResponse) GetConnection ¶
func (x *ListGovernanceDataResponse) GetConnection() *GovernanceDataConnection
func (*ListGovernanceDataResponse) ProtoMessage ¶
func (*ListGovernanceDataResponse) ProtoMessage()
func (*ListGovernanceDataResponse) ProtoReflect ¶
func (x *ListGovernanceDataResponse) ProtoReflect() protoreflect.Message
func (*ListGovernanceDataResponse) Reset ¶
func (x *ListGovernanceDataResponse) Reset()
func (*ListGovernanceDataResponse) String ¶
func (x *ListGovernanceDataResponse) String() string
type ListKeyRotationsRequest ¶
type ListKeyRotationsRequest struct { // Node ID to get key rotations for, if provided. NodeId *string `protobuf:"bytes,1,opt,name=node_id,json=nodeId,proto3,oneof" json:"node_id,omitempty"` // Optional pagination information to limit the data that is returned. Pagination *Pagination `protobuf:"bytes,2,opt,name=pagination,proto3,oneof" json:"pagination,omitempty"` // contains filtered or unexported fields }
Request to list all key rotations
func (*ListKeyRotationsRequest) Descriptor
deprecated
func (*ListKeyRotationsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListKeyRotationsRequest.ProtoReflect.Descriptor instead.
func (*ListKeyRotationsRequest) GetNodeId ¶
func (x *ListKeyRotationsRequest) GetNodeId() string
func (*ListKeyRotationsRequest) GetPagination ¶
func (x *ListKeyRotationsRequest) GetPagination() *Pagination
func (*ListKeyRotationsRequest) ProtoMessage ¶
func (*ListKeyRotationsRequest) ProtoMessage()
func (*ListKeyRotationsRequest) ProtoReflect ¶
func (x *ListKeyRotationsRequest) ProtoReflect() protoreflect.Message
func (*ListKeyRotationsRequest) Reset ¶
func (x *ListKeyRotationsRequest) Reset()
func (*ListKeyRotationsRequest) String ¶
func (x *ListKeyRotationsRequest) String() string
type ListKeyRotationsResponse ¶
type ListKeyRotationsResponse struct { // Page of key rotations data and corresponding page information. Rotations *KeyRotationConnection `protobuf:"bytes,1,opt,name=rotations,proto3" json:"rotations,omitempty"` // contains filtered or unexported fields }
Response message containing Vega key rotations
func (*ListKeyRotationsResponse) Descriptor
deprecated
func (*ListKeyRotationsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListKeyRotationsResponse.ProtoReflect.Descriptor instead.
func (*ListKeyRotationsResponse) GetRotations ¶
func (x *ListKeyRotationsResponse) GetRotations() *KeyRotationConnection
func (*ListKeyRotationsResponse) ProtoMessage ¶
func (*ListKeyRotationsResponse) ProtoMessage()
func (*ListKeyRotationsResponse) ProtoReflect ¶
func (x *ListKeyRotationsResponse) ProtoReflect() protoreflect.Message
func (*ListKeyRotationsResponse) Reset ¶
func (x *ListKeyRotationsResponse) Reset()
func (*ListKeyRotationsResponse) String ¶
func (x *ListKeyRotationsResponse) String() string
type ListLatestMarketDataRequest ¶
type ListLatestMarketDataRequest struct {
// contains filtered or unexported fields
}
Request that is sent when listing the latest market data for every market
func (*ListLatestMarketDataRequest) Descriptor
deprecated
func (*ListLatestMarketDataRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListLatestMarketDataRequest.ProtoReflect.Descriptor instead.
func (*ListLatestMarketDataRequest) ProtoMessage ¶
func (*ListLatestMarketDataRequest) ProtoMessage()
func (*ListLatestMarketDataRequest) ProtoReflect ¶
func (x *ListLatestMarketDataRequest) ProtoReflect() protoreflect.Message
func (*ListLatestMarketDataRequest) Reset ¶
func (x *ListLatestMarketDataRequest) Reset()
func (*ListLatestMarketDataRequest) String ¶
func (x *ListLatestMarketDataRequest) String() string
type ListLatestMarketDataResponse ¶
type ListLatestMarketDataResponse struct { MarketsData []*vega.MarketData `protobuf:"bytes,1,rep,name=markets_data,json=marketsData,proto3" json:"markets_data,omitempty"` // contains filtered or unexported fields }
Response that is received when listing the latest market data for every market
func (*ListLatestMarketDataResponse) Descriptor
deprecated
func (*ListLatestMarketDataResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListLatestMarketDataResponse.ProtoReflect.Descriptor instead.
func (*ListLatestMarketDataResponse) GetMarketsData ¶
func (x *ListLatestMarketDataResponse) GetMarketsData() []*vega.MarketData
func (*ListLatestMarketDataResponse) ProtoMessage ¶
func (*ListLatestMarketDataResponse) ProtoMessage()
func (*ListLatestMarketDataResponse) ProtoReflect ¶
func (x *ListLatestMarketDataResponse) ProtoReflect() protoreflect.Message
func (*ListLatestMarketDataResponse) Reset ¶
func (x *ListLatestMarketDataResponse) Reset()
func (*ListLatestMarketDataResponse) String ¶
func (x *ListLatestMarketDataResponse) String() string
type ListLedgerEntriesRequest ¶ added in v0.58.0
type ListLedgerEntriesRequest struct { // 'LedgerEntryFilter' that contains all values and conditions according to which // the listing of ledger entries is filtered. Filter *LedgerEntryFilter `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"` // Optional pagination control. Pagination *Pagination `protobuf:"bytes,2,opt,name=pagination,proto3,oneof" json:"pagination,omitempty"` // Date range for which to list ledger entries. DateRange *DateRange `protobuf:"bytes,3,opt,name=date_range,json=dateRange,proto3,oneof" json:"date_range,omitempty"` // contains filtered or unexported fields }
Request that is sent when listing ledger entries
func (*ListLedgerEntriesRequest) Descriptor
deprecated
added in
v0.58.0
func (*ListLedgerEntriesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListLedgerEntriesRequest.ProtoReflect.Descriptor instead.
func (*ListLedgerEntriesRequest) GetDateRange ¶ added in v0.58.0
func (x *ListLedgerEntriesRequest) GetDateRange() *DateRange
func (*ListLedgerEntriesRequest) GetFilter ¶ added in v0.58.0
func (x *ListLedgerEntriesRequest) GetFilter() *LedgerEntryFilter
func (*ListLedgerEntriesRequest) GetPagination ¶ added in v0.58.0
func (x *ListLedgerEntriesRequest) GetPagination() *Pagination
func (*ListLedgerEntriesRequest) ProtoMessage ¶ added in v0.58.0
func (*ListLedgerEntriesRequest) ProtoMessage()
func (*ListLedgerEntriesRequest) ProtoReflect ¶ added in v0.58.0
func (x *ListLedgerEntriesRequest) ProtoReflect() protoreflect.Message
func (*ListLedgerEntriesRequest) Reset ¶ added in v0.58.0
func (x *ListLedgerEntriesRequest) Reset()
func (*ListLedgerEntriesRequest) String ¶ added in v0.58.0
func (x *ListLedgerEntriesRequest) String() string
type ListLedgerEntriesResponse ¶ added in v0.58.0
type ListLedgerEntriesResponse struct { // Page of aggregated ledger entries data and corresponding page information. LedgerEntries *AggregatedLedgerEntriesConnection `protobuf:"bytes,1,opt,name=ledger_entries,json=ledgerEntries,proto3" json:"ledger_entries,omitempty"` // contains filtered or unexported fields }
Response that is received when listing ledger entries
func (*ListLedgerEntriesResponse) Descriptor
deprecated
added in
v0.58.0
func (*ListLedgerEntriesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListLedgerEntriesResponse.ProtoReflect.Descriptor instead.
func (*ListLedgerEntriesResponse) GetLedgerEntries ¶ added in v0.58.0
func (x *ListLedgerEntriesResponse) GetLedgerEntries() *AggregatedLedgerEntriesConnection
func (*ListLedgerEntriesResponse) ProtoMessage ¶ added in v0.58.0
func (*ListLedgerEntriesResponse) ProtoMessage()
func (*ListLedgerEntriesResponse) ProtoReflect ¶ added in v0.58.0
func (x *ListLedgerEntriesResponse) ProtoReflect() protoreflect.Message
func (*ListLedgerEntriesResponse) Reset ¶ added in v0.58.0
func (x *ListLedgerEntriesResponse) Reset()
func (*ListLedgerEntriesResponse) String ¶ added in v0.58.0
func (x *ListLedgerEntriesResponse) String() string
type ListLiquidityProvisionsRequest ¶
type ListLiquidityProvisionsRequest struct { // Restrict liquidity provision orders to those placed on the given market. MarketId *string `protobuf:"bytes,1,opt,name=market_id,json=marketId,proto3,oneof" json:"market_id,omitempty"` // Restrict liquidity provision orders to those placed by the given party. PartyId *string `protobuf:"bytes,2,opt,name=party_id,json=partyId,proto3,oneof" json:"party_id,omitempty"` // Restrict liquidity provision orders to those with the given order reference. Reference *string `protobuf:"bytes,3,opt,name=reference,proto3,oneof" json:"reference,omitempty"` // Whether to include live liquidity provision orders. If not set, live orders will not be included. Live *bool `protobuf:"varint,4,opt,name=live,proto3,oneof" json:"live,omitempty"` // Pagination controls. Pagination *Pagination `protobuf:"bytes,5,opt,name=pagination,proto3,oneof" json:"pagination,omitempty"` // contains filtered or unexported fields }
Request for listing liquidity provisions
func (*ListLiquidityProvisionsRequest) Descriptor
deprecated
func (*ListLiquidityProvisionsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListLiquidityProvisionsRequest.ProtoReflect.Descriptor instead.
func (*ListLiquidityProvisionsRequest) GetLive ¶ added in v0.70.0
func (x *ListLiquidityProvisionsRequest) GetLive() bool
func (*ListLiquidityProvisionsRequest) GetMarketId ¶
func (x *ListLiquidityProvisionsRequest) GetMarketId() string
func (*ListLiquidityProvisionsRequest) GetPagination ¶
func (x *ListLiquidityProvisionsRequest) GetPagination() *Pagination
func (*ListLiquidityProvisionsRequest) GetPartyId ¶
func (x *ListLiquidityProvisionsRequest) GetPartyId() string
func (*ListLiquidityProvisionsRequest) GetReference ¶
func (x *ListLiquidityProvisionsRequest) GetReference() string
func (*ListLiquidityProvisionsRequest) ProtoMessage ¶
func (*ListLiquidityProvisionsRequest) ProtoMessage()
func (*ListLiquidityProvisionsRequest) ProtoReflect ¶
func (x *ListLiquidityProvisionsRequest) ProtoReflect() protoreflect.Message
func (*ListLiquidityProvisionsRequest) Reset ¶
func (x *ListLiquidityProvisionsRequest) Reset()
func (*ListLiquidityProvisionsRequest) String ¶
func (x *ListLiquidityProvisionsRequest) String() string
type ListLiquidityProvisionsResponse ¶
type ListLiquidityProvisionsResponse struct { // Page of liquidity provisions data and corresponding page information. LiquidityProvisions *LiquidityProvisionsConnection `protobuf:"bytes,1,opt,name=liquidity_provisions,json=liquidityProvisions,proto3" json:"liquidity_provisions,omitempty"` // contains filtered or unexported fields }
Response from listing liquidity provisions
func (*ListLiquidityProvisionsResponse) Descriptor
deprecated
func (*ListLiquidityProvisionsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListLiquidityProvisionsResponse.ProtoReflect.Descriptor instead.
func (*ListLiquidityProvisionsResponse) GetLiquidityProvisions ¶
func (x *ListLiquidityProvisionsResponse) GetLiquidityProvisions() *LiquidityProvisionsConnection
func (*ListLiquidityProvisionsResponse) ProtoMessage ¶
func (*ListLiquidityProvisionsResponse) ProtoMessage()
func (*ListLiquidityProvisionsResponse) ProtoReflect ¶
func (x *ListLiquidityProvisionsResponse) ProtoReflect() protoreflect.Message
func (*ListLiquidityProvisionsResponse) Reset ¶
func (x *ListLiquidityProvisionsResponse) Reset()
func (*ListLiquidityProvisionsResponse) String ¶
func (x *ListLiquidityProvisionsResponse) String() string
type ListMarginLevelsRequest ¶
type ListMarginLevelsRequest struct { // Party ID for which to list the margin levels PartyId string `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"` // Market ID for which to list the margin levels MarketId string `protobuf:"bytes,2,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"` // Pagination control Pagination *Pagination `protobuf:"bytes,3,opt,name=pagination,proto3" json:"pagination,omitempty"` // contains filtered or unexported fields }
Request for listing margin levels
func (*ListMarginLevelsRequest) Descriptor
deprecated
func (*ListMarginLevelsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListMarginLevelsRequest.ProtoReflect.Descriptor instead.
func (*ListMarginLevelsRequest) GetMarketId ¶
func (x *ListMarginLevelsRequest) GetMarketId() string
func (*ListMarginLevelsRequest) GetPagination ¶
func (x *ListMarginLevelsRequest) GetPagination() *Pagination
func (*ListMarginLevelsRequest) GetPartyId ¶
func (x *ListMarginLevelsRequest) GetPartyId() string
func (*ListMarginLevelsRequest) ProtoMessage ¶
func (*ListMarginLevelsRequest) ProtoMessage()
func (*ListMarginLevelsRequest) ProtoReflect ¶
func (x *ListMarginLevelsRequest) ProtoReflect() protoreflect.Message
func (*ListMarginLevelsRequest) Reset ¶
func (x *ListMarginLevelsRequest) Reset()
func (*ListMarginLevelsRequest) String ¶
func (x *ListMarginLevelsRequest) String() string
type ListMarginLevelsResponse ¶
type ListMarginLevelsResponse struct { // Page of margin levels data and corresponding page information. MarginLevels *MarginConnection `protobuf:"bytes,1,opt,name=margin_levels,json=marginLevels,proto3" json:"margin_levels,omitempty"` // contains filtered or unexported fields }
Response from listing margin levels
func (*ListMarginLevelsResponse) Descriptor
deprecated
func (*ListMarginLevelsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListMarginLevelsResponse.ProtoReflect.Descriptor instead.
func (*ListMarginLevelsResponse) GetMarginLevels ¶
func (x *ListMarginLevelsResponse) GetMarginLevels() *MarginConnection
func (*ListMarginLevelsResponse) ProtoMessage ¶
func (*ListMarginLevelsResponse) ProtoMessage()
func (*ListMarginLevelsResponse) ProtoReflect ¶
func (x *ListMarginLevelsResponse) ProtoReflect() protoreflect.Message
func (*ListMarginLevelsResponse) Reset ¶
func (x *ListMarginLevelsResponse) Reset()
func (*ListMarginLevelsResponse) String ¶
func (x *ListMarginLevelsResponse) String() string
type ListMarketsRequest ¶
type ListMarketsRequest struct { // Pagination control. Pagination *Pagination `protobuf:"bytes,2,opt,name=pagination,proto3,oneof" json:"pagination,omitempty"` // Whether to include settled markets. If not set, settled markets will be included. IncludeSettled *bool `protobuf:"varint,3,opt,name=include_settled,json=includeSettled,proto3,oneof" json:"include_settled,omitempty"` // contains filtered or unexported fields }
Request for listing markets
func (*ListMarketsRequest) Descriptor
deprecated
func (*ListMarketsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListMarketsRequest.ProtoReflect.Descriptor instead.
func (*ListMarketsRequest) GetIncludeSettled ¶ added in v0.68.0
func (x *ListMarketsRequest) GetIncludeSettled() bool
func (*ListMarketsRequest) GetPagination ¶
func (x *ListMarketsRequest) GetPagination() *Pagination
func (*ListMarketsRequest) ProtoMessage ¶
func (*ListMarketsRequest) ProtoMessage()
func (*ListMarketsRequest) ProtoReflect ¶
func (x *ListMarketsRequest) ProtoReflect() protoreflect.Message
func (*ListMarketsRequest) Reset ¶
func (x *ListMarketsRequest) Reset()
func (*ListMarketsRequest) String ¶
func (x *ListMarketsRequest) String() string
type ListMarketsResponse ¶
type ListMarketsResponse struct { // Page of markets and corresponding page information. Markets *MarketConnection `protobuf:"bytes,1,opt,name=markets,proto3" json:"markets,omitempty"` // contains filtered or unexported fields }
Response from listing markets
func (*ListMarketsResponse) Descriptor
deprecated
func (*ListMarketsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListMarketsResponse.ProtoReflect.Descriptor instead.
func (*ListMarketsResponse) GetMarkets ¶
func (x *ListMarketsResponse) GetMarkets() *MarketConnection
func (*ListMarketsResponse) ProtoMessage ¶
func (*ListMarketsResponse) ProtoMessage()
func (*ListMarketsResponse) ProtoReflect ¶
func (x *ListMarketsResponse) ProtoReflect() protoreflect.Message
func (*ListMarketsResponse) Reset ¶
func (x *ListMarketsResponse) Reset()
func (*ListMarketsResponse) String ¶
func (x *ListMarketsResponse) String() string
type ListNetworkParametersRequest ¶
type ListNetworkParametersRequest struct { // Optional pagination information to limit the data that is returned. Pagination *Pagination `protobuf:"bytes,1,opt,name=pagination,proto3,oneof" json:"pagination,omitempty"` // contains filtered or unexported fields }
Message requesting for the list of all network parameters
func (*ListNetworkParametersRequest) Descriptor
deprecated
func (*ListNetworkParametersRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListNetworkParametersRequest.ProtoReflect.Descriptor instead.
func (*ListNetworkParametersRequest) GetPagination ¶
func (x *ListNetworkParametersRequest) GetPagination() *Pagination
func (*ListNetworkParametersRequest) ProtoMessage ¶
func (*ListNetworkParametersRequest) ProtoMessage()
func (*ListNetworkParametersRequest) ProtoReflect ¶
func (x *ListNetworkParametersRequest) ProtoReflect() protoreflect.Message
func (*ListNetworkParametersRequest) Reset ¶
func (x *ListNetworkParametersRequest) Reset()
func (*ListNetworkParametersRequest) String ¶
func (x *ListNetworkParametersRequest) String() string
type ListNetworkParametersResponse ¶
type ListNetworkParametersResponse struct { // Page of network parameters and corresponding page information. NetworkParameters *NetworkParameterConnection `protobuf:"bytes,1,opt,name=network_parameters,json=networkParameters,proto3" json:"network_parameters,omitempty"` // contains filtered or unexported fields }
Response containing all of the Vega network parameters
func (*ListNetworkParametersResponse) Descriptor
deprecated
func (*ListNetworkParametersResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListNetworkParametersResponse.ProtoReflect.Descriptor instead.
func (*ListNetworkParametersResponse) GetNetworkParameters ¶
func (x *ListNetworkParametersResponse) GetNetworkParameters() *NetworkParameterConnection
func (*ListNetworkParametersResponse) ProtoMessage ¶
func (*ListNetworkParametersResponse) ProtoMessage()
func (*ListNetworkParametersResponse) ProtoReflect ¶
func (x *ListNetworkParametersResponse) ProtoReflect() protoreflect.Message
func (*ListNetworkParametersResponse) Reset ¶
func (x *ListNetworkParametersResponse) Reset()
func (*ListNetworkParametersResponse) String ¶
func (x *ListNetworkParametersResponse) String() string
type ListNodeSignaturesRequest ¶
type ListNodeSignaturesRequest struct { // Resource ID to list signatures for. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // Optional pagination information to limit the data that is returned. Pagination *Pagination `protobuf:"bytes,2,opt,name=pagination,proto3,oneof" json:"pagination,omitempty"` // contains filtered or unexported fields }
Request to specify the ID of the resource to retrieve aggregated signatures for
func (*ListNodeSignaturesRequest) Descriptor
deprecated
func (*ListNodeSignaturesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListNodeSignaturesRequest.ProtoReflect.Descriptor instead.
func (*ListNodeSignaturesRequest) GetId ¶
func (x *ListNodeSignaturesRequest) GetId() string
func (*ListNodeSignaturesRequest) GetPagination ¶
func (x *ListNodeSignaturesRequest) GetPagination() *Pagination
func (*ListNodeSignaturesRequest) ProtoMessage ¶
func (*ListNodeSignaturesRequest) ProtoMessage()
func (*ListNodeSignaturesRequest) ProtoReflect ¶
func (x *ListNodeSignaturesRequest) ProtoReflect() protoreflect.Message
func (*ListNodeSignaturesRequest) Reset ¶
func (x *ListNodeSignaturesRequest) Reset()
func (*ListNodeSignaturesRequest) String ¶
func (x *ListNodeSignaturesRequest) String() string
type ListNodeSignaturesResponse ¶
type ListNodeSignaturesResponse struct { // Page of nodes signatures and corresponding page information. Signatures *NodeSignaturesConnection `protobuf:"bytes,1,opt,name=signatures,proto3" json:"signatures,omitempty"` // contains filtered or unexported fields }
Response to specify the ID of the resource to retrieve aggregated signatures for
func (*ListNodeSignaturesResponse) Descriptor
deprecated
func (*ListNodeSignaturesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListNodeSignaturesResponse.ProtoReflect.Descriptor instead.
func (*ListNodeSignaturesResponse) GetSignatures ¶
func (x *ListNodeSignaturesResponse) GetSignatures() *NodeSignaturesConnection
func (*ListNodeSignaturesResponse) ProtoMessage ¶
func (*ListNodeSignaturesResponse) ProtoMessage()
func (*ListNodeSignaturesResponse) ProtoReflect ¶
func (x *ListNodeSignaturesResponse) ProtoReflect() protoreflect.Message
func (*ListNodeSignaturesResponse) Reset ¶
func (x *ListNodeSignaturesResponse) Reset()
func (*ListNodeSignaturesResponse) String ¶
func (x *ListNodeSignaturesResponse) String() string
type ListNodesRequest ¶
type ListNodesRequest struct { // Return the node list for the given epoch. If not set, the node list for the current epoch will be returned. EpochSeq *uint64 `protobuf:"varint,1,opt,name=epoch_seq,json=epochSeq,proto3,oneof" json:"epoch_seq,omitempty"` // Pagination information to limit the data that is returned. Pagination *Pagination `protobuf:"bytes,2,opt,name=pagination,proto3,oneof" json:"pagination,omitempty"` // contains filtered or unexported fields }
Request to list nodes
func (*ListNodesRequest) Descriptor
deprecated
func (*ListNodesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListNodesRequest.ProtoReflect.Descriptor instead.
func (*ListNodesRequest) GetEpochSeq ¶
func (x *ListNodesRequest) GetEpochSeq() uint64
func (*ListNodesRequest) GetPagination ¶
func (x *ListNodesRequest) GetPagination() *Pagination
func (*ListNodesRequest) ProtoMessage ¶
func (*ListNodesRequest) ProtoMessage()
func (*ListNodesRequest) ProtoReflect ¶
func (x *ListNodesRequest) ProtoReflect() protoreflect.Message
func (*ListNodesRequest) Reset ¶
func (x *ListNodesRequest) Reset()
func (*ListNodesRequest) String ¶
func (x *ListNodesRequest) String() string
type ListNodesResponse ¶
type ListNodesResponse struct { // Page of node data and corresponding page information. Nodes *NodesConnection `protobuf:"bytes,1,opt,name=nodes,proto3" json:"nodes,omitempty"` // contains filtered or unexported fields }
Response from listing nodes
func (*ListNodesResponse) Descriptor
deprecated
func (*ListNodesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListNodesResponse.ProtoReflect.Descriptor instead.
func (*ListNodesResponse) GetNodes ¶
func (x *ListNodesResponse) GetNodes() *NodesConnection
func (*ListNodesResponse) ProtoMessage ¶
func (*ListNodesResponse) ProtoMessage()
func (*ListNodesResponse) ProtoReflect ¶
func (x *ListNodesResponse) ProtoReflect() protoreflect.Message
func (*ListNodesResponse) Reset ¶
func (x *ListNodesResponse) Reset()
func (*ListNodesResponse) String ¶
func (x *ListNodesResponse) String() string
type ListOracleDataRequest ¶
type ListOracleDataRequest struct { // Oracle spec ID to list data for. OracleSpecId *string `protobuf:"bytes,1,opt,name=oracle_spec_id,json=oracleSpecId,proto3,oneof" json:"oracle_spec_id,omitempty"` // Pagination controls. Pagination *Pagination `protobuf:"bytes,2,opt,name=pagination,proto3,oneof" json:"pagination,omitempty"` // contains filtered or unexported fields }
Request to get all seen oracle data
func (*ListOracleDataRequest) Descriptor
deprecated
func (*ListOracleDataRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListOracleDataRequest.ProtoReflect.Descriptor instead.
func (*ListOracleDataRequest) GetOracleSpecId ¶
func (x *ListOracleDataRequest) GetOracleSpecId() string
func (*ListOracleDataRequest) GetPagination ¶
func (x *ListOracleDataRequest) GetPagination() *Pagination
func (*ListOracleDataRequest) ProtoMessage ¶
func (*ListOracleDataRequest) ProtoMessage()
func (*ListOracleDataRequest) ProtoReflect ¶
func (x *ListOracleDataRequest) ProtoReflect() protoreflect.Message
func (*ListOracleDataRequest) Reset ¶
func (x *ListOracleDataRequest) Reset()
func (*ListOracleDataRequest) String ¶
func (x *ListOracleDataRequest) String() string
type ListOracleDataResponse ¶
type ListOracleDataResponse struct { // Page of seen oracle data and corresponding page information. OracleData *OracleDataConnection `protobuf:"bytes,1,opt,name=oracle_data,json=oracleData,proto3" json:"oracle_data,omitempty"` // contains filtered or unexported fields }
Response to get all seen oracle data
func (*ListOracleDataResponse) Descriptor
deprecated
func (*ListOracleDataResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListOracleDataResponse.ProtoReflect.Descriptor instead.
func (*ListOracleDataResponse) GetOracleData ¶
func (x *ListOracleDataResponse) GetOracleData() *OracleDataConnection
func (*ListOracleDataResponse) ProtoMessage ¶
func (*ListOracleDataResponse) ProtoMessage()
func (*ListOracleDataResponse) ProtoReflect ¶
func (x *ListOracleDataResponse) ProtoReflect() protoreflect.Message
func (*ListOracleDataResponse) Reset ¶
func (x *ListOracleDataResponse) Reset()
func (*ListOracleDataResponse) String ¶
func (x *ListOracleDataResponse) String() string
type ListOracleSpecsRequest ¶
type ListOracleSpecsRequest struct { // Pagination controls. Pagination *Pagination `protobuf:"bytes,2,opt,name=pagination,proto3,oneof" json:"pagination,omitempty"` // contains filtered or unexported fields }
Request to get all active oracle specs
func (*ListOracleSpecsRequest) Descriptor
deprecated
func (*ListOracleSpecsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListOracleSpecsRequest.ProtoReflect.Descriptor instead.
func (*ListOracleSpecsRequest) GetPagination ¶
func (x *ListOracleSpecsRequest) GetPagination() *Pagination
func (*ListOracleSpecsRequest) ProtoMessage ¶
func (*ListOracleSpecsRequest) ProtoMessage()
func (*ListOracleSpecsRequest) ProtoReflect ¶
func (x *ListOracleSpecsRequest) ProtoReflect() protoreflect.Message
func (*ListOracleSpecsRequest) Reset ¶
func (x *ListOracleSpecsRequest) Reset()
func (*ListOracleSpecsRequest) String ¶
func (x *ListOracleSpecsRequest) String() string
type ListOracleSpecsResponse ¶
type ListOracleSpecsResponse struct { // Page of active oracle specs and corresponding page information. OracleSpecs *OracleSpecsConnection `protobuf:"bytes,1,opt,name=oracle_specs,json=oracleSpecs,proto3" json:"oracle_specs,omitempty"` // contains filtered or unexported fields }
Response to get all active oracle specs
func (*ListOracleSpecsResponse) Descriptor
deprecated
func (*ListOracleSpecsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListOracleSpecsResponse.ProtoReflect.Descriptor instead.
func (*ListOracleSpecsResponse) GetOracleSpecs ¶
func (x *ListOracleSpecsResponse) GetOracleSpecs() *OracleSpecsConnection
func (*ListOracleSpecsResponse) ProtoMessage ¶
func (*ListOracleSpecsResponse) ProtoMessage()
func (*ListOracleSpecsResponse) ProtoReflect ¶
func (x *ListOracleSpecsResponse) ProtoReflect() protoreflect.Message
func (*ListOracleSpecsResponse) Reset ¶
func (x *ListOracleSpecsResponse) Reset()
func (*ListOracleSpecsResponse) String ¶
func (x *ListOracleSpecsResponse) String() string
type ListOrderVersionsRequest ¶
type ListOrderVersionsRequest struct { // Order ID to list versions for. OrderId string `protobuf:"bytes,1,opt,name=order_id,json=orderId,proto3" json:"order_id,omitempty"` // Optional pagination control. Pagination *Pagination `protobuf:"bytes,4,opt,name=pagination,proto3,oneof" json:"pagination,omitempty"` // contains filtered or unexported fields }
Request that is sent when listing possible order versions
func (*ListOrderVersionsRequest) Descriptor
deprecated
func (*ListOrderVersionsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListOrderVersionsRequest.ProtoReflect.Descriptor instead.
func (*ListOrderVersionsRequest) GetOrderId ¶
func (x *ListOrderVersionsRequest) GetOrderId() string
func (*ListOrderVersionsRequest) GetPagination ¶
func (x *ListOrderVersionsRequest) GetPagination() *Pagination
func (*ListOrderVersionsRequest) ProtoMessage ¶
func (*ListOrderVersionsRequest) ProtoMessage()
func (*ListOrderVersionsRequest) ProtoReflect ¶
func (x *ListOrderVersionsRequest) ProtoReflect() protoreflect.Message
func (*ListOrderVersionsRequest) Reset ¶
func (x *ListOrderVersionsRequest) Reset()
func (*ListOrderVersionsRequest) String ¶
func (x *ListOrderVersionsRequest) String() string
type ListOrderVersionsResponse ¶
type ListOrderVersionsResponse struct { // Page of order versions and corresponding page information. Orders *OrderConnection `protobuf:"bytes,1,opt,name=orders,proto3" json:"orders,omitempty"` // contains filtered or unexported fields }
Response that is received when listing possible order versions
func (*ListOrderVersionsResponse) Descriptor
deprecated
func (*ListOrderVersionsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListOrderVersionsResponse.ProtoReflect.Descriptor instead.
func (*ListOrderVersionsResponse) GetOrders ¶
func (x *ListOrderVersionsResponse) GetOrders() *OrderConnection
func (*ListOrderVersionsResponse) ProtoMessage ¶
func (*ListOrderVersionsResponse) ProtoMessage()
func (*ListOrderVersionsResponse) ProtoReflect ¶
func (x *ListOrderVersionsResponse) ProtoReflect() protoreflect.Message
func (*ListOrderVersionsResponse) Reset ¶
func (x *ListOrderVersionsResponse) Reset()
func (*ListOrderVersionsResponse) String ¶
func (x *ListOrderVersionsResponse) String() string
type ListOrdersRequest ¶
type ListOrdersRequest struct { // Optional pagination control. Pagination *Pagination `protobuf:"bytes,2,opt,name=pagination,proto3,oneof" json:"pagination,omitempty"` // Order filter contains all filtering conditions and values that are applied to the orders listing. Filter *OrderFilter `protobuf:"bytes,5,opt,name=filter,proto3,oneof" json:"filter,omitempty"` // contains filtered or unexported fields }
Request that is sent when executing a query for a list of orders
func (*ListOrdersRequest) Descriptor
deprecated
func (*ListOrdersRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListOrdersRequest.ProtoReflect.Descriptor instead.
func (*ListOrdersRequest) GetFilter ¶ added in v0.63.0
func (x *ListOrdersRequest) GetFilter() *OrderFilter
func (*ListOrdersRequest) GetPagination ¶
func (x *ListOrdersRequest) GetPagination() *Pagination
func (*ListOrdersRequest) ProtoMessage ¶
func (*ListOrdersRequest) ProtoMessage()
func (*ListOrdersRequest) ProtoReflect ¶
func (x *ListOrdersRequest) ProtoReflect() protoreflect.Message
func (*ListOrdersRequest) Reset ¶
func (x *ListOrdersRequest) Reset()
func (*ListOrdersRequest) String ¶
func (x *ListOrdersRequest) String() string
type ListOrdersResponse ¶
type ListOrdersResponse struct { // Page of orders data and corresponding page information. Orders *OrderConnection `protobuf:"bytes,1,opt,name=orders,proto3" json:"orders,omitempty"` // contains filtered or unexported fields }
Response that is received from the query to list orders
func (*ListOrdersResponse) Descriptor
deprecated
func (*ListOrdersResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListOrdersResponse.ProtoReflect.Descriptor instead.
func (*ListOrdersResponse) GetOrders ¶
func (x *ListOrdersResponse) GetOrders() *OrderConnection
func (*ListOrdersResponse) ProtoMessage ¶
func (*ListOrdersResponse) ProtoMessage()
func (*ListOrdersResponse) ProtoReflect ¶
func (x *ListOrdersResponse) ProtoReflect() protoreflect.Message
func (*ListOrdersResponse) Reset ¶
func (x *ListOrdersResponse) Reset()
func (*ListOrdersResponse) String ¶
func (x *ListOrdersResponse) String() string
type ListPartiesRequest ¶
type ListPartiesRequest struct { // Restrict the returned party to only the given party ID. If not set, all parties will be returned. PartyId string `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"` // Pagination control. Pagination *Pagination `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` // contains filtered or unexported fields }
Request to list parties by ID
func (*ListPartiesRequest) Descriptor
deprecated
func (*ListPartiesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListPartiesRequest.ProtoReflect.Descriptor instead.
func (*ListPartiesRequest) GetPagination ¶
func (x *ListPartiesRequest) GetPagination() *Pagination
func (*ListPartiesRequest) GetPartyId ¶
func (x *ListPartiesRequest) GetPartyId() string
func (*ListPartiesRequest) ProtoMessage ¶
func (*ListPartiesRequest) ProtoMessage()
func (*ListPartiesRequest) ProtoReflect ¶
func (x *ListPartiesRequest) ProtoReflect() protoreflect.Message
func (*ListPartiesRequest) Reset ¶
func (x *ListPartiesRequest) Reset()
func (*ListPartiesRequest) String ¶
func (x *ListPartiesRequest) String() string
type ListPartiesResponse ¶
type ListPartiesResponse struct { // Page of parties data and corresponding page information. Parties *PartyConnection `protobuf:"bytes,1,opt,name=parties,proto3" json:"parties,omitempty"` // contains filtered or unexported fields }
Response from listing parties
func (*ListPartiesResponse) Descriptor
deprecated
func (*ListPartiesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListPartiesResponse.ProtoReflect.Descriptor instead.
func (*ListPartiesResponse) GetParties ¶ added in v0.56.0
func (x *ListPartiesResponse) GetParties() *PartyConnection
func (*ListPartiesResponse) ProtoMessage ¶
func (*ListPartiesResponse) ProtoMessage()
func (*ListPartiesResponse) ProtoReflect ¶
func (x *ListPartiesResponse) ProtoReflect() protoreflect.Message
func (*ListPartiesResponse) Reset ¶
func (x *ListPartiesResponse) Reset()
func (*ListPartiesResponse) String ¶
func (x *ListPartiesResponse) String() string
type ListPositionsRequest
deprecated
type ListPositionsRequest struct { // Party ID to list positions for, required field. PartyId string `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"` // Market ID to filter for. If empty, no markets will be filtered. MarketId string `protobuf:"bytes,2,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"` // Pagination controls. Pagination *Pagination `protobuf:"bytes,3,opt,name=pagination,proto3,oneof" json:"pagination,omitempty"` // contains filtered or unexported fields }
Request used to list all positions for a party. Optionally, if a market ID is set, the results will be filtered for that market only.
Deprecated: Do not use.
func (*ListPositionsRequest) Descriptor
deprecated
func (*ListPositionsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListPositionsRequest.ProtoReflect.Descriptor instead.
func (*ListPositionsRequest) GetMarketId ¶
func (x *ListPositionsRequest) GetMarketId() string
func (*ListPositionsRequest) GetPagination ¶
func (x *ListPositionsRequest) GetPagination() *Pagination
func (*ListPositionsRequest) GetPartyId ¶
func (x *ListPositionsRequest) GetPartyId() string
func (*ListPositionsRequest) ProtoMessage ¶
func (*ListPositionsRequest) ProtoMessage()
func (*ListPositionsRequest) ProtoReflect ¶
func (x *ListPositionsRequest) ProtoReflect() protoreflect.Message
func (*ListPositionsRequest) Reset ¶
func (x *ListPositionsRequest) Reset()
func (*ListPositionsRequest) String ¶
func (x *ListPositionsRequest) String() string
type ListPositionsResponse
deprecated
type ListPositionsResponse struct { // Page of positions data and corresponding page information. Positions *PositionConnection `protobuf:"bytes,1,opt,name=positions,proto3" json:"positions,omitempty"` // contains filtered or unexported fields }
Response for a list of positions for a party
Deprecated: Do not use.
func (*ListPositionsResponse) Descriptor
deprecated
func (*ListPositionsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListPositionsResponse.ProtoReflect.Descriptor instead.
func (*ListPositionsResponse) GetPositions ¶
func (x *ListPositionsResponse) GetPositions() *PositionConnection
func (*ListPositionsResponse) ProtoMessage ¶
func (*ListPositionsResponse) ProtoMessage()
func (*ListPositionsResponse) ProtoReflect ¶
func (x *ListPositionsResponse) ProtoReflect() protoreflect.Message
func (*ListPositionsResponse) Reset ¶
func (x *ListPositionsResponse) Reset()
func (*ListPositionsResponse) String ¶
func (x *ListPositionsResponse) String() string
type ListProtocolUpgradeProposalsRequest ¶ added in v0.61.0
type ListProtocolUpgradeProposalsRequest struct { // Restrict protocol upgrade proposals to those with the given status. Status *v1.ProtocolUpgradeProposalStatus `protobuf:"varint,1,opt,name=status,proto3,enum=vega.events.v1.ProtocolUpgradeProposalStatus,oneof" json:"status,omitempty"` // Restrict protocol upgrade proposals to those approved by the given node ID. ApprovedBy *string `protobuf:"bytes,2,opt,name=approved_by,json=approvedBy,proto3,oneof" json:"approved_by,omitempty"` // Pagination information to limit the data that is returned. Pagination *Pagination `protobuf:"bytes,3,opt,name=pagination,proto3,oneof" json:"pagination,omitempty"` // contains filtered or unexported fields }
Request type for ListProtocolUpgradeProposals; fetches a paginated list of protocol upgrade proposals
func (*ListProtocolUpgradeProposalsRequest) Descriptor
deprecated
added in
v0.61.0
func (*ListProtocolUpgradeProposalsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListProtocolUpgradeProposalsRequest.ProtoReflect.Descriptor instead.
func (*ListProtocolUpgradeProposalsRequest) GetApprovedBy ¶ added in v0.61.0
func (x *ListProtocolUpgradeProposalsRequest) GetApprovedBy() string
func (*ListProtocolUpgradeProposalsRequest) GetPagination ¶ added in v0.61.0
func (x *ListProtocolUpgradeProposalsRequest) GetPagination() *Pagination
func (*ListProtocolUpgradeProposalsRequest) GetStatus ¶ added in v0.61.0
func (x *ListProtocolUpgradeProposalsRequest) GetStatus() v1.ProtocolUpgradeProposalStatus
func (*ListProtocolUpgradeProposalsRequest) ProtoMessage ¶ added in v0.61.0
func (*ListProtocolUpgradeProposalsRequest) ProtoMessage()
func (*ListProtocolUpgradeProposalsRequest) ProtoReflect ¶ added in v0.61.0
func (x *ListProtocolUpgradeProposalsRequest) ProtoReflect() protoreflect.Message
func (*ListProtocolUpgradeProposalsRequest) Reset ¶ added in v0.61.0
func (x *ListProtocolUpgradeProposalsRequest) Reset()
func (*ListProtocolUpgradeProposalsRequest) String ¶ added in v0.61.0
func (x *ListProtocolUpgradeProposalsRequest) String() string
type ListProtocolUpgradeProposalsResponse ¶ added in v0.61.0
type ListProtocolUpgradeProposalsResponse struct { // Page of protocol upgrade proposals and corresponding page information. ProtocolUpgradeProposals *ProtocolUpgradeProposalConnection `` /* 135-byte string literal not displayed */ // contains filtered or unexported fields }
Response type from a ListProtocolUpgradeProposals RPC call; a paginated list of protocol upgrade proposals
func (*ListProtocolUpgradeProposalsResponse) Descriptor
deprecated
added in
v0.61.0
func (*ListProtocolUpgradeProposalsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListProtocolUpgradeProposalsResponse.ProtoReflect.Descriptor instead.
func (*ListProtocolUpgradeProposalsResponse) GetProtocolUpgradeProposals ¶ added in v0.61.0
func (x *ListProtocolUpgradeProposalsResponse) GetProtocolUpgradeProposals() *ProtocolUpgradeProposalConnection
func (*ListProtocolUpgradeProposalsResponse) ProtoMessage ¶ added in v0.61.0
func (*ListProtocolUpgradeProposalsResponse) ProtoMessage()
func (*ListProtocolUpgradeProposalsResponse) ProtoReflect ¶ added in v0.61.0
func (x *ListProtocolUpgradeProposalsResponse) ProtoReflect() protoreflect.Message
func (*ListProtocolUpgradeProposalsResponse) Reset ¶ added in v0.61.0
func (x *ListProtocolUpgradeProposalsResponse) Reset()
func (*ListProtocolUpgradeProposalsResponse) String ¶ added in v0.61.0
func (x *ListProtocolUpgradeProposalsResponse) String() string
type ListRewardSummariesRequest ¶
type ListRewardSummariesRequest struct { // Restrict the reward summary to rewards paid to the given parties. PartyId *string `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3,oneof" json:"party_id,omitempty"` // Restrict the reward summary to rewards paid in the given assets. AssetId *string `protobuf:"bytes,2,opt,name=asset_id,json=assetId,proto3,oneof" json:"asset_id,omitempty"` // Pagination controls. Pagination *Pagination `protobuf:"bytes,3,opt,name=pagination,proto3,oneof" json:"pagination,omitempty"` // contains filtered or unexported fields }
Request to get reward details for a party
func (*ListRewardSummariesRequest) Descriptor
deprecated
func (*ListRewardSummariesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListRewardSummariesRequest.ProtoReflect.Descriptor instead.
func (*ListRewardSummariesRequest) GetAssetId ¶
func (x *ListRewardSummariesRequest) GetAssetId() string
func (*ListRewardSummariesRequest) GetPagination ¶
func (x *ListRewardSummariesRequest) GetPagination() *Pagination
func (*ListRewardSummariesRequest) GetPartyId ¶
func (x *ListRewardSummariesRequest) GetPartyId() string
func (*ListRewardSummariesRequest) ProtoMessage ¶
func (*ListRewardSummariesRequest) ProtoMessage()
func (*ListRewardSummariesRequest) ProtoReflect ¶
func (x *ListRewardSummariesRequest) ProtoReflect() protoreflect.Message
func (*ListRewardSummariesRequest) Reset ¶
func (x *ListRewardSummariesRequest) Reset()
func (*ListRewardSummariesRequest) String ¶
func (x *ListRewardSummariesRequest) String() string
type ListRewardSummariesResponse ¶
type ListRewardSummariesResponse struct { // Page of rewards details data and corresponding page information. Summaries []*vega.RewardSummary `protobuf:"bytes,1,rep,name=summaries,proto3" json:"summaries,omitempty"` // contains filtered or unexported fields }
Response from listing reward details in for a single party
func (*ListRewardSummariesResponse) Descriptor
deprecated
func (*ListRewardSummariesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListRewardSummariesResponse.ProtoReflect.Descriptor instead.
func (*ListRewardSummariesResponse) GetSummaries ¶
func (x *ListRewardSummariesResponse) GetSummaries() []*vega.RewardSummary
func (*ListRewardSummariesResponse) ProtoMessage ¶
func (*ListRewardSummariesResponse) ProtoMessage()
func (*ListRewardSummariesResponse) ProtoReflect ¶
func (x *ListRewardSummariesResponse) ProtoReflect() protoreflect.Message
func (*ListRewardSummariesResponse) Reset ¶
func (x *ListRewardSummariesResponse) Reset()
func (*ListRewardSummariesResponse) String ¶
func (x *ListRewardSummariesResponse) String() string
type ListRewardsRequest ¶
type ListRewardsRequest struct { // Restrict rewards data to those that were received by the given party. PartyId string `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"` // Restrict rewards data to those that were paid with the given asset ID. AssetId *string `protobuf:"bytes,2,opt,name=asset_id,json=assetId,proto3,oneof" json:"asset_id,omitempty"` // Pagination control. Pagination *Pagination `protobuf:"bytes,3,opt,name=pagination,proto3,oneof" json:"pagination,omitempty"` // Restrict rewards data to those that were paid after and including the given epoch ID. FromEpoch *uint64 `protobuf:"varint,4,opt,name=from_epoch,json=fromEpoch,proto3,oneof" json:"from_epoch,omitempty"` // Restrict rewards data to those that were paid up to and including the given epoch ID. ToEpoch *uint64 `protobuf:"varint,5,opt,name=to_epoch,json=toEpoch,proto3,oneof" json:"to_epoch,omitempty"` // contains filtered or unexported fields }
Request to get reward details for a party
func (*ListRewardsRequest) Descriptor
deprecated
func (*ListRewardsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListRewardsRequest.ProtoReflect.Descriptor instead.
func (*ListRewardsRequest) GetAssetId ¶
func (x *ListRewardsRequest) GetAssetId() string
func (*ListRewardsRequest) GetFromEpoch ¶ added in v0.68.0
func (x *ListRewardsRequest) GetFromEpoch() uint64
func (*ListRewardsRequest) GetPagination ¶
func (x *ListRewardsRequest) GetPagination() *Pagination
func (*ListRewardsRequest) GetPartyId ¶
func (x *ListRewardsRequest) GetPartyId() string
func (*ListRewardsRequest) GetToEpoch ¶ added in v0.68.0
func (x *ListRewardsRequest) GetToEpoch() uint64
func (*ListRewardsRequest) ProtoMessage ¶
func (*ListRewardsRequest) ProtoMessage()
func (*ListRewardsRequest) ProtoReflect ¶
func (x *ListRewardsRequest) ProtoReflect() protoreflect.Message
func (*ListRewardsRequest) Reset ¶
func (x *ListRewardsRequest) Reset()
func (*ListRewardsRequest) String ¶
func (x *ListRewardsRequest) String() string
type ListRewardsResponse ¶
type ListRewardsResponse struct { // Page of rewards data and corresponding page information. Rewards *RewardsConnection `protobuf:"bytes,1,opt,name=rewards,proto3" json:"rewards,omitempty"` // contains filtered or unexported fields }
Response for listing reward details for a single party
func (*ListRewardsResponse) Descriptor
deprecated
func (*ListRewardsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListRewardsResponse.ProtoReflect.Descriptor instead.
func (*ListRewardsResponse) GetRewards ¶
func (x *ListRewardsResponse) GetRewards() *RewardsConnection
func (*ListRewardsResponse) ProtoMessage ¶
func (*ListRewardsResponse) ProtoMessage()
func (*ListRewardsResponse) ProtoReflect ¶
func (x *ListRewardsResponse) ProtoReflect() protoreflect.Message
func (*ListRewardsResponse) Reset ¶
func (x *ListRewardsResponse) Reset()
func (*ListRewardsResponse) String ¶
func (x *ListRewardsResponse) String() string
type ListStopOrdersRequest ¶ added in v0.72.0
type ListStopOrdersRequest struct { // Optional pagination control. Pagination *Pagination `protobuf:"bytes,2,opt,name=pagination,proto3,oneof" json:"pagination,omitempty"` // Order filter contains all filtering conditions and values that are applied to the orders listing. Filter *StopOrderFilter `protobuf:"bytes,5,opt,name=filter,proto3,oneof" json:"filter,omitempty"` // contains filtered or unexported fields }
Request that is sent when executing a query for a list of stop orders.
func (*ListStopOrdersRequest) Descriptor
deprecated
added in
v0.72.0
func (*ListStopOrdersRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListStopOrdersRequest.ProtoReflect.Descriptor instead.
func (*ListStopOrdersRequest) GetFilter ¶ added in v0.72.0
func (x *ListStopOrdersRequest) GetFilter() *StopOrderFilter
func (*ListStopOrdersRequest) GetPagination ¶ added in v0.72.0
func (x *ListStopOrdersRequest) GetPagination() *Pagination
func (*ListStopOrdersRequest) ProtoMessage ¶ added in v0.72.0
func (*ListStopOrdersRequest) ProtoMessage()
func (*ListStopOrdersRequest) ProtoReflect ¶ added in v0.72.0
func (x *ListStopOrdersRequest) ProtoReflect() protoreflect.Message
func (*ListStopOrdersRequest) Reset ¶ added in v0.72.0
func (x *ListStopOrdersRequest) Reset()
func (*ListStopOrdersRequest) String ¶ added in v0.72.0
func (x *ListStopOrdersRequest) String() string
type ListStopOrdersResponse ¶ added in v0.72.0
type ListStopOrdersResponse struct { // Page of stop orders data and corresponding page information. Orders *StopOrderConnection `protobuf:"bytes,1,opt,name=orders,proto3" json:"orders,omitempty"` // contains filtered or unexported fields }
Response that is received from the query to list stop orders.
func (*ListStopOrdersResponse) Descriptor
deprecated
added in
v0.72.0
func (*ListStopOrdersResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListStopOrdersResponse.ProtoReflect.Descriptor instead.
func (*ListStopOrdersResponse) GetOrders ¶ added in v0.72.0
func (x *ListStopOrdersResponse) GetOrders() *StopOrderConnection
func (*ListStopOrdersResponse) ProtoMessage ¶ added in v0.72.0
func (*ListStopOrdersResponse) ProtoMessage()
func (*ListStopOrdersResponse) ProtoReflect ¶ added in v0.72.0
func (x *ListStopOrdersResponse) ProtoReflect() protoreflect.Message
func (*ListStopOrdersResponse) Reset ¶ added in v0.72.0
func (x *ListStopOrdersResponse) Reset()
func (*ListStopOrdersResponse) String ¶ added in v0.72.0
func (x *ListStopOrdersResponse) String() string
type ListSuccessorMarketsRequest ¶ added in v0.72.0
type ListSuccessorMarketsRequest struct { // Market ID that is a member of the succession line. This can be the original market // or any subsequent child market that succeeded it. MarketId string `protobuf:"bytes,1,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"` // Flag to indicate whether or not to include the full succession line, or only list // the children of the given market ID. If true, the full succession line is included. IncludeFullHistory bool `protobuf:"varint,2,opt,name=include_full_history,json=includeFullHistory,proto3" json:"include_full_history,omitempty"` // Pagination control. Pagination *Pagination `protobuf:"bytes,3,opt,name=pagination,proto3" json:"pagination,omitempty"` // contains filtered or unexported fields }
Request for listing successor markets.
func (*ListSuccessorMarketsRequest) Descriptor
deprecated
added in
v0.72.0
func (*ListSuccessorMarketsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListSuccessorMarketsRequest.ProtoReflect.Descriptor instead.
func (*ListSuccessorMarketsRequest) GetIncludeFullHistory ¶ added in v0.72.0
func (x *ListSuccessorMarketsRequest) GetIncludeFullHistory() bool
func (*ListSuccessorMarketsRequest) GetMarketId ¶ added in v0.72.0
func (x *ListSuccessorMarketsRequest) GetMarketId() string
func (*ListSuccessorMarketsRequest) GetPagination ¶ added in v0.72.0
func (x *ListSuccessorMarketsRequest) GetPagination() *Pagination
func (*ListSuccessorMarketsRequest) ProtoMessage ¶ added in v0.72.0
func (*ListSuccessorMarketsRequest) ProtoMessage()
func (*ListSuccessorMarketsRequest) ProtoReflect ¶ added in v0.72.0
func (x *ListSuccessorMarketsRequest) ProtoReflect() protoreflect.Message
func (*ListSuccessorMarketsRequest) Reset ¶ added in v0.72.0
func (x *ListSuccessorMarketsRequest) Reset()
func (*ListSuccessorMarketsRequest) String ¶ added in v0.72.0
func (x *ListSuccessorMarketsRequest) String() string
type ListSuccessorMarketsResponse ¶ added in v0.72.0
type ListSuccessorMarketsResponse struct { // List of markets in the succession line. SuccessorMarkets *SuccessorMarketConnection `protobuf:"bytes,1,opt,name=successor_markets,json=successorMarkets,proto3" json:"successor_markets,omitempty"` // contains filtered or unexported fields }
Response from a list successor markets request.
func (*ListSuccessorMarketsResponse) Descriptor
deprecated
added in
v0.72.0
func (*ListSuccessorMarketsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListSuccessorMarketsResponse.ProtoReflect.Descriptor instead.
func (*ListSuccessorMarketsResponse) GetSuccessorMarkets ¶ added in v0.72.0
func (x *ListSuccessorMarketsResponse) GetSuccessorMarkets() *SuccessorMarketConnection
func (*ListSuccessorMarketsResponse) ProtoMessage ¶ added in v0.72.0
func (*ListSuccessorMarketsResponse) ProtoMessage()
func (*ListSuccessorMarketsResponse) ProtoReflect ¶ added in v0.72.0
func (x *ListSuccessorMarketsResponse) ProtoReflect() protoreflect.Message
func (*ListSuccessorMarketsResponse) Reset ¶ added in v0.72.0
func (x *ListSuccessorMarketsResponse) Reset()
func (*ListSuccessorMarketsResponse) String ¶ added in v0.72.0
func (x *ListSuccessorMarketsResponse) String() string
type ListTradesRequest ¶
type ListTradesRequest struct { // Restrict trades to those that occurred on the given markets. MarketIds []string `protobuf:"bytes,1,rep,name=market_ids,json=marketIds,proto3" json:"market_ids,omitempty"` // Restrict trades to those that were caused by the given orders. OrderIds []string `protobuf:"bytes,2,rep,name=order_ids,json=orderIds,proto3" json:"order_ids,omitempty"` // Restrict trades to those that were caused by orders placed by the given parties. PartyIds []string `protobuf:"bytes,3,rep,name=party_ids,json=partyIds,proto3" json:"party_ids,omitempty"` // Pagination control. Pagination *Pagination `protobuf:"bytes,4,opt,name=pagination,proto3,oneof" json:"pagination,omitempty"` // Restrict trades to those made during the given date range. If not set, all trades will be returned. DateRange *DateRange `protobuf:"bytes,5,opt,name=date_range,json=dateRange,proto3,oneof" json:"date_range,omitempty"` // contains filtered or unexported fields }
Request to list trades
func (*ListTradesRequest) Descriptor
deprecated
func (*ListTradesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListTradesRequest.ProtoReflect.Descriptor instead.
func (*ListTradesRequest) GetDateRange ¶ added in v0.55.0
func (x *ListTradesRequest) GetDateRange() *DateRange
func (*ListTradesRequest) GetMarketIds ¶ added in v0.71.0
func (x *ListTradesRequest) GetMarketIds() []string
func (*ListTradesRequest) GetOrderIds ¶ added in v0.71.0
func (x *ListTradesRequest) GetOrderIds() []string
func (*ListTradesRequest) GetPagination ¶
func (x *ListTradesRequest) GetPagination() *Pagination
func (*ListTradesRequest) GetPartyIds ¶ added in v0.71.0
func (x *ListTradesRequest) GetPartyIds() []string
func (*ListTradesRequest) ProtoMessage ¶
func (*ListTradesRequest) ProtoMessage()
func (*ListTradesRequest) ProtoReflect ¶
func (x *ListTradesRequest) ProtoReflect() protoreflect.Message
func (*ListTradesRequest) Reset ¶
func (x *ListTradesRequest) Reset()
func (*ListTradesRequest) String ¶
func (x *ListTradesRequest) String() string
type ListTradesResponse ¶
type ListTradesResponse struct { // Page of trades data and corresponding page information. Trades *TradeConnection `protobuf:"bytes,1,opt,name=trades,proto3" json:"trades,omitempty"` // contains filtered or unexported fields }
Response from listing trades
func (*ListTradesResponse) Descriptor
deprecated
func (*ListTradesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListTradesResponse.ProtoReflect.Descriptor instead.
func (*ListTradesResponse) GetTrades ¶
func (x *ListTradesResponse) GetTrades() *TradeConnection
func (*ListTradesResponse) ProtoMessage ¶
func (*ListTradesResponse) ProtoMessage()
func (*ListTradesResponse) ProtoReflect ¶
func (x *ListTradesResponse) ProtoReflect() protoreflect.Message
func (*ListTradesResponse) Reset ¶
func (x *ListTradesResponse) Reset()
func (*ListTradesResponse) String ¶
func (x *ListTradesResponse) String() string
type ListTransfersRequest ¶
type ListTransfersRequest struct { // Restrict transfer to those where the given public key is a sender or receiver. Pubkey *string `protobuf:"bytes,1,opt,name=pubkey,proto3,oneof" json:"pubkey,omitempty"` // Restrict transfers to those in the given direction from the supplied public key. Direction TransferDirection `protobuf:"varint,2,opt,name=direction,proto3,enum=datanode.api.v2.TransferDirection" json:"direction,omitempty"` // Optional pagination control Pagination *Pagination `protobuf:"bytes,3,opt,name=pagination,proto3,oneof" json:"pagination,omitempty"` // contains filtered or unexported fields }
Request that is sent to list transfers
func (*ListTransfersRequest) Descriptor
deprecated
func (*ListTransfersRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListTransfersRequest.ProtoReflect.Descriptor instead.
func (*ListTransfersRequest) GetDirection ¶
func (x *ListTransfersRequest) GetDirection() TransferDirection
func (*ListTransfersRequest) GetPagination ¶
func (x *ListTransfersRequest) GetPagination() *Pagination
func (*ListTransfersRequest) GetPubkey ¶
func (x *ListTransfersRequest) GetPubkey() string
func (*ListTransfersRequest) ProtoMessage ¶
func (*ListTransfersRequest) ProtoMessage()
func (*ListTransfersRequest) ProtoReflect ¶
func (x *ListTransfersRequest) ProtoReflect() protoreflect.Message
func (*ListTransfersRequest) Reset ¶
func (x *ListTransfersRequest) Reset()
func (*ListTransfersRequest) String ¶
func (x *ListTransfersRequest) String() string
type ListTransfersResponse ¶
type ListTransfersResponse struct { // Page of transfers data and corresponding page information. Transfers *TransferConnection `protobuf:"bytes,1,opt,name=transfers,proto3" json:"transfers,omitempty"` // contains filtered or unexported fields }
Response that is received when listing transfers
func (*ListTransfersResponse) Descriptor
deprecated
func (*ListTransfersResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListTransfersResponse.ProtoReflect.Descriptor instead.
func (*ListTransfersResponse) GetTransfers ¶
func (x *ListTransfersResponse) GetTransfers() *TransferConnection
func (*ListTransfersResponse) ProtoMessage ¶
func (*ListTransfersResponse) ProtoMessage()
func (*ListTransfersResponse) ProtoReflect ¶
func (x *ListTransfersResponse) ProtoReflect() protoreflect.Message
func (*ListTransfersResponse) Reset ¶
func (x *ListTransfersResponse) Reset()
func (*ListTransfersResponse) String ¶
func (x *ListTransfersResponse) String() string
type ListVotesRequest ¶
type ListVotesRequest struct { // Party for which the votes are requested. PartyId *string `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3,oneof" json:"party_id,omitempty"` // Proposal ID to list votes for. ProposalId *string `protobuf:"bytes,2,opt,name=proposal_id,json=proposalId,proto3,oneof" json:"proposal_id,omitempty"` // Optional pagination control. Pagination *Pagination `protobuf:"bytes,3,opt,name=pagination,proto3,oneof" json:"pagination,omitempty"` // contains filtered or unexported fields }
Request that is used to list governance votes
func (*ListVotesRequest) Descriptor
deprecated
func (*ListVotesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListVotesRequest.ProtoReflect.Descriptor instead.
func (*ListVotesRequest) GetPagination ¶
func (x *ListVotesRequest) GetPagination() *Pagination
func (*ListVotesRequest) GetPartyId ¶
func (x *ListVotesRequest) GetPartyId() string
func (*ListVotesRequest) GetProposalId ¶ added in v0.63.0
func (x *ListVotesRequest) GetProposalId() string
func (*ListVotesRequest) ProtoMessage ¶
func (*ListVotesRequest) ProtoMessage()
func (*ListVotesRequest) ProtoReflect ¶
func (x *ListVotesRequest) ProtoReflect() protoreflect.Message
func (*ListVotesRequest) Reset ¶
func (x *ListVotesRequest) Reset()
func (*ListVotesRequest) String ¶
func (x *ListVotesRequest) String() string
type ListVotesResponse ¶
type ListVotesResponse struct { // Page of votes data received and corresponding page information. Votes *VoteConnection `protobuf:"bytes,1,opt,name=votes,proto3" json:"votes,omitempty"` // contains filtered or unexported fields }
Response that is received when listing Votes
func (*ListVotesResponse) Descriptor
deprecated
func (*ListVotesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListVotesResponse.ProtoReflect.Descriptor instead.
func (*ListVotesResponse) GetVotes ¶
func (x *ListVotesResponse) GetVotes() *VoteConnection
func (*ListVotesResponse) ProtoMessage ¶
func (*ListVotesResponse) ProtoMessage()
func (*ListVotesResponse) ProtoReflect ¶
func (x *ListVotesResponse) ProtoReflect() protoreflect.Message
func (*ListVotesResponse) Reset ¶
func (x *ListVotesResponse) Reset()
func (*ListVotesResponse) String ¶
func (x *ListVotesResponse) String() string
type ListWithdrawalsRequest ¶
type ListWithdrawalsRequest struct { // Restrict withdrawals to those made by this party ID. PartyId string `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"` // Pagination information to limit the data that is returned. Pagination *Pagination `protobuf:"bytes,2,opt,name=pagination,proto3,oneof" json:"pagination,omitempty"` // Date range of the requested data, if provided. DateRange *DateRange `protobuf:"bytes,3,opt,name=date_range,json=dateRange,proto3,oneof" json:"date_range,omitempty"` // contains filtered or unexported fields }
List all withdrawals for a given party
func (*ListWithdrawalsRequest) Descriptor
deprecated
func (*ListWithdrawalsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListWithdrawalsRequest.ProtoReflect.Descriptor instead.
func (*ListWithdrawalsRequest) GetDateRange ¶ added in v0.55.0
func (x *ListWithdrawalsRequest) GetDateRange() *DateRange
func (*ListWithdrawalsRequest) GetPagination ¶
func (x *ListWithdrawalsRequest) GetPagination() *Pagination
func (*ListWithdrawalsRequest) GetPartyId ¶
func (x *ListWithdrawalsRequest) GetPartyId() string
func (*ListWithdrawalsRequest) ProtoMessage ¶
func (*ListWithdrawalsRequest) ProtoMessage()
func (*ListWithdrawalsRequest) ProtoReflect ¶
func (x *ListWithdrawalsRequest) ProtoReflect() protoreflect.Message
func (*ListWithdrawalsRequest) Reset ¶
func (x *ListWithdrawalsRequest) Reset()
func (*ListWithdrawalsRequest) String ¶
func (x *ListWithdrawalsRequest) String() string
type ListWithdrawalsResponse ¶
type ListWithdrawalsResponse struct { // Page of withdrawals data and corresponding page information. Withdrawals *WithdrawalsConnection `protobuf:"bytes,1,opt,name=withdrawals,proto3" json:"withdrawals,omitempty"` // contains filtered or unexported fields }
Response from listing withdrawals data
func (*ListWithdrawalsResponse) Descriptor
deprecated
func (*ListWithdrawalsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListWithdrawalsResponse.ProtoReflect.Descriptor instead.
func (*ListWithdrawalsResponse) GetWithdrawals ¶
func (x *ListWithdrawalsResponse) GetWithdrawals() *WithdrawalsConnection
func (*ListWithdrawalsResponse) ProtoMessage ¶
func (*ListWithdrawalsResponse) ProtoMessage()
func (*ListWithdrawalsResponse) ProtoReflect ¶
func (x *ListWithdrawalsResponse) ProtoReflect() protoreflect.Message
func (*ListWithdrawalsResponse) Reset ¶
func (x *ListWithdrawalsResponse) Reset()
func (*ListWithdrawalsResponse) String ¶
func (x *ListWithdrawalsResponse) String() string
type MarginConnection ¶
type MarginConnection struct { // Page of margins data and their corresponding cursors. Edges []*MarginEdge `protobuf:"bytes,1,rep,name=edges,proto3" json:"edges,omitempty"` // Page information that is used for fetching further pages. PageInfo *PageInfo `protobuf:"bytes,2,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"` // contains filtered or unexported fields }
Page of margins data and corresponding page information.
func (*MarginConnection) Descriptor
deprecated
func (*MarginConnection) Descriptor() ([]byte, []int)
Deprecated: Use MarginConnection.ProtoReflect.Descriptor instead.
func (*MarginConnection) GetEdges ¶
func (x *MarginConnection) GetEdges() []*MarginEdge
func (*MarginConnection) GetPageInfo ¶
func (x *MarginConnection) GetPageInfo() *PageInfo
func (*MarginConnection) ProtoMessage ¶
func (*MarginConnection) ProtoMessage()
func (*MarginConnection) ProtoReflect ¶
func (x *MarginConnection) ProtoReflect() protoreflect.Message
func (*MarginConnection) Reset ¶
func (x *MarginConnection) Reset()
func (*MarginConnection) String ¶
func (x *MarginConnection) String() string
type MarginEdge ¶
type MarginEdge struct { // Margin levels data that satisfy a list margin levels request. Node *vega.MarginLevels `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` // Cursor that can be used to fetch further pages. Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
Margin data with the corresponding cursor.
func (*MarginEdge) Descriptor
deprecated
func (*MarginEdge) Descriptor() ([]byte, []int)
Deprecated: Use MarginEdge.ProtoReflect.Descriptor instead.
func (*MarginEdge) GetCursor ¶
func (x *MarginEdge) GetCursor() string
func (*MarginEdge) GetNode ¶
func (x *MarginEdge) GetNode() *vega.MarginLevels
func (*MarginEdge) ProtoMessage ¶
func (*MarginEdge) ProtoMessage()
func (*MarginEdge) ProtoReflect ¶
func (x *MarginEdge) ProtoReflect() protoreflect.Message
func (*MarginEdge) Reset ¶
func (x *MarginEdge) Reset()
func (*MarginEdge) String ¶
func (x *MarginEdge) String() string
type MarginEstimate ¶ added in v0.71.0
type MarginEstimate struct { // Margin level estimate assuming slippage cap is applied. WorstCase *vega.MarginLevels `protobuf:"bytes,1,opt,name=worst_case,json=worstCase,proto3" json:"worst_case,omitempty"` // Margin level estimate assuming no slippage. BestCase *vega.MarginLevels `protobuf:"bytes,2,opt,name=best_case,json=bestCase,proto3" json:"best_case,omitempty"` // contains filtered or unexported fields }
Margin level estimate for both worst and best case possible.
func (*MarginEstimate) Descriptor
deprecated
added in
v0.71.0
func (*MarginEstimate) Descriptor() ([]byte, []int)
Deprecated: Use MarginEstimate.ProtoReflect.Descriptor instead.
func (*MarginEstimate) GetBestCase ¶ added in v0.71.0
func (x *MarginEstimate) GetBestCase() *vega.MarginLevels
func (*MarginEstimate) GetWorstCase ¶ added in v0.71.0
func (x *MarginEstimate) GetWorstCase() *vega.MarginLevels
func (*MarginEstimate) ProtoMessage ¶ added in v0.71.0
func (*MarginEstimate) ProtoMessage()
func (*MarginEstimate) ProtoReflect ¶ added in v0.71.0
func (x *MarginEstimate) ProtoReflect() protoreflect.Message
func (*MarginEstimate) Reset ¶ added in v0.71.0
func (x *MarginEstimate) Reset()
func (*MarginEstimate) String ¶ added in v0.71.0
func (x *MarginEstimate) String() string
type MarketConnection ¶
type MarketConnection struct { // Page of markets and their corresponding cursors. Edges []*MarketEdge `protobuf:"bytes,1,rep,name=edges,proto3" json:"edges,omitempty"` // Page information that is used for fetching further pages. PageInfo *PageInfo `protobuf:"bytes,2,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"` // contains filtered or unexported fields }
Page of markets and corresponding page information.
func (*MarketConnection) Descriptor
deprecated
func (*MarketConnection) Descriptor() ([]byte, []int)
Deprecated: Use MarketConnection.ProtoReflect.Descriptor instead.
func (*MarketConnection) GetEdges ¶
func (x *MarketConnection) GetEdges() []*MarketEdge
func (*MarketConnection) GetPageInfo ¶
func (x *MarketConnection) GetPageInfo() *PageInfo
func (*MarketConnection) ProtoMessage ¶
func (*MarketConnection) ProtoMessage()
func (*MarketConnection) ProtoReflect ¶
func (x *MarketConnection) ProtoReflect() protoreflect.Message
func (*MarketConnection) Reset ¶
func (x *MarketConnection) Reset()
func (*MarketConnection) String ¶
func (x *MarketConnection) String() string
type MarketDataConnection ¶
type MarketDataConnection struct { // Page of market data items and their corresponding cursors. Edges []*MarketDataEdge `protobuf:"bytes,1,rep,name=edges,proto3" json:"edges,omitempty"` // Page information that is used for fetching further pages. PageInfo *PageInfo `protobuf:"bytes,2,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"` // contains filtered or unexported fields }
Page of market data items and corresponding page information
func (*MarketDataConnection) Descriptor
deprecated
func (*MarketDataConnection) Descriptor() ([]byte, []int)
Deprecated: Use MarketDataConnection.ProtoReflect.Descriptor instead.
func (*MarketDataConnection) GetEdges ¶
func (x *MarketDataConnection) GetEdges() []*MarketDataEdge
func (*MarketDataConnection) GetPageInfo ¶
func (x *MarketDataConnection) GetPageInfo() *PageInfo
func (*MarketDataConnection) ProtoMessage ¶
func (*MarketDataConnection) ProtoMessage()
func (*MarketDataConnection) ProtoReflect ¶
func (x *MarketDataConnection) ProtoReflect() protoreflect.Message
func (*MarketDataConnection) Reset ¶
func (x *MarketDataConnection) Reset()
func (*MarketDataConnection) String ¶
func (x *MarketDataConnection) String() string
type MarketDataEdge ¶
type MarketDataEdge struct { // Data generated by a market when open. Node *vega.MarketData `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` // Cursor that can be used to fetch further pages. Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
Market data with the corresponding cursor.
func (*MarketDataEdge) Descriptor
deprecated
func (*MarketDataEdge) Descriptor() ([]byte, []int)
Deprecated: Use MarketDataEdge.ProtoReflect.Descriptor instead.
func (*MarketDataEdge) GetCursor ¶
func (x *MarketDataEdge) GetCursor() string
func (*MarketDataEdge) GetNode ¶
func (x *MarketDataEdge) GetNode() *vega.MarketData
func (*MarketDataEdge) ProtoMessage ¶
func (*MarketDataEdge) ProtoMessage()
func (*MarketDataEdge) ProtoReflect ¶
func (x *MarketDataEdge) ProtoReflect() protoreflect.Message
func (*MarketDataEdge) Reset ¶
func (x *MarketDataEdge) Reset()
func (*MarketDataEdge) String ¶
func (x *MarketDataEdge) String() string
type MarketEdge ¶
type MarketEdge struct { // Information about the market. Node *vega.Market `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` // Cursor that can be used to fetch further pages. Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
Market information with the corresponding cursor.
func (*MarketEdge) Descriptor
deprecated
func (*MarketEdge) Descriptor() ([]byte, []int)
Deprecated: Use MarketEdge.ProtoReflect.Descriptor instead.
func (*MarketEdge) GetCursor ¶
func (x *MarketEdge) GetCursor() string
func (*MarketEdge) GetNode ¶
func (x *MarketEdge) GetNode() *vega.Market
func (*MarketEdge) ProtoMessage ¶
func (*MarketEdge) ProtoMessage()
func (*MarketEdge) ProtoReflect ¶
func (x *MarketEdge) ProtoReflect() protoreflect.Message
func (*MarketEdge) Reset ¶
func (x *MarketEdge) Reset()
func (*MarketEdge) String ¶
func (x *MarketEdge) String() string
type NetworkParameterConnection ¶
type NetworkParameterConnection struct { // Page of network parameters data and their corresponding cursors. Edges []*NetworkParameterEdge `protobuf:"bytes,1,rep,name=edges,proto3" json:"edges,omitempty"` // Page information that is used for fetching further pages. PageInfo *PageInfo `protobuf:"bytes,2,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"` // contains filtered or unexported fields }
Page of network parameters and corresponding page information
func (*NetworkParameterConnection) Descriptor
deprecated
func (*NetworkParameterConnection) Descriptor() ([]byte, []int)
Deprecated: Use NetworkParameterConnection.ProtoReflect.Descriptor instead.
func (*NetworkParameterConnection) GetEdges ¶
func (x *NetworkParameterConnection) GetEdges() []*NetworkParameterEdge
func (*NetworkParameterConnection) GetPageInfo ¶
func (x *NetworkParameterConnection) GetPageInfo() *PageInfo
func (*NetworkParameterConnection) ProtoMessage ¶
func (*NetworkParameterConnection) ProtoMessage()
func (*NetworkParameterConnection) ProtoReflect ¶
func (x *NetworkParameterConnection) ProtoReflect() protoreflect.Message
func (*NetworkParameterConnection) Reset ¶
func (x *NetworkParameterConnection) Reset()
func (*NetworkParameterConnection) String ¶
func (x *NetworkParameterConnection) String() string
type NetworkParameterEdge ¶
type NetworkParameterEdge struct { // Name and associated value of a network parameter. Node *vega.NetworkParameter `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` // Cursor that can be used to fetch further pages. Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
Network parameter with the corresponding cursor.
func (*NetworkParameterEdge) Descriptor
deprecated
func (*NetworkParameterEdge) Descriptor() ([]byte, []int)
Deprecated: Use NetworkParameterEdge.ProtoReflect.Descriptor instead.
func (*NetworkParameterEdge) GetCursor ¶
func (x *NetworkParameterEdge) GetCursor() string
func (*NetworkParameterEdge) GetNode ¶
func (x *NetworkParameterEdge) GetNode() *vega.NetworkParameter
func (*NetworkParameterEdge) ProtoMessage ¶
func (*NetworkParameterEdge) ProtoMessage()
func (*NetworkParameterEdge) ProtoReflect ¶
func (x *NetworkParameterEdge) ProtoReflect() protoreflect.Message
func (*NetworkParameterEdge) Reset ¶
func (x *NetworkParameterEdge) Reset()
func (*NetworkParameterEdge) String ¶
func (x *NetworkParameterEdge) String() string
type NodeBasic ¶ added in v0.71.0
type NodeBasic struct { // Unique ID identifying the node. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // Node operator's public key. PubKey string `protobuf:"bytes,2,opt,name=pub_key,json=pubKey,proto3" json:"pub_key,omitempty"` // Tendermint public key of the node. TmPubKey string `protobuf:"bytes,3,opt,name=tm_pub_key,json=tmPubKey,proto3" json:"tm_pub_key,omitempty"` // Ethereum public key of the node. EthereumAddress string `protobuf:"bytes,4,opt,name=ethereum_address,json=ethereumAddress,proto3" json:"ethereum_address,omitempty"` // URL that provides more information about the node. InfoUrl string `protobuf:"bytes,5,opt,name=info_url,json=infoUrl,proto3" json:"info_url,omitempty"` // Country code for the location of the node. Location string `protobuf:"bytes,6,opt,name=location,proto3" json:"location,omitempty"` // Node status. Status vega.NodeStatus `protobuf:"varint,13,opt,name=status,proto3,enum=vega.NodeStatus" json:"status,omitempty"` // Node name. Name string `protobuf:"bytes,17,opt,name=name,proto3" json:"name,omitempty"` // Avatar URL. AvatarUrl string `protobuf:"bytes,18,opt,name=avatar_url,json=avatarUrl,proto3" json:"avatar_url,omitempty"` // contains filtered or unexported fields }
Represents a basic node without any epoch specific details like delegations, staking, rewards etc.
func (*NodeBasic) Descriptor
deprecated
added in
v0.71.0
func (*NodeBasic) GetAvatarUrl ¶ added in v0.71.0
func (*NodeBasic) GetEthereumAddress ¶ added in v0.71.0
func (*NodeBasic) GetInfoUrl ¶ added in v0.71.0
func (*NodeBasic) GetLocation ¶ added in v0.71.0
func (*NodeBasic) GetStatus ¶ added in v0.71.0
func (x *NodeBasic) GetStatus() vega.NodeStatus
func (*NodeBasic) GetTmPubKey ¶ added in v0.71.0
func (*NodeBasic) ProtoMessage ¶ added in v0.71.0
func (*NodeBasic) ProtoMessage()
func (*NodeBasic) ProtoReflect ¶ added in v0.71.0
func (x *NodeBasic) ProtoReflect() protoreflect.Message
type NodeEdge ¶
type NodeEdge struct { // Data specific to a single node on the Vega network. Node *vega.Node `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` // Cursor that can be used to fetch further pages. Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
Node data with the corresponding cursor.
func (*NodeEdge) Descriptor
deprecated
func (*NodeEdge) ProtoMessage ¶
func (*NodeEdge) ProtoMessage()
func (*NodeEdge) ProtoReflect ¶
func (x *NodeEdge) ProtoReflect() protoreflect.Message
type NodeSignatureEdge ¶
type NodeSignatureEdge struct { // Node signature data. Node *v11.NodeSignature `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` // Cursor that can be used to fetch further pages. Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
Nodes signature edge with the corresponding cursor.
func (*NodeSignatureEdge) Descriptor
deprecated
func (*NodeSignatureEdge) Descriptor() ([]byte, []int)
Deprecated: Use NodeSignatureEdge.ProtoReflect.Descriptor instead.
func (*NodeSignatureEdge) GetCursor ¶
func (x *NodeSignatureEdge) GetCursor() string
func (*NodeSignatureEdge) GetNode ¶
func (x *NodeSignatureEdge) GetNode() *v11.NodeSignature
func (*NodeSignatureEdge) ProtoMessage ¶
func (*NodeSignatureEdge) ProtoMessage()
func (*NodeSignatureEdge) ProtoReflect ¶
func (x *NodeSignatureEdge) ProtoReflect() protoreflect.Message
func (*NodeSignatureEdge) Reset ¶
func (x *NodeSignatureEdge) Reset()
func (*NodeSignatureEdge) String ¶
func (x *NodeSignatureEdge) String() string
type NodeSignaturesConnection ¶
type NodeSignaturesConnection struct { // Page of node signatures and their corresponding cursors. Edges []*NodeSignatureEdge `protobuf:"bytes,1,rep,name=edges,proto3" json:"edges,omitempty"` // Page information that is used for fetching further pages. PageInfo *PageInfo `protobuf:"bytes,2,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"` // contains filtered or unexported fields }
Page of node signatures and corresponding page information.
func (*NodeSignaturesConnection) Descriptor
deprecated
func (*NodeSignaturesConnection) Descriptor() ([]byte, []int)
Deprecated: Use NodeSignaturesConnection.ProtoReflect.Descriptor instead.
func (*NodeSignaturesConnection) GetEdges ¶
func (x *NodeSignaturesConnection) GetEdges() []*NodeSignatureEdge
func (*NodeSignaturesConnection) GetPageInfo ¶
func (x *NodeSignaturesConnection) GetPageInfo() *PageInfo
func (*NodeSignaturesConnection) ProtoMessage ¶
func (*NodeSignaturesConnection) ProtoMessage()
func (*NodeSignaturesConnection) ProtoReflect ¶
func (x *NodeSignaturesConnection) ProtoReflect() protoreflect.Message
func (*NodeSignaturesConnection) Reset ¶
func (x *NodeSignaturesConnection) Reset()
func (*NodeSignaturesConnection) String ¶
func (x *NodeSignaturesConnection) String() string
type NodesConnection ¶
type NodesConnection struct { // Page of node data and their corresponding cursors. Edges []*NodeEdge `protobuf:"bytes,1,rep,name=edges,proto3" json:"edges,omitempty"` // Page information that is used for fetching further pages. PageInfo *PageInfo `protobuf:"bytes,2,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"` // contains filtered or unexported fields }
Page of node data and corresponding page information
func (*NodesConnection) Descriptor
deprecated
func (*NodesConnection) Descriptor() ([]byte, []int)
Deprecated: Use NodesConnection.ProtoReflect.Descriptor instead.
func (*NodesConnection) GetEdges ¶
func (x *NodesConnection) GetEdges() []*NodeEdge
func (*NodesConnection) GetPageInfo ¶
func (x *NodesConnection) GetPageInfo() *PageInfo
func (*NodesConnection) ProtoMessage ¶
func (*NodesConnection) ProtoMessage()
func (*NodesConnection) ProtoReflect ¶
func (x *NodesConnection) ProtoReflect() protoreflect.Message
func (*NodesConnection) Reset ¶
func (x *NodesConnection) Reset()
func (*NodesConnection) String ¶
func (x *NodesConnection) String() string
type ObserveAccountsRequest ¶
type ObserveAccountsRequest struct { // Market ID to filter accounts by. If empty, no markets will be filtered. MarketId string `protobuf:"bytes,1,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"` // Party ID to filter accounts by. If empty, no parties will be filtered. PartyId string `protobuf:"bytes,2,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"` // Asset ID to filter accounts by. If empty, no assets will be filtered. Asset string `protobuf:"bytes,3,opt,name=asset,proto3" json:"asset,omitempty"` // Account type to subscribe to, required field. Type vega.AccountType `protobuf:"varint,4,opt,name=type,proto3,enum=vega.AccountType" json:"type,omitempty"` // contains filtered or unexported fields }
Request that is sent when getting a subscription to a stream of accounts.
func (*ObserveAccountsRequest) Descriptor
deprecated
func (*ObserveAccountsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ObserveAccountsRequest.ProtoReflect.Descriptor instead.
func (*ObserveAccountsRequest) GetAsset ¶
func (x *ObserveAccountsRequest) GetAsset() string
func (*ObserveAccountsRequest) GetMarketId ¶
func (x *ObserveAccountsRequest) GetMarketId() string
func (*ObserveAccountsRequest) GetPartyId ¶
func (x *ObserveAccountsRequest) GetPartyId() string
func (*ObserveAccountsRequest) GetType ¶
func (x *ObserveAccountsRequest) GetType() vega.AccountType
func (*ObserveAccountsRequest) ProtoMessage ¶
func (*ObserveAccountsRequest) ProtoMessage()
func (*ObserveAccountsRequest) ProtoReflect ¶
func (x *ObserveAccountsRequest) ProtoReflect() protoreflect.Message
func (*ObserveAccountsRequest) Reset ¶
func (x *ObserveAccountsRequest) Reset()
func (*ObserveAccountsRequest) String ¶
func (x *ObserveAccountsRequest) String() string
type ObserveAccountsResponse ¶
type ObserveAccountsResponse struct { // Types that are assignable to Response: // // *ObserveAccountsResponse_Snapshot // *ObserveAccountsResponse_Updates Response isObserveAccountsResponse_Response `protobuf_oneof:"response"` // contains filtered or unexported fields }
Response that is received when subscribing to a stream of accounts.
func (*ObserveAccountsResponse) Descriptor
deprecated
func (*ObserveAccountsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ObserveAccountsResponse.ProtoReflect.Descriptor instead.
func (*ObserveAccountsResponse) GetResponse ¶ added in v0.55.0
func (m *ObserveAccountsResponse) GetResponse() isObserveAccountsResponse_Response
func (*ObserveAccountsResponse) GetSnapshot ¶ added in v0.55.0
func (x *ObserveAccountsResponse) GetSnapshot() *AccountSnapshotPage
func (*ObserveAccountsResponse) GetUpdates ¶ added in v0.55.0
func (x *ObserveAccountsResponse) GetUpdates() *AccountUpdates
func (*ObserveAccountsResponse) ProtoMessage ¶
func (*ObserveAccountsResponse) ProtoMessage()
func (*ObserveAccountsResponse) ProtoReflect ¶
func (x *ObserveAccountsResponse) ProtoReflect() protoreflect.Message
func (*ObserveAccountsResponse) Reset ¶
func (x *ObserveAccountsResponse) Reset()
func (*ObserveAccountsResponse) String ¶
func (x *ObserveAccountsResponse) String() string
type ObserveAccountsResponse_Snapshot ¶ added in v0.55.0
type ObserveAccountsResponse_Snapshot struct { // 'Initial image' snapshot containing current account balances. Snapshot *AccountSnapshotPage `protobuf:"bytes,1,opt,name=snapshot,proto3,oneof"` }
type ObserveAccountsResponse_Updates ¶ added in v0.55.0
type ObserveAccountsResponse_Updates struct { // List of account updates in the last block. Updates *AccountUpdates `protobuf:"bytes,2,opt,name=updates,proto3,oneof"` }
type ObserveCandleDataRequest ¶
type ObserveCandleDataRequest struct { // Unique ID for the candle. CandleId string `protobuf:"bytes,1,opt,name=candle_id,json=candleId,proto3" json:"candle_id,omitempty"` // contains filtered or unexported fields }
Request that is used to subscribe to a stream of candles
func (*ObserveCandleDataRequest) Descriptor
deprecated
func (*ObserveCandleDataRequest) Descriptor() ([]byte, []int)
Deprecated: Use ObserveCandleDataRequest.ProtoReflect.Descriptor instead.
func (*ObserveCandleDataRequest) GetCandleId ¶
func (x *ObserveCandleDataRequest) GetCandleId() string
func (*ObserveCandleDataRequest) ProtoMessage ¶
func (*ObserveCandleDataRequest) ProtoMessage()
func (*ObserveCandleDataRequest) ProtoReflect ¶
func (x *ObserveCandleDataRequest) ProtoReflect() protoreflect.Message
func (*ObserveCandleDataRequest) Reset ¶
func (x *ObserveCandleDataRequest) Reset()
func (*ObserveCandleDataRequest) String ¶
func (x *ObserveCandleDataRequest) String() string
type ObserveCandleDataResponse ¶
type ObserveCandleDataResponse struct { // Candle data. Candle *Candle `protobuf:"bytes,1,opt,name=candle,proto3" json:"candle,omitempty"` // contains filtered or unexported fields }
Response that is received when subscribing to a stream of candles
func (*ObserveCandleDataResponse) Descriptor
deprecated
func (*ObserveCandleDataResponse) Descriptor() ([]byte, []int)
Deprecated: Use ObserveCandleDataResponse.ProtoReflect.Descriptor instead.
func (*ObserveCandleDataResponse) GetCandle ¶
func (x *ObserveCandleDataResponse) GetCandle() *Candle
func (*ObserveCandleDataResponse) ProtoMessage ¶
func (*ObserveCandleDataResponse) ProtoMessage()
func (*ObserveCandleDataResponse) ProtoReflect ¶
func (x *ObserveCandleDataResponse) ProtoReflect() protoreflect.Message
func (*ObserveCandleDataResponse) Reset ¶
func (x *ObserveCandleDataResponse) Reset()
func (*ObserveCandleDataResponse) String ¶
func (x *ObserveCandleDataResponse) String() string
type ObserveDelegationsRequest ¶
type ObserveDelegationsRequest struct { // Party ID to get delegations for, if provided. PartyId *string `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3,oneof" json:"party_id,omitempty"` // Node ID to get delegations for, if provided. NodeId *string `protobuf:"bytes,2,opt,name=node_id,json=nodeId,proto3,oneof" json:"node_id,omitempty"` // contains filtered or unexported fields }
Request to subscribe to all event related to delegations, with the given filters
func (*ObserveDelegationsRequest) Descriptor
deprecated
func (*ObserveDelegationsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ObserveDelegationsRequest.ProtoReflect.Descriptor instead.
func (*ObserveDelegationsRequest) GetNodeId ¶
func (x *ObserveDelegationsRequest) GetNodeId() string
func (*ObserveDelegationsRequest) GetPartyId ¶
func (x *ObserveDelegationsRequest) GetPartyId() string
func (*ObserveDelegationsRequest) ProtoMessage ¶
func (*ObserveDelegationsRequest) ProtoMessage()
func (*ObserveDelegationsRequest) ProtoReflect ¶
func (x *ObserveDelegationsRequest) ProtoReflect() protoreflect.Message
func (*ObserveDelegationsRequest) Reset ¶
func (x *ObserveDelegationsRequest) Reset()
func (*ObserveDelegationsRequest) String ¶
func (x *ObserveDelegationsRequest) String() string
type ObserveDelegationsResponse ¶
type ObserveDelegationsResponse struct { // How much a party is delegating to a node and when. Delegation *vega.Delegation `protobuf:"bytes,1,opt,name=delegation,proto3" json:"delegation,omitempty"` // contains filtered or unexported fields }
Response with all events related to delegations, with the given filters
func (*ObserveDelegationsResponse) Descriptor
deprecated
func (*ObserveDelegationsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ObserveDelegationsResponse.ProtoReflect.Descriptor instead.
func (*ObserveDelegationsResponse) GetDelegation ¶
func (x *ObserveDelegationsResponse) GetDelegation() *vega.Delegation
func (*ObserveDelegationsResponse) ProtoMessage ¶
func (*ObserveDelegationsResponse) ProtoMessage()
func (*ObserveDelegationsResponse) ProtoReflect ¶
func (x *ObserveDelegationsResponse) ProtoReflect() protoreflect.Message
func (*ObserveDelegationsResponse) Reset ¶
func (x *ObserveDelegationsResponse) Reset()
func (*ObserveDelegationsResponse) String ¶
func (x *ObserveDelegationsResponse) String() string
type ObserveEventBusRequest ¶
type ObserveEventBusRequest struct { // One or more types of event, required field. Type []v1.BusEventType `protobuf:"varint,1,rep,packed,name=type,proto3,enum=vega.events.v1.BusEventType" json:"type,omitempty"` // Market ID to filter for, optional field. If empty, no markets will be excluded from the stream. MarketId string `protobuf:"bytes,2,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"` // Party ID to filter for, optional field. If empty, no parties will be excluded from the stream. PartyId string `protobuf:"bytes,3,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"` // Batch size, // If not specified, any events received will be sent immediately. If the client is not ready // for the next data-set, data may be dropped a number of times, and eventually the stream is closed. // if specified, the first batch will be sent when ready. To receive the next set of events, the client // must write an `ObserveEventBatch` message on the stream to flush the buffer. // If no message is received in 5 seconds, the stream is closed. // Default: 0, send any and all events when they are available. BatchSize int64 `protobuf:"varint,4,opt,name=batch_size,json=batchSize,proto3" json:"batch_size,omitempty"` // contains filtered or unexported fields }
Request to subscribe to a stream of one or more event types from the Vega event bus
func (*ObserveEventBusRequest) Descriptor
deprecated
func (*ObserveEventBusRequest) Descriptor() ([]byte, []int)
Deprecated: Use ObserveEventBusRequest.ProtoReflect.Descriptor instead.
func (*ObserveEventBusRequest) GetBatchSize ¶
func (x *ObserveEventBusRequest) GetBatchSize() int64
func (*ObserveEventBusRequest) GetMarketId ¶
func (x *ObserveEventBusRequest) GetMarketId() string
func (*ObserveEventBusRequest) GetPartyId ¶
func (x *ObserveEventBusRequest) GetPartyId() string
func (*ObserveEventBusRequest) GetType ¶
func (x *ObserveEventBusRequest) GetType() []v1.BusEventType
func (*ObserveEventBusRequest) ProtoMessage ¶
func (*ObserveEventBusRequest) ProtoMessage()
func (*ObserveEventBusRequest) ProtoReflect ¶
func (x *ObserveEventBusRequest) ProtoReflect() protoreflect.Message
func (*ObserveEventBusRequest) Reset ¶
func (x *ObserveEventBusRequest) Reset()
func (*ObserveEventBusRequest) String ¶
func (x *ObserveEventBusRequest) String() string
type ObserveEventBusResponse ¶
type ObserveEventBusResponse struct { // List of events that occurred on the Vega event bus. Events []*v1.BusEvent `protobuf:"bytes,1,rep,name=events,proto3" json:"events,omitempty"` // contains filtered or unexported fields }
Response to a subscribed stream of events from the Vega event bus
func (*ObserveEventBusResponse) Descriptor
deprecated
func (*ObserveEventBusResponse) Descriptor() ([]byte, []int)
Deprecated: Use ObserveEventBusResponse.ProtoReflect.Descriptor instead.
func (*ObserveEventBusResponse) GetEvents ¶
func (x *ObserveEventBusResponse) GetEvents() []*v1.BusEvent
func (*ObserveEventBusResponse) ProtoMessage ¶
func (*ObserveEventBusResponse) ProtoMessage()
func (*ObserveEventBusResponse) ProtoReflect ¶
func (x *ObserveEventBusResponse) ProtoReflect() protoreflect.Message
func (*ObserveEventBusResponse) Reset ¶
func (x *ObserveEventBusResponse) Reset()
func (*ObserveEventBusResponse) String ¶
func (x *ObserveEventBusResponse) String() string
type ObserveGovernanceRequest ¶
type ObserveGovernanceRequest struct { // Restrict proposal updates to those proposed by the given party ID. PartyId *string `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3,oneof" json:"party_id,omitempty"` // contains filtered or unexported fields }
Request for governance subscription
func (*ObserveGovernanceRequest) Descriptor
deprecated
func (*ObserveGovernanceRequest) Descriptor() ([]byte, []int)
Deprecated: Use ObserveGovernanceRequest.ProtoReflect.Descriptor instead.
func (*ObserveGovernanceRequest) GetPartyId ¶
func (x *ObserveGovernanceRequest) GetPartyId() string
func (*ObserveGovernanceRequest) ProtoMessage ¶
func (*ObserveGovernanceRequest) ProtoMessage()
func (*ObserveGovernanceRequest) ProtoReflect ¶
func (x *ObserveGovernanceRequest) ProtoReflect() protoreflect.Message
func (*ObserveGovernanceRequest) Reset ¶
func (x *ObserveGovernanceRequest) Reset()
func (*ObserveGovernanceRequest) String ¶
func (x *ObserveGovernanceRequest) String() string
type ObserveGovernanceResponse ¶
type ObserveGovernanceResponse struct { // Governance data, i.e. proposal and votes for and against. Data *vega.GovernanceData `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
Response from governance subscription
func (*ObserveGovernanceResponse) Descriptor
deprecated
func (*ObserveGovernanceResponse) Descriptor() ([]byte, []int)
Deprecated: Use ObserveGovernanceResponse.ProtoReflect.Descriptor instead.
func (*ObserveGovernanceResponse) GetData ¶
func (x *ObserveGovernanceResponse) GetData() *vega.GovernanceData
func (*ObserveGovernanceResponse) ProtoMessage ¶
func (*ObserveGovernanceResponse) ProtoMessage()
func (*ObserveGovernanceResponse) ProtoReflect ¶
func (x *ObserveGovernanceResponse) ProtoReflect() protoreflect.Message
func (*ObserveGovernanceResponse) Reset ¶
func (x *ObserveGovernanceResponse) Reset()
func (*ObserveGovernanceResponse) String ¶
func (x *ObserveGovernanceResponse) String() string
type ObserveLedgerMovementsRequest ¶ added in v0.56.0
type ObserveLedgerMovementsRequest struct {
// contains filtered or unexported fields
}
Request to subscribe to ledger movements
func (*ObserveLedgerMovementsRequest) Descriptor
deprecated
added in
v0.56.0
func (*ObserveLedgerMovementsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ObserveLedgerMovementsRequest.ProtoReflect.Descriptor instead.
func (*ObserveLedgerMovementsRequest) ProtoMessage ¶ added in v0.56.0
func (*ObserveLedgerMovementsRequest) ProtoMessage()
func (*ObserveLedgerMovementsRequest) ProtoReflect ¶ added in v0.56.0
func (x *ObserveLedgerMovementsRequest) ProtoReflect() protoreflect.Message
func (*ObserveLedgerMovementsRequest) Reset ¶ added in v0.56.0
func (x *ObserveLedgerMovementsRequest) Reset()
func (*ObserveLedgerMovementsRequest) String ¶ added in v0.56.0
func (x *ObserveLedgerMovementsRequest) String() string
type ObserveLedgerMovementsResponse ¶ added in v0.56.0
type ObserveLedgerMovementsResponse struct { // Ledger movements data with list of ledger entries and and post-transfer balances. LedgerMovement *vega.LedgerMovement `protobuf:"bytes,1,opt,name=ledger_movement,json=ledgerMovement,proto3" json:"ledger_movement,omitempty"` // contains filtered or unexported fields }
Response from ledger movements subscription
func (*ObserveLedgerMovementsResponse) Descriptor
deprecated
added in
v0.56.0
func (*ObserveLedgerMovementsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ObserveLedgerMovementsResponse.ProtoReflect.Descriptor instead.
func (*ObserveLedgerMovementsResponse) GetLedgerMovement ¶ added in v0.56.0
func (x *ObserveLedgerMovementsResponse) GetLedgerMovement() *vega.LedgerMovement
func (*ObserveLedgerMovementsResponse) ProtoMessage ¶ added in v0.56.0
func (*ObserveLedgerMovementsResponse) ProtoMessage()
func (*ObserveLedgerMovementsResponse) ProtoReflect ¶ added in v0.56.0
func (x *ObserveLedgerMovementsResponse) ProtoReflect() protoreflect.Message
func (*ObserveLedgerMovementsResponse) Reset ¶ added in v0.56.0
func (x *ObserveLedgerMovementsResponse) Reset()
func (*ObserveLedgerMovementsResponse) String ¶ added in v0.56.0
func (x *ObserveLedgerMovementsResponse) String() string
type ObserveLiquidityProvisionsRequest ¶ added in v0.55.0
type ObserveLiquidityProvisionsRequest struct { // Target market to observe for liquidity provision orders. MarketId *string `protobuf:"bytes,1,opt,name=market_id,json=marketId,proto3,oneof" json:"market_id,omitempty"` // Target party to observe for submitted liquidity provision orders. PartyId *string `protobuf:"bytes,2,opt,name=party_id,json=partyId,proto3,oneof" json:"party_id,omitempty"` // contains filtered or unexported fields }
Request sent to subscribe to liquidity provisions
func (*ObserveLiquidityProvisionsRequest) Descriptor
deprecated
added in
v0.55.0
func (*ObserveLiquidityProvisionsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ObserveLiquidityProvisionsRequest.ProtoReflect.Descriptor instead.
func (*ObserveLiquidityProvisionsRequest) GetMarketId ¶ added in v0.55.0
func (x *ObserveLiquidityProvisionsRequest) GetMarketId() string
func (*ObserveLiquidityProvisionsRequest) GetPartyId ¶ added in v0.55.0
func (x *ObserveLiquidityProvisionsRequest) GetPartyId() string
func (*ObserveLiquidityProvisionsRequest) ProtoMessage ¶ added in v0.55.0
func (*ObserveLiquidityProvisionsRequest) ProtoMessage()
func (*ObserveLiquidityProvisionsRequest) ProtoReflect ¶ added in v0.55.0
func (x *ObserveLiquidityProvisionsRequest) ProtoReflect() protoreflect.Message
func (*ObserveLiquidityProvisionsRequest) Reset ¶ added in v0.55.0
func (x *ObserveLiquidityProvisionsRequest) Reset()
func (*ObserveLiquidityProvisionsRequest) String ¶ added in v0.55.0
func (x *ObserveLiquidityProvisionsRequest) String() string
type ObserveLiquidityProvisionsResponse ¶ added in v0.55.0
type ObserveLiquidityProvisionsResponse struct { LiquidityProvisions []*vega.LiquidityProvision `protobuf:"bytes,1,rep,name=liquidity_provisions,json=liquidityProvisions,proto3" json:"liquidity_provisions,omitempty"` // contains filtered or unexported fields }
Response from liquidity provisions subscription
func (*ObserveLiquidityProvisionsResponse) Descriptor
deprecated
added in
v0.55.0
func (*ObserveLiquidityProvisionsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ObserveLiquidityProvisionsResponse.ProtoReflect.Descriptor instead.
func (*ObserveLiquidityProvisionsResponse) GetLiquidityProvisions ¶ added in v0.55.0
func (x *ObserveLiquidityProvisionsResponse) GetLiquidityProvisions() []*vega.LiquidityProvision
func (*ObserveLiquidityProvisionsResponse) ProtoMessage ¶ added in v0.55.0
func (*ObserveLiquidityProvisionsResponse) ProtoMessage()
func (*ObserveLiquidityProvisionsResponse) ProtoReflect ¶ added in v0.55.0
func (x *ObserveLiquidityProvisionsResponse) ProtoReflect() protoreflect.Message
func (*ObserveLiquidityProvisionsResponse) Reset ¶ added in v0.55.0
func (x *ObserveLiquidityProvisionsResponse) Reset()
func (*ObserveLiquidityProvisionsResponse) String ¶ added in v0.55.0
func (x *ObserveLiquidityProvisionsResponse) String() string
type ObserveMarginLevelsRequest ¶
type ObserveMarginLevelsRequest struct { // Restrict margin level updates to those relating to the given party. PartyId string `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"` // Restrict margin level updates to those relating to the given market. MarketId *string `protobuf:"bytes,2,opt,name=market_id,json=marketId,proto3,oneof" json:"market_id,omitempty"` // contains filtered or unexported fields }
Request to subscribe to a stream of MarginLevels data. If a party ID is provided, the stream will contain margin levels for that party only. Optionally, the list can be additionally filtered by market
func (*ObserveMarginLevelsRequest) Descriptor
deprecated
func (*ObserveMarginLevelsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ObserveMarginLevelsRequest.ProtoReflect.Descriptor instead.
func (*ObserveMarginLevelsRequest) GetMarketId ¶
func (x *ObserveMarginLevelsRequest) GetMarketId() string
func (*ObserveMarginLevelsRequest) GetPartyId ¶
func (x *ObserveMarginLevelsRequest) GetPartyId() string
func (*ObserveMarginLevelsRequest) ProtoMessage ¶
func (*ObserveMarginLevelsRequest) ProtoMessage()
func (*ObserveMarginLevelsRequest) ProtoReflect ¶
func (x *ObserveMarginLevelsRequest) ProtoReflect() protoreflect.Message
func (*ObserveMarginLevelsRequest) Reset ¶
func (x *ObserveMarginLevelsRequest) Reset()
func (*ObserveMarginLevelsRequest) String ¶
func (x *ObserveMarginLevelsRequest) String() string
type ObserveMarginLevelsResponse ¶
type ObserveMarginLevelsResponse struct { // Margin levels data that match the subscription request filters. MarginLevels *vega.MarginLevels `protobuf:"bytes,1,opt,name=margin_levels,json=marginLevels,proto3" json:"margin_levels,omitempty"` // contains filtered or unexported fields }
Response from subscribing to margin levels data
func (*ObserveMarginLevelsResponse) Descriptor
deprecated
func (*ObserveMarginLevelsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ObserveMarginLevelsResponse.ProtoReflect.Descriptor instead.
func (*ObserveMarginLevelsResponse) GetMarginLevels ¶
func (x *ObserveMarginLevelsResponse) GetMarginLevels() *vega.MarginLevels
func (*ObserveMarginLevelsResponse) ProtoMessage ¶
func (*ObserveMarginLevelsResponse) ProtoMessage()
func (*ObserveMarginLevelsResponse) ProtoReflect ¶
func (x *ObserveMarginLevelsResponse) ProtoReflect() protoreflect.Message
func (*ObserveMarginLevelsResponse) Reset ¶
func (x *ObserveMarginLevelsResponse) Reset()
func (*ObserveMarginLevelsResponse) String ¶
func (x *ObserveMarginLevelsResponse) String() string
type ObserveMarketsDataRequest ¶
type ObserveMarketsDataRequest struct { // Restrict updates to market data by the given market IDs. MarketIds []string `protobuf:"bytes,1,rep,name=market_ids,json=marketIds,proto3" json:"market_ids,omitempty"` // contains filtered or unexported fields }
Request that is sent for market data subscription
func (*ObserveMarketsDataRequest) Descriptor
deprecated
func (*ObserveMarketsDataRequest) Descriptor() ([]byte, []int)
Deprecated: Use ObserveMarketsDataRequest.ProtoReflect.Descriptor instead.
func (*ObserveMarketsDataRequest) GetMarketIds ¶
func (x *ObserveMarketsDataRequest) GetMarketIds() []string
func (*ObserveMarketsDataRequest) ProtoMessage ¶
func (*ObserveMarketsDataRequest) ProtoMessage()
func (*ObserveMarketsDataRequest) ProtoReflect ¶
func (x *ObserveMarketsDataRequest) ProtoReflect() protoreflect.Message
func (*ObserveMarketsDataRequest) Reset ¶
func (x *ObserveMarketsDataRequest) Reset()
func (*ObserveMarketsDataRequest) String ¶
func (x *ObserveMarketsDataRequest) String() string
type ObserveMarketsDataResponse ¶
type ObserveMarketsDataResponse struct { // List of market data. MarketData []*vega.MarketData `protobuf:"bytes,1,rep,name=market_data,json=marketData,proto3" json:"market_data,omitempty"` // contains filtered or unexported fields }
Response that is received for market data subscription
func (*ObserveMarketsDataResponse) Descriptor
deprecated
func (*ObserveMarketsDataResponse) Descriptor() ([]byte, []int)
Deprecated: Use ObserveMarketsDataResponse.ProtoReflect.Descriptor instead.
func (*ObserveMarketsDataResponse) GetMarketData ¶
func (x *ObserveMarketsDataResponse) GetMarketData() []*vega.MarketData
func (*ObserveMarketsDataResponse) ProtoMessage ¶
func (*ObserveMarketsDataResponse) ProtoMessage()
func (*ObserveMarketsDataResponse) ProtoReflect ¶
func (x *ObserveMarketsDataResponse) ProtoReflect() protoreflect.Message
func (*ObserveMarketsDataResponse) Reset ¶
func (x *ObserveMarketsDataResponse) Reset()
func (*ObserveMarketsDataResponse) String ¶
func (x *ObserveMarketsDataResponse) String() string
type ObserveMarketsDepthRequest ¶
type ObserveMarketsDepthRequest struct { // Restrict market depth data by the given market IDs. MarketIds []string `protobuf:"bytes,1,rep,name=market_ids,json=marketIds,proto3" json:"market_ids,omitempty"` // contains filtered or unexported fields }
Request that is sent to get market depth subscription
func (*ObserveMarketsDepthRequest) Descriptor
deprecated
func (*ObserveMarketsDepthRequest) Descriptor() ([]byte, []int)
Deprecated: Use ObserveMarketsDepthRequest.ProtoReflect.Descriptor instead.
func (*ObserveMarketsDepthRequest) GetMarketIds ¶
func (x *ObserveMarketsDepthRequest) GetMarketIds() []string
func (*ObserveMarketsDepthRequest) ProtoMessage ¶
func (*ObserveMarketsDepthRequest) ProtoMessage()
func (*ObserveMarketsDepthRequest) ProtoReflect ¶
func (x *ObserveMarketsDepthRequest) ProtoReflect() protoreflect.Message
func (*ObserveMarketsDepthRequest) Reset ¶
func (x *ObserveMarketsDepthRequest) Reset()
func (*ObserveMarketsDepthRequest) String ¶
func (x *ObserveMarketsDepthRequest) String() string
type ObserveMarketsDepthResponse ¶
type ObserveMarketsDepthResponse struct { // List of market depth data. MarketDepth []*vega.MarketDepth `protobuf:"bytes,1,rep,name=market_depth,json=marketDepth,proto3" json:"market_depth,omitempty"` // contains filtered or unexported fields }
Response that is received for MarketDepth subscription.
func (*ObserveMarketsDepthResponse) Descriptor
deprecated
func (*ObserveMarketsDepthResponse) Descriptor() ([]byte, []int)
Deprecated: Use ObserveMarketsDepthResponse.ProtoReflect.Descriptor instead.
func (*ObserveMarketsDepthResponse) GetMarketDepth ¶
func (x *ObserveMarketsDepthResponse) GetMarketDepth() []*vega.MarketDepth
func (*ObserveMarketsDepthResponse) ProtoMessage ¶
func (*ObserveMarketsDepthResponse) ProtoMessage()
func (*ObserveMarketsDepthResponse) ProtoReflect ¶
func (x *ObserveMarketsDepthResponse) ProtoReflect() protoreflect.Message
func (*ObserveMarketsDepthResponse) Reset ¶
func (x *ObserveMarketsDepthResponse) Reset()
func (*ObserveMarketsDepthResponse) String ¶
func (x *ObserveMarketsDepthResponse) String() string
type ObserveMarketsDepthUpdatesRequest ¶
type ObserveMarketsDepthUpdatesRequest struct { // Restrict updates to market depth by the given market IDs. MarketIds []string `protobuf:"bytes,1,rep,name=market_ids,json=marketIds,proto3" json:"market_ids,omitempty"` // contains filtered or unexported fields }
Request that is sent for market depth update subscription
func (*ObserveMarketsDepthUpdatesRequest) Descriptor
deprecated
func (*ObserveMarketsDepthUpdatesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ObserveMarketsDepthUpdatesRequest.ProtoReflect.Descriptor instead.
func (*ObserveMarketsDepthUpdatesRequest) GetMarketIds ¶
func (x *ObserveMarketsDepthUpdatesRequest) GetMarketIds() []string
func (*ObserveMarketsDepthUpdatesRequest) ProtoMessage ¶
func (*ObserveMarketsDepthUpdatesRequest) ProtoMessage()
func (*ObserveMarketsDepthUpdatesRequest) ProtoReflect ¶
func (x *ObserveMarketsDepthUpdatesRequest) ProtoReflect() protoreflect.Message
func (*ObserveMarketsDepthUpdatesRequest) Reset ¶
func (x *ObserveMarketsDepthUpdatesRequest) Reset()
func (*ObserveMarketsDepthUpdatesRequest) String ¶
func (x *ObserveMarketsDepthUpdatesRequest) String() string
type ObserveMarketsDepthUpdatesResponse ¶
type ObserveMarketsDepthUpdatesResponse struct { // List of market depth update data. Update []*vega.MarketDepthUpdate `protobuf:"bytes,1,rep,name=update,proto3" json:"update,omitempty"` // contains filtered or unexported fields }
Response that is received for market depth update subscription
func (*ObserveMarketsDepthUpdatesResponse) Descriptor
deprecated
func (*ObserveMarketsDepthUpdatesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ObserveMarketsDepthUpdatesResponse.ProtoReflect.Descriptor instead.
func (*ObserveMarketsDepthUpdatesResponse) GetUpdate ¶
func (x *ObserveMarketsDepthUpdatesResponse) GetUpdate() []*vega.MarketDepthUpdate
func (*ObserveMarketsDepthUpdatesResponse) ProtoMessage ¶
func (*ObserveMarketsDepthUpdatesResponse) ProtoMessage()
func (*ObserveMarketsDepthUpdatesResponse) ProtoReflect ¶
func (x *ObserveMarketsDepthUpdatesResponse) ProtoReflect() protoreflect.Message
func (*ObserveMarketsDepthUpdatesResponse) Reset ¶
func (x *ObserveMarketsDepthUpdatesResponse) Reset()
func (*ObserveMarketsDepthUpdatesResponse) String ¶
func (x *ObserveMarketsDepthUpdatesResponse) String() string
type ObserveOrdersRequest ¶
type ObserveOrdersRequest struct { // Restrict orders to those placed on the given markets. MarketIds []string `protobuf:"bytes,1,rep,name=market_ids,json=marketIds,proto3" json:"market_ids,omitempty"` // Restrict orders to those placed on the by the given parties. PartyIds []string `protobuf:"bytes,2,rep,name=party_ids,json=partyIds,proto3" json:"party_ids,omitempty"` // Whether liquidity orders should be excluded from the stream. If not set, liquidity orders will be included. ExcludeLiquidity *bool `protobuf:"varint,3,opt,name=exclude_liquidity,json=excludeLiquidity,proto3,oneof" json:"exclude_liquidity,omitempty"` // contains filtered or unexported fields }
Request to subscribe to a stream of orders.
Request fields market ID and party ID are both optional filters: If omitted all orders, for all parties on all markets will be returned on the stream Both filters can be combined
func (*ObserveOrdersRequest) Descriptor
deprecated
func (*ObserveOrdersRequest) Descriptor() ([]byte, []int)
Deprecated: Use ObserveOrdersRequest.ProtoReflect.Descriptor instead.
func (*ObserveOrdersRequest) GetExcludeLiquidity ¶ added in v0.63.0
func (x *ObserveOrdersRequest) GetExcludeLiquidity() bool
func (*ObserveOrdersRequest) GetMarketIds ¶ added in v0.70.0
func (x *ObserveOrdersRequest) GetMarketIds() []string
func (*ObserveOrdersRequest) GetPartyIds ¶ added in v0.70.0
func (x *ObserveOrdersRequest) GetPartyIds() []string
func (*ObserveOrdersRequest) ProtoMessage ¶
func (*ObserveOrdersRequest) ProtoMessage()
func (*ObserveOrdersRequest) ProtoReflect ¶
func (x *ObserveOrdersRequest) ProtoReflect() protoreflect.Message
func (*ObserveOrdersRequest) Reset ¶
func (x *ObserveOrdersRequest) Reset()
func (*ObserveOrdersRequest) String ¶
func (x *ObserveOrdersRequest) String() string
type ObserveOrdersResponse ¶
type ObserveOrdersResponse struct { // Types that are assignable to Response: // // *ObserveOrdersResponse_Snapshot // *ObserveOrdersResponse_Updates Response isObserveOrdersResponse_Response `protobuf_oneof:"response"` // contains filtered or unexported fields }
Response that is received from an orders subscription.
func (*ObserveOrdersResponse) Descriptor
deprecated
func (*ObserveOrdersResponse) Descriptor() ([]byte, []int)
Deprecated: Use ObserveOrdersResponse.ProtoReflect.Descriptor instead.
func (*ObserveOrdersResponse) GetResponse ¶ added in v0.55.0
func (m *ObserveOrdersResponse) GetResponse() isObserveOrdersResponse_Response
func (*ObserveOrdersResponse) GetSnapshot ¶ added in v0.55.0
func (x *ObserveOrdersResponse) GetSnapshot() *OrderSnapshotPage
func (*ObserveOrdersResponse) GetUpdates ¶ added in v0.55.0
func (x *ObserveOrdersResponse) GetUpdates() *OrderUpdates
func (*ObserveOrdersResponse) ProtoMessage ¶
func (*ObserveOrdersResponse) ProtoMessage()
func (*ObserveOrdersResponse) ProtoReflect ¶
func (x *ObserveOrdersResponse) ProtoReflect() protoreflect.Message
func (*ObserveOrdersResponse) Reset ¶
func (x *ObserveOrdersResponse) Reset()
func (*ObserveOrdersResponse) String ¶
func (x *ObserveOrdersResponse) String() string
type ObserveOrdersResponse_Snapshot ¶ added in v0.55.0
type ObserveOrdersResponse_Snapshot struct { // An 'initial image' snapshot containing current live orders. Snapshot *OrderSnapshotPage `protobuf:"bytes,1,opt,name=snapshot,proto3,oneof"` }
type ObserveOrdersResponse_Updates ¶ added in v0.55.0
type ObserveOrdersResponse_Updates struct { // List of order updates in the last block. Updates *OrderUpdates `protobuf:"bytes,2,opt,name=updates,proto3,oneof"` }
type ObservePositionsRequest ¶
type ObservePositionsRequest struct { // Restrict position updates to those related to the given parties. PartyId *string `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3,oneof" json:"party_id,omitempty"` // Restrict position updates to those related to the given markets. MarketId *string `protobuf:"bytes,2,opt,name=market_id,json=marketId,proto3,oneof" json:"market_id,omitempty"` // contains filtered or unexported fields }
Request that is used to subscribe to a stream of positions
func (*ObservePositionsRequest) Descriptor
deprecated
func (*ObservePositionsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ObservePositionsRequest.ProtoReflect.Descriptor instead.
func (*ObservePositionsRequest) GetMarketId ¶
func (x *ObservePositionsRequest) GetMarketId() string
func (*ObservePositionsRequest) GetPartyId ¶
func (x *ObservePositionsRequest) GetPartyId() string
func (*ObservePositionsRequest) ProtoMessage ¶
func (*ObservePositionsRequest) ProtoMessage()
func (*ObservePositionsRequest) ProtoReflect ¶
func (x *ObservePositionsRequest) ProtoReflect() protoreflect.Message
func (*ObservePositionsRequest) Reset ¶
func (x *ObservePositionsRequest) Reset()
func (*ObservePositionsRequest) String ¶
func (x *ObservePositionsRequest) String() string
type ObservePositionsResponse ¶
type ObservePositionsResponse struct { // Types that are assignable to Response: // // *ObservePositionsResponse_Snapshot // *ObservePositionsResponse_Updates Response isObservePositionsResponse_Response `protobuf_oneof:"response"` // contains filtered or unexported fields }
Response received from a positions subscription request
func (*ObservePositionsResponse) Descriptor
deprecated
func (*ObservePositionsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ObservePositionsResponse.ProtoReflect.Descriptor instead.
func (*ObservePositionsResponse) GetResponse ¶ added in v0.55.0
func (m *ObservePositionsResponse) GetResponse() isObservePositionsResponse_Response
func (*ObservePositionsResponse) GetSnapshot ¶ added in v0.55.0
func (x *ObservePositionsResponse) GetSnapshot() *PositionSnapshotPage
func (*ObservePositionsResponse) GetUpdates ¶ added in v0.55.0
func (x *ObservePositionsResponse) GetUpdates() *PositionUpdates
func (*ObservePositionsResponse) ProtoMessage ¶
func (*ObservePositionsResponse) ProtoMessage()
func (*ObservePositionsResponse) ProtoReflect ¶
func (x *ObservePositionsResponse) ProtoReflect() protoreflect.Message
func (*ObservePositionsResponse) Reset ¶
func (x *ObservePositionsResponse) Reset()
func (*ObservePositionsResponse) String ¶
func (x *ObservePositionsResponse) String() string
type ObservePositionsResponse_Snapshot ¶ added in v0.55.0
type ObservePositionsResponse_Snapshot struct { // An 'initial image' snapshot containing current positions. Snapshot *PositionSnapshotPage `protobuf:"bytes,1,opt,name=snapshot,proto3,oneof"` }
type ObservePositionsResponse_Updates ¶ added in v0.55.0
type ObservePositionsResponse_Updates struct { // List of position updates in the last block. Updates *PositionUpdates `protobuf:"bytes,2,opt,name=updates,proto3,oneof"` }
type ObserveRewardsRequest ¶
type ObserveRewardsRequest struct { // Asset ID to get rewards data for, if provided. AssetId *string `protobuf:"bytes,1,opt,name=asset_id,json=assetId,proto3,oneof" json:"asset_id,omitempty"` // Party ID to get rewards data for, if provided. PartyId *string `protobuf:"bytes,2,opt,name=party_id,json=partyId,proto3,oneof" json:"party_id,omitempty"` // contains filtered or unexported fields }
Request sent for subscribing to rewards
func (*ObserveRewardsRequest) Descriptor
deprecated
func (*ObserveRewardsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ObserveRewardsRequest.ProtoReflect.Descriptor instead.
func (*ObserveRewardsRequest) GetAssetId ¶
func (x *ObserveRewardsRequest) GetAssetId() string
func (*ObserveRewardsRequest) GetPartyId ¶
func (x *ObserveRewardsRequest) GetPartyId() string
func (*ObserveRewardsRequest) ProtoMessage ¶
func (*ObserveRewardsRequest) ProtoMessage()
func (*ObserveRewardsRequest) ProtoReflect ¶
func (x *ObserveRewardsRequest) ProtoReflect() protoreflect.Message
func (*ObserveRewardsRequest) Reset ¶
func (x *ObserveRewardsRequest) Reset()
func (*ObserveRewardsRequest) String ¶
func (x *ObserveRewardsRequest) String() string
type ObserveRewardsResponse ¶
type ObserveRewardsResponse struct { // Rewards data received. Reward *vega.Reward `protobuf:"bytes,1,opt,name=reward,proto3" json:"reward,omitempty"` // contains filtered or unexported fields }
Response that is received from subscribing to rewards data
func (*ObserveRewardsResponse) Descriptor
deprecated
func (*ObserveRewardsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ObserveRewardsResponse.ProtoReflect.Descriptor instead.
func (*ObserveRewardsResponse) GetReward ¶
func (x *ObserveRewardsResponse) GetReward() *vega.Reward
func (*ObserveRewardsResponse) ProtoMessage ¶
func (*ObserveRewardsResponse) ProtoMessage()
func (*ObserveRewardsResponse) ProtoReflect ¶
func (x *ObserveRewardsResponse) ProtoReflect() protoreflect.Message
func (*ObserveRewardsResponse) Reset ¶
func (x *ObserveRewardsResponse) Reset()
func (*ObserveRewardsResponse) String ¶
func (x *ObserveRewardsResponse) String() string
type ObserveTradesRequest ¶
type ObserveTradesRequest struct { // Restrict the trades streamed to those made on the given markets. MarketIds []string `protobuf:"bytes,1,rep,name=market_ids,json=marketIds,proto3" json:"market_ids,omitempty"` // Restrict the trades streamed to those made by the given parties. PartyIds []string `protobuf:"bytes,2,rep,name=party_ids,json=partyIds,proto3" json:"party_ids,omitempty"` // contains filtered or unexported fields }
Request to subscribe to a stream of trades
func (*ObserveTradesRequest) Descriptor
deprecated
func (*ObserveTradesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ObserveTradesRequest.ProtoReflect.Descriptor instead.
func (*ObserveTradesRequest) GetMarketIds ¶ added in v0.71.0
func (x *ObserveTradesRequest) GetMarketIds() []string
func (*ObserveTradesRequest) GetPartyIds ¶ added in v0.71.0
func (x *ObserveTradesRequest) GetPartyIds() []string
func (*ObserveTradesRequest) ProtoMessage ¶
func (*ObserveTradesRequest) ProtoMessage()
func (*ObserveTradesRequest) ProtoReflect ¶
func (x *ObserveTradesRequest) ProtoReflect() protoreflect.Message
func (*ObserveTradesRequest) Reset ¶
func (x *ObserveTradesRequest) Reset()
func (*ObserveTradesRequest) String ¶
func (x *ObserveTradesRequest) String() string
type ObserveTradesResponse ¶
type ObserveTradesResponse struct { // List of 0 or more trades. Trades []*vega.Trade `protobuf:"bytes,1,rep,name=trades,proto3" json:"trades,omitempty"` // contains filtered or unexported fields }
Stream of trades
func (*ObserveTradesResponse) Descriptor
deprecated
func (*ObserveTradesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ObserveTradesResponse.ProtoReflect.Descriptor instead.
func (*ObserveTradesResponse) GetTrades ¶
func (x *ObserveTradesResponse) GetTrades() []*vega.Trade
func (*ObserveTradesResponse) ProtoMessage ¶
func (*ObserveTradesResponse) ProtoMessage()
func (*ObserveTradesResponse) ProtoReflect ¶
func (x *ObserveTradesResponse) ProtoReflect() protoreflect.Message
func (*ObserveTradesResponse) Reset ¶
func (x *ObserveTradesResponse) Reset()
func (*ObserveTradesResponse) String ¶
func (x *ObserveTradesResponse) String() string
type ObserveVotesRequest ¶
type ObserveVotesRequest struct { // Restrict vote updates to those made by the given party. PartyId *string `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3,oneof" json:"party_id,omitempty"` // Restrict vote updates to those made on the given proposal. ProposalId *string `protobuf:"bytes,2,opt,name=proposal_id,json=proposalId,proto3,oneof" json:"proposal_id,omitempty"` // contains filtered or unexported fields }
Request that is sent to subscribe to votes
func (*ObserveVotesRequest) Descriptor
deprecated
func (*ObserveVotesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ObserveVotesRequest.ProtoReflect.Descriptor instead.
func (*ObserveVotesRequest) GetPartyId ¶
func (x *ObserveVotesRequest) GetPartyId() string
func (*ObserveVotesRequest) GetProposalId ¶
func (x *ObserveVotesRequest) GetProposalId() string
func (*ObserveVotesRequest) ProtoMessage ¶
func (*ObserveVotesRequest) ProtoMessage()
func (*ObserveVotesRequest) ProtoReflect ¶
func (x *ObserveVotesRequest) ProtoReflect() protoreflect.Message
func (*ObserveVotesRequest) Reset ¶
func (x *ObserveVotesRequest) Reset()
func (*ObserveVotesRequest) String ¶
func (x *ObserveVotesRequest) String() string
type ObserveVotesResponse ¶
type ObserveVotesResponse struct { // Data associated with governance votes that are published to the stream. Vote *vega.Vote `protobuf:"bytes,1,opt,name=vote,proto3" json:"vote,omitempty"` // contains filtered or unexported fields }
Response that is received from votes subscription
func (*ObserveVotesResponse) Descriptor
deprecated
func (*ObserveVotesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ObserveVotesResponse.ProtoReflect.Descriptor instead.
func (*ObserveVotesResponse) GetVote ¶
func (x *ObserveVotesResponse) GetVote() *vega.Vote
func (*ObserveVotesResponse) ProtoMessage ¶
func (*ObserveVotesResponse) ProtoMessage()
func (*ObserveVotesResponse) ProtoReflect ¶
func (x *ObserveVotesResponse) ProtoReflect() protoreflect.Message
func (*ObserveVotesResponse) Reset ¶
func (x *ObserveVotesResponse) Reset()
func (*ObserveVotesResponse) String ¶
func (x *ObserveVotesResponse) String() string
type OracleDataConnection ¶
type OracleDataConnection struct { // Page of oracle data and their corresponding cursors. Edges []*OracleDataEdge `protobuf:"bytes,1,rep,name=edges,proto3" json:"edges,omitempty"` // Page information that is used for fetching further pages. PageInfo *PageInfo `protobuf:"bytes,2,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"` // contains filtered or unexported fields }
Page of oracle data and corresponding page information.
func (*OracleDataConnection) Descriptor
deprecated
func (*OracleDataConnection) Descriptor() ([]byte, []int)
Deprecated: Use OracleDataConnection.ProtoReflect.Descriptor instead.
func (*OracleDataConnection) GetEdges ¶
func (x *OracleDataConnection) GetEdges() []*OracleDataEdge
func (*OracleDataConnection) GetPageInfo ¶
func (x *OracleDataConnection) GetPageInfo() *PageInfo
func (*OracleDataConnection) ProtoMessage ¶
func (*OracleDataConnection) ProtoMessage()
func (*OracleDataConnection) ProtoReflect ¶
func (x *OracleDataConnection) ProtoReflect() protoreflect.Message
func (*OracleDataConnection) Reset ¶
func (x *OracleDataConnection) Reset()
func (*OracleDataConnection) String ¶
func (x *OracleDataConnection) String() string
type OracleDataEdge ¶
type OracleDataEdge struct { // Data that was received from an external oracle. Node *vega.OracleData `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` // Cursor that can be used to fetch further pages. Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
Oracle data item with the corresponding cursor.
func (*OracleDataEdge) Descriptor
deprecated
func (*OracleDataEdge) Descriptor() ([]byte, []int)
Deprecated: Use OracleDataEdge.ProtoReflect.Descriptor instead.
func (*OracleDataEdge) GetCursor ¶
func (x *OracleDataEdge) GetCursor() string
func (*OracleDataEdge) GetNode ¶
func (x *OracleDataEdge) GetNode() *vega.OracleData
func (*OracleDataEdge) ProtoMessage ¶
func (*OracleDataEdge) ProtoMessage()
func (*OracleDataEdge) ProtoReflect ¶
func (x *OracleDataEdge) ProtoReflect() protoreflect.Message
func (*OracleDataEdge) Reset ¶
func (x *OracleDataEdge) Reset()
func (*OracleDataEdge) String ¶
func (x *OracleDataEdge) String() string
type OracleSpecEdge ¶
type OracleSpecEdge struct { // External spec data that satisfies the list request. Node *vega.OracleSpec `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` // Cursor that can be used to fetch further pages. Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
Oracle specs data item with the corresponding cursor.
func (*OracleSpecEdge) Descriptor
deprecated
func (*OracleSpecEdge) Descriptor() ([]byte, []int)
Deprecated: Use OracleSpecEdge.ProtoReflect.Descriptor instead.
func (*OracleSpecEdge) GetCursor ¶
func (x *OracleSpecEdge) GetCursor() string
func (*OracleSpecEdge) GetNode ¶
func (x *OracleSpecEdge) GetNode() *vega.OracleSpec
func (*OracleSpecEdge) ProtoMessage ¶
func (*OracleSpecEdge) ProtoMessage()
func (*OracleSpecEdge) ProtoReflect ¶
func (x *OracleSpecEdge) ProtoReflect() protoreflect.Message
func (*OracleSpecEdge) Reset ¶
func (x *OracleSpecEdge) Reset()
func (*OracleSpecEdge) String ¶
func (x *OracleSpecEdge) String() string
type OracleSpecsConnection ¶
type OracleSpecsConnection struct { // Page of oracle specs data and their corresponding cursors. Edges []*OracleSpecEdge `protobuf:"bytes,1,rep,name=edges,proto3" json:"edges,omitempty"` // Page information that is used for fetching further pages. PageInfo *PageInfo `protobuf:"bytes,2,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"` // contains filtered or unexported fields }
Page of oracle specs and corresponding page information
func (*OracleSpecsConnection) Descriptor
deprecated
func (*OracleSpecsConnection) Descriptor() ([]byte, []int)
Deprecated: Use OracleSpecsConnection.ProtoReflect.Descriptor instead.
func (*OracleSpecsConnection) GetEdges ¶
func (x *OracleSpecsConnection) GetEdges() []*OracleSpecEdge
func (*OracleSpecsConnection) GetPageInfo ¶
func (x *OracleSpecsConnection) GetPageInfo() *PageInfo
func (*OracleSpecsConnection) ProtoMessage ¶
func (*OracleSpecsConnection) ProtoMessage()
func (*OracleSpecsConnection) ProtoReflect ¶
func (x *OracleSpecsConnection) ProtoReflect() protoreflect.Message
func (*OracleSpecsConnection) Reset ¶
func (x *OracleSpecsConnection) Reset()
func (*OracleSpecsConnection) String ¶
func (x *OracleSpecsConnection) String() string
type OrderConnection ¶
type OrderConnection struct { // Page of orders and their corresponding cursors. Edges []*OrderEdge `protobuf:"bytes,1,rep,name=edges,proto3" json:"edges,omitempty"` // Page information that is used for fetching further pages. PageInfo *PageInfo `protobuf:"bytes,2,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"` // contains filtered or unexported fields }
Page of orders data and corresponding page information.
func (*OrderConnection) Descriptor
deprecated
func (*OrderConnection) Descriptor() ([]byte, []int)
Deprecated: Use OrderConnection.ProtoReflect.Descriptor instead.
func (*OrderConnection) GetEdges ¶
func (x *OrderConnection) GetEdges() []*OrderEdge
func (*OrderConnection) GetPageInfo ¶
func (x *OrderConnection) GetPageInfo() *PageInfo
func (*OrderConnection) ProtoMessage ¶
func (*OrderConnection) ProtoMessage()
func (*OrderConnection) ProtoReflect ¶
func (x *OrderConnection) ProtoReflect() protoreflect.Message
func (*OrderConnection) Reset ¶
func (x *OrderConnection) Reset()
func (*OrderConnection) String ¶
func (x *OrderConnection) String() string
type OrderEdge ¶
type OrderEdge struct { // Data associated with an order submitted to a Vega node. Node *vega.Order `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` // Cursor that can be used to fetch further pages. Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
Order data with the corresponding cursor.
func (*OrderEdge) Descriptor
deprecated
func (*OrderEdge) ProtoMessage ¶
func (*OrderEdge) ProtoMessage()
func (*OrderEdge) ProtoReflect ¶
func (x *OrderEdge) ProtoReflect() protoreflect.Message
type OrderFilter ¶ added in v0.63.0
type OrderFilter struct { // Restrict orders to those with the given statuses. Statuses []vega.Order_Status `protobuf:"varint,1,rep,packed,name=statuses,proto3,enum=vega.Order_Status" json:"statuses,omitempty"` // Restrict orders to those with the given types. Types []vega.Order_Type `protobuf:"varint,2,rep,packed,name=types,proto3,enum=vega.Order_Type" json:"types,omitempty"` // Restrict orders to those with the given Time In Force. TimeInForces []vega.Order_TimeInForce `` /* 135-byte string literal not displayed */ // Indicator if liquidity provision orders should be included or not in the list. ExcludeLiquidity bool `protobuf:"varint,4,opt,name=exclude_liquidity,json=excludeLiquidity,proto3" json:"exclude_liquidity,omitempty"` // Restrict orders to those placed by the given party IDs. PartyIds []string `protobuf:"bytes,5,rep,name=party_ids,json=partyIds,proto3" json:"party_ids,omitempty"` // Restrict orders to those placed on the given market IDs. MarketIds []string `protobuf:"bytes,6,rep,name=market_ids,json=marketIds,proto3" json:"market_ids,omitempty"` // Restrict orders to those with the given reference. Reference *string `protobuf:"bytes,7,opt,name=reference,proto3,oneof" json:"reference,omitempty"` // Restrict orders to those placed during the given date range. If not set, all orders will be returned. DateRange *DateRange `protobuf:"bytes,8,opt,name=date_range,json=dateRange,proto3,oneof" json:"date_range,omitempty"` // Restrict orders to those that are live. If not set, it is treated as being false. LiveOnly *bool `protobuf:"varint,9,opt,name=live_only,json=liveOnly,proto3,oneof" json:"live_only,omitempty"` // contains filtered or unexported fields }
Order filter that contains all filtering conditions and values that are applied to the orders listing
func (*OrderFilter) Descriptor
deprecated
added in
v0.63.0
func (*OrderFilter) Descriptor() ([]byte, []int)
Deprecated: Use OrderFilter.ProtoReflect.Descriptor instead.
func (*OrderFilter) GetDateRange ¶ added in v0.70.0
func (x *OrderFilter) GetDateRange() *DateRange
func (*OrderFilter) GetExcludeLiquidity ¶ added in v0.63.0
func (x *OrderFilter) GetExcludeLiquidity() bool
func (*OrderFilter) GetLiveOnly ¶ added in v0.70.0
func (x *OrderFilter) GetLiveOnly() bool
func (*OrderFilter) GetMarketIds ¶ added in v0.70.0
func (x *OrderFilter) GetMarketIds() []string
func (*OrderFilter) GetPartyIds ¶ added in v0.70.0
func (x *OrderFilter) GetPartyIds() []string
func (*OrderFilter) GetReference ¶ added in v0.70.0
func (x *OrderFilter) GetReference() string
func (*OrderFilter) GetStatuses ¶ added in v0.63.0
func (x *OrderFilter) GetStatuses() []vega.Order_Status
func (*OrderFilter) GetTimeInForces ¶ added in v0.63.0
func (x *OrderFilter) GetTimeInForces() []vega.Order_TimeInForce
func (*OrderFilter) GetTypes ¶ added in v0.63.0
func (x *OrderFilter) GetTypes() []vega.Order_Type
func (*OrderFilter) ProtoMessage ¶ added in v0.63.0
func (*OrderFilter) ProtoMessage()
func (*OrderFilter) ProtoReflect ¶ added in v0.63.0
func (x *OrderFilter) ProtoReflect() protoreflect.Message
func (*OrderFilter) Reset ¶ added in v0.63.0
func (x *OrderFilter) Reset()
func (*OrderFilter) String ¶ added in v0.63.0
func (x *OrderFilter) String() string
type OrderInfo ¶ added in v0.71.0
type OrderInfo struct { // Side for the order, e.g. buy or sell. Side vega.Side `protobuf:"varint,1,opt,name=side,proto3,enum=vega.Side" json:"side,omitempty"` // Price for the order. The price is an unsigned integer. For example `123456` is a correctly // formatted price of `1.23456` assuming market configured to 5 decimal places. Price string `protobuf:"bytes,2,opt,name=price,proto3" json:"price,omitempty"` // Size remaining. Remaining uint64 `protobuf:"varint,3,opt,name=remaining,proto3" json:"remaining,omitempty"` // Boolean that indicates if it is a market order. IsMarketOrder bool `protobuf:"varint,4,opt,name=is_market_order,json=isMarketOrder,proto3" json:"is_market_order,omitempty"` // contains filtered or unexported fields }
Basic description of an order.
func (*OrderInfo) Descriptor
deprecated
added in
v0.71.0
func (*OrderInfo) GetIsMarketOrder ¶ added in v0.71.0
func (*OrderInfo) GetRemaining ¶ added in v0.71.0
func (*OrderInfo) ProtoMessage ¶ added in v0.71.0
func (*OrderInfo) ProtoMessage()
func (*OrderInfo) ProtoReflect ¶ added in v0.71.0
func (x *OrderInfo) ProtoReflect() protoreflect.Message
type OrderSnapshotPage ¶ added in v0.55.0
type OrderSnapshotPage struct { // List of order data parts. Orders []*vega.Order `protobuf:"bytes,1,rep,name=orders,proto3" json:"orders,omitempty"` // Indicator if the last page is reached or not. LastPage bool `protobuf:"varint,2,opt,name=last_page,json=lastPage,proto3" json:"last_page,omitempty"` // contains filtered or unexported fields }
'Initial image' of live orders, may be sent over multiple response messages.
func (*OrderSnapshotPage) Descriptor
deprecated
added in
v0.55.0
func (*OrderSnapshotPage) Descriptor() ([]byte, []int)
Deprecated: Use OrderSnapshotPage.ProtoReflect.Descriptor instead.
func (*OrderSnapshotPage) GetLastPage ¶ added in v0.55.0
func (x *OrderSnapshotPage) GetLastPage() bool
func (*OrderSnapshotPage) GetOrders ¶ added in v0.55.0
func (x *OrderSnapshotPage) GetOrders() []*vega.Order
func (*OrderSnapshotPage) ProtoMessage ¶ added in v0.55.0
func (*OrderSnapshotPage) ProtoMessage()
func (*OrderSnapshotPage) ProtoReflect ¶ added in v0.55.0
func (x *OrderSnapshotPage) ProtoReflect() protoreflect.Message
func (*OrderSnapshotPage) Reset ¶ added in v0.55.0
func (x *OrderSnapshotPage) Reset()
func (*OrderSnapshotPage) String ¶ added in v0.55.0
func (x *OrderSnapshotPage) String() string
type OrderUpdates ¶ added in v0.55.0
type OrderUpdates struct { // List of orders data. Orders []*vega.Order `protobuf:"bytes,1,rep,name=orders,proto3" json:"orders,omitempty"` // contains filtered or unexported fields }
List of order updates in the last block.
func (*OrderUpdates) Descriptor
deprecated
added in
v0.55.0
func (*OrderUpdates) Descriptor() ([]byte, []int)
Deprecated: Use OrderUpdates.ProtoReflect.Descriptor instead.
func (*OrderUpdates) GetOrders ¶ added in v0.55.0
func (x *OrderUpdates) GetOrders() []*vega.Order
func (*OrderUpdates) ProtoMessage ¶ added in v0.55.0
func (*OrderUpdates) ProtoMessage()
func (*OrderUpdates) ProtoReflect ¶ added in v0.55.0
func (x *OrderUpdates) ProtoReflect() protoreflect.Message
func (*OrderUpdates) Reset ¶ added in v0.55.0
func (x *OrderUpdates) Reset()
func (*OrderUpdates) String ¶ added in v0.55.0
func (x *OrderUpdates) String() string
type PageInfo ¶
type PageInfo struct { // Indicator if there is a next page. HasNextPage bool `protobuf:"varint,1,opt,name=has_next_page,json=hasNextPage,proto3" json:"has_next_page,omitempty"` // Indicator if there is a previous page. HasPreviousPage bool `protobuf:"varint,2,opt,name=has_previous_page,json=hasPreviousPage,proto3" json:"has_previous_page,omitempty"` // Start cursor. StartCursor string `protobuf:"bytes,3,opt,name=start_cursor,json=startCursor,proto3" json:"start_cursor,omitempty"` // End cursor. EndCursor string `protobuf:"bytes,4,opt,name=end_cursor,json=endCursor,proto3" json:"end_cursor,omitempty"` // contains filtered or unexported fields }
Page information for cursor based pagination
func (*PageInfo) Descriptor
deprecated
func (*PageInfo) GetEndCursor ¶
func (*PageInfo) GetHasNextPage ¶
func (*PageInfo) GetHasPreviousPage ¶
func (*PageInfo) GetStartCursor ¶
func (*PageInfo) ProtoMessage ¶
func (*PageInfo) ProtoMessage()
func (*PageInfo) ProtoReflect ¶
func (x *PageInfo) ProtoReflect() protoreflect.Message
type Pagination ¶
type Pagination struct { // Number of records to be returned that sort greater than row identified by cursor supplied in 'after'. First *int32 `protobuf:"varint,1,opt,name=first,proto3,oneof" json:"first,omitempty"` // If paging forwards, the cursor string for the last row of the previous page. After *string `protobuf:"bytes,2,opt,name=after,proto3,oneof" json:"after,omitempty"` // Number of records to be returned that sort less than row identified by cursor supplied in 'before'. Last *int32 `protobuf:"varint,3,opt,name=last,proto3,oneof" json:"last,omitempty"` // If paging forwards, the cursor string for the first row of the previous page. Before *string `protobuf:"bytes,4,opt,name=before,proto3,oneof" json:"before,omitempty"` // Whether to order the results with the newest records first. If not set, the default value is true. NewestFirst *bool `protobuf:"varint,5,opt,name=newest_first,json=newestFirst,proto3,oneof" json:"newest_first,omitempty"` // contains filtered or unexported fields }
All data returned from the API is ordered in a well-defined manner. The specific columns and the order in which the sorting is performed depend on the API endpoint being called. However, the primary sorting column is usually the timestamp of the block in which the data was last updated.
To prevent excessively large response messages and to avoid overloading database resources, the API employs a cursor-based pagination mechanism.
This Pagination message can be optionally provided as part of the request to specify: - The starting point within the total result set for beginning the page - The size of the returned page - The ordering of the data within that page
If no Pagination message is provided, the API will return the first page of data using the default page size. The default page size is 1000.
To retrieve subsequent pages, the caller must examine the PageInfo structure returned in the response to find a cursor string that uniquely identifies the last row of that page. This cursor should then be passed in the 'after' field of the Pagination message in a subsequent request.
For paging backward, take the cursor for the first row of the page from PageInfo and pass it in the 'before' field of the Pagination message.
Pagination message that uses both first/after and last/before is considered invalid.
func (*Pagination) Descriptor
deprecated
func (*Pagination) Descriptor() ([]byte, []int)
Deprecated: Use Pagination.ProtoReflect.Descriptor instead.
func (*Pagination) GetAfter ¶
func (x *Pagination) GetAfter() string
func (*Pagination) GetBefore ¶
func (x *Pagination) GetBefore() string
func (*Pagination) GetFirst ¶
func (x *Pagination) GetFirst() int32
func (*Pagination) GetLast ¶
func (x *Pagination) GetLast() int32
func (*Pagination) GetNewestFirst ¶
func (x *Pagination) GetNewestFirst() bool
func (*Pagination) ProtoMessage ¶
func (*Pagination) ProtoMessage()
func (*Pagination) ProtoReflect ¶
func (x *Pagination) ProtoReflect() protoreflect.Message
func (*Pagination) Reset ¶
func (x *Pagination) Reset()
func (*Pagination) String ¶
func (x *Pagination) String() string
type PartyConnection ¶
type PartyConnection struct { // Page of parties and their corresponding cursors. Edges []*PartyEdge `protobuf:"bytes,1,rep,name=edges,proto3" json:"edges,omitempty"` // Page information that is used for fetching further pages. PageInfo *PageInfo `protobuf:"bytes,2,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"` // contains filtered or unexported fields }
Page of parties data and corresponding page information.
func (*PartyConnection) Descriptor
deprecated
func (*PartyConnection) Descriptor() ([]byte, []int)
Deprecated: Use PartyConnection.ProtoReflect.Descriptor instead.
func (*PartyConnection) GetEdges ¶
func (x *PartyConnection) GetEdges() []*PartyEdge
func (*PartyConnection) GetPageInfo ¶
func (x *PartyConnection) GetPageInfo() *PageInfo
func (*PartyConnection) ProtoMessage ¶
func (*PartyConnection) ProtoMessage()
func (*PartyConnection) ProtoReflect ¶
func (x *PartyConnection) ProtoReflect() protoreflect.Message
func (*PartyConnection) Reset ¶
func (x *PartyConnection) Reset()
func (*PartyConnection) String ¶
func (x *PartyConnection) String() string
type PartyEdge ¶
type PartyEdge struct { // Data associated with a party. Node *vega.Party `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` // Cursor that can be used to fetch further pages. Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
Party data with the corresponding cursor.
func (*PartyEdge) Descriptor
deprecated
func (*PartyEdge) ProtoMessage ¶
func (*PartyEdge) ProtoMessage()
func (*PartyEdge) ProtoReflect ¶
func (x *PartyEdge) ProtoReflect() protoreflect.Message
type PingRequest ¶ added in v0.60.0
type PingRequest struct {
// contains filtered or unexported fields
}
Request to ping the data node
func (*PingRequest) Descriptor
deprecated
added in
v0.60.0
func (*PingRequest) Descriptor() ([]byte, []int)
Deprecated: Use PingRequest.ProtoReflect.Descriptor instead.
func (*PingRequest) ProtoMessage ¶ added in v0.60.0
func (*PingRequest) ProtoMessage()
func (*PingRequest) ProtoReflect ¶ added in v0.60.0
func (x *PingRequest) ProtoReflect() protoreflect.Message
func (*PingRequest) Reset ¶ added in v0.60.0
func (x *PingRequest) Reset()
func (*PingRequest) String ¶ added in v0.60.0
func (x *PingRequest) String() string
type PingResponse ¶ added in v0.60.0
type PingResponse struct {
// contains filtered or unexported fields
}
Ping response from the data node
func (*PingResponse) Descriptor
deprecated
added in
v0.60.0
func (*PingResponse) Descriptor() ([]byte, []int)
Deprecated: Use PingResponse.ProtoReflect.Descriptor instead.
func (*PingResponse) ProtoMessage ¶ added in v0.60.0
func (*PingResponse) ProtoMessage()
func (*PingResponse) ProtoReflect ¶ added in v0.60.0
func (x *PingResponse) ProtoReflect() protoreflect.Message
func (*PingResponse) Reset ¶ added in v0.60.0
func (x *PingResponse) Reset()
func (*PingResponse) String ¶ added in v0.60.0
func (x *PingResponse) String() string
type PositionConnection ¶
type PositionConnection struct { // Page of positions data and their corresponding cursors. Edges []*PositionEdge `protobuf:"bytes,1,rep,name=edges,proto3" json:"edges,omitempty"` // Page information that is used for fetching further pages. PageInfo *PageInfo `protobuf:"bytes,2,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"` // contains filtered or unexported fields }
Page of positions and corresponding page information
func (*PositionConnection) Descriptor
deprecated
func (*PositionConnection) Descriptor() ([]byte, []int)
Deprecated: Use PositionConnection.ProtoReflect.Descriptor instead.
func (*PositionConnection) GetEdges ¶
func (x *PositionConnection) GetEdges() []*PositionEdge
func (*PositionConnection) GetPageInfo ¶
func (x *PositionConnection) GetPageInfo() *PageInfo
func (*PositionConnection) ProtoMessage ¶
func (*PositionConnection) ProtoMessage()
func (*PositionConnection) ProtoReflect ¶
func (x *PositionConnection) ProtoReflect() protoreflect.Message
func (*PositionConnection) Reset ¶
func (x *PositionConnection) Reset()
func (*PositionConnection) String ¶
func (x *PositionConnection) String() string
type PositionEdge ¶
type PositionEdge struct { // Position data for a party on a market. Node *vega.Position `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` // Cursor that can be used to fetch further pages. Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
Position data with the corresponding cursor.
func (*PositionEdge) Descriptor
deprecated
func (*PositionEdge) Descriptor() ([]byte, []int)
Deprecated: Use PositionEdge.ProtoReflect.Descriptor instead.
func (*PositionEdge) GetCursor ¶
func (x *PositionEdge) GetCursor() string
func (*PositionEdge) GetNode ¶
func (x *PositionEdge) GetNode() *vega.Position
func (*PositionEdge) ProtoMessage ¶
func (*PositionEdge) ProtoMessage()
func (*PositionEdge) ProtoReflect ¶
func (x *PositionEdge) ProtoReflect() protoreflect.Message
func (*PositionEdge) Reset ¶
func (x *PositionEdge) Reset()
func (*PositionEdge) String ¶
func (x *PositionEdge) String() string
type PositionSnapshotPage ¶ added in v0.55.0
type PositionSnapshotPage struct { // List of positions data. Positions []*vega.Position `protobuf:"bytes,1,rep,name=positions,proto3" json:"positions,omitempty"` // Indicator if last page is reached or not. LastPage bool `protobuf:"varint,2,opt,name=last_page,json=lastPage,proto3" json:"last_page,omitempty"` // contains filtered or unexported fields }
'Initial image' of current positions, may be sent over multiple response messages
func (*PositionSnapshotPage) Descriptor
deprecated
added in
v0.55.0
func (*PositionSnapshotPage) Descriptor() ([]byte, []int)
Deprecated: Use PositionSnapshotPage.ProtoReflect.Descriptor instead.
func (*PositionSnapshotPage) GetLastPage ¶ added in v0.55.0
func (x *PositionSnapshotPage) GetLastPage() bool
func (*PositionSnapshotPage) GetPositions ¶ added in v0.55.0
func (x *PositionSnapshotPage) GetPositions() []*vega.Position
func (*PositionSnapshotPage) ProtoMessage ¶ added in v0.55.0
func (*PositionSnapshotPage) ProtoMessage()
func (*PositionSnapshotPage) ProtoReflect ¶ added in v0.55.0
func (x *PositionSnapshotPage) ProtoReflect() protoreflect.Message
func (*PositionSnapshotPage) Reset ¶ added in v0.55.0
func (x *PositionSnapshotPage) Reset()
func (*PositionSnapshotPage) String ¶ added in v0.55.0
func (x *PositionSnapshotPage) String() string
type PositionUpdates ¶ added in v0.55.0
type PositionUpdates struct { // List of positions data. Positions []*vega.Position `protobuf:"bytes,1,rep,name=positions,proto3" json:"positions,omitempty"` // contains filtered or unexported fields }
List of position updates in the last block
func (*PositionUpdates) Descriptor
deprecated
added in
v0.55.0
func (*PositionUpdates) Descriptor() ([]byte, []int)
Deprecated: Use PositionUpdates.ProtoReflect.Descriptor instead.
func (*PositionUpdates) GetPositions ¶ added in v0.55.0
func (x *PositionUpdates) GetPositions() []*vega.Position
func (*PositionUpdates) ProtoMessage ¶ added in v0.55.0
func (*PositionUpdates) ProtoMessage()
func (*PositionUpdates) ProtoReflect ¶ added in v0.55.0
func (x *PositionUpdates) ProtoReflect() protoreflect.Message
func (*PositionUpdates) Reset ¶ added in v0.55.0
func (x *PositionUpdates) Reset()
func (*PositionUpdates) String ¶ added in v0.55.0
func (x *PositionUpdates) String() string
type PositionsFilter ¶ added in v0.68.0
type PositionsFilter struct { // Restrict positions to those related to the given parties. PartyIds []string `protobuf:"bytes,1,rep,name=party_ids,json=partyIds,proto3" json:"party_ids,omitempty"` // Restrict positions to those on the given markets. MarketIds []string `protobuf:"bytes,2,rep,name=market_ids,json=marketIds,proto3" json:"market_ids,omitempty"` // contains filtered or unexported fields }
Filter to apply to the ListAllPositionsRequest
func (*PositionsFilter) Descriptor
deprecated
added in
v0.68.0
func (*PositionsFilter) Descriptor() ([]byte, []int)
Deprecated: Use PositionsFilter.ProtoReflect.Descriptor instead.
func (*PositionsFilter) GetMarketIds ¶ added in v0.68.0
func (x *PositionsFilter) GetMarketIds() []string
func (*PositionsFilter) GetPartyIds ¶ added in v0.68.0
func (x *PositionsFilter) GetPartyIds() []string
func (*PositionsFilter) ProtoMessage ¶ added in v0.68.0
func (*PositionsFilter) ProtoMessage()
func (*PositionsFilter) ProtoReflect ¶ added in v0.68.0
func (x *PositionsFilter) ProtoReflect() protoreflect.Message
func (*PositionsFilter) Reset ¶ added in v0.68.0
func (x *PositionsFilter) Reset()
func (*PositionsFilter) String ¶ added in v0.68.0
func (x *PositionsFilter) String() string
type ProtocolUpgradeProposalConnection ¶ added in v0.61.0
type ProtocolUpgradeProposalConnection struct { // Page of protocol upgrade proposals data and their corresponding cursors. Edges []*ProtocolUpgradeProposalEdge `protobuf:"bytes,1,rep,name=edges,proto3" json:"edges,omitempty"` // Page information that is used for fetching further pages. PageInfo *PageInfo `protobuf:"bytes,2,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"` // contains filtered or unexported fields }
Page of protocol upgrade proposals and corresponding page information
func (*ProtocolUpgradeProposalConnection) Descriptor
deprecated
added in
v0.61.0
func (*ProtocolUpgradeProposalConnection) Descriptor() ([]byte, []int)
Deprecated: Use ProtocolUpgradeProposalConnection.ProtoReflect.Descriptor instead.
func (*ProtocolUpgradeProposalConnection) GetEdges ¶ added in v0.61.0
func (x *ProtocolUpgradeProposalConnection) GetEdges() []*ProtocolUpgradeProposalEdge
func (*ProtocolUpgradeProposalConnection) GetPageInfo ¶ added in v0.61.0
func (x *ProtocolUpgradeProposalConnection) GetPageInfo() *PageInfo
func (*ProtocolUpgradeProposalConnection) ProtoMessage ¶ added in v0.61.0
func (*ProtocolUpgradeProposalConnection) ProtoMessage()
func (*ProtocolUpgradeProposalConnection) ProtoReflect ¶ added in v0.61.0
func (x *ProtocolUpgradeProposalConnection) ProtoReflect() protoreflect.Message
func (*ProtocolUpgradeProposalConnection) Reset ¶ added in v0.61.0
func (x *ProtocolUpgradeProposalConnection) Reset()
func (*ProtocolUpgradeProposalConnection) String ¶ added in v0.61.0
func (x *ProtocolUpgradeProposalConnection) String() string
type ProtocolUpgradeProposalEdge ¶ added in v0.61.0
type ProtocolUpgradeProposalEdge struct { // Protocol upgrade proposal data. Node *v1.ProtocolUpgradeEvent `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` // Cursor that can be used to fetch further pages. Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
Protocol upgrade proposal data with the corresponding cursor.
func (*ProtocolUpgradeProposalEdge) Descriptor
deprecated
added in
v0.61.0
func (*ProtocolUpgradeProposalEdge) Descriptor() ([]byte, []int)
Deprecated: Use ProtocolUpgradeProposalEdge.ProtoReflect.Descriptor instead.
func (*ProtocolUpgradeProposalEdge) GetCursor ¶ added in v0.61.0
func (x *ProtocolUpgradeProposalEdge) GetCursor() string
func (*ProtocolUpgradeProposalEdge) GetNode ¶ added in v0.61.0
func (x *ProtocolUpgradeProposalEdge) GetNode() *v1.ProtocolUpgradeEvent
func (*ProtocolUpgradeProposalEdge) ProtoMessage ¶ added in v0.61.0
func (*ProtocolUpgradeProposalEdge) ProtoMessage()
func (*ProtocolUpgradeProposalEdge) ProtoReflect ¶ added in v0.61.0
func (x *ProtocolUpgradeProposalEdge) ProtoReflect() protoreflect.Message
func (*ProtocolUpgradeProposalEdge) Reset ¶ added in v0.61.0
func (x *ProtocolUpgradeProposalEdge) Reset()
func (*ProtocolUpgradeProposalEdge) String ¶ added in v0.61.0
func (x *ProtocolUpgradeProposalEdge) String() string
type RewardEdge ¶
type RewardEdge struct { // Details for a single reward payment. Node *vega.Reward `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` // Cursor that can be used to fetch further pages. Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
Rewards data with the corresponding cursor.
func (*RewardEdge) Descriptor
deprecated
func (*RewardEdge) Descriptor() ([]byte, []int)
Deprecated: Use RewardEdge.ProtoReflect.Descriptor instead.
func (*RewardEdge) GetCursor ¶
func (x *RewardEdge) GetCursor() string
func (*RewardEdge) GetNode ¶
func (x *RewardEdge) GetNode() *vega.Reward
func (*RewardEdge) ProtoMessage ¶
func (*RewardEdge) ProtoMessage()
func (*RewardEdge) ProtoReflect ¶
func (x *RewardEdge) ProtoReflect() protoreflect.Message
func (*RewardEdge) Reset ¶
func (x *RewardEdge) Reset()
func (*RewardEdge) String ¶
func (x *RewardEdge) String() string
type RewardSummaryFilter ¶ added in v0.68.0
type RewardSummaryFilter struct { // Restrict reward summaries to those connected to the assets in the given list. AssetIds []string `protobuf:"bytes,1,rep,name=asset_ids,json=assetIds,proto3" json:"asset_ids,omitempty"` // Restrict reward summaries to those connected to the markets in the given list. MarketIds []string `protobuf:"bytes,2,rep,name=market_ids,json=marketIds,proto3" json:"market_ids,omitempty"` // Restrict rewards summaries to those that were paid after and including the given epoch ID. FromEpoch *uint64 `protobuf:"varint,3,opt,name=from_epoch,json=fromEpoch,proto3,oneof" json:"from_epoch,omitempty"` // Restrict rewards summaries to those that were paid up to and including the given epoch ID. ToEpoch *uint64 `protobuf:"varint,4,opt,name=to_epoch,json=toEpoch,proto3,oneof" json:"to_epoch,omitempty"` // contains filtered or unexported fields }
Filter to restrict the results returned by the ListEpochRewardSummaries
func (*RewardSummaryFilter) Descriptor
deprecated
added in
v0.68.0
func (*RewardSummaryFilter) Descriptor() ([]byte, []int)
Deprecated: Use RewardSummaryFilter.ProtoReflect.Descriptor instead.
func (*RewardSummaryFilter) GetAssetIds ¶ added in v0.68.0
func (x *RewardSummaryFilter) GetAssetIds() []string
func (*RewardSummaryFilter) GetFromEpoch ¶ added in v0.68.0
func (x *RewardSummaryFilter) GetFromEpoch() uint64
func (*RewardSummaryFilter) GetMarketIds ¶ added in v0.68.0
func (x *RewardSummaryFilter) GetMarketIds() []string
func (*RewardSummaryFilter) GetToEpoch ¶ added in v0.68.0
func (x *RewardSummaryFilter) GetToEpoch() uint64
func (*RewardSummaryFilter) ProtoMessage ¶ added in v0.68.0
func (*RewardSummaryFilter) ProtoMessage()
func (*RewardSummaryFilter) ProtoReflect ¶ added in v0.68.0
func (x *RewardSummaryFilter) ProtoReflect() protoreflect.Message
func (*RewardSummaryFilter) Reset ¶ added in v0.68.0
func (x *RewardSummaryFilter) Reset()
func (*RewardSummaryFilter) String ¶ added in v0.68.0
func (x *RewardSummaryFilter) String() string
type RewardsConnection ¶
type RewardsConnection struct { // Page of rewards data items and their corresponding cursors. Edges []*RewardEdge `protobuf:"bytes,1,rep,name=edges,proto3" json:"edges,omitempty"` // Page information that is used for fetching further pages. PageInfo *PageInfo `protobuf:"bytes,2,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"` // contains filtered or unexported fields }
Page of rewards data and corresponding page information.
func (*RewardsConnection) Descriptor
deprecated
func (*RewardsConnection) Descriptor() ([]byte, []int)
Deprecated: Use RewardsConnection.ProtoReflect.Descriptor instead.
func (*RewardsConnection) GetEdges ¶
func (x *RewardsConnection) GetEdges() []*RewardEdge
func (*RewardsConnection) GetPageInfo ¶
func (x *RewardsConnection) GetPageInfo() *PageInfo
func (*RewardsConnection) ProtoMessage ¶
func (*RewardsConnection) ProtoMessage()
func (*RewardsConnection) ProtoReflect ¶
func (x *RewardsConnection) ProtoReflect() protoreflect.Message
func (*RewardsConnection) Reset ¶
func (x *RewardsConnection) Reset()
func (*RewardsConnection) String ¶
func (x *RewardsConnection) String() string
type StakeLinkingEdge ¶
type StakeLinkingEdge struct { // Stake linking represent the intent from a party to deposit. Node *v1.StakeLinking `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` // Cursor that can be used to fetch further pages. Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
Stake linking data with the corresponding cursor.
func (*StakeLinkingEdge) Descriptor
deprecated
func (*StakeLinkingEdge) Descriptor() ([]byte, []int)
Deprecated: Use StakeLinkingEdge.ProtoReflect.Descriptor instead.
func (*StakeLinkingEdge) GetCursor ¶
func (x *StakeLinkingEdge) GetCursor() string
func (*StakeLinkingEdge) GetNode ¶
func (x *StakeLinkingEdge) GetNode() *v1.StakeLinking
func (*StakeLinkingEdge) ProtoMessage ¶
func (*StakeLinkingEdge) ProtoMessage()
func (*StakeLinkingEdge) ProtoReflect ¶
func (x *StakeLinkingEdge) ProtoReflect() protoreflect.Message
func (*StakeLinkingEdge) Reset ¶
func (x *StakeLinkingEdge) Reset()
func (*StakeLinkingEdge) String ¶
func (x *StakeLinkingEdge) String() string
type StakesConnection ¶
type StakesConnection struct { // Page of stake data and their corresponding cursors. Edges []*StakeLinkingEdge `protobuf:"bytes,1,rep,name=edges,proto3" json:"edges,omitempty"` // Page information that is used for fetching further pages. PageInfo *PageInfo `protobuf:"bytes,2,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"` // contains filtered or unexported fields }
Page of stake data and corresponding page information.
func (*StakesConnection) Descriptor
deprecated
func (*StakesConnection) Descriptor() ([]byte, []int)
Deprecated: Use StakesConnection.ProtoReflect.Descriptor instead.
func (*StakesConnection) GetEdges ¶
func (x *StakesConnection) GetEdges() []*StakeLinkingEdge
func (*StakesConnection) GetPageInfo ¶
func (x *StakesConnection) GetPageInfo() *PageInfo
func (*StakesConnection) ProtoMessage ¶
func (*StakesConnection) ProtoMessage()
func (*StakesConnection) ProtoReflect ¶
func (x *StakesConnection) ProtoReflect() protoreflect.Message
func (*StakesConnection) Reset ¶
func (x *StakesConnection) Reset()
func (*StakesConnection) String ¶
func (x *StakesConnection) String() string
type StopOrderConnection ¶ added in v0.72.0
type StopOrderConnection struct { // Page of stop orders and their corresponding cursors. Edges []*StopOrderEdge `protobuf:"bytes,1,rep,name=edges,proto3" json:"edges,omitempty"` // Page information that is used for fetching further pages. PageInfo *PageInfo `protobuf:"bytes,2,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"` // contains filtered or unexported fields }
Page of stop orders data and corresponding page information.
func (*StopOrderConnection) Descriptor
deprecated
added in
v0.72.0
func (*StopOrderConnection) Descriptor() ([]byte, []int)
Deprecated: Use StopOrderConnection.ProtoReflect.Descriptor instead.
func (*StopOrderConnection) GetEdges ¶ added in v0.72.0
func (x *StopOrderConnection) GetEdges() []*StopOrderEdge
func (*StopOrderConnection) GetPageInfo ¶ added in v0.72.0
func (x *StopOrderConnection) GetPageInfo() *PageInfo
func (*StopOrderConnection) ProtoMessage ¶ added in v0.72.0
func (*StopOrderConnection) ProtoMessage()
func (*StopOrderConnection) ProtoReflect ¶ added in v0.72.0
func (x *StopOrderConnection) ProtoReflect() protoreflect.Message
func (*StopOrderConnection) Reset ¶ added in v0.72.0
func (x *StopOrderConnection) Reset()
func (*StopOrderConnection) String ¶ added in v0.72.0
func (x *StopOrderConnection) String() string
type StopOrderEdge ¶ added in v0.72.0
type StopOrderEdge struct { // Data associated with an order submitted to a Vega node. Node *v1.StopOrderEvent `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` // Cursor that can be used to fetch further pages. Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
Order data with the corresponding cursor.
func (*StopOrderEdge) Descriptor
deprecated
added in
v0.72.0
func (*StopOrderEdge) Descriptor() ([]byte, []int)
Deprecated: Use StopOrderEdge.ProtoReflect.Descriptor instead.
func (*StopOrderEdge) GetCursor ¶ added in v0.72.0
func (x *StopOrderEdge) GetCursor() string
func (*StopOrderEdge) GetNode ¶ added in v0.72.0
func (x *StopOrderEdge) GetNode() *v1.StopOrderEvent
func (*StopOrderEdge) ProtoMessage ¶ added in v0.72.0
func (*StopOrderEdge) ProtoMessage()
func (*StopOrderEdge) ProtoReflect ¶ added in v0.72.0
func (x *StopOrderEdge) ProtoReflect() protoreflect.Message
func (*StopOrderEdge) Reset ¶ added in v0.72.0
func (x *StopOrderEdge) Reset()
func (*StopOrderEdge) String ¶ added in v0.72.0
func (x *StopOrderEdge) String() string
type StopOrderFilter ¶ added in v0.72.0
type StopOrderFilter struct { // Restrict orders to those with the given statuses. Statuses []vega.StopOrder_Status `protobuf:"varint,1,rep,packed,name=statuses,proto3,enum=vega.StopOrder_Status" json:"statuses,omitempty"` // Restrict orders to those with the given expiry strategies. ExpiryStrategies []vega.StopOrder_ExpiryStrategy `` /* 152-byte string literal not displayed */ // Restrict orders to those placed during the given date range. If not set, all orders will be returned. DateRange *DateRange `protobuf:"bytes,3,opt,name=date_range,json=dateRange,proto3,oneof" json:"date_range,omitempty"` // Restrict orders to those placed by the given party IDs. PartyIds []string `protobuf:"bytes,4,rep,name=party_ids,json=partyIds,proto3" json:"party_ids,omitempty"` // Restrict orders to those placed on the given market IDs. MarketIds []string `protobuf:"bytes,5,rep,name=market_ids,json=marketIds,proto3" json:"market_ids,omitempty"` // contains filtered or unexported fields }
Stop order filter
Stop order filter that contains all filtering conditions and values that are applied to the stop orders listing.
func (*StopOrderFilter) Descriptor
deprecated
added in
v0.72.0
func (*StopOrderFilter) Descriptor() ([]byte, []int)
Deprecated: Use StopOrderFilter.ProtoReflect.Descriptor instead.
func (*StopOrderFilter) GetDateRange ¶ added in v0.72.0
func (x *StopOrderFilter) GetDateRange() *DateRange
func (*StopOrderFilter) GetExpiryStrategies ¶ added in v0.72.0
func (x *StopOrderFilter) GetExpiryStrategies() []vega.StopOrder_ExpiryStrategy
func (*StopOrderFilter) GetMarketIds ¶ added in v0.72.0
func (x *StopOrderFilter) GetMarketIds() []string
func (*StopOrderFilter) GetPartyIds ¶ added in v0.72.0
func (x *StopOrderFilter) GetPartyIds() []string
func (*StopOrderFilter) GetStatuses ¶ added in v0.72.0
func (x *StopOrderFilter) GetStatuses() []vega.StopOrder_Status
func (*StopOrderFilter) ProtoMessage ¶ added in v0.72.0
func (*StopOrderFilter) ProtoMessage()
func (*StopOrderFilter) ProtoReflect ¶ added in v0.72.0
func (x *StopOrderFilter) ProtoReflect() protoreflect.Message
func (*StopOrderFilter) Reset ¶ added in v0.72.0
func (x *StopOrderFilter) Reset()
func (*StopOrderFilter) String ¶ added in v0.72.0
func (x *StopOrderFilter) String() string
type SuccessorMarket ¶ added in v0.72.0
type SuccessorMarket struct { // The market that is a member of the succession line. Market *vega.Market `protobuf:"bytes,1,opt,name=market,proto3" json:"market,omitempty"` // All proposals for child markets that have the market as a parent. Proposals []*vega.GovernanceData `protobuf:"bytes,2,rep,name=proposals,proto3" json:"proposals,omitempty"` // contains filtered or unexported fields }
Successor market information includes the market that is a member of the succession line and any governance data that is associated with proposals for child markets whether enacted or not.
func (*SuccessorMarket) Descriptor
deprecated
added in
v0.72.0
func (*SuccessorMarket) Descriptor() ([]byte, []int)
Deprecated: Use SuccessorMarket.ProtoReflect.Descriptor instead.
func (*SuccessorMarket) GetMarket ¶ added in v0.72.0
func (x *SuccessorMarket) GetMarket() *vega.Market
func (*SuccessorMarket) GetProposals ¶ added in v0.72.0
func (x *SuccessorMarket) GetProposals() []*vega.GovernanceData
func (*SuccessorMarket) ProtoMessage ¶ added in v0.72.0
func (*SuccessorMarket) ProtoMessage()
func (*SuccessorMarket) ProtoReflect ¶ added in v0.72.0
func (x *SuccessorMarket) ProtoReflect() protoreflect.Message
func (*SuccessorMarket) Reset ¶ added in v0.72.0
func (x *SuccessorMarket) Reset()
func (*SuccessorMarket) String ¶ added in v0.72.0
func (x *SuccessorMarket) String() string
type SuccessorMarketConnection ¶ added in v0.72.0
type SuccessorMarketConnection struct { // Page of successor markets and their cursors. Edges []*SuccessorMarketEdge `protobuf:"bytes,1,rep,name=edges,proto3" json:"edges,omitempty"` // Page information for pagination control. PageInfo *PageInfo `protobuf:"bytes,2,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"` // contains filtered or unexported fields }
Page of successor market records and corresponding page information.
func (*SuccessorMarketConnection) Descriptor
deprecated
added in
v0.72.0
func (*SuccessorMarketConnection) Descriptor() ([]byte, []int)
Deprecated: Use SuccessorMarketConnection.ProtoReflect.Descriptor instead.
func (*SuccessorMarketConnection) GetEdges ¶ added in v0.72.0
func (x *SuccessorMarketConnection) GetEdges() []*SuccessorMarketEdge
func (*SuccessorMarketConnection) GetPageInfo ¶ added in v0.72.0
func (x *SuccessorMarketConnection) GetPageInfo() *PageInfo
func (*SuccessorMarketConnection) ProtoMessage ¶ added in v0.72.0
func (*SuccessorMarketConnection) ProtoMessage()
func (*SuccessorMarketConnection) ProtoReflect ¶ added in v0.72.0
func (x *SuccessorMarketConnection) ProtoReflect() protoreflect.Message
func (*SuccessorMarketConnection) Reset ¶ added in v0.72.0
func (x *SuccessorMarketConnection) Reset()
func (*SuccessorMarketConnection) String ¶ added in v0.72.0
func (x *SuccessorMarketConnection) String() string
type SuccessorMarketEdge ¶ added in v0.72.0
type SuccessorMarketEdge struct { // Successor market record. Node *SuccessorMarket `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` // Cursor identifying the record for pagination control. Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
Successor market record with the corresponding cursor for paginated results
func (*SuccessorMarketEdge) Descriptor
deprecated
added in
v0.72.0
func (*SuccessorMarketEdge) Descriptor() ([]byte, []int)
Deprecated: Use SuccessorMarketEdge.ProtoReflect.Descriptor instead.
func (*SuccessorMarketEdge) GetCursor ¶ added in v0.72.0
func (x *SuccessorMarketEdge) GetCursor() string
func (*SuccessorMarketEdge) GetNode ¶ added in v0.72.0
func (x *SuccessorMarketEdge) GetNode() *SuccessorMarket
func (*SuccessorMarketEdge) ProtoMessage ¶ added in v0.72.0
func (*SuccessorMarketEdge) ProtoMessage()
func (*SuccessorMarketEdge) ProtoReflect ¶ added in v0.72.0
func (x *SuccessorMarketEdge) ProtoReflect() protoreflect.Message
func (*SuccessorMarketEdge) Reset ¶ added in v0.72.0
func (x *SuccessorMarketEdge) Reset()
func (*SuccessorMarketEdge) String ¶ added in v0.72.0
func (x *SuccessorMarketEdge) String() string
type Table ¶ added in v0.71.0
type Table int32
const ( Table_TABLE_UNSPECIFIED Table = 0 Table_TABLE_BALANCES Table = 1 Table_TABLE_CHECKPOINTS Table = 2 Table_TABLE_DELEGATIONS Table = 3 Table_TABLE_LEDGER Table = 4 Table_TABLE_ORDERS Table = 5 Table_TABLE_TRADES Table = 6 Table_TABLE_MARKET_DATA Table = 7 Table_TABLE_MARGIN_LEVELS Table = 8 Table_TABLE_POSITIONS Table = 9 Table_TABLE_LIQUIDITY_PROVISIONS Table = 10 Table_TABLE_MARKETS Table = 11 Table_TABLE_DEPOSITS Table = 12 Table_TABLE_WITHDRAWALS Table = 13 Table_TABLE_BLOCKS Table = 14 Table_TABLE_REWARDS Table = 15 )
func (Table) Descriptor ¶ added in v0.71.0
func (Table) Descriptor() protoreflect.EnumDescriptor
func (Table) EnumDescriptor
deprecated
added in
v0.71.0
func (Table) Number ¶ added in v0.71.0
func (x Table) Number() protoreflect.EnumNumber
func (Table) Type ¶ added in v0.71.0
func (Table) Type() protoreflect.EnumType
type TradeConnection ¶
type TradeConnection struct { // Page of trades and their corresponding cursors. Edges []*TradeEdge `protobuf:"bytes,1,rep,name=edges,proto3" json:"edges,omitempty"` // Page information that is used for fetching further pages. PageInfo *PageInfo `protobuf:"bytes,2,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"` // contains filtered or unexported fields }
Page of trades and corresponding page information
func (*TradeConnection) Descriptor
deprecated
func (*TradeConnection) Descriptor() ([]byte, []int)
Deprecated: Use TradeConnection.ProtoReflect.Descriptor instead.
func (*TradeConnection) GetEdges ¶
func (x *TradeConnection) GetEdges() []*TradeEdge
func (*TradeConnection) GetPageInfo ¶
func (x *TradeConnection) GetPageInfo() *PageInfo
func (*TradeConnection) ProtoMessage ¶
func (*TradeConnection) ProtoMessage()
func (*TradeConnection) ProtoReflect ¶
func (x *TradeConnection) ProtoReflect() protoreflect.Message
func (*TradeConnection) Reset ¶
func (x *TradeConnection) Reset()
func (*TradeConnection) String ¶
func (x *TradeConnection) String() string
type TradeEdge ¶
type TradeEdge struct { // Data associated with a trade that has been executed. Node *vega.Trade `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` // Cursor that can be used to fetch further pages. Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
Trade data item with the corresponding cursor..
func (*TradeEdge) Descriptor
deprecated
func (*TradeEdge) ProtoMessage ¶
func (*TradeEdge) ProtoMessage()
func (*TradeEdge) ProtoReflect ¶
func (x *TradeEdge) ProtoReflect() protoreflect.Message
type TradingDataServiceClient ¶
type TradingDataServiceClient interface { // List accounts // // Get a list of accounts matching the supplied filter, including their current balances. // If a given account has never had a balance, it will be absent from the list. ListAccounts(ctx context.Context, in *ListAccountsRequest, opts ...grpc.CallOption) (*ListAccountsResponse, error) // Accounts subscription // // Subscribe to a stream of accounts ObserveAccounts(ctx context.Context, in *ObserveAccountsRequest, opts ...grpc.CallOption) (TradingDataService_ObserveAccountsClient, error) // Data node information // // Get information about the data node. // Response contains a semver formatted version of the data node and the commit hash, from which the data node was built Info(ctx context.Context, in *InfoRequest, opts ...grpc.CallOption) (*InfoResponse, error) // Get order // // Get an order by its ID. An order's ID will be the SHA3-256 hash of the signature that the order was submitted with GetOrder(ctx context.Context, in *GetOrderRequest, opts ...grpc.CallOption) (*GetOrderResponse, error) // List orders // // Get a list of orders that match the given filters ListOrders(ctx context.Context, in *ListOrdersRequest, opts ...grpc.CallOption) (*ListOrdersResponse, error) // List order versions // // Get a list of all versions of an order in the order history ListOrderVersions(ctx context.Context, in *ListOrderVersionsRequest, opts ...grpc.CallOption) (*ListOrderVersionsResponse, error) // Observe orders // // Subscribe to a stream of orders ObserveOrders(ctx context.Context, in *ObserveOrdersRequest, opts ...grpc.CallOption) (TradingDataService_ObserveOrdersClient, error) // Get stop order // // Get a stop order by its ID. A stop order's ID will be the SHA3-256 hash of the signature that the order was submitted with. // A stop order's ID is likely to be different from the ID of the order that will be submitted when the stop is triggered. GetStopOrder(ctx context.Context, in *GetStopOrderRequest, opts ...grpc.CallOption) (*GetStopOrderResponse, error) // List stop orders // // Get a list of stop orders that match the given filters ListStopOrders(ctx context.Context, in *ListStopOrdersRequest, opts ...grpc.CallOption) (*ListStopOrdersResponse, error) // Deprecated: Do not use. // Deprecated: List positions // // Get a list of positions by party's public key using cursor based pagination // Deprecated: use ListAllPositions instead ListPositions(ctx context.Context, in *ListPositionsRequest, opts ...grpc.CallOption) (*ListPositionsResponse, error) // List positions // // Get a list of all of a party's positions ListAllPositions(ctx context.Context, in *ListAllPositionsRequest, opts ...grpc.CallOption) (*ListAllPositionsResponse, error) // Observe positions // // Subscribe to a stream of position updates. The first messages sent through the stream will contain // information about current positions, followed by updates to those positions. ObservePositions(ctx context.Context, in *ObservePositionsRequest, opts ...grpc.CallOption) (TradingDataService_ObservePositionsClient, error) // List ledger entries // // Get a list of ledger entries within the given date range. // This query requests and sums the number of ledger entries from a given subset of accounts, specified via the 'filter' argument. // It returns a time series - implemented as a list of AggregateLedgerEntry structs - with a row for every time // the summed ledger entries of the set of specified accounts changes. // Each account filter must contain no more than one party ID. // // Entries can be filtered by: // - the sending account (market ID, asset ID, account type) // - receiving account (market ID, asset ID, account type) // - sending AND receiving account // - transfer type either in addition to the above filters or as a standalone option ListLedgerEntries(ctx context.Context, in *ListLedgerEntriesRequest, opts ...grpc.CallOption) (*ListLedgerEntriesResponse, error) // Export ledger entries // // Export ledger entries records ledger entries to a csv file. // May or may not contain a date range - if no date range is provided, list all records for all times. // // Ledger entries can be exported by: // - export ledger entries for a single party for a given asset within a given time range // - export ledger entries for a single party for a given asset for all times // // buf:lint:ignore RPC_RESPONSE_STANDARD_NAME // buf:lint:ignore RPC_REQUEST_RESPONSE_UNIQUE ExportLedgerEntries(ctx context.Context, in *ExportLedgerEntriesRequest, opts ...grpc.CallOption) (TradingDataService_ExportLedgerEntriesClient, error) // List balance changes // // Get a list of the changes in account balances over a period of time. ListBalanceChanges(ctx context.Context, in *ListBalanceChangesRequest, opts ...grpc.CallOption) (*ListBalanceChangesResponse, error) // Get latest market data // // Get the latest market data for a given market GetLatestMarketData(ctx context.Context, in *GetLatestMarketDataRequest, opts ...grpc.CallOption) (*GetLatestMarketDataResponse, error) // List latest market data // // Get a list of the latest market data for every market ListLatestMarketData(ctx context.Context, in *ListLatestMarketDataRequest, opts ...grpc.CallOption) (*ListLatestMarketDataResponse, error) // Get latest market depth // // Get the latest market depth for a given market GetLatestMarketDepth(ctx context.Context, in *GetLatestMarketDepthRequest, opts ...grpc.CallOption) (*GetLatestMarketDepthResponse, error) // Observe markets depth // // Subscribe to a stream of the latest market depth for a given market ObserveMarketsDepth(ctx context.Context, in *ObserveMarketsDepthRequest, opts ...grpc.CallOption) (TradingDataService_ObserveMarketsDepthClient, error) // Observe markets depth updates // // Subscribe to a stream of updates on market depth for a given market ObserveMarketsDepthUpdates(ctx context.Context, in *ObserveMarketsDepthUpdatesRequest, opts ...grpc.CallOption) (TradingDataService_ObserveMarketsDepthUpdatesClient, error) // Observe markets data // // Subscribe to a stream of data about a given market ObserveMarketsData(ctx context.Context, in *ObserveMarketsDataRequest, opts ...grpc.CallOption) (TradingDataService_ObserveMarketsDataClient, error) // Get market data history // // Get market data history for a market ID from between a given date range GetMarketDataHistoryByID(ctx context.Context, in *GetMarketDataHistoryByIDRequest, opts ...grpc.CallOption) (*GetMarketDataHistoryByIDResponse, error) // List transfers // // Get a list of transfers between public keys. A valid value for public key can be one of: // - a party ID // - "network" // - "0000000000000000000000000000000000000000000000000000000000000000", the public key for the global rewards account ListTransfers(ctx context.Context, in *ListTransfersRequest, opts ...grpc.CallOption) (*ListTransfersResponse, error) // Get network limits // // Get the network limits relating to asset and market creation GetNetworkLimits(ctx context.Context, in *GetNetworkLimitsRequest, opts ...grpc.CallOption) (*GetNetworkLimitsResponse, error) // List candle data // // Get a list of candle data for a given candle ID. Candle IDs can be obtained by calling list-candle-intervals ListCandleData(ctx context.Context, in *ListCandleDataRequest, opts ...grpc.CallOption) (*ListCandleDataResponse, error) // Observe candle data // // Subscribe to a stream of candle updates ObserveCandleData(ctx context.Context, in *ObserveCandleDataRequest, opts ...grpc.CallOption) (TradingDataService_ObserveCandleDataClient, error) // List candle intervals // // Get a list of all available intervals for a given market along with the corresponding candle ID ListCandleIntervals(ctx context.Context, in *ListCandleIntervalsRequest, opts ...grpc.CallOption) (*ListCandleIntervalsResponse, error) // List votes // // Get a list of votes. A party ID or a proposal ID must be provided. ListVotes(ctx context.Context, in *ListVotesRequest, opts ...grpc.CallOption) (*ListVotesResponse, error) // Observe votes // // Subscribe to a stream of votes cast on a given proposal, or by all votes made by a given party ObserveVotes(ctx context.Context, in *ObserveVotesRequest, opts ...grpc.CallOption) (TradingDataService_ObserveVotesClient, error) // List ERC20 multi-sig signer added bundles // // Get a list of the signature bundles to add a particular validator to the signer list of the multisig contract ListERC20MultiSigSignerAddedBundles(ctx context.Context, in *ListERC20MultiSigSignerAddedBundlesRequest, opts ...grpc.CallOption) (*ListERC20MultiSigSignerAddedBundlesResponse, error) // List ERC20 multi-sig signer removed bundles // // Get a list of the signature bundles to remove a particular validator from signer list of the multisig contract ListERC20MultiSigSignerRemovedBundles(ctx context.Context, in *ListERC20MultiSigSignerRemovedBundlesRequest, opts ...grpc.CallOption) (*ListERC20MultiSigSignerRemovedBundlesResponse, error) // Get ERC20 list asset bundle // // Get the signatures bundle to allowlist an ERC20 token in the collateral bridge GetERC20ListAssetBundle(ctx context.Context, in *GetERC20ListAssetBundleRequest, opts ...grpc.CallOption) (*GetERC20ListAssetBundleResponse, error) // Get ERC20 set asset limits bundle // // Get the signature bundle to update the token limits. These are `maxLifetimeDeposit` and `withdrawThreshold` for a given ERC20 token that is // already allowlisted in the collateral bridge. GetERC20SetAssetLimitsBundle(ctx context.Context, in *GetERC20SetAssetLimitsBundleRequest, opts ...grpc.CallOption) (*GetERC20SetAssetLimitsBundleResponse, error) // Get ERC20 withdrawal approval // // Get the signature bundle to finalise a withdrawal on Ethereum GetERC20WithdrawalApproval(ctx context.Context, in *GetERC20WithdrawalApprovalRequest, opts ...grpc.CallOption) (*GetERC20WithdrawalApprovalResponse, error) // Get last trade // // Get the last trade made for a given market. GetLastTrade(ctx context.Context, in *GetLastTradeRequest, opts ...grpc.CallOption) (*GetLastTradeResponse, error) // List trades // // Get a list of all trades, optionally filtered by party/market/order ListTrades(ctx context.Context, in *ListTradesRequest, opts ...grpc.CallOption) (*ListTradesResponse, error) // Observe trades // // Subscribe to a stream of trades, optionally filtered by party/market ObserveTrades(ctx context.Context, in *ObserveTradesRequest, opts ...grpc.CallOption) (TradingDataService_ObserveTradesClient, error) // Get oracle spec // // Get an oracle spec by ID. Oracle spec IDs can be found by querying markets that use them as a data source GetOracleSpec(ctx context.Context, in *GetOracleSpecRequest, opts ...grpc.CallOption) (*GetOracleSpecResponse, error) // List oracle specs // // Get a list of all oracles specs that are defined against all markets ListOracleSpecs(ctx context.Context, in *ListOracleSpecsRequest, opts ...grpc.CallOption) (*ListOracleSpecsResponse, error) // List oracle data // // Get a list of all oracle data that have been broadcast to any market ListOracleData(ctx context.Context, in *ListOracleDataRequest, opts ...grpc.CallOption) (*ListOracleDataResponse, error) // Get market // // Get information about a specific market using its ID. A market's ID will be the same as the ID of the proposal that // generated it GetMarket(ctx context.Context, in *GetMarketRequest, opts ...grpc.CallOption) (*GetMarketResponse, error) // List markets // // Get a list of markets ListMarkets(ctx context.Context, in *ListMarketsRequest, opts ...grpc.CallOption) (*ListMarketsResponse, error) // List successor markets // // Given a market ID, return the full lineage of markets since inception, or all successor markets since and including // the given market ID. The markets will be returned in succession order, i.e. the market at position i will be the parent // of the market at position i+1. ListSuccessorMarkets(ctx context.Context, in *ListSuccessorMarketsRequest, opts ...grpc.CallOption) (*ListSuccessorMarketsResponse, error) // Get party // // Get a single party GetParty(ctx context.Context, in *GetPartyRequest, opts ...grpc.CallOption) (*GetPartyResponse, error) // List parties // // Get a list of parties ListParties(ctx context.Context, in *ListPartiesRequest, opts ...grpc.CallOption) (*ListPartiesResponse, error) // List margin levels // // Get a list margin levels that match the provided criteria. If no filter is provided, all margin levels will be returned. ListMarginLevels(ctx context.Context, in *ListMarginLevelsRequest, opts ...grpc.CallOption) (*ListMarginLevelsResponse, error) // Observe margin levels // // Subscribe to a stream of margin levels updates ObserveMarginLevels(ctx context.Context, in *ObserveMarginLevelsRequest, opts ...grpc.CallOption) (TradingDataService_ObserveMarginLevelsClient, error) // List rewards // // Get a list of rewards that match the provided criteria. If no filter is provided, all rewards will be returned. ListRewards(ctx context.Context, in *ListRewardsRequest, opts ...grpc.CallOption) (*ListRewardsResponse, error) // List reward summaries // // Get a list of reward summaries where the reward amount is the total rewards received over all epochs // per party ID and asset ID. // Request parameters are optional party ID and asset ID. // If no data is provided, all reward summaries will be returned grouped by party and asset ID. ListRewardSummaries(ctx context.Context, in *ListRewardSummariesRequest, opts ...grpc.CallOption) (*ListRewardSummariesResponse, error) // List epoch reward summaries // // Get a list of reward summaries by epoch for a given range of epochs. // The result is filtered by list of asset IDs, market IDs and starting and ending epochs, for which to return rewards. // If no data is provided, all reward summaries will be returned, grouped by epochs, market IDs, asset IDs and reward type. ListEpochRewardSummaries(ctx context.Context, in *ListEpochRewardSummariesRequest, opts ...grpc.CallOption) (*ListEpochRewardSummariesResponse, error) // Get deposit // // Get a deposit by its ID GetDeposit(ctx context.Context, in *GetDepositRequest, opts ...grpc.CallOption) (*GetDepositResponse, error) // List deposits // // Get a list of deposits for a given party. // If a date range is provided, filtering will be based on the last time the deposit // has been updated in Vega time. ListDeposits(ctx context.Context, in *ListDepositsRequest, opts ...grpc.CallOption) (*ListDepositsResponse, error) // Get withdrawal // // Get a withdrawal by its ID. A withdrawal's ID will be the SHA3-256 hash of the signature that the withdrawal was submitted with GetWithdrawal(ctx context.Context, in *GetWithdrawalRequest, opts ...grpc.CallOption) (*GetWithdrawalResponse, error) // List withdrawals // // Get a list of withdrawals for a given party ListWithdrawals(ctx context.Context, in *ListWithdrawalsRequest, opts ...grpc.CallOption) (*ListWithdrawalsResponse, error) // Get asset // // Get a single asset using its ID. Use the assets list query to get an asset's ID GetAsset(ctx context.Context, in *GetAssetRequest, opts ...grpc.CallOption) (*GetAssetResponse, error) // List assets // // Get a list of assets available on the Vega network ListAssets(ctx context.Context, in *ListAssetsRequest, opts ...grpc.CallOption) (*ListAssetsResponse, error) // List liquidity provisions // // Get a list of liquidity provisions for a given market ListLiquidityProvisions(ctx context.Context, in *ListLiquidityProvisionsRequest, opts ...grpc.CallOption) (*ListLiquidityProvisionsResponse, error) // Observe liquidity provisions // // Subscribe to a stream of liquidity provision events for a given market and party ObserveLiquidityProvisions(ctx context.Context, in *ObserveLiquidityProvisionsRequest, opts ...grpc.CallOption) (TradingDataService_ObserveLiquidityProvisionsClient, error) // Get governance data // // Get a single proposal's details either by proposal ID or by reference GetGovernanceData(ctx context.Context, in *GetGovernanceDataRequest, opts ...grpc.CallOption) (*GetGovernanceDataResponse, error) // List governance data // // Get a list of proposals ListGovernanceData(ctx context.Context, in *ListGovernanceDataRequest, opts ...grpc.CallOption) (*ListGovernanceDataResponse, error) // Observe governance // // Subscribe to a stream of updates to governance proposals ObserveGovernance(ctx context.Context, in *ObserveGovernanceRequest, opts ...grpc.CallOption) (TradingDataService_ObserveGovernanceClient, error) // List delegations // // Get a list of the token delegations on the network ListDelegations(ctx context.Context, in *ListDelegationsRequest, opts ...grpc.CallOption) (*ListDelegationsResponse, error) // Get network data // // Get data regarding the nodes of the network GetNetworkData(ctx context.Context, in *GetNetworkDataRequest, opts ...grpc.CallOption) (*GetNetworkDataResponse, error) // Get node // // Get information about a given node GetNode(ctx context.Context, in *GetNodeRequest, opts ...grpc.CallOption) (*GetNodeResponse, error) // List nodes // // Get a list of the nodes on the network along with the related information. ListNodes(ctx context.Context, in *ListNodesRequest, opts ...grpc.CallOption) (*ListNodesResponse, error) // List node signatures // // Get a list of aggregate signatures from all the nodes of the network ListNodeSignatures(ctx context.Context, in *ListNodeSignaturesRequest, opts ...grpc.CallOption) (*ListNodeSignaturesResponse, error) // Get epoch // // Get data for a specific epoch, if ID is omitted, it retrieves the current epoch GetEpoch(ctx context.Context, in *GetEpochRequest, opts ...grpc.CallOption) (*GetEpochResponse, error) // Estimate fee // // Estimate the fee that would be incurred for submitting an order // with the specified price and size on the market. EstimateFee(ctx context.Context, in *EstimateFeeRequest, opts ...grpc.CallOption) (*EstimateFeeResponse, error) // Estimate margin // // Estimate the margin that would be required for submitting this order EstimateMargin(ctx context.Context, in *EstimateMarginRequest, opts ...grpc.CallOption) (*EstimateMarginResponse, error) // Estimate position // // Estimate the margin that would be required for maintaining the specified position. // If the optional collateral available argument is supplied, the response also contains the estimate of the liquidation price. EstimatePosition(ctx context.Context, in *EstimatePositionRequest, opts ...grpc.CallOption) (*EstimatePositionResponse, error) // List network parameters // // Get a list of the network parameter keys and their values ListNetworkParameters(ctx context.Context, in *ListNetworkParametersRequest, opts ...grpc.CallOption) (*ListNetworkParametersResponse, error) // Get network parameter // // Get a network parameter's value by its key GetNetworkParameter(ctx context.Context, in *GetNetworkParameterRequest, opts ...grpc.CallOption) (*GetNetworkParameterResponse, error) // List checkpoints // // Get a list of information about checkpoints generated by the network ListCheckpoints(ctx context.Context, in *ListCheckpointsRequest, opts ...grpc.CallOption) (*ListCheckpointsResponse, error) // Get stake // // Get staking information for a given party GetStake(ctx context.Context, in *GetStakeRequest, opts ...grpc.CallOption) (*GetStakeResponse, error) // Get risk factors // // Get risk factor data for a given market GetRiskFactors(ctx context.Context, in *GetRiskFactorsRequest, opts ...grpc.CallOption) (*GetRiskFactorsResponse, error) // Observe event bus // // Subscribe to a stream of events from the core ObserveEventBus(ctx context.Context, opts ...grpc.CallOption) (TradingDataService_ObserveEventBusClient, error) // Observe ledger movements // // Subscribe to a stream of transfer responses ObserveLedgerMovements(ctx context.Context, in *ObserveLedgerMovementsRequest, opts ...grpc.CallOption) (TradingDataService_ObserveLedgerMovementsClient, error) // List key rotations // // Get a list of information about Vega key rotations that have been performed by validator nodes ListKeyRotations(ctx context.Context, in *ListKeyRotationsRequest, opts ...grpc.CallOption) (*ListKeyRotationsResponse, error) // List Ethereum key rotations // // Get a list of information about Ethereum key rotations that have been performed by validator nodes ListEthereumKeyRotations(ctx context.Context, in *ListEthereumKeyRotationsRequest, opts ...grpc.CallOption) (*ListEthereumKeyRotationsResponse, error) // Get Vega time // // Get the current time of the network in Unix nanoseconds GetVegaTime(ctx context.Context, in *GetVegaTimeRequest, opts ...grpc.CallOption) (*GetVegaTimeResponse, error) // Get protocol upgrade status // // Get status of a protocol upgrade GetProtocolUpgradeStatus(ctx context.Context, in *GetProtocolUpgradeStatusRequest, opts ...grpc.CallOption) (*GetProtocolUpgradeStatusResponse, error) // List protocol upgrade proposals // // Get a list of protocol upgrade proposals, optionally filtering on status or approver. ListProtocolUpgradeProposals(ctx context.Context, in *ListProtocolUpgradeProposalsRequest, opts ...grpc.CallOption) (*ListProtocolUpgradeProposalsResponse, error) // List snapshots // // Get a list of core snapshots taken ListCoreSnapshots(ctx context.Context, in *ListCoreSnapshotsRequest, opts ...grpc.CallOption) (*ListCoreSnapshotsResponse, error) // Get most recent network history segment // // Get the network's most recently history segment GetMostRecentNetworkHistorySegment(ctx context.Context, in *GetMostRecentNetworkHistorySegmentRequest, opts ...grpc.CallOption) (*GetMostRecentNetworkHistorySegmentResponse, error) // List all network history segments // // Get a list of all history segments stored by the data node currently connected to ListAllNetworkHistorySegments(ctx context.Context, in *ListAllNetworkHistorySegmentsRequest, opts ...grpc.CallOption) (*ListAllNetworkHistorySegmentsResponse, error) // Get active network history peer addresses // // Get a list of the addresses of all active network history peers GetActiveNetworkHistoryPeerAddresses(ctx context.Context, in *GetActiveNetworkHistoryPeerAddressesRequest, opts ...grpc.CallOption) (*GetActiveNetworkHistoryPeerAddressesResponse, error) // Network history status // // Get information about the current state of network history's IPFS swarm GetNetworkHistoryStatus(ctx context.Context, in *GetNetworkHistoryStatusRequest, opts ...grpc.CallOption) (*GetNetworkHistoryStatusResponse, error) // Network history bootstrap peers // // Get a list of IPFS peers that can be used to initialise a new data node with network history GetNetworkHistoryBootstrapPeers(ctx context.Context, in *GetNetworkHistoryBootstrapPeersRequest, opts ...grpc.CallOption) (*GetNetworkHistoryBootstrapPeersResponse, error) // List entities // // Get a list of all entities created by transaction hash ListEntities(ctx context.Context, in *ListEntitiesRequest, opts ...grpc.CallOption) (*ListEntitiesResponse, error) // Export network history as CSV // // Export CSV table data from network history between two block heights. // // The requested block heights must fall on network history segment boundaries, which can // be discovered by calling the API to list all network history segments. By default // segments contain 1000 blocks. In that case ranges such as (1, 1000), (1001, 2000), (1, 3000) // would all fall on segment boundaries and be valid. // // The generated CSV file is compressed into a ZIP file and returned, with the file name // in the following format: `[chain id]-[table name]-[start block]-[end block].zip` // // In gRPC, results are returned in a chunked stream of base64 encoded data. // // Through the REST gateway, the base64 data chunks are decoded and streamed as a // `content-type: application/zip` HTTP response. // // The CSV exported data uses a comma as a DELIMITER between fields, and " for QUOTE-ing fields. // // If a value contains any of: DELIMITER, QUOTE, carriage return, or line feed then the whole // value is prefixed and suffixed by the QUOTE character and any occurrence within // the value of a QUOTE character preceded by another QUOTE. // // A NULL is output as the NULL parameter string and is not quoted, while a non-NULL value // matching the NULL parameter string is quoted. // // For example, with the default settings, a NULL is written as an unquoted empty string, // while an empty string data value is written with double quotes. // // Note that CSV files produced may contain quoted values containing embedded carriage returns and line feeds. // Thus the files are not strictly one line per table row like text-format files. // // The first row of the CSV file is a header that describes the contents of each column // in subsequent rows. // // Usually the ZIP file will contain only a single CSV file. However it is possible that // the (from_block, to_block) request spans over a range of blocks in which the underlying // schema of the database changes. For example, a column may have been added, removed, or renamed. // // If this happens, the CSV file will be split at the point of the schema change and the zip // file will contain multiple CSV files, with a potentially different set of headers. The // 'version' number of the database schema is part of the in the CSV filename: // // `[chain id]-[table name]-[schema version]-[start block]-[end block].zip` // // # For example, a zip file might be called mainnet-sometable-000001-003000.zip // // And contain two CSV files: `mainnet-sometable-1-000001-002000.csv`: // // timestamp, value // 1, foo // 2, bar // // And `mainnet-sometable-2-002001-003000.csv`: // // timestamp, value, extra_value // 3, baz, apple // // It is worth noting that the schema will not change within a single network history segment. // buf:lint:ignore RPC_RESPONSE_STANDARD_NAME // buf:lint:ignore RPC_REQUEST_RESPONSE_UNIQUE ExportNetworkHistory(ctx context.Context, in *ExportNetworkHistoryRequest, opts ...grpc.CallOption) (TradingDataService_ExportNetworkHistoryClient, error) // Ping // // Ping the data node Ping(ctx context.Context, in *PingRequest, opts ...grpc.CallOption) (*PingResponse, error) }
TradingDataServiceClient is the client API for TradingDataService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewTradingDataServiceClient ¶
func NewTradingDataServiceClient(cc grpc.ClientConnInterface) TradingDataServiceClient
type TradingDataServiceServer ¶
type TradingDataServiceServer interface { // List accounts // // Get a list of accounts matching the supplied filter, including their current balances. // If a given account has never had a balance, it will be absent from the list. ListAccounts(context.Context, *ListAccountsRequest) (*ListAccountsResponse, error) // Accounts subscription // // Subscribe to a stream of accounts ObserveAccounts(*ObserveAccountsRequest, TradingDataService_ObserveAccountsServer) error // Data node information // // Get information about the data node. // Response contains a semver formatted version of the data node and the commit hash, from which the data node was built Info(context.Context, *InfoRequest) (*InfoResponse, error) // Get order // // Get an order by its ID. An order's ID will be the SHA3-256 hash of the signature that the order was submitted with GetOrder(context.Context, *GetOrderRequest) (*GetOrderResponse, error) // List orders // // Get a list of orders that match the given filters ListOrders(context.Context, *ListOrdersRequest) (*ListOrdersResponse, error) // List order versions // // Get a list of all versions of an order in the order history ListOrderVersions(context.Context, *ListOrderVersionsRequest) (*ListOrderVersionsResponse, error) // Observe orders // // Subscribe to a stream of orders ObserveOrders(*ObserveOrdersRequest, TradingDataService_ObserveOrdersServer) error // Get stop order // // Get a stop order by its ID. A stop order's ID will be the SHA3-256 hash of the signature that the order was submitted with. // A stop order's ID is likely to be different from the ID of the order that will be submitted when the stop is triggered. GetStopOrder(context.Context, *GetStopOrderRequest) (*GetStopOrderResponse, error) // List stop orders // // Get a list of stop orders that match the given filters ListStopOrders(context.Context, *ListStopOrdersRequest) (*ListStopOrdersResponse, error) // Deprecated: Do not use. // Deprecated: List positions // // Get a list of positions by party's public key using cursor based pagination // Deprecated: use ListAllPositions instead ListPositions(context.Context, *ListPositionsRequest) (*ListPositionsResponse, error) // List positions // // Get a list of all of a party's positions ListAllPositions(context.Context, *ListAllPositionsRequest) (*ListAllPositionsResponse, error) // Observe positions // // Subscribe to a stream of position updates. The first messages sent through the stream will contain // information about current positions, followed by updates to those positions. ObservePositions(*ObservePositionsRequest, TradingDataService_ObservePositionsServer) error // List ledger entries // // Get a list of ledger entries within the given date range. // This query requests and sums the number of ledger entries from a given subset of accounts, specified via the 'filter' argument. // It returns a time series - implemented as a list of AggregateLedgerEntry structs - with a row for every time // the summed ledger entries of the set of specified accounts changes. // Each account filter must contain no more than one party ID. // // Entries can be filtered by: // - the sending account (market ID, asset ID, account type) // - receiving account (market ID, asset ID, account type) // - sending AND receiving account // - transfer type either in addition to the above filters or as a standalone option ListLedgerEntries(context.Context, *ListLedgerEntriesRequest) (*ListLedgerEntriesResponse, error) // Export ledger entries // // Export ledger entries records ledger entries to a csv file. // May or may not contain a date range - if no date range is provided, list all records for all times. // // Ledger entries can be exported by: // - export ledger entries for a single party for a given asset within a given time range // - export ledger entries for a single party for a given asset for all times // // buf:lint:ignore RPC_RESPONSE_STANDARD_NAME // buf:lint:ignore RPC_REQUEST_RESPONSE_UNIQUE ExportLedgerEntries(*ExportLedgerEntriesRequest, TradingDataService_ExportLedgerEntriesServer) error // List balance changes // // Get a list of the changes in account balances over a period of time. ListBalanceChanges(context.Context, *ListBalanceChangesRequest) (*ListBalanceChangesResponse, error) // Get latest market data // // Get the latest market data for a given market GetLatestMarketData(context.Context, *GetLatestMarketDataRequest) (*GetLatestMarketDataResponse, error) // List latest market data // // Get a list of the latest market data for every market ListLatestMarketData(context.Context, *ListLatestMarketDataRequest) (*ListLatestMarketDataResponse, error) // Get latest market depth // // Get the latest market depth for a given market GetLatestMarketDepth(context.Context, *GetLatestMarketDepthRequest) (*GetLatestMarketDepthResponse, error) // Observe markets depth // // Subscribe to a stream of the latest market depth for a given market ObserveMarketsDepth(*ObserveMarketsDepthRequest, TradingDataService_ObserveMarketsDepthServer) error // Observe markets depth updates // // Subscribe to a stream of updates on market depth for a given market ObserveMarketsDepthUpdates(*ObserveMarketsDepthUpdatesRequest, TradingDataService_ObserveMarketsDepthUpdatesServer) error // Observe markets data // // Subscribe to a stream of data about a given market ObserveMarketsData(*ObserveMarketsDataRequest, TradingDataService_ObserveMarketsDataServer) error // Get market data history // // Get market data history for a market ID from between a given date range GetMarketDataHistoryByID(context.Context, *GetMarketDataHistoryByIDRequest) (*GetMarketDataHistoryByIDResponse, error) // List transfers // // Get a list of transfers between public keys. A valid value for public key can be one of: // - a party ID // - "network" // - "0000000000000000000000000000000000000000000000000000000000000000", the public key for the global rewards account ListTransfers(context.Context, *ListTransfersRequest) (*ListTransfersResponse, error) // Get network limits // // Get the network limits relating to asset and market creation GetNetworkLimits(context.Context, *GetNetworkLimitsRequest) (*GetNetworkLimitsResponse, error) // List candle data // // Get a list of candle data for a given candle ID. Candle IDs can be obtained by calling list-candle-intervals ListCandleData(context.Context, *ListCandleDataRequest) (*ListCandleDataResponse, error) // Observe candle data // // Subscribe to a stream of candle updates ObserveCandleData(*ObserveCandleDataRequest, TradingDataService_ObserveCandleDataServer) error // List candle intervals // // Get a list of all available intervals for a given market along with the corresponding candle ID ListCandleIntervals(context.Context, *ListCandleIntervalsRequest) (*ListCandleIntervalsResponse, error) // List votes // // Get a list of votes. A party ID or a proposal ID must be provided. ListVotes(context.Context, *ListVotesRequest) (*ListVotesResponse, error) // Observe votes // // Subscribe to a stream of votes cast on a given proposal, or by all votes made by a given party ObserveVotes(*ObserveVotesRequest, TradingDataService_ObserveVotesServer) error // List ERC20 multi-sig signer added bundles // // Get a list of the signature bundles to add a particular validator to the signer list of the multisig contract ListERC20MultiSigSignerAddedBundles(context.Context, *ListERC20MultiSigSignerAddedBundlesRequest) (*ListERC20MultiSigSignerAddedBundlesResponse, error) // List ERC20 multi-sig signer removed bundles // // Get a list of the signature bundles to remove a particular validator from signer list of the multisig contract ListERC20MultiSigSignerRemovedBundles(context.Context, *ListERC20MultiSigSignerRemovedBundlesRequest) (*ListERC20MultiSigSignerRemovedBundlesResponse, error) // Get ERC20 list asset bundle // // Get the signatures bundle to allowlist an ERC20 token in the collateral bridge GetERC20ListAssetBundle(context.Context, *GetERC20ListAssetBundleRequest) (*GetERC20ListAssetBundleResponse, error) // Get ERC20 set asset limits bundle // // Get the signature bundle to update the token limits. These are `maxLifetimeDeposit` and `withdrawThreshold` for a given ERC20 token that is // already allowlisted in the collateral bridge. GetERC20SetAssetLimitsBundle(context.Context, *GetERC20SetAssetLimitsBundleRequest) (*GetERC20SetAssetLimitsBundleResponse, error) // Get ERC20 withdrawal approval // // Get the signature bundle to finalise a withdrawal on Ethereum GetERC20WithdrawalApproval(context.Context, *GetERC20WithdrawalApprovalRequest) (*GetERC20WithdrawalApprovalResponse, error) // Get last trade // // Get the last trade made for a given market. GetLastTrade(context.Context, *GetLastTradeRequest) (*GetLastTradeResponse, error) // List trades // // Get a list of all trades, optionally filtered by party/market/order ListTrades(context.Context, *ListTradesRequest) (*ListTradesResponse, error) // Observe trades // // Subscribe to a stream of trades, optionally filtered by party/market ObserveTrades(*ObserveTradesRequest, TradingDataService_ObserveTradesServer) error // Get oracle spec // // Get an oracle spec by ID. Oracle spec IDs can be found by querying markets that use them as a data source GetOracleSpec(context.Context, *GetOracleSpecRequest) (*GetOracleSpecResponse, error) // List oracle specs // // Get a list of all oracles specs that are defined against all markets ListOracleSpecs(context.Context, *ListOracleSpecsRequest) (*ListOracleSpecsResponse, error) // List oracle data // // Get a list of all oracle data that have been broadcast to any market ListOracleData(context.Context, *ListOracleDataRequest) (*ListOracleDataResponse, error) // Get market // // Get information about a specific market using its ID. A market's ID will be the same as the ID of the proposal that // generated it GetMarket(context.Context, *GetMarketRequest) (*GetMarketResponse, error) // List markets // // Get a list of markets ListMarkets(context.Context, *ListMarketsRequest) (*ListMarketsResponse, error) // List successor markets // // Given a market ID, return the full lineage of markets since inception, or all successor markets since and including // the given market ID. The markets will be returned in succession order, i.e. the market at position i will be the parent // of the market at position i+1. ListSuccessorMarkets(context.Context, *ListSuccessorMarketsRequest) (*ListSuccessorMarketsResponse, error) // Get party // // Get a single party GetParty(context.Context, *GetPartyRequest) (*GetPartyResponse, error) // List parties // // Get a list of parties ListParties(context.Context, *ListPartiesRequest) (*ListPartiesResponse, error) // List margin levels // // Get a list margin levels that match the provided criteria. If no filter is provided, all margin levels will be returned. ListMarginLevels(context.Context, *ListMarginLevelsRequest) (*ListMarginLevelsResponse, error) // Observe margin levels // // Subscribe to a stream of margin levels updates ObserveMarginLevels(*ObserveMarginLevelsRequest, TradingDataService_ObserveMarginLevelsServer) error // List rewards // // Get a list of rewards that match the provided criteria. If no filter is provided, all rewards will be returned. ListRewards(context.Context, *ListRewardsRequest) (*ListRewardsResponse, error) // List reward summaries // // Get a list of reward summaries where the reward amount is the total rewards received over all epochs // per party ID and asset ID. // Request parameters are optional party ID and asset ID. // If no data is provided, all reward summaries will be returned grouped by party and asset ID. ListRewardSummaries(context.Context, *ListRewardSummariesRequest) (*ListRewardSummariesResponse, error) // List epoch reward summaries // // Get a list of reward summaries by epoch for a given range of epochs. // The result is filtered by list of asset IDs, market IDs and starting and ending epochs, for which to return rewards. // If no data is provided, all reward summaries will be returned, grouped by epochs, market IDs, asset IDs and reward type. ListEpochRewardSummaries(context.Context, *ListEpochRewardSummariesRequest) (*ListEpochRewardSummariesResponse, error) // Get deposit // // Get a deposit by its ID GetDeposit(context.Context, *GetDepositRequest) (*GetDepositResponse, error) // List deposits // // Get a list of deposits for a given party. // If a date range is provided, filtering will be based on the last time the deposit // has been updated in Vega time. ListDeposits(context.Context, *ListDepositsRequest) (*ListDepositsResponse, error) // Get withdrawal // // Get a withdrawal by its ID. A withdrawal's ID will be the SHA3-256 hash of the signature that the withdrawal was submitted with GetWithdrawal(context.Context, *GetWithdrawalRequest) (*GetWithdrawalResponse, error) // List withdrawals // // Get a list of withdrawals for a given party ListWithdrawals(context.Context, *ListWithdrawalsRequest) (*ListWithdrawalsResponse, error) // Get asset // // Get a single asset using its ID. Use the assets list query to get an asset's ID GetAsset(context.Context, *GetAssetRequest) (*GetAssetResponse, error) // List assets // // Get a list of assets available on the Vega network ListAssets(context.Context, *ListAssetsRequest) (*ListAssetsResponse, error) // List liquidity provisions // // Get a list of liquidity provisions for a given market ListLiquidityProvisions(context.Context, *ListLiquidityProvisionsRequest) (*ListLiquidityProvisionsResponse, error) // Observe liquidity provisions // // Subscribe to a stream of liquidity provision events for a given market and party ObserveLiquidityProvisions(*ObserveLiquidityProvisionsRequest, TradingDataService_ObserveLiquidityProvisionsServer) error // Get governance data // // Get a single proposal's details either by proposal ID or by reference GetGovernanceData(context.Context, *GetGovernanceDataRequest) (*GetGovernanceDataResponse, error) // List governance data // // Get a list of proposals ListGovernanceData(context.Context, *ListGovernanceDataRequest) (*ListGovernanceDataResponse, error) // Observe governance // // Subscribe to a stream of updates to governance proposals ObserveGovernance(*ObserveGovernanceRequest, TradingDataService_ObserveGovernanceServer) error // List delegations // // Get a list of the token delegations on the network ListDelegations(context.Context, *ListDelegationsRequest) (*ListDelegationsResponse, error) // Get network data // // Get data regarding the nodes of the network GetNetworkData(context.Context, *GetNetworkDataRequest) (*GetNetworkDataResponse, error) // Get node // // Get information about a given node GetNode(context.Context, *GetNodeRequest) (*GetNodeResponse, error) // List nodes // // Get a list of the nodes on the network along with the related information. ListNodes(context.Context, *ListNodesRequest) (*ListNodesResponse, error) // List node signatures // // Get a list of aggregate signatures from all the nodes of the network ListNodeSignatures(context.Context, *ListNodeSignaturesRequest) (*ListNodeSignaturesResponse, error) // Get epoch // // Get data for a specific epoch, if ID is omitted, it retrieves the current epoch GetEpoch(context.Context, *GetEpochRequest) (*GetEpochResponse, error) // Estimate fee // // Estimate the fee that would be incurred for submitting an order // with the specified price and size on the market. EstimateFee(context.Context, *EstimateFeeRequest) (*EstimateFeeResponse, error) // Estimate margin // // Estimate the margin that would be required for submitting this order EstimateMargin(context.Context, *EstimateMarginRequest) (*EstimateMarginResponse, error) // Estimate position // // Estimate the margin that would be required for maintaining the specified position. // If the optional collateral available argument is supplied, the response also contains the estimate of the liquidation price. EstimatePosition(context.Context, *EstimatePositionRequest) (*EstimatePositionResponse, error) // List network parameters // // Get a list of the network parameter keys and their values ListNetworkParameters(context.Context, *ListNetworkParametersRequest) (*ListNetworkParametersResponse, error) // Get network parameter // // Get a network parameter's value by its key GetNetworkParameter(context.Context, *GetNetworkParameterRequest) (*GetNetworkParameterResponse, error) // List checkpoints // // Get a list of information about checkpoints generated by the network ListCheckpoints(context.Context, *ListCheckpointsRequest) (*ListCheckpointsResponse, error) // Get stake // // Get staking information for a given party GetStake(context.Context, *GetStakeRequest) (*GetStakeResponse, error) // Get risk factors // // Get risk factor data for a given market GetRiskFactors(context.Context, *GetRiskFactorsRequest) (*GetRiskFactorsResponse, error) // Observe event bus // // Subscribe to a stream of events from the core ObserveEventBus(TradingDataService_ObserveEventBusServer) error // Observe ledger movements // // Subscribe to a stream of transfer responses ObserveLedgerMovements(*ObserveLedgerMovementsRequest, TradingDataService_ObserveLedgerMovementsServer) error // List key rotations // // Get a list of information about Vega key rotations that have been performed by validator nodes ListKeyRotations(context.Context, *ListKeyRotationsRequest) (*ListKeyRotationsResponse, error) // List Ethereum key rotations // // Get a list of information about Ethereum key rotations that have been performed by validator nodes ListEthereumKeyRotations(context.Context, *ListEthereumKeyRotationsRequest) (*ListEthereumKeyRotationsResponse, error) // Get Vega time // // Get the current time of the network in Unix nanoseconds GetVegaTime(context.Context, *GetVegaTimeRequest) (*GetVegaTimeResponse, error) // Get protocol upgrade status // // Get status of a protocol upgrade GetProtocolUpgradeStatus(context.Context, *GetProtocolUpgradeStatusRequest) (*GetProtocolUpgradeStatusResponse, error) // List protocol upgrade proposals // // Get a list of protocol upgrade proposals, optionally filtering on status or approver. ListProtocolUpgradeProposals(context.Context, *ListProtocolUpgradeProposalsRequest) (*ListProtocolUpgradeProposalsResponse, error) // List snapshots // // Get a list of core snapshots taken ListCoreSnapshots(context.Context, *ListCoreSnapshotsRequest) (*ListCoreSnapshotsResponse, error) // Get most recent network history segment // // Get the network's most recently history segment GetMostRecentNetworkHistorySegment(context.Context, *GetMostRecentNetworkHistorySegmentRequest) (*GetMostRecentNetworkHistorySegmentResponse, error) // List all network history segments // // Get a list of all history segments stored by the data node currently connected to ListAllNetworkHistorySegments(context.Context, *ListAllNetworkHistorySegmentsRequest) (*ListAllNetworkHistorySegmentsResponse, error) // Get active network history peer addresses // // Get a list of the addresses of all active network history peers GetActiveNetworkHistoryPeerAddresses(context.Context, *GetActiveNetworkHistoryPeerAddressesRequest) (*GetActiveNetworkHistoryPeerAddressesResponse, error) // Network history status // // Get information about the current state of network history's IPFS swarm GetNetworkHistoryStatus(context.Context, *GetNetworkHistoryStatusRequest) (*GetNetworkHistoryStatusResponse, error) // Network history bootstrap peers // // Get a list of IPFS peers that can be used to initialise a new data node with network history GetNetworkHistoryBootstrapPeers(context.Context, *GetNetworkHistoryBootstrapPeersRequest) (*GetNetworkHistoryBootstrapPeersResponse, error) // List entities // // Get a list of all entities created by transaction hash ListEntities(context.Context, *ListEntitiesRequest) (*ListEntitiesResponse, error) // Export network history as CSV // // Export CSV table data from network history between two block heights. // // The requested block heights must fall on network history segment boundaries, which can // be discovered by calling the API to list all network history segments. By default // segments contain 1000 blocks. In that case ranges such as (1, 1000), (1001, 2000), (1, 3000) // would all fall on segment boundaries and be valid. // // The generated CSV file is compressed into a ZIP file and returned, with the file name // in the following format: `[chain id]-[table name]-[start block]-[end block].zip` // // In gRPC, results are returned in a chunked stream of base64 encoded data. // // Through the REST gateway, the base64 data chunks are decoded and streamed as a // `content-type: application/zip` HTTP response. // // The CSV exported data uses a comma as a DELIMITER between fields, and " for QUOTE-ing fields. // // If a value contains any of: DELIMITER, QUOTE, carriage return, or line feed then the whole // value is prefixed and suffixed by the QUOTE character and any occurrence within // the value of a QUOTE character preceded by another QUOTE. // // A NULL is output as the NULL parameter string and is not quoted, while a non-NULL value // matching the NULL parameter string is quoted. // // For example, with the default settings, a NULL is written as an unquoted empty string, // while an empty string data value is written with double quotes. // // Note that CSV files produced may contain quoted values containing embedded carriage returns and line feeds. // Thus the files are not strictly one line per table row like text-format files. // // The first row of the CSV file is a header that describes the contents of each column // in subsequent rows. // // Usually the ZIP file will contain only a single CSV file. However it is possible that // the (from_block, to_block) request spans over a range of blocks in which the underlying // schema of the database changes. For example, a column may have been added, removed, or renamed. // // If this happens, the CSV file will be split at the point of the schema change and the zip // file will contain multiple CSV files, with a potentially different set of headers. The // 'version' number of the database schema is part of the in the CSV filename: // // `[chain id]-[table name]-[schema version]-[start block]-[end block].zip` // // # For example, a zip file might be called mainnet-sometable-000001-003000.zip // // And contain two CSV files: `mainnet-sometable-1-000001-002000.csv`: // // timestamp, value // 1, foo // 2, bar // // And `mainnet-sometable-2-002001-003000.csv`: // // timestamp, value, extra_value // 3, baz, apple // // It is worth noting that the schema will not change within a single network history segment. // buf:lint:ignore RPC_RESPONSE_STANDARD_NAME // buf:lint:ignore RPC_REQUEST_RESPONSE_UNIQUE ExportNetworkHistory(*ExportNetworkHistoryRequest, TradingDataService_ExportNetworkHistoryServer) error // Ping // // Ping the data node Ping(context.Context, *PingRequest) (*PingResponse, error) // contains filtered or unexported methods }
TradingDataServiceServer is the server API for TradingDataService service. All implementations must embed UnimplementedTradingDataServiceServer for forward compatibility
type TradingDataService_ExportLedgerEntriesClient ¶ added in v0.71.0
type TradingDataService_ExportLedgerEntriesClient interface { Recv() (*httpbody.HttpBody, error) grpc.ClientStream }
type TradingDataService_ExportLedgerEntriesServer ¶ added in v0.71.0
type TradingDataService_ExportLedgerEntriesServer interface { Send(*httpbody.HttpBody) error grpc.ServerStream }
type TradingDataService_ExportNetworkHistoryClient ¶ added in v0.71.0
type TradingDataService_ExportNetworkHistoryClient interface { Recv() (*httpbody.HttpBody, error) grpc.ClientStream }
type TradingDataService_ExportNetworkHistoryServer ¶ added in v0.71.0
type TradingDataService_ExportNetworkHistoryServer interface { Send(*httpbody.HttpBody) error grpc.ServerStream }
type TradingDataService_ObserveAccountsClient ¶
type TradingDataService_ObserveAccountsClient interface { Recv() (*ObserveAccountsResponse, error) grpc.ClientStream }
type TradingDataService_ObserveAccountsServer ¶
type TradingDataService_ObserveAccountsServer interface { Send(*ObserveAccountsResponse) error grpc.ServerStream }
type TradingDataService_ObserveCandleDataClient ¶
type TradingDataService_ObserveCandleDataClient interface { Recv() (*ObserveCandleDataResponse, error) grpc.ClientStream }
type TradingDataService_ObserveCandleDataServer ¶
type TradingDataService_ObserveCandleDataServer interface { Send(*ObserveCandleDataResponse) error grpc.ServerStream }
type TradingDataService_ObserveEventBusClient ¶
type TradingDataService_ObserveEventBusClient interface { Send(*ObserveEventBusRequest) error Recv() (*ObserveEventBusResponse, error) grpc.ClientStream }
type TradingDataService_ObserveEventBusServer ¶
type TradingDataService_ObserveEventBusServer interface { Send(*ObserveEventBusResponse) error Recv() (*ObserveEventBusRequest, error) grpc.ServerStream }
type TradingDataService_ObserveGovernanceClient ¶
type TradingDataService_ObserveGovernanceClient interface { Recv() (*ObserveGovernanceResponse, error) grpc.ClientStream }
type TradingDataService_ObserveGovernanceServer ¶
type TradingDataService_ObserveGovernanceServer interface { Send(*ObserveGovernanceResponse) error grpc.ServerStream }
type TradingDataService_ObserveLedgerMovementsClient ¶ added in v0.56.0
type TradingDataService_ObserveLedgerMovementsClient interface { Recv() (*ObserveLedgerMovementsResponse, error) grpc.ClientStream }
type TradingDataService_ObserveLedgerMovementsServer ¶ added in v0.56.0
type TradingDataService_ObserveLedgerMovementsServer interface { Send(*ObserveLedgerMovementsResponse) error grpc.ServerStream }
type TradingDataService_ObserveLiquidityProvisionsClient ¶ added in v0.55.0
type TradingDataService_ObserveLiquidityProvisionsClient interface { Recv() (*ObserveLiquidityProvisionsResponse, error) grpc.ClientStream }
type TradingDataService_ObserveLiquidityProvisionsServer ¶ added in v0.55.0
type TradingDataService_ObserveLiquidityProvisionsServer interface { Send(*ObserveLiquidityProvisionsResponse) error grpc.ServerStream }
type TradingDataService_ObserveMarginLevelsClient ¶
type TradingDataService_ObserveMarginLevelsClient interface { Recv() (*ObserveMarginLevelsResponse, error) grpc.ClientStream }
type TradingDataService_ObserveMarginLevelsServer ¶
type TradingDataService_ObserveMarginLevelsServer interface { Send(*ObserveMarginLevelsResponse) error grpc.ServerStream }
type TradingDataService_ObserveMarketsDataClient ¶
type TradingDataService_ObserveMarketsDataClient interface { Recv() (*ObserveMarketsDataResponse, error) grpc.ClientStream }
type TradingDataService_ObserveMarketsDataServer ¶
type TradingDataService_ObserveMarketsDataServer interface { Send(*ObserveMarketsDataResponse) error grpc.ServerStream }
type TradingDataService_ObserveMarketsDepthClient ¶
type TradingDataService_ObserveMarketsDepthClient interface { Recv() (*ObserveMarketsDepthResponse, error) grpc.ClientStream }
type TradingDataService_ObserveMarketsDepthServer ¶
type TradingDataService_ObserveMarketsDepthServer interface { Send(*ObserveMarketsDepthResponse) error grpc.ServerStream }
type TradingDataService_ObserveMarketsDepthUpdatesClient ¶
type TradingDataService_ObserveMarketsDepthUpdatesClient interface { Recv() (*ObserveMarketsDepthUpdatesResponse, error) grpc.ClientStream }
type TradingDataService_ObserveMarketsDepthUpdatesServer ¶
type TradingDataService_ObserveMarketsDepthUpdatesServer interface { Send(*ObserveMarketsDepthUpdatesResponse) error grpc.ServerStream }
type TradingDataService_ObserveOrdersClient ¶
type TradingDataService_ObserveOrdersClient interface { Recv() (*ObserveOrdersResponse, error) grpc.ClientStream }
type TradingDataService_ObserveOrdersServer ¶
type TradingDataService_ObserveOrdersServer interface { Send(*ObserveOrdersResponse) error grpc.ServerStream }
type TradingDataService_ObservePositionsClient ¶
type TradingDataService_ObservePositionsClient interface { Recv() (*ObservePositionsResponse, error) grpc.ClientStream }
type TradingDataService_ObservePositionsServer ¶
type TradingDataService_ObservePositionsServer interface { Send(*ObservePositionsResponse) error grpc.ServerStream }
type TradingDataService_ObserveTradesClient ¶
type TradingDataService_ObserveTradesClient interface { Recv() (*ObserveTradesResponse, error) grpc.ClientStream }
type TradingDataService_ObserveTradesServer ¶
type TradingDataService_ObserveTradesServer interface { Send(*ObserveTradesResponse) error grpc.ServerStream }
type TradingDataService_ObserveVotesClient ¶
type TradingDataService_ObserveVotesClient interface { Recv() (*ObserveVotesResponse, error) grpc.ClientStream }
type TradingDataService_ObserveVotesServer ¶
type TradingDataService_ObserveVotesServer interface { Send(*ObserveVotesResponse) error grpc.ServerStream }
type TransferConnection ¶
type TransferConnection struct { // Page of transfers data and their corresponding cursors. Edges []*TransferEdge `protobuf:"bytes,1,rep,name=edges,proto3" json:"edges,omitempty"` // Page information that is used for fetching further pages. PageInfo *PageInfo `protobuf:"bytes,2,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"` // contains filtered or unexported fields }
Page of transfers data items and corresponding page information
func (*TransferConnection) Descriptor
deprecated
func (*TransferConnection) Descriptor() ([]byte, []int)
Deprecated: Use TransferConnection.ProtoReflect.Descriptor instead.
func (*TransferConnection) GetEdges ¶
func (x *TransferConnection) GetEdges() []*TransferEdge
func (*TransferConnection) GetPageInfo ¶
func (x *TransferConnection) GetPageInfo() *PageInfo
func (*TransferConnection) ProtoMessage ¶
func (*TransferConnection) ProtoMessage()
func (*TransferConnection) ProtoReflect ¶
func (x *TransferConnection) ProtoReflect() protoreflect.Message
func (*TransferConnection) Reset ¶
func (x *TransferConnection) Reset()
func (*TransferConnection) String ¶
func (x *TransferConnection) String() string
type TransferDirection ¶
type TransferDirection int32
Direction of a transfer
const ( TransferDirection_TRANSFER_DIRECTION_UNSPECIFIED TransferDirection = 0 TransferDirection_TRANSFER_DIRECTION_TRANSFER_FROM TransferDirection = 1 TransferDirection_TRANSFER_DIRECTION_TRANSFER_TO TransferDirection = 2 TransferDirection_TRANSFER_DIRECTION_TRANSFER_TO_OR_FROM TransferDirection = 3 )
func (TransferDirection) Descriptor ¶
func (TransferDirection) Descriptor() protoreflect.EnumDescriptor
func (TransferDirection) Enum ¶
func (x TransferDirection) Enum() *TransferDirection
func (TransferDirection) EnumDescriptor
deprecated
func (TransferDirection) EnumDescriptor() ([]byte, []int)
Deprecated: Use TransferDirection.Descriptor instead.
func (TransferDirection) Number ¶
func (x TransferDirection) Number() protoreflect.EnumNumber
func (TransferDirection) String ¶
func (x TransferDirection) String() string
func (TransferDirection) Type ¶
func (TransferDirection) Type() protoreflect.EnumType
type TransferEdge ¶
type TransferEdge struct { // Data relating to a transfer that has been made. Node *v1.Transfer `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` // Cursor that can be used to fetch further pages. Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
Transfers data with the corresponding cursor.
func (*TransferEdge) Descriptor
deprecated
func (*TransferEdge) Descriptor() ([]byte, []int)
Deprecated: Use TransferEdge.ProtoReflect.Descriptor instead.
func (*TransferEdge) GetCursor ¶
func (x *TransferEdge) GetCursor() string
func (*TransferEdge) GetNode ¶
func (x *TransferEdge) GetNode() *v1.Transfer
func (*TransferEdge) ProtoMessage ¶
func (*TransferEdge) ProtoMessage()
func (*TransferEdge) ProtoReflect ¶
func (x *TransferEdge) ProtoReflect() protoreflect.Message
func (*TransferEdge) Reset ¶
func (x *TransferEdge) Reset()
func (*TransferEdge) String ¶
func (x *TransferEdge) String() string
type UnimplementedTradingDataServiceServer ¶
type UnimplementedTradingDataServiceServer struct { }
UnimplementedTradingDataServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedTradingDataServiceServer) EstimateFee ¶
func (UnimplementedTradingDataServiceServer) EstimateFee(context.Context, *EstimateFeeRequest) (*EstimateFeeResponse, error)
func (UnimplementedTradingDataServiceServer) EstimateMargin ¶
func (UnimplementedTradingDataServiceServer) EstimateMargin(context.Context, *EstimateMarginRequest) (*EstimateMarginResponse, error)
func (UnimplementedTradingDataServiceServer) EstimatePosition ¶ added in v0.71.0
func (UnimplementedTradingDataServiceServer) EstimatePosition(context.Context, *EstimatePositionRequest) (*EstimatePositionResponse, error)
func (UnimplementedTradingDataServiceServer) ExportLedgerEntries ¶ added in v0.67.0
func (UnimplementedTradingDataServiceServer) ExportLedgerEntries(*ExportLedgerEntriesRequest, TradingDataService_ExportLedgerEntriesServer) error
func (UnimplementedTradingDataServiceServer) ExportNetworkHistory ¶ added in v0.71.0
func (UnimplementedTradingDataServiceServer) ExportNetworkHistory(*ExportNetworkHistoryRequest, TradingDataService_ExportNetworkHistoryServer) error
func (UnimplementedTradingDataServiceServer) GetActiveNetworkHistoryPeerAddresses ¶ added in v0.67.0
func (UnimplementedTradingDataServiceServer) GetActiveNetworkHistoryPeerAddresses(context.Context, *GetActiveNetworkHistoryPeerAddressesRequest) (*GetActiveNetworkHistoryPeerAddressesResponse, error)
func (UnimplementedTradingDataServiceServer) GetAsset ¶
func (UnimplementedTradingDataServiceServer) GetAsset(context.Context, *GetAssetRequest) (*GetAssetResponse, error)
func (UnimplementedTradingDataServiceServer) GetDeposit ¶
func (UnimplementedTradingDataServiceServer) GetDeposit(context.Context, *GetDepositRequest) (*GetDepositResponse, error)
func (UnimplementedTradingDataServiceServer) GetERC20ListAssetBundle ¶
func (UnimplementedTradingDataServiceServer) GetERC20ListAssetBundle(context.Context, *GetERC20ListAssetBundleRequest) (*GetERC20ListAssetBundleResponse, error)
func (UnimplementedTradingDataServiceServer) GetERC20SetAssetLimitsBundle ¶
func (UnimplementedTradingDataServiceServer) GetERC20SetAssetLimitsBundle(context.Context, *GetERC20SetAssetLimitsBundleRequest) (*GetERC20SetAssetLimitsBundleResponse, error)
func (UnimplementedTradingDataServiceServer) GetERC20WithdrawalApproval ¶
func (UnimplementedTradingDataServiceServer) GetERC20WithdrawalApproval(context.Context, *GetERC20WithdrawalApprovalRequest) (*GetERC20WithdrawalApprovalResponse, error)
func (UnimplementedTradingDataServiceServer) GetEpoch ¶
func (UnimplementedTradingDataServiceServer) GetEpoch(context.Context, *GetEpochRequest) (*GetEpochResponse, error)
func (UnimplementedTradingDataServiceServer) GetGovernanceData ¶
func (UnimplementedTradingDataServiceServer) GetGovernanceData(context.Context, *GetGovernanceDataRequest) (*GetGovernanceDataResponse, error)
func (UnimplementedTradingDataServiceServer) GetLastTrade ¶
func (UnimplementedTradingDataServiceServer) GetLastTrade(context.Context, *GetLastTradeRequest) (*GetLastTradeResponse, error)
func (UnimplementedTradingDataServiceServer) GetLatestMarketData ¶
func (UnimplementedTradingDataServiceServer) GetLatestMarketData(context.Context, *GetLatestMarketDataRequest) (*GetLatestMarketDataResponse, error)
func (UnimplementedTradingDataServiceServer) GetLatestMarketDepth ¶
func (UnimplementedTradingDataServiceServer) GetLatestMarketDepth(context.Context, *GetLatestMarketDepthRequest) (*GetLatestMarketDepthResponse, error)
func (UnimplementedTradingDataServiceServer) GetMarket ¶
func (UnimplementedTradingDataServiceServer) GetMarket(context.Context, *GetMarketRequest) (*GetMarketResponse, error)
func (UnimplementedTradingDataServiceServer) GetMarketDataHistoryByID ¶
func (UnimplementedTradingDataServiceServer) GetMarketDataHistoryByID(context.Context, *GetMarketDataHistoryByIDRequest) (*GetMarketDataHistoryByIDResponse, error)
func (UnimplementedTradingDataServiceServer) GetMostRecentNetworkHistorySegment ¶ added in v0.67.0
func (UnimplementedTradingDataServiceServer) GetMostRecentNetworkHistorySegment(context.Context, *GetMostRecentNetworkHistorySegmentRequest) (*GetMostRecentNetworkHistorySegmentResponse, error)
func (UnimplementedTradingDataServiceServer) GetNetworkData ¶
func (UnimplementedTradingDataServiceServer) GetNetworkData(context.Context, *GetNetworkDataRequest) (*GetNetworkDataResponse, error)
func (UnimplementedTradingDataServiceServer) GetNetworkHistoryBootstrapPeers ¶ added in v0.71.0
func (UnimplementedTradingDataServiceServer) GetNetworkHistoryBootstrapPeers(context.Context, *GetNetworkHistoryBootstrapPeersRequest) (*GetNetworkHistoryBootstrapPeersResponse, error)
func (UnimplementedTradingDataServiceServer) GetNetworkHistoryStatus ¶ added in v0.71.0
func (UnimplementedTradingDataServiceServer) GetNetworkHistoryStatus(context.Context, *GetNetworkHistoryStatusRequest) (*GetNetworkHistoryStatusResponse, error)
func (UnimplementedTradingDataServiceServer) GetNetworkLimits ¶
func (UnimplementedTradingDataServiceServer) GetNetworkLimits(context.Context, *GetNetworkLimitsRequest) (*GetNetworkLimitsResponse, error)
func (UnimplementedTradingDataServiceServer) GetNetworkParameter ¶
func (UnimplementedTradingDataServiceServer) GetNetworkParameter(context.Context, *GetNetworkParameterRequest) (*GetNetworkParameterResponse, error)
func (UnimplementedTradingDataServiceServer) GetNode ¶
func (UnimplementedTradingDataServiceServer) GetNode(context.Context, *GetNodeRequest) (*GetNodeResponse, error)
func (UnimplementedTradingDataServiceServer) GetOracleSpec ¶
func (UnimplementedTradingDataServiceServer) GetOracleSpec(context.Context, *GetOracleSpecRequest) (*GetOracleSpecResponse, error)
func (UnimplementedTradingDataServiceServer) GetOrder ¶
func (UnimplementedTradingDataServiceServer) GetOrder(context.Context, *GetOrderRequest) (*GetOrderResponse, error)
func (UnimplementedTradingDataServiceServer) GetParty ¶
func (UnimplementedTradingDataServiceServer) GetParty(context.Context, *GetPartyRequest) (*GetPartyResponse, error)
func (UnimplementedTradingDataServiceServer) GetProtocolUpgradeStatus ¶ added in v0.59.0
func (UnimplementedTradingDataServiceServer) GetProtocolUpgradeStatus(context.Context, *GetProtocolUpgradeStatusRequest) (*GetProtocolUpgradeStatusResponse, error)
func (UnimplementedTradingDataServiceServer) GetRiskFactors ¶
func (UnimplementedTradingDataServiceServer) GetRiskFactors(context.Context, *GetRiskFactorsRequest) (*GetRiskFactorsResponse, error)
func (UnimplementedTradingDataServiceServer) GetStake ¶
func (UnimplementedTradingDataServiceServer) GetStake(context.Context, *GetStakeRequest) (*GetStakeResponse, error)
func (UnimplementedTradingDataServiceServer) GetStopOrder ¶ added in v0.72.0
func (UnimplementedTradingDataServiceServer) GetStopOrder(context.Context, *GetStopOrderRequest) (*GetStopOrderResponse, error)
func (UnimplementedTradingDataServiceServer) GetVegaTime ¶
func (UnimplementedTradingDataServiceServer) GetVegaTime(context.Context, *GetVegaTimeRequest) (*GetVegaTimeResponse, error)
func (UnimplementedTradingDataServiceServer) GetWithdrawal ¶
func (UnimplementedTradingDataServiceServer) GetWithdrawal(context.Context, *GetWithdrawalRequest) (*GetWithdrawalResponse, error)
func (UnimplementedTradingDataServiceServer) Info ¶
func (UnimplementedTradingDataServiceServer) Info(context.Context, *InfoRequest) (*InfoResponse, error)
func (UnimplementedTradingDataServiceServer) ListAccounts ¶
func (UnimplementedTradingDataServiceServer) ListAccounts(context.Context, *ListAccountsRequest) (*ListAccountsResponse, error)
func (UnimplementedTradingDataServiceServer) ListAllNetworkHistorySegments ¶ added in v0.67.0
func (UnimplementedTradingDataServiceServer) ListAllNetworkHistorySegments(context.Context, *ListAllNetworkHistorySegmentsRequest) (*ListAllNetworkHistorySegmentsResponse, error)
func (UnimplementedTradingDataServiceServer) ListAllPositions ¶ added in v0.68.0
func (UnimplementedTradingDataServiceServer) ListAllPositions(context.Context, *ListAllPositionsRequest) (*ListAllPositionsResponse, error)
func (UnimplementedTradingDataServiceServer) ListAssets ¶
func (UnimplementedTradingDataServiceServer) ListAssets(context.Context, *ListAssetsRequest) (*ListAssetsResponse, error)
func (UnimplementedTradingDataServiceServer) ListBalanceChanges ¶ added in v0.59.0
func (UnimplementedTradingDataServiceServer) ListBalanceChanges(context.Context, *ListBalanceChangesRequest) (*ListBalanceChangesResponse, error)
func (UnimplementedTradingDataServiceServer) ListCandleData ¶
func (UnimplementedTradingDataServiceServer) ListCandleData(context.Context, *ListCandleDataRequest) (*ListCandleDataResponse, error)
func (UnimplementedTradingDataServiceServer) ListCandleIntervals ¶
func (UnimplementedTradingDataServiceServer) ListCandleIntervals(context.Context, *ListCandleIntervalsRequest) (*ListCandleIntervalsResponse, error)
func (UnimplementedTradingDataServiceServer) ListCheckpoints ¶
func (UnimplementedTradingDataServiceServer) ListCheckpoints(context.Context, *ListCheckpointsRequest) (*ListCheckpointsResponse, error)
func (UnimplementedTradingDataServiceServer) ListCoreSnapshots ¶ added in v0.65.0
func (UnimplementedTradingDataServiceServer) ListCoreSnapshots(context.Context, *ListCoreSnapshotsRequest) (*ListCoreSnapshotsResponse, error)
func (UnimplementedTradingDataServiceServer) ListDelegations ¶
func (UnimplementedTradingDataServiceServer) ListDelegations(context.Context, *ListDelegationsRequest) (*ListDelegationsResponse, error)
func (UnimplementedTradingDataServiceServer) ListDeposits ¶
func (UnimplementedTradingDataServiceServer) ListDeposits(context.Context, *ListDepositsRequest) (*ListDepositsResponse, error)
func (UnimplementedTradingDataServiceServer) ListERC20MultiSigSignerAddedBundles ¶ added in v0.59.0
func (UnimplementedTradingDataServiceServer) ListERC20MultiSigSignerAddedBundles(context.Context, *ListERC20MultiSigSignerAddedBundlesRequest) (*ListERC20MultiSigSignerAddedBundlesResponse, error)
func (UnimplementedTradingDataServiceServer) ListERC20MultiSigSignerRemovedBundles ¶ added in v0.59.0
func (UnimplementedTradingDataServiceServer) ListERC20MultiSigSignerRemovedBundles(context.Context, *ListERC20MultiSigSignerRemovedBundlesRequest) (*ListERC20MultiSigSignerRemovedBundlesResponse, error)
func (UnimplementedTradingDataServiceServer) ListEntities ¶ added in v0.71.0
func (UnimplementedTradingDataServiceServer) ListEntities(context.Context, *ListEntitiesRequest) (*ListEntitiesResponse, error)
func (UnimplementedTradingDataServiceServer) ListEpochRewardSummaries ¶ added in v0.65.0
func (UnimplementedTradingDataServiceServer) ListEpochRewardSummaries(context.Context, *ListEpochRewardSummariesRequest) (*ListEpochRewardSummariesResponse, error)
func (UnimplementedTradingDataServiceServer) ListEthereumKeyRotations ¶
func (UnimplementedTradingDataServiceServer) ListEthereumKeyRotations(context.Context, *ListEthereumKeyRotationsRequest) (*ListEthereumKeyRotationsResponse, error)
func (UnimplementedTradingDataServiceServer) ListGovernanceData ¶
func (UnimplementedTradingDataServiceServer) ListGovernanceData(context.Context, *ListGovernanceDataRequest) (*ListGovernanceDataResponse, error)
func (UnimplementedTradingDataServiceServer) ListKeyRotations ¶
func (UnimplementedTradingDataServiceServer) ListKeyRotations(context.Context, *ListKeyRotationsRequest) (*ListKeyRotationsResponse, error)
func (UnimplementedTradingDataServiceServer) ListLatestMarketData ¶
func (UnimplementedTradingDataServiceServer) ListLatestMarketData(context.Context, *ListLatestMarketDataRequest) (*ListLatestMarketDataResponse, error)
func (UnimplementedTradingDataServiceServer) ListLedgerEntries ¶ added in v0.58.0
func (UnimplementedTradingDataServiceServer) ListLedgerEntries(context.Context, *ListLedgerEntriesRequest) (*ListLedgerEntriesResponse, error)
func (UnimplementedTradingDataServiceServer) ListLiquidityProvisions ¶
func (UnimplementedTradingDataServiceServer) ListLiquidityProvisions(context.Context, *ListLiquidityProvisionsRequest) (*ListLiquidityProvisionsResponse, error)
func (UnimplementedTradingDataServiceServer) ListMarginLevels ¶
func (UnimplementedTradingDataServiceServer) ListMarginLevels(context.Context, *ListMarginLevelsRequest) (*ListMarginLevelsResponse, error)
func (UnimplementedTradingDataServiceServer) ListMarkets ¶
func (UnimplementedTradingDataServiceServer) ListMarkets(context.Context, *ListMarketsRequest) (*ListMarketsResponse, error)
func (UnimplementedTradingDataServiceServer) ListNetworkParameters ¶
func (UnimplementedTradingDataServiceServer) ListNetworkParameters(context.Context, *ListNetworkParametersRequest) (*ListNetworkParametersResponse, error)
func (UnimplementedTradingDataServiceServer) ListNodeSignatures ¶
func (UnimplementedTradingDataServiceServer) ListNodeSignatures(context.Context, *ListNodeSignaturesRequest) (*ListNodeSignaturesResponse, error)
func (UnimplementedTradingDataServiceServer) ListNodes ¶
func (UnimplementedTradingDataServiceServer) ListNodes(context.Context, *ListNodesRequest) (*ListNodesResponse, error)
func (UnimplementedTradingDataServiceServer) ListOracleData ¶
func (UnimplementedTradingDataServiceServer) ListOracleData(context.Context, *ListOracleDataRequest) (*ListOracleDataResponse, error)
func (UnimplementedTradingDataServiceServer) ListOracleSpecs ¶
func (UnimplementedTradingDataServiceServer) ListOracleSpecs(context.Context, *ListOracleSpecsRequest) (*ListOracleSpecsResponse, error)
func (UnimplementedTradingDataServiceServer) ListOrderVersions ¶
func (UnimplementedTradingDataServiceServer) ListOrderVersions(context.Context, *ListOrderVersionsRequest) (*ListOrderVersionsResponse, error)
func (UnimplementedTradingDataServiceServer) ListOrders ¶
func (UnimplementedTradingDataServiceServer) ListOrders(context.Context, *ListOrdersRequest) (*ListOrdersResponse, error)
func (UnimplementedTradingDataServiceServer) ListParties ¶
func (UnimplementedTradingDataServiceServer) ListParties(context.Context, *ListPartiesRequest) (*ListPartiesResponse, error)
func (UnimplementedTradingDataServiceServer) ListPositions ¶
func (UnimplementedTradingDataServiceServer) ListPositions(context.Context, *ListPositionsRequest) (*ListPositionsResponse, error)
func (UnimplementedTradingDataServiceServer) ListProtocolUpgradeProposals ¶ added in v0.61.0
func (UnimplementedTradingDataServiceServer) ListProtocolUpgradeProposals(context.Context, *ListProtocolUpgradeProposalsRequest) (*ListProtocolUpgradeProposalsResponse, error)
func (UnimplementedTradingDataServiceServer) ListRewardSummaries ¶
func (UnimplementedTradingDataServiceServer) ListRewardSummaries(context.Context, *ListRewardSummariesRequest) (*ListRewardSummariesResponse, error)
func (UnimplementedTradingDataServiceServer) ListRewards ¶
func (UnimplementedTradingDataServiceServer) ListRewards(context.Context, *ListRewardsRequest) (*ListRewardsResponse, error)
func (UnimplementedTradingDataServiceServer) ListStopOrders ¶ added in v0.72.0
func (UnimplementedTradingDataServiceServer) ListStopOrders(context.Context, *ListStopOrdersRequest) (*ListStopOrdersResponse, error)
func (UnimplementedTradingDataServiceServer) ListSuccessorMarkets ¶ added in v0.72.0
func (UnimplementedTradingDataServiceServer) ListSuccessorMarkets(context.Context, *ListSuccessorMarketsRequest) (*ListSuccessorMarketsResponse, error)
func (UnimplementedTradingDataServiceServer) ListTrades ¶
func (UnimplementedTradingDataServiceServer) ListTrades(context.Context, *ListTradesRequest) (*ListTradesResponse, error)
func (UnimplementedTradingDataServiceServer) ListTransfers ¶
func (UnimplementedTradingDataServiceServer) ListTransfers(context.Context, *ListTransfersRequest) (*ListTransfersResponse, error)
func (UnimplementedTradingDataServiceServer) ListVotes ¶
func (UnimplementedTradingDataServiceServer) ListVotes(context.Context, *ListVotesRequest) (*ListVotesResponse, error)
func (UnimplementedTradingDataServiceServer) ListWithdrawals ¶
func (UnimplementedTradingDataServiceServer) ListWithdrawals(context.Context, *ListWithdrawalsRequest) (*ListWithdrawalsResponse, error)
func (UnimplementedTradingDataServiceServer) ObserveAccounts ¶
func (UnimplementedTradingDataServiceServer) ObserveAccounts(*ObserveAccountsRequest, TradingDataService_ObserveAccountsServer) error
func (UnimplementedTradingDataServiceServer) ObserveCandleData ¶
func (UnimplementedTradingDataServiceServer) ObserveCandleData(*ObserveCandleDataRequest, TradingDataService_ObserveCandleDataServer) error
func (UnimplementedTradingDataServiceServer) ObserveEventBus ¶
func (UnimplementedTradingDataServiceServer) ObserveEventBus(TradingDataService_ObserveEventBusServer) error
func (UnimplementedTradingDataServiceServer) ObserveGovernance ¶
func (UnimplementedTradingDataServiceServer) ObserveGovernance(*ObserveGovernanceRequest, TradingDataService_ObserveGovernanceServer) error
func (UnimplementedTradingDataServiceServer) ObserveLedgerMovements ¶ added in v0.56.0
func (UnimplementedTradingDataServiceServer) ObserveLedgerMovements(*ObserveLedgerMovementsRequest, TradingDataService_ObserveLedgerMovementsServer) error
func (UnimplementedTradingDataServiceServer) ObserveLiquidityProvisions ¶ added in v0.55.0
func (UnimplementedTradingDataServiceServer) ObserveLiquidityProvisions(*ObserveLiquidityProvisionsRequest, TradingDataService_ObserveLiquidityProvisionsServer) error
func (UnimplementedTradingDataServiceServer) ObserveMarginLevels ¶
func (UnimplementedTradingDataServiceServer) ObserveMarginLevels(*ObserveMarginLevelsRequest, TradingDataService_ObserveMarginLevelsServer) error
func (UnimplementedTradingDataServiceServer) ObserveMarketsData ¶
func (UnimplementedTradingDataServiceServer) ObserveMarketsData(*ObserveMarketsDataRequest, TradingDataService_ObserveMarketsDataServer) error
func (UnimplementedTradingDataServiceServer) ObserveMarketsDepth ¶
func (UnimplementedTradingDataServiceServer) ObserveMarketsDepth(*ObserveMarketsDepthRequest, TradingDataService_ObserveMarketsDepthServer) error
func (UnimplementedTradingDataServiceServer) ObserveMarketsDepthUpdates ¶
func (UnimplementedTradingDataServiceServer) ObserveMarketsDepthUpdates(*ObserveMarketsDepthUpdatesRequest, TradingDataService_ObserveMarketsDepthUpdatesServer) error
func (UnimplementedTradingDataServiceServer) ObserveOrders ¶
func (UnimplementedTradingDataServiceServer) ObserveOrders(*ObserveOrdersRequest, TradingDataService_ObserveOrdersServer) error
func (UnimplementedTradingDataServiceServer) ObservePositions ¶
func (UnimplementedTradingDataServiceServer) ObservePositions(*ObservePositionsRequest, TradingDataService_ObservePositionsServer) error
func (UnimplementedTradingDataServiceServer) ObserveTrades ¶
func (UnimplementedTradingDataServiceServer) ObserveTrades(*ObserveTradesRequest, TradingDataService_ObserveTradesServer) error
func (UnimplementedTradingDataServiceServer) ObserveVotes ¶
func (UnimplementedTradingDataServiceServer) ObserveVotes(*ObserveVotesRequest, TradingDataService_ObserveVotesServer) error
func (UnimplementedTradingDataServiceServer) Ping ¶ added in v0.60.0
func (UnimplementedTradingDataServiceServer) Ping(context.Context, *PingRequest) (*PingResponse, error)
type UnsafeTradingDataServiceServer ¶
type UnsafeTradingDataServiceServer interface {
// contains filtered or unexported methods
}
UnsafeTradingDataServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to TradingDataServiceServer will result in compilation errors.
type VoteConnection ¶
type VoteConnection struct { // Page of vote data and their corresponding cursors. Edges []*VoteEdge `protobuf:"bytes,1,rep,name=edges,proto3" json:"edges,omitempty"` // Page information that is used for fetching further pages. PageInfo *PageInfo `protobuf:"bytes,2,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"` // contains filtered or unexported fields }
Page of vote data items and corresponding page information
func (*VoteConnection) Descriptor
deprecated
func (*VoteConnection) Descriptor() ([]byte, []int)
Deprecated: Use VoteConnection.ProtoReflect.Descriptor instead.
func (*VoteConnection) GetEdges ¶
func (x *VoteConnection) GetEdges() []*VoteEdge
func (*VoteConnection) GetPageInfo ¶
func (x *VoteConnection) GetPageInfo() *PageInfo
func (*VoteConnection) ProtoMessage ¶
func (*VoteConnection) ProtoMessage()
func (*VoteConnection) ProtoReflect ¶
func (x *VoteConnection) ProtoReflect() protoreflect.Message
func (*VoteConnection) Reset ¶
func (x *VoteConnection) Reset()
func (*VoteConnection) String ¶
func (x *VoteConnection) String() string
type VoteEdge ¶
type VoteEdge struct { // Data associated with a governance vote. Node *vega.Vote `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` // Cursor that can be used to fetch further pages. Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
Votes data with the corresponding cursor.
func (*VoteEdge) Descriptor
deprecated
func (*VoteEdge) ProtoMessage ¶
func (*VoteEdge) ProtoMessage()
func (*VoteEdge) ProtoReflect ¶
func (x *VoteEdge) ProtoReflect() protoreflect.Message
type WithdrawalEdge ¶
type WithdrawalEdge struct { // Data associated with a single withdrawal made from the Vega network. Node *vega.Withdrawal `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` // Cursor that can be used to fetch further pages. Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
Withdrawals data with the corresponding cursor.
func (*WithdrawalEdge) Descriptor
deprecated
func (*WithdrawalEdge) Descriptor() ([]byte, []int)
Deprecated: Use WithdrawalEdge.ProtoReflect.Descriptor instead.
func (*WithdrawalEdge) GetCursor ¶
func (x *WithdrawalEdge) GetCursor() string
func (*WithdrawalEdge) GetNode ¶
func (x *WithdrawalEdge) GetNode() *vega.Withdrawal
func (*WithdrawalEdge) ProtoMessage ¶
func (*WithdrawalEdge) ProtoMessage()
func (*WithdrawalEdge) ProtoReflect ¶
func (x *WithdrawalEdge) ProtoReflect() protoreflect.Message
func (*WithdrawalEdge) Reset ¶
func (x *WithdrawalEdge) Reset()
func (*WithdrawalEdge) String ¶
func (x *WithdrawalEdge) String() string
type WithdrawalsConnection ¶
type WithdrawalsConnection struct { // Page of withdrawals data and their corresponding cursors. Edges []*WithdrawalEdge `protobuf:"bytes,1,rep,name=edges,proto3" json:"edges,omitempty"` // Page information that is used for fetching further pages. PageInfo *PageInfo `protobuf:"bytes,2,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"` // contains filtered or unexported fields }
Page of withdrawals data and corresponding page information
func (*WithdrawalsConnection) Descriptor
deprecated
func (*WithdrawalsConnection) Descriptor() ([]byte, []int)
Deprecated: Use WithdrawalsConnection.ProtoReflect.Descriptor instead.
func (*WithdrawalsConnection) GetEdges ¶
func (x *WithdrawalsConnection) GetEdges() []*WithdrawalEdge
func (*WithdrawalsConnection) GetPageInfo ¶
func (x *WithdrawalsConnection) GetPageInfo() *PageInfo
func (*WithdrawalsConnection) ProtoMessage ¶
func (*WithdrawalsConnection) ProtoMessage()
func (*WithdrawalsConnection) ProtoReflect ¶
func (x *WithdrawalsConnection) ProtoReflect() protoreflect.Message
func (*WithdrawalsConnection) Reset ¶
func (x *WithdrawalsConnection) Reset()
func (*WithdrawalsConnection) String ¶
func (x *WithdrawalsConnection) String() string