v2

package
v0.68.1 Latest Latest
Warning

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

Go to latest
Published: Mar 1, 2023 License: MIT Imports: 19 Imported by: 18

Documentation

Overview

Package v2 is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Index

Constants

This section is empty.

Variables

View Source
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.

View Source
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.

View Source
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.

View Source
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.

View Source
var File_data_node_api_v2_trading_data_proto protoreflect.FileDescriptor
View Source
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: "ListPositions",
			Handler:    _TradingDataService_ListPositions_Handler,
		},
		{
			MethodName: "ListAllPositions",
			Handler:    _TradingDataService_ListAllPositions_Handler,
		},
		{
			MethodName: "ListLedgerEntries",
			Handler:    _TradingDataService_ListLedgerEntries_Handler,
		},
		{
			MethodName: "ExportLedgerEntries",
			Handler:    _TradingDataService_ExportLedgerEntries_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: "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: "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: "NetworkHistoryStatus",
			Handler:    _TradingDataService_NetworkHistoryStatus_Handler,
		},
		{
			MethodName: "NetworkHistoryBootstrapPeers",
			Handler:    _TradingDataService_NetworkHistoryBootstrapPeers_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:    "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:    "ObserveRewards",
			Handler:       _TradingDataService_ObserveRewards_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "ObserveLiquidityProvisions",
			Handler:       _TradingDataService_ObserveLiquidityProvisions_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "ObserveGovernance",
			Handler:       _TradingDataService_ObserveGovernance_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "ObserveDelegations",
			Handler:       _TradingDataService_ObserveDelegations_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "ObserveEventBus",
			Handler:       _TradingDataService_ObserveEventBus_Handler,
			ServerStreams: true,
			ClientStreams: true,
		},
		{
			StreamName:    "ObserveLedgerMovements",
			Handler:       _TradingDataService_ObserveLedgerMovements_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 {

	// Unique account identifier (used internally by Vega)
	// string id = 1;
	// The 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 identifier for the account
	Asset string `protobuf:"bytes,4,opt,name=asset,proto3" json:"asset,omitempty"`
	// Market identifier 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"`
	// The 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 {

	// The account balance data
	Node *AccountBalance `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"`
	// A cursor which 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
}

Represents the account with corresponding cursor for it

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

A 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) Enum

func (x AccountField) Enum() *AccountField

func (AccountField) EnumDescriptor deprecated

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

Deprecated: Use AccountField.Descriptor instead.

func (AccountField) Number

func (AccountField) String

func (x AccountField) String() string

func (AccountField) Type

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
}

The filter that is used to filter account data by asset ID, party ID, market ID and account type

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
}

An '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
}

A 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 {

	// The list of accounts and their 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
}

Represents the list of accounts with the 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 to of block the balance is referring to, in nanoseconds since the epoch
	Timestamp int64 `protobuf:"varint,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// The 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 {

	// List of aggregated balance data chunks
	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
}

Represents the list of aggregated balance objects with the 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 (*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 (*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 {

	// AggregatedBalance data
	Node *AggregatedBalance `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"`
	// A 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 AggregatedBalanceEdge data with corresponding cursor for it

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 (*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 {

	// List of 'AggregatedLedgerEntry' data
	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
}

Represents the list of aggregated ledger entries data with the 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 (*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 (*AggregatedLedgerEntriesConnection) Reset added in v0.58.0

func (*AggregatedLedgerEntriesConnection) String added in v0.58.0

type AggregatedLedgerEntriesEdge added in v0.58.0

type AggregatedLedgerEntriesEdge struct {

	// 'AggregatedLedgerEntry' data
	Node *AggregatedLedgerEntry `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"`
	// A 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 (*AggregatedLedgerEntriesEdge) ProtoMessage added in v0.58.0

func (*AggregatedLedgerEntriesEdge) ProtoMessage()

func (*AggregatedLedgerEntriesEdge) ProtoReflect added in v0.58.0

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 to of block the result is referring to, in nanoseconds since the epoch
	Timestamp int64 `protobuf:"varint,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// The 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"`
	// The transfer type
	TransferType vega.TransferType `protobuf:"varint,4,opt,name=transfer_type,json=transferType,proto3,enum=vega.TransferType" json:"transfer_type,omitempty"`
	// The asset ID
	AssetId *string `protobuf:"bytes,5,opt,name=asset_id,json=assetId,proto3,oneof" json:"asset_id,omitempty"`
	// The type of account sent from
	FromAccountType vega.AccountType `` /* 131-byte string literal not displayed */
	// The 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"`
	// The 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"`
	// The 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"`
	// The sender market ID
	FromAccountMarketId *string `` /* 129-byte string literal not displayed */
	// The 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 {

	// The 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 corresponding cursor data

func (*AssetEdge) Descriptor deprecated

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

Deprecated: Use AssetEdge.ProtoReflect.Descriptor instead.

func (*AssetEdge) GetCursor

func (x *AssetEdge) GetCursor() string

func (*AssetEdge) GetNode

func (x *AssetEdge) GetNode() *vega.Asset

func (*AssetEdge) ProtoMessage

func (*AssetEdge) ProtoMessage()

func (*AssetEdge) ProtoReflect

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

func (*AssetEdge) Reset

func (x *AssetEdge) Reset()

func (*AssetEdge) String

func (x *AssetEdge) String() string

type AssetsConnection

type AssetsConnection struct {

	// List of assets data chunks
	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
}

Paged list of asset data with 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 for the point in time when the candle was initially created/opened, in nanoseconds since the epoch
	Start int64 `protobuf:"varint,1,opt,name=start,proto3" json:"start,omitempty"`
	// Timestamp for the point in time when the candle was last updated, in nanoseconds since the epoch
	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"`
	// 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) Descriptor() ([]byte, []int)

Deprecated: Use Candle.ProtoReflect.Descriptor instead.

func (*Candle) GetClose

func (x *Candle) GetClose() string

func (*Candle) GetHigh

func (x *Candle) GetHigh() string

func (*Candle) GetLastUpdate

func (x *Candle) GetLastUpdate() int64

func (*Candle) GetLow

func (x *Candle) GetLow() string

func (*Candle) GetOpen

func (x *Candle) GetOpen() string

func (*Candle) GetStart

func (x *Candle) GetStart() int64

func (*Candle) GetVolume

func (x *Candle) GetVolume() uint64

func (*Candle) ProtoMessage

func (*Candle) ProtoMessage()

func (*Candle) ProtoReflect

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

func (*Candle) Reset

func (x *Candle) Reset()

func (*Candle) String

func (x *Candle) String() string

type CandleDataConnection

type CandleDataConnection struct {

	// List of candle data
	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
}

Represents the list of candles with the page information of the listing

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 {

	// List of candle data chunks
	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
}

Represents the candle data with the corresponding cursor for it

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
}

The 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 {

	// Checkpoint data
	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 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 {
	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
}

List of checkpoints data with 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 {
	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
}

A page of core snapshot data, with 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 a 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 {

	// Optional start timestamp in nanoseconds past the epoch
	StartTimestamp *int64 `protobuf:"varint,1,opt,name=start_timestamp,json=startTimestamp,proto3,oneof" json:"start_timestamp,omitempty"`
	// Optional end timestamp in nanoseconds past the epoch
	EndTimestamp *int64 `protobuf:"varint,2,opt,name=end_timestamp,json=endTimestamp,proto3,oneof" json:"end_timestamp,omitempty"`
	// contains filtered or unexported fields
}

A date range for queries that can return historical data If only the start_timestamp is provided, results from the given start up to the most current timestamp should be returned. If only the end_timestamp is provided, results up to the given end should be returned (exclusive). If both the start_timestamp and end_timestamp are provided, results from within the date range should be returned (exclusive).

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

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

Deprecated: Use DateRange.ProtoReflect.Descriptor instead.

func (*DateRange) GetEndTimestamp added in v0.55.0

func (x *DateRange) GetEndTimestamp() int64

func (*DateRange) GetStartTimestamp added in v0.55.0

func (x *DateRange) GetStartTimestamp() int64

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

func (*DateRange) Reset added in v0.55.0

func (x *DateRange) Reset()

func (*DateRange) String added in v0.55.0

func (x *DateRange) String() string

type DelegationEdge

type DelegationEdge struct {

	// Delegation data
	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 corresponding cursors

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 {

	// List of delegations data
	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
}

List of delegations data with 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 {

	// Deposit data
	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 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 {

	// Deposits data parts
	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
}

Paged deposits data received with the 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 {

	// The ethereum address of the signer to be removed
	NewSigner string `protobuf:"bytes,1,opt,name=new_signer,json=newSigner,proto3" json:"new_signer,omitempty"`
	// The ethereum address of the submitter
	Submitter string `protobuf:"bytes,2,opt,name=submitter,proto3" json:"submitter,omitempty"`
	// The 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"`
	// The bundle of signatures from current validators to sign in the new signer
	Signatures string `protobuf:"bytes,6,opt,name=signatures,proto3" json:"signatures,omitempty"`
	// The 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 (*ERC20MultiSigSignerAddedBundle) Reset

func (x *ERC20MultiSigSignerAddedBundle) Reset()

func (*ERC20MultiSigSignerAddedBundle) 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
}

Represents the signature bundle data that is to be added the corresponding cursor for it

func (*ERC20MultiSigSignerAddedBundleEdge) Descriptor deprecated

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

Deprecated: Use ERC20MultiSigSignerAddedBundleEdge.ProtoReflect.Descriptor instead.

func (*ERC20MultiSigSignerAddedBundleEdge) GetCursor

func (*ERC20MultiSigSignerAddedBundleEdge) GetNode

func (*ERC20MultiSigSignerAddedBundleEdge) ProtoMessage

func (*ERC20MultiSigSignerAddedBundleEdge) ProtoMessage()

func (*ERC20MultiSigSignerAddedBundleEdge) ProtoReflect

func (*ERC20MultiSigSignerAddedBundleEdge) Reset

func (*ERC20MultiSigSignerAddedBundleEdge) String

type ERC20MultiSigSignerAddedConnection

type ERC20MultiSigSignerAddedConnection struct {

	// List of signature bundle data parts
	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
}

Represents the list of signature data chunks to be added with the corresponding list page information

func (*ERC20MultiSigSignerAddedConnection) Descriptor deprecated

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

Deprecated: Use ERC20MultiSigSignerAddedConnection.ProtoReflect.Descriptor instead.

func (*ERC20MultiSigSignerAddedConnection) GetEdges

func (*ERC20MultiSigSignerAddedConnection) GetPageInfo

func (x *ERC20MultiSigSignerAddedConnection) GetPageInfo() *PageInfo

func (*ERC20MultiSigSignerAddedConnection) ProtoMessage

func (*ERC20MultiSigSignerAddedConnection) ProtoMessage()

func (*ERC20MultiSigSignerAddedConnection) ProtoReflect

func (*ERC20MultiSigSignerAddedConnection) Reset

func (*ERC20MultiSigSignerAddedConnection) 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
}

Represents the signature data that is to be added with the corresponding cursor for it

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 (*ERC20MultiSigSignerAddedEdge) ProtoMessage

func (*ERC20MultiSigSignerAddedEdge) ProtoMessage()

func (*ERC20MultiSigSignerAddedEdge) ProtoReflect

func (*ERC20MultiSigSignerAddedEdge) Reset

func (x *ERC20MultiSigSignerAddedEdge) Reset()

func (*ERC20MultiSigSignerAddedEdge) String

type ERC20MultiSigSignerRemovedBundle

type ERC20MultiSigSignerRemovedBundle struct {

	// The ethereum address of the signer to be removed
	OldSigner string `protobuf:"bytes,1,opt,name=old_signer,json=oldSigner,proto3" json:"old_signer,omitempty"`
	// The ethereum address of the submitter
	Submitter string `protobuf:"bytes,2,opt,name=submitter,proto3" json:"submitter,omitempty"`
	// The 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"`
	// The bundle of signatures from current validators to sign in the new signer
	Signatures string `protobuf:"bytes,6,opt,name=signatures,proto3" json:"signatures,omitempty"`
	// The 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 (*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 (*ERC20MultiSigSignerRemovedBundle) Reset

func (*ERC20MultiSigSignerRemovedBundle) 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
}

Represents the signature bundle data to be removed, with the corresponding cursor for it

func (*ERC20MultiSigSignerRemovedBundleEdge) Descriptor deprecated

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

Deprecated: Use ERC20MultiSigSignerRemovedBundleEdge.ProtoReflect.Descriptor instead.

func (*ERC20MultiSigSignerRemovedBundleEdge) GetCursor

func (*ERC20MultiSigSignerRemovedBundleEdge) GetNode

func (*ERC20MultiSigSignerRemovedBundleEdge) ProtoMessage

func (*ERC20MultiSigSignerRemovedBundleEdge) ProtoMessage()

func (*ERC20MultiSigSignerRemovedBundleEdge) ProtoReflect

func (*ERC20MultiSigSignerRemovedBundleEdge) Reset

func (*ERC20MultiSigSignerRemovedBundleEdge) String

type ERC20MultiSigSignerRemovedConnection

type ERC20MultiSigSignerRemovedConnection struct {

	// List of signature bundle data parts
	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
}

Represents the list of signature data chunks to be removed, with the corresponding list page information

func (*ERC20MultiSigSignerRemovedConnection) Descriptor deprecated

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

Deprecated: Use ERC20MultiSigSignerRemovedConnection.ProtoReflect.Descriptor instead.

func (*ERC20MultiSigSignerRemovedConnection) GetEdges

func (*ERC20MultiSigSignerRemovedConnection) GetPageInfo

func (*ERC20MultiSigSignerRemovedConnection) ProtoMessage

func (*ERC20MultiSigSignerRemovedConnection) ProtoMessage()

func (*ERC20MultiSigSignerRemovedConnection) ProtoReflect

func (*ERC20MultiSigSignerRemovedConnection) Reset

func (*ERC20MultiSigSignerRemovedConnection) 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
}

Represents the signature data to be removed with the corresponding cursor for it

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 (*ERC20MultiSigSignerRemovedEdge) ProtoMessage

func (*ERC20MultiSigSignerRemovedEdge) ProtoMessage()

func (*ERC20MultiSigSignerRemovedEdge) ProtoReflect

func (*ERC20MultiSigSignerRemovedEdge) Reset

func (x *ERC20MultiSigSignerRemovedEdge) Reset()

func (*ERC20MultiSigSignerRemovedEdge) String

type EpochRewardSummaryConnection added in v0.65.0

type EpochRewardSummaryConnection struct {

	// Rewards summary data parts for epochs
	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
}

Paged rewards summary data for epoch with 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 (*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 (*EpochRewardSummaryConnection) Reset added in v0.65.0

func (x *EpochRewardSummaryConnection) Reset()

func (*EpochRewardSummaryConnection) String added in v0.65.0

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 corresponding cursors

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 (*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 {

	// MarketID (used to specify the fee factors)
	MarketId string `protobuf:"bytes,1,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"`
	// Price (the price at which the order could trade)
	Price string `protobuf:"bytes,2,opt,name=price,proto3" json:"price,omitempty"`
	// Size (the size at which the order could eventually 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

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

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

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

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 EthereumKeyRotationEdge

type EthereumKeyRotationEdge struct {

	// Key rotation data for the node
	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 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 (*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 {

	// List of Ethereum key rotations data with 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
}

List of Ethereum key rotations data with corresponding page information

func (*EthereumKeyRotationsConnection) Descriptor deprecated

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

Deprecated: Use EthereumKeyRotationsConnection.ProtoReflect.Descriptor instead.

func (*EthereumKeyRotationsConnection) GetEdges

func (*EthereumKeyRotationsConnection) GetPageInfo

func (x *EthereumKeyRotationsConnection) GetPageInfo() *PageInfo

func (*EthereumKeyRotationsConnection) ProtoMessage

func (*EthereumKeyRotationsConnection) ProtoMessage()

func (*EthereumKeyRotationsConnection) ProtoReflect

func (*EthereumKeyRotationsConnection) Reset

func (x *EthereumKeyRotationsConnection) Reset()

func (*EthereumKeyRotationsConnection) String

type ExportLedgerEntriesRequest added in v0.67.0

type ExportLedgerEntriesRequest struct {

	// Party ID to export ledger entries for
	PartyId string `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"`
	// Asset ID to export ledger entries for
	AssetId string `protobuf:"bytes,2,opt,name=asset_id,json=assetId,proto3" json:"asset_id,omitempty"`
	// Optional pagination control
	Pagination *Pagination `protobuf:"bytes,3,opt,name=pagination,proto3,oneof" json:"pagination,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
}

A 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) GetPagination added in v0.67.0

func (x *ExportLedgerEntriesRequest) GetPagination() *Pagination

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 (*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 ExportLedgerEntriesResponse added in v0.67.0

type ExportLedgerEntriesResponse struct {

	// Exported ledger entries data as byte stream
	Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,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
}

A response that is received when exporting ledger entries

func (*ExportLedgerEntriesResponse) Descriptor deprecated added in v0.67.0

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

Deprecated: Use ExportLedgerEntriesResponse.ProtoReflect.Descriptor instead.

func (*ExportLedgerEntriesResponse) GetData added in v0.67.0

func (x *ExportLedgerEntriesResponse) GetData() []byte

func (*ExportLedgerEntriesResponse) GetPageInfo added in v0.67.0

func (x *ExportLedgerEntriesResponse) GetPageInfo() *PageInfo

func (*ExportLedgerEntriesResponse) ProtoMessage added in v0.67.0

func (*ExportLedgerEntriesResponse) ProtoMessage()

func (*ExportLedgerEntriesResponse) ProtoReflect added in v0.67.0

func (*ExportLedgerEntriesResponse) Reset added in v0.67.0

func (x *ExportLedgerEntriesResponse) Reset()

func (*ExportLedgerEntriesResponse) String added in v0.67.0

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

Deprecated: Use GetActiveNetworkHistoryPeerAddressesRequest.ProtoReflect.Descriptor instead.

func (*GetActiveNetworkHistoryPeerAddressesRequest) ProtoMessage added in v0.67.0

func (*GetActiveNetworkHistoryPeerAddressesRequest) ProtoReflect added in v0.67.0

func (*GetActiveNetworkHistoryPeerAddressesRequest) Reset added in v0.67.0

func (*GetActiveNetworkHistoryPeerAddressesRequest) String added in v0.67.0

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

Deprecated: Use GetActiveNetworkHistoryPeerAddressesResponse.ProtoReflect.Descriptor instead.

func (*GetActiveNetworkHistoryPeerAddressesResponse) GetIpAddresses added in v0.67.0

func (*GetActiveNetworkHistoryPeerAddressesResponse) ProtoMessage added in v0.67.0

func (*GetActiveNetworkHistoryPeerAddressesResponse) ProtoReflect added in v0.67.0

func (*GetActiveNetworkHistoryPeerAddressesResponse) Reset added in v0.67.0

func (*GetActiveNetworkHistoryPeerAddressesResponse) String added in v0.67.0

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 {

	// AccountFilter 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
}

A 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 {

	// The list 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
}

A 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 (*GetBalanceHistoryResponse) ProtoMessage

func (*GetBalanceHistoryResponse) ProtoMessage()

func (*GetBalanceHistoryResponse) ProtoReflect

func (*GetBalanceHistoryResponse) Reset

func (x *GetBalanceHistoryResponse) Reset()

func (*GetBalanceHistoryResponse) String

func (x *GetBalanceHistoryResponse) String() string

type GetDepositRequest

type GetDepositRequest struct {

	// The deposit ID, which can be obtained using the List Deposits query
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

A 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 {

	// The 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
}

A 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 {

	// The ID of the asset 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 (*GetERC20ListAssetBundleRequest) Reset

func (x *GetERC20ListAssetBundleRequest) Reset()

func (*GetERC20ListAssetBundleRequest) String

type GetERC20ListAssetBundleResponse

type GetERC20ListAssetBundleResponse struct {

	// The address of the asset on ethereum
	AssetSource string `protobuf:"bytes,1,opt,name=asset_source,json=assetSource,proto3" json:"asset_source,omitempty"`
	// The ID of the vega asset
	VegaAssetId string `protobuf:"bytes,2,opt,name=vega_asset_id,json=vegaAssetId,proto3" json:"vega_asset_id,omitempty"`
	// The nonce, which is actually the internal reference for the proposal
	Nonce string `protobuf:"bytes,3,opt,name=nonce,proto3" json:"nonce,omitempty"`
	// The signatures bundle as hex encoded data, forward by 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 (*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 (*GetERC20ListAssetBundleResponse) Reset

func (*GetERC20ListAssetBundleResponse) String

type GetERC20SetAssetLimitsBundleRequest

type GetERC20SetAssetLimitsBundleRequest struct {

	// The ID of the proposal to update an asset
	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 (maxLifetimeDeposit and withdrawThreshold) for a given ERC20 token (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 (*GetERC20SetAssetLimitsBundleRequest) Reset

func (*GetERC20SetAssetLimitsBundleRequest) String

type GetERC20SetAssetLimitsBundleResponse

type GetERC20SetAssetLimitsBundleResponse struct {

	// The address of the asset on ethereum
	AssetSource string `protobuf:"bytes,1,opt,name=asset_source,json=assetSource,proto3" json:"asset_source,omitempty"`
	// The ID of the vega asset
	VegaAssetId string `protobuf:"bytes,2,opt,name=vega_asset_id,json=vegaAssetId,proto3" json:"vega_asset_id,omitempty"`
	// The nonce, which is actually the internal reference for the proposal
	Nonce string `protobuf:"bytes,3,opt,name=nonce,proto3" json:"nonce,omitempty"`
	// The lifetime limit deposit for this asset
	LifetimeLimit string `protobuf:"bytes,4,opt,name=lifetime_limit,json=lifetimeLimit,proto3" json:"lifetime_limit,omitempty"`
	// The threshold withdraw for this asset
	Threshold string `protobuf:"bytes,5,opt,name=threshold,proto3" json:"threshold,omitempty"`
	// The signatures bundle as hex encoded data, forward by 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 (maxLifetimeDeposit and withdrawThreshold) for a given ERC20 token (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 (*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 (*GetERC20SetAssetLimitsBundleResponse) Reset

func (*GetERC20SetAssetLimitsBundleResponse) String

type GetERC20WithdrawalApprovalRequest

type GetERC20WithdrawalApprovalRequest struct {

	// The ID of the withdrawal
	WithdrawalId string `protobuf:"bytes,1,opt,name=withdrawal_id,json=withdrawalId,proto3" json:"withdrawal_id,omitempty"`
	// contains filtered or unexported fields
}

The 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 (*GetERC20WithdrawalApprovalRequest) Reset

func (*GetERC20WithdrawalApprovalRequest) String

type GetERC20WithdrawalApprovalResponse

type GetERC20WithdrawalApprovalResponse struct {

	// The address of asset on ethereum
	AssetSource string `protobuf:"bytes,1,opt,name=asset_source,json=assetSource,proto3" json:"asset_source,omitempty"`
	// The amount to be withdrawn
	Amount string `protobuf:"bytes,2,opt,name=amount,proto3" json:"amount,omitempty"`
	// The nonce, which is actually the internal reference for the withdrawal
	Nonce string `protobuf:"bytes,4,opt,name=nonce,proto3" json:"nonce,omitempty"`
	// The signatures bundle as hex encoded data, forward by 0x
	// e.g: 0x + sig1 + sig2 + ... + sixN
	Signatures string `protobuf:"bytes,5,opt,name=signatures,proto3" json:"signatures,omitempty"`
	// The ethereum address to withdraw the funds to, 0x prefixed
	TargetAddress string `protobuf:"bytes,6,opt,name=target_address,json=targetAddress,proto3" json:"target_address,omitempty"`
	// The creation timestamps
	Creation int64 `protobuf:"varint,7,opt,name=creation,proto3" json:"creation,omitempty"`
	// contains filtered or unexported fields
}

The 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 (*GetERC20WithdrawalApprovalResponse) GetAssetSource

func (x *GetERC20WithdrawalApprovalResponse) GetAssetSource() string

func (*GetERC20WithdrawalApprovalResponse) GetCreation

func (x *GetERC20WithdrawalApprovalResponse) GetCreation() int64

func (*GetERC20WithdrawalApprovalResponse) GetNonce

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 (*GetERC20WithdrawalApprovalResponse) Reset

func (*GetERC20WithdrawalApprovalResponse) String

type GetEpochRequest

type GetEpochRequest struct {

	// Epoch ID to get, if provided
	Id *uint64 `protobuf:"varint,1,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// contains filtered or unexported fields
}

Request to fetch epoch data

func (*GetEpochRequest) Descriptor deprecated

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

Deprecated: Use GetEpochRequest.ProtoReflect.Descriptor instead.

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 {
	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
	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 (*GetGovernanceDataResponse) ProtoMessage

func (*GetGovernanceDataResponse) ProtoMessage()

func (*GetGovernanceDataResponse) ProtoReflect

func (*GetGovernanceDataResponse) Reset

func (x *GetGovernanceDataResponse) Reset()

func (*GetGovernanceDataResponse) String

func (x *GetGovernanceDataResponse) String() string

type GetLastTradeRequest

type GetLastTradeRequest struct {

	// Market ID, required field
	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 {

	// A 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 identifier, required field
	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 (*GetLatestMarketDataRequest) Reset

func (x *GetLatestMarketDataRequest) Reset()

func (*GetLatestMarketDataRequest) String

func (x *GetLatestMarketDataRequest) String() string

type GetLatestMarketDataResponse

type GetLatestMarketDataResponse struct {

	// Market identifier, required field
	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 (*GetLatestMarketDataResponse) Reset

func (x *GetLatestMarketDataResponse) Reset()

func (*GetLatestMarketDataResponse) String

func (x *GetLatestMarketDataResponse) String() string

type GetLatestMarketDepthRequest

type GetLatestMarketDepthRequest struct {

	// Market identifier, required field
	MarketId string `protobuf:"bytes,1,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"`
	// An optional field to indicate the 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 (*GetLatestMarketDepthRequest) Reset

func (x *GetLatestMarketDepthRequest) Reset()

func (*GetLatestMarketDepthRequest) String

func (x *GetLatestMarketDepthRequest) String() string

type GetLatestMarketDepthResponse

type GetLatestMarketDepthResponse struct {

	// Market identifier
	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 at the time of retrieving the `MarketDepthResponse`
	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 (*GetLatestMarketDepthResponse) GetLastTrade

func (x *GetLatestMarketDepthResponse) GetLastTrade() *vega.Trade

func (*GetLatestMarketDepthResponse) GetMarketId

func (x *GetLatestMarketDepthResponse) GetMarketId() string

func (*GetLatestMarketDepthResponse) GetSell

func (*GetLatestMarketDepthResponse) GetSequenceNumber

func (x *GetLatestMarketDepthResponse) GetSequenceNumber() uint64

func (*GetLatestMarketDepthResponse) ProtoMessage

func (*GetLatestMarketDepthResponse) ProtoMessage()

func (*GetLatestMarketDepthResponse) ProtoReflect

func (*GetLatestMarketDepthResponse) Reset

func (x *GetLatestMarketDepthResponse) Reset()

func (*GetLatestMarketDepthResponse) String

type GetMarketDataHistoryByIDRequest

type GetMarketDataHistoryByIDRequest struct {

	// Market identifier, required field
	MarketId string `protobuf:"bytes,1,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"`
	// Optional Unix time in nanoseconds
	StartTimestamp *int64 `protobuf:"varint,2,opt,name=start_timestamp,json=startTimestamp,proto3,oneof" json:"start_timestamp,omitempty"`
	// Optional Unix time in nanoseconds
	EndTimestamp *int64 `protobuf:"varint,3,opt,name=end_timestamp,json=endTimestamp,proto3,oneof" json:"end_timestamp,omitempty"`
	// Optional pagination control
	Pagination *Pagination `protobuf:"bytes,4,opt,name=pagination,proto3,oneof" json:"pagination,omitempty"`
	// Optional offset pagination control in order to support existing version of the Market Data History query
	// that is available in the GraphQL API. That function has been deprecated, but until it's removed we have
	// added this to support pagination queries that use an offset.
	//
	// Deprecated: Do not use.
	OffsetPagination *OffsetPagination `protobuf:"bytes,5,opt,name=offset_pagination,json=offsetPagination,proto3,oneof" json:"offset_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) GetOffsetPagination deprecated

func (x *GetMarketDataHistoryByIDRequest) GetOffsetPagination() *OffsetPagination

Deprecated: Do not use.

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 (*GetMarketDataHistoryByIDRequest) Reset

func (*GetMarketDataHistoryByIDRequest) String

type GetMarketDataHistoryByIDResponse

type GetMarketDataHistoryByIDResponse struct {

	// The list 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 (*GetMarketDataHistoryByIDResponse) ProtoMessage

func (*GetMarketDataHistoryByIDResponse) ProtoMessage()

func (*GetMarketDataHistoryByIDResponse) ProtoReflect

func (*GetMarketDataHistoryByIDResponse) Reset

func (*GetMarketDataHistoryByIDResponse) String

type GetMarketRequest

type GetMarketRequest struct {

	// The market ID
	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 {

	// The market
	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) ProtoReflect added in v0.67.0

func (*GetMostRecentNetworkHistorySegmentRequest) Reset added in v0.67.0

func (*GetMostRecentNetworkHistorySegmentRequest) String added in v0.67.0

type GetMostRecentNetworkHistorySegmentResponse added in v0.67.0

type GetMostRecentNetworkHistorySegmentResponse struct {

	// HistorySegment data
	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

Deprecated: Use GetMostRecentNetworkHistorySegmentResponse.ProtoReflect.Descriptor instead.

func (*GetMostRecentNetworkHistorySegmentResponse) GetSegment added in v0.67.0

func (*GetMostRecentNetworkHistorySegmentResponse) GetSwarmKeySeed added in v0.68.0

func (*GetMostRecentNetworkHistorySegmentResponse) ProtoMessage added in v0.67.0

func (*GetMostRecentNetworkHistorySegmentResponse) ProtoReflect added in v0.67.0

func (*GetMostRecentNetworkHistorySegmentResponse) Reset added in v0.67.0

func (*GetMostRecentNetworkHistorySegmentResponse) String added in v0.67.0

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 {

	// Node data
	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 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 (*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 {

	// The key identifying the network parameter
	Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	// contains filtered or unexported fields
}

A message requesting 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 (*GetNetworkParameterRequest) Reset

func (x *GetNetworkParameterRequest) Reset()

func (*GetNetworkParameterRequest) String

func (x *GetNetworkParameterRequest) String() string

type GetNetworkParameterResponse

type GetNetworkParameterResponse struct {

	// The 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 (*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 {

	// Node data
	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 {

	// The ID to get the oracle spec for
	OracleSpecId string `protobuf:"bytes,1,opt,name=oracle_spec_id,json=oracleSpecId,proto3" json:"oracle_spec_id,omitempty"`
	// contains filtered or unexported fields
}

The 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 {

	// The 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
}

The 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 identifier
	OrderId string `protobuf:"bytes,1,opt,name=order_id,json=orderId,proto3" json:"order_id,omitempty"`
	// Optional version of the order
	Version *int32 `protobuf:"varint,2,opt,name=version,proto3,oneof" json:"version,omitempty"`
	// contains filtered or unexported fields
}

A 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 {

	// The order, if one was found
	Order *vega.Order `protobuf:"bytes,1,opt,name=order,proto3" json:"order,omitempty"`
	// contains filtered or unexported fields
}

The 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 {

	// The party ID
	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 {

	// The party data
	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 (*GetProtocolUpgradeStatusRequest) Reset added in v0.59.0

func (*GetProtocolUpgradeStatusRequest) String added in v0.59.0

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 (*GetProtocolUpgradeStatusResponse) Reset added in v0.59.0

func (*GetProtocolUpgradeStatusResponse) String added in v0.59.0

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 {

	// A 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 info
	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 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 since the epoch, 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 {

	// The ID of the withdrawal to get
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

A request to get a specific withdrawal by identifier

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 {

	// The withdrawal matching the identifier from the request
	Withdrawal *vega.Withdrawal `protobuf:"bytes,1,opt,name=withdrawal,proto3" json:"withdrawal,omitempty"`
	// contains filtered or unexported fields
}

A 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 {

	// List of governance data parts with 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
}

Paged list of governance data with corresponding page information

func (*GovernanceDataConnection) Descriptor deprecated

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

Deprecated: Use GovernanceDataConnection.ProtoReflect.Descriptor instead.

func (*GovernanceDataConnection) GetEdges

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
	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 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"`
	// ID of the history segment
	HistorySegmentId string `protobuf:"bytes,3,opt,name=history_segment_id,json=historySegmentId,proto3" json:"history_segment_id,omitempty"`
	// ID of the previous history segment
	PreviousHistorySegmentId string `` /* 137-byte string literal not displayed */
	// 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) 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 info

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 {

	// A semver formatted version of the data node
	Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	// The 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 info 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 {

	// The interval for the candle
	Interval string `protobuf:"bytes,1,opt,name=interval,proto3" json:"interval,omitempty"`
	// The 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 {

	// Key rotation data with corresponding cursor
	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
}

Key rotations data with 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 {

	// Node's key rotation data
	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 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

A 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) Enum added in v0.58.0

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 (LedgerEntryField) String added in v0.58.0

func (x LedgerEntryField) String() string

func (LedgerEntryField) Type added in v0.58.0

type LedgerEntryFilter added in v0.58.0

type LedgerEntryFilter struct {

	// close_on_account_filters 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 */
	// `AccountFilter` object 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"`
	// `AccountFilter` object 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"`
	// A 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. Ledger entry data can be filtered by asset ID, market ID, party ID for sending and receiving account, as well as by transfer type.

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 LiquidityProvisionsConnection

type LiquidityProvisionsConnection struct {
	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
}

List of liquidity provisions data chunks with corresponding page information

func (*LiquidityProvisionsConnection) Descriptor deprecated

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

Deprecated: Use LiquidityProvisionsConnection.ProtoReflect.Descriptor instead.

func (*LiquidityProvisionsConnection) GetEdges

func (*LiquidityProvisionsConnection) GetPageInfo

func (x *LiquidityProvisionsConnection) GetPageInfo() *PageInfo

func (*LiquidityProvisionsConnection) ProtoMessage

func (*LiquidityProvisionsConnection) ProtoMessage()

func (*LiquidityProvisionsConnection) ProtoReflect

func (*LiquidityProvisionsConnection) Reset

func (x *LiquidityProvisionsConnection) Reset()

func (*LiquidityProvisionsConnection) String

type LiquidityProvisionsEdge

type LiquidityProvisionsEdge struct {

	// Liquidity provision data
	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
}

Paged liquidity provision data with 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 (*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 {

	// AccountFilter 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 with accounts data for 0 or more accounts
	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 (*ListAllNetworkHistorySegmentsRequest) Reset added in v0.67.0

func (*ListAllNetworkHistorySegmentsRequest) String added in v0.67.0

type ListAllNetworkHistorySegmentsResponse added in v0.67.0

type ListAllNetworkHistorySegmentsResponse struct {

	// List of history segments data
	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 (*ListAllNetworkHistorySegmentsResponse) ProtoMessage added in v0.67.0

func (*ListAllNetworkHistorySegmentsResponse) ProtoMessage()

func (*ListAllNetworkHistorySegmentsResponse) ProtoReflect added in v0.67.0

func (*ListAllNetworkHistorySegmentsResponse) Reset added in v0.67.0

func (*ListAllNetworkHistorySegmentsResponse) String added in v0.67.0

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"`
	// Optional pagination control
	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 {

	// A list of 0 or more positions
	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 {

	// Assets data with 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
}

A request that is received 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 (*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 {

	// The list 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
}

A response that is received when 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 (*ListBalanceChangesResponse) ProtoMessage added in v0.59.0

func (*ListBalanceChangesResponse) ProtoMessage()

func (*ListBalanceChangesResponse) ProtoReflect added in v0.59.0

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, required field.
	CandleId string `protobuf:"bytes,1,opt,name=candle_id,json=candleId,proto3" json:"candle_id,omitempty"`
	// Timestamp to retrieve candles since, in nanoseconds since the epoch, required field
	FromTimestamp int64 `protobuf:"varint,2,opt,name=from_timestamp,json=fromTimestamp,proto3" json:"from_timestamp,omitempty"`
	// Timestamp to retrieve candles since, in nanoseconds since the epoch, required field
	ToTimestamp int64 `protobuf:"varint,3,opt,name=to_timestamp,json=toTimestamp,proto3" json:"to_timestamp,omitempty"`
	// Time interval for the candles, required field specified as a valid postgres interval
	Interval vega.Interval `protobuf:"varint,4,opt,name=interval,proto3,enum=vega.Interval" json:"interval,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) GetInterval

func (x *ListCandleDataRequest) GetInterval() vega.Interval

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 {

	// A list of 0 or more candles
	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 (*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 {

	// The unique identifier for the market
	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 (*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
}

A 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 (*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 {

	// List of checkpoints data with 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 {

	// A page of core snapshot data, with 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 (*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 {

	// Party ID to list delegations for, if provided
	PartyId *string `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3,oneof" json:"party_id,omitempty"`
	// Node ID to list delegations for, if provided
	NodeId *string `protobuf:"bytes,2,opt,name=node_id,json=nodeId,proto3,oneof" json:"node_id,omitempty"`
	// Epoch ID to list delegations for, if provided
	EpochId *string `protobuf:"bytes,3,opt,name=epoch_id,json=epochId,proto3,oneof" json:"epoch_id,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 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 {

	// Delegations data with 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 {

	// The ID of the party whose deposits are to be retrieved
	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"`
	// 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
}

A 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 {

	// Deposits data
	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 {

	// The 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"`
	// The ethereum address of the validator which will submit the bundle
	Submitter string `protobuf:"bytes,2,opt,name=submitter,proto3" json:"submitter,omitempty"`
	// The epoch which generated the bundle i.e the epoch in which the node was promoted to tendermint 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

Deprecated: Use ListERC20MultiSigSignerAddedBundlesRequest.ProtoReflect.Descriptor instead.

func (*ListERC20MultiSigSignerAddedBundlesRequest) GetEpochSeq added in v0.59.0

func (*ListERC20MultiSigSignerAddedBundlesRequest) GetNodeId added in v0.59.0

func (*ListERC20MultiSigSignerAddedBundlesRequest) GetPagination added in v0.59.0

func (*ListERC20MultiSigSignerAddedBundlesRequest) GetSubmitter added in v0.59.0

func (*ListERC20MultiSigSignerAddedBundlesRequest) ProtoMessage added in v0.59.0

func (*ListERC20MultiSigSignerAddedBundlesRequest) ProtoReflect added in v0.59.0

func (*ListERC20MultiSigSignerAddedBundlesRequest) Reset added in v0.59.0

func (*ListERC20MultiSigSignerAddedBundlesRequest) String added in v0.59.0

type ListERC20MultiSigSignerAddedBundlesResponse added in v0.59.0

type ListERC20MultiSigSignerAddedBundlesResponse struct {

	// List of bundles for that validator, it may have been added multiple times if removed in between
	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

Deprecated: Use ListERC20MultiSigSignerAddedBundlesResponse.ProtoReflect.Descriptor instead.

func (*ListERC20MultiSigSignerAddedBundlesResponse) GetBundles added in v0.59.0

func (*ListERC20MultiSigSignerAddedBundlesResponse) ProtoMessage added in v0.59.0

func (*ListERC20MultiSigSignerAddedBundlesResponse) ProtoReflect added in v0.59.0

func (*ListERC20MultiSigSignerAddedBundlesResponse) Reset added in v0.59.0

func (*ListERC20MultiSigSignerAddedBundlesResponse) String added in v0.59.0

type ListERC20MultiSigSignerRemovedBundlesRequest added in v0.59.0

type ListERC20MultiSigSignerRemovedBundlesRequest struct {

	// The 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"`
	// The ethereum address of the validator which will submit the bundle
	Submitter string `protobuf:"bytes,2,opt,name=submitter,proto3" json:"submitter,omitempty"`
	// The epoch which generated the bundle i.e the epoch in which the node was demoted from a tendermint 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

Deprecated: Use ListERC20MultiSigSignerRemovedBundlesRequest.ProtoReflect.Descriptor instead.

func (*ListERC20MultiSigSignerRemovedBundlesRequest) GetEpochSeq added in v0.59.0

func (*ListERC20MultiSigSignerRemovedBundlesRequest) GetNodeId added in v0.59.0

func (*ListERC20MultiSigSignerRemovedBundlesRequest) GetPagination added in v0.59.0

func (*ListERC20MultiSigSignerRemovedBundlesRequest) GetSubmitter added in v0.59.0

func (*ListERC20MultiSigSignerRemovedBundlesRequest) ProtoMessage added in v0.59.0

func (*ListERC20MultiSigSignerRemovedBundlesRequest) ProtoReflect added in v0.59.0

func (*ListERC20MultiSigSignerRemovedBundlesRequest) Reset added in v0.59.0

func (*ListERC20MultiSigSignerRemovedBundlesRequest) String added in v0.59.0

type ListERC20MultiSigSignerRemovedBundlesResponse added in v0.59.0

type ListERC20MultiSigSignerRemovedBundlesResponse struct {

	// List of signer bundle data parts for that validator
	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

Deprecated: Use ListERC20MultiSigSignerRemovedBundlesResponse.ProtoReflect.Descriptor instead.

func (*ListERC20MultiSigSignerRemovedBundlesResponse) GetBundles added in v0.59.0

func (*ListERC20MultiSigSignerRemovedBundlesResponse) ProtoMessage added in v0.59.0

func (*ListERC20MultiSigSignerRemovedBundlesResponse) ProtoReflect added in v0.59.0

func (*ListERC20MultiSigSignerRemovedBundlesResponse) Reset added in v0.59.0

func (*ListERC20MultiSigSignerRemovedBundlesResponse) String added in v0.59.0

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
}

A 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 (*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 (*ListEpochRewardSummariesRequest) Reset added in v0.65.0

func (*ListEpochRewardSummariesRequest) String added in v0.65.0

type ListEpochRewardSummariesResponse added in v0.65.0

type ListEpochRewardSummariesResponse struct {
	Summaries *EpochRewardSummaryConnection `protobuf:"bytes,1,opt,name=summaries,proto3" json:"summaries,omitempty"`
	// contains filtered or unexported fields
}

The 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 (*ListEpochRewardSummariesResponse) ProtoMessage added in v0.65.0

func (*ListEpochRewardSummariesResponse) ProtoMessage()

func (*ListEpochRewardSummariesResponse) ProtoReflect added in v0.65.0

func (*ListEpochRewardSummariesResponse) Reset added in v0.65.0

func (*ListEpochRewardSummariesResponse) String added in v0.65.0

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 (*ListEthereumKeyRotationsRequest) Reset

func (*ListEthereumKeyRotationsRequest) String

type ListEthereumKeyRotationsResponse

type ListEthereumKeyRotationsResponse struct {

	// List of Ethereum key rotations data with 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 all checkpoints requested

func (*ListEthereumKeyRotationsResponse) Descriptor deprecated

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

Deprecated: Use ListEthereumKeyRotationsResponse.ProtoReflect.Descriptor instead.

func (*ListEthereumKeyRotationsResponse) GetKeyRotations

func (*ListEthereumKeyRotationsResponse) ProtoMessage

func (*ListEthereumKeyRotationsResponse) ProtoMessage()

func (*ListEthereumKeyRotationsResponse) ProtoReflect

func (*ListEthereumKeyRotationsResponse) Reset

func (*ListEthereumKeyRotationsResponse) String

type ListGovernanceDataRequest

type ListGovernanceDataRequest struct {

	// Proposal state to list governance data for, if provided
	ProposalState *vega.Proposal_State `` /* 132-byte string literal not displayed */
	// Proposal type to list governance data for, if provided
	ProposalType *ListGovernanceDataRequest_Type `` /* 156-byte string literal not displayed */
	// Proposer party ID to list governance data for, if provided
	ProposerPartyId *string `protobuf:"bytes,3,opt,name=proposer_party_id,json=proposerPartyId,proto3,oneof" json:"proposer_party_id,omitempty"`
	// Proposal reference to list governance data for, if provided
	ProposalReference *string `protobuf:"bytes,4,opt,name=proposal_reference,json=proposalReference,proto3,oneof" json:"proposal_reference,omitempty"`
	// Optional pagination information to limit the data that is returned
	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 (*ListGovernanceDataRequest) GetProposerPartyId

func (x *ListGovernanceDataRequest) GetProposerPartyId() string

func (*ListGovernanceDataRequest) ProtoMessage

func (*ListGovernanceDataRequest) ProtoMessage()

func (*ListGovernanceDataRequest) ProtoReflect

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 type(s) 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) Enum

func (ListGovernanceDataRequest_Type) EnumDescriptor deprecated

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

Deprecated: Use ListGovernanceDataRequest_Type.Descriptor instead.

func (ListGovernanceDataRequest_Type) Number

func (ListGovernanceDataRequest_Type) String

func (ListGovernanceDataRequest_Type) Type

type ListGovernanceDataResponse

type ListGovernanceDataResponse struct {

	// Paged governance data with 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 (*ListGovernanceDataResponse) ProtoMessage

func (*ListGovernanceDataResponse) ProtoMessage()

func (*ListGovernanceDataResponse) ProtoReflect

func (*ListGovernanceDataResponse) Reset

func (x *ListGovernanceDataResponse) Reset()

func (*ListGovernanceDataResponse) String

func (x *ListGovernanceDataResponse) String() string

type ListKeyRotationsRequest

type ListKeyRotationsRequest struct {

	// Node ID to get the 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 {

	// Key rotations data with corresponding page information
	Rotations *KeyRotationConnection `protobuf:"bytes,1,opt,name=rotations,proto3" json:"rotations,omitempty"`
	// contains filtered or unexported fields
}

Response that is received from requesting key rotations

func (*ListKeyRotationsResponse) Descriptor deprecated

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

Deprecated: Use ListKeyRotationsResponse.ProtoReflect.Descriptor instead.

func (*ListKeyRotationsResponse) GetRotations

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 (*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 (*ListLatestMarketDataResponse) Reset

func (x *ListLatestMarketDataResponse) Reset()

func (*ListLatestMarketDataResponse) 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
}

A 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 (*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 {

	// Represents the list of aggregated ledger entries data with the corresponding page information
	LedgerEntries *AggregatedLedgerEntriesConnection `protobuf:"bytes,1,opt,name=ledger_entries,json=ledgerEntries,proto3" json:"ledger_entries,omitempty"`
	// contains filtered or unexported fields
}

A 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 (*ListLedgerEntriesResponse) ProtoMessage added in v0.58.0

func (*ListLedgerEntriesResponse) ProtoMessage()

func (*ListLedgerEntriesResponse) ProtoReflect added in v0.58.0

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 {

	// The target market for the liquidity provision orders
	MarketId *string `protobuf:"bytes,1,opt,name=market_id,json=marketId,proto3,oneof" json:"market_id,omitempty"`
	// The party which submitted the liquidity provision orders
	PartyId *string `protobuf:"bytes,2,opt,name=party_id,json=partyId,proto3,oneof" json:"party_id,omitempty"`
	// The reference of the liquidity provision
	Reference *string `protobuf:"bytes,3,opt,name=reference,proto3,oneof" json:"reference,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 for listing liquidity provisions

func (*ListLiquidityProvisionsRequest) Descriptor deprecated

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

Deprecated: Use ListLiquidityProvisionsRequest.ProtoReflect.Descriptor instead.

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 (*ListLiquidityProvisionsRequest) Reset

func (x *ListLiquidityProvisionsRequest) Reset()

func (*ListLiquidityProvisionsRequest) String

type ListLiquidityProvisionsResponse

type ListLiquidityProvisionsResponse struct {

	// List liquidity provisions data with 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 (*ListLiquidityProvisionsResponse) ProtoMessage

func (*ListLiquidityProvisionsResponse) ProtoMessage()

func (*ListLiquidityProvisionsResponse) ProtoReflect

func (*ListLiquidityProvisionsResponse) Reset

func (*ListLiquidityProvisionsResponse) 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 {

	// Margin levels data
	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 or not to include settled markets in the response; default to true if not specified.
	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 {

	// List of markets data
	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
}

A 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 (*ListNetworkParametersRequest) Reset

func (x *ListNetworkParametersRequest) Reset()

func (*ListNetworkParametersRequest) String

type ListNetworkParametersResponse

type ListNetworkParametersResponse struct {

	// List of network parameters with corresponding page info
	NetworkParameters *NetworkParameterConnection `protobuf:"bytes,1,opt,name=network_parameters,json=networkParameters,proto3" json:"network_parameters,omitempty"`
	// contains filtered or unexported fields
}

A 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 (*ListNetworkParametersResponse) Reset

func (x *ListNetworkParametersResponse) Reset()

func (*ListNetworkParametersResponse) String

type ListNodeSignaturesRequest

type ListNodeSignaturesRequest struct {

	// Resource ID, required field
	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 identifier 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 (*ListNodeSignaturesRequest) Reset

func (x *ListNodeSignaturesRequest) Reset()

func (*ListNodeSignaturesRequest) String

func (x *ListNodeSignaturesRequest) String() string

type ListNodeSignaturesResponse

type ListNodeSignaturesResponse struct {

	// List of nodes signatures with corresponding page information
	Signatures *NodeSignaturesConnection `protobuf:"bytes,1,opt,name=signatures,proto3" json:"signatures,omitempty"`
	// contains filtered or unexported fields
}

Response to specify the identifier 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 (*ListNodeSignaturesResponse) ProtoMessage

func (*ListNodeSignaturesResponse) ProtoMessage()

func (*ListNodeSignaturesResponse) ProtoReflect

func (*ListNodeSignaturesResponse) Reset

func (x *ListNodeSignaturesResponse) Reset()

func (*ListNodeSignaturesResponse) String

func (x *ListNodeSignaturesResponse) String() string

type ListNodesRequest

type ListNodesRequest struct {

	// Epoch number to list nodes for, if provided
	EpochSeq *uint64 `protobuf:"varint,1,opt,name=epoch_seq,json=epochSeq,proto3,oneof" json:"epoch_seq,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 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 {

	// Node data with 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 {
	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
}

The 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 {

	// The list of seen oracle data
	OracleData *OracleDataConnection `protobuf:"bytes,1,opt,name=oracle_data,json=oracleData,proto3" json:"oracle_data,omitempty"`
	// contains filtered or unexported fields
}

The 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
}

The 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 {

	// The list of active oracle specs
	OracleSpecs *OracleSpecsConnection `protobuf:"bytes,1,opt,name=oracle_specs,json=oracleSpecs,proto3" json:"oracle_specs,omitempty"`
	// contains filtered or unexported fields
}

The 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 identifier as string
	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
}

A 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 {

	// Paged orders data with 0 or more order versions
	Orders *OrderConnection `protobuf:"bytes,1,opt,name=orders,proto3" json:"orders,omitempty"`
	// contains filtered or unexported fields
}

A 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 (*ListOrderVersionsResponse) ProtoMessage

func (*ListOrderVersionsResponse) ProtoMessage()

func (*ListOrderVersionsResponse) ProtoReflect

func (*ListOrderVersionsResponse) Reset

func (x *ListOrderVersionsResponse) Reset()

func (*ListOrderVersionsResponse) String

func (x *ListOrderVersionsResponse) String() string

type ListOrdersRequest

type ListOrdersRequest struct {

	// Party identifier
	PartyId *string `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3,oneof" json:"party_id,omitempty"`
	// Market identifier
	MarketId *string `protobuf:"bytes,2,opt,name=market_id,json=marketId,proto3,oneof" json:"market_id,omitempty"`
	// Reference
	Reference *string `protobuf:"bytes,3,opt,name=reference,proto3,oneof" json:"reference,omitempty"`
	// Optional pagination control
	Pagination *Pagination `protobuf:"bytes,4,opt,name=pagination,proto3,oneof" json:"pagination,omitempty"`
	// Indicator for listing only live orders, if set to true
	LiveOnly *bool `protobuf:"varint,5,opt,name=live_only,json=liveOnly,proto3,oneof" json:"live_only,omitempty"`
	// The date range of the orders being listed
	DateRange *DateRange `protobuf:"bytes,6,opt,name=date_range,json=dateRange,proto3,oneof" json:"date_range,omitempty"`
	// The order filter contains all filtering conditions and values that are applied to the orders listing
	Filter *OrderFilter `protobuf:"bytes,7,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// contains filtered or unexported fields
}

A 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) GetDateRange added in v0.55.0

func (x *ListOrdersRequest) GetDateRange() *DateRange

func (*ListOrdersRequest) GetFilter added in v0.63.0

func (x *ListOrdersRequest) GetFilter() *OrderFilter

func (*ListOrdersRequest) GetLiveOnly added in v0.55.0

func (x *ListOrdersRequest) GetLiveOnly() bool

func (*ListOrdersRequest) GetMarketId

func (x *ListOrdersRequest) GetMarketId() string

func (*ListOrdersRequest) GetPagination

func (x *ListOrdersRequest) GetPagination() *Pagination

func (*ListOrdersRequest) GetPartyId

func (x *ListOrdersRequest) GetPartyId() string

func (*ListOrdersRequest) GetReference

func (x *ListOrdersRequest) GetReference() string

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 {

	// Paged orders data with 0 or more orders
	Orders *OrderConnection `protobuf:"bytes,1,opt,name=orders,proto3" json:"orders,omitempty"`
	// contains filtered or unexported fields
}

A 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 {

	// Party ID
	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 {

	// Parties data
	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 identifier, required field
	PartyId string `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"`
	// Market identifier
	MarketId string `protobuf:"bytes,2,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"`
	// Optional pagination control
	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 identifier 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 {

	// A list of 0 or more positions
	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 {

	// Protocol upgrade proposal status to filter results from listing proposals, if provided
	Status *v1.ProtocolUpgradeProposalStatus `protobuf:"varint,1,opt,name=status,proto3,enum=vega.events.v1.ProtocolUpgradeProposalStatus,oneof" json:"status,omitempty"`
	// Option to filter listed proposals on being approved or not, if provided
	ApprovedBy *string `protobuf:"bytes,2,opt,name=approved_by,json=approvedBy,proto3,oneof" json:"approved_by,omitempty"`
	// Optional 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 (*ListProtocolUpgradeProposalsRequest) ProtoMessage added in v0.61.0

func (*ListProtocolUpgradeProposalsRequest) ProtoMessage()

func (*ListProtocolUpgradeProposalsRequest) ProtoReflect added in v0.61.0

func (*ListProtocolUpgradeProposalsRequest) Reset added in v0.61.0

func (*ListProtocolUpgradeProposalsRequest) String added in v0.61.0

type ListProtocolUpgradeProposalsResponse added in v0.61.0

type ListProtocolUpgradeProposalsResponse struct {

	// A page of protocol upgrade proposals, with 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 (*ListProtocolUpgradeProposalsResponse) ProtoMessage added in v0.61.0

func (*ListProtocolUpgradeProposalsResponse) ProtoMessage()

func (*ListProtocolUpgradeProposalsResponse) ProtoReflect added in v0.61.0

func (*ListProtocolUpgradeProposalsResponse) Reset added in v0.61.0

func (*ListProtocolUpgradeProposalsResponse) String added in v0.61.0

type ListRewardSummariesRequest

type ListRewardSummariesRequest struct {

	// Party ID for which to list rewards, if provided
	PartyId *string `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3,oneof" json:"party_id,omitempty"`
	// Asset ID for which to list rewards, if provided
	AssetId *string `protobuf:"bytes,2,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,3,opt,name=pagination,proto3,oneof" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

A 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 (*ListRewardSummariesRequest) Reset

func (x *ListRewardSummariesRequest) Reset()

func (*ListRewardSummariesRequest) String

func (x *ListRewardSummariesRequest) String() string

type ListRewardSummariesResponse

type ListRewardSummariesResponse struct {

	// Rewards details data
	Summaries []*vega.RewardSummary `protobuf:"bytes,1,rep,name=summaries,proto3" json:"summaries,omitempty"`
	// contains filtered or unexported fields
}

The 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 (*ListRewardSummariesResponse) Reset

func (x *ListRewardSummariesResponse) Reset()

func (*ListRewardSummariesResponse) String

func (x *ListRewardSummariesResponse) String() string

type ListRewardsRequest

type ListRewardsRequest struct {

	// Party ID for which to get the list of rewards
	PartyId string `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"`
	// Asset ID for which to get the list of rewards, if provided
	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"`
	// Epoch from which to list the rewards, if provided
	FromEpoch *uint64 `protobuf:"varint,4,opt,name=from_epoch,json=fromEpoch,proto3,oneof" json:"from_epoch,omitempty"`
	// Epoch up-to-which to list the rewards, if provided
	ToEpoch *uint64 `protobuf:"varint,5,opt,name=to_epoch,json=toEpoch,proto3,oneof" json:"to_epoch,omitempty"`
	// contains filtered or unexported fields
}

A 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 {

	// Rewards data
	Rewards *RewardsConnection `protobuf:"bytes,1,opt,name=rewards,proto3" json:"rewards,omitempty"`
	// contains filtered or unexported fields
}

The 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 ListTradesRequest

type ListTradesRequest struct {

	// Market ID for which to list trades for, if provided
	MarketId *string `protobuf:"bytes,1,opt,name=market_id,json=marketId,proto3,oneof" json:"market_id,omitempty"`
	// Order ID for which to list trades for, if provided
	OrderId *string `protobuf:"bytes,2,opt,name=order_id,json=orderId,proto3,oneof" json:"order_id,omitempty"`
	// Party ID for which to list trades for, if provided
	PartyId *string `protobuf:"bytes,3,opt,name=party_id,json=partyId,proto3,oneof" json:"party_id,omitempty"`
	// Pagination control
	Pagination *Pagination `protobuf:"bytes,4,opt,name=pagination,proto3,oneof" json:"pagination,omitempty"`
	// Date range for the listing, if provided
	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) GetMarketId

func (x *ListTradesRequest) GetMarketId() string

func (*ListTradesRequest) GetOrderId

func (x *ListTradesRequest) GetOrderId() string

func (*ListTradesRequest) GetPagination

func (x *ListTradesRequest) GetPagination() *Pagination

func (*ListTradesRequest) GetPartyId

func (x *ListTradesRequest) GetPartyId() 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 {

	// Listed trades
	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 {

	// Public key for which to request transfers
	Pubkey *string `protobuf:"bytes,1,opt,name=pubkey,proto3,oneof" json:"pubkey,omitempty"`
	// Transfer directions (sender, receiver) to include in the response data
	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 {
	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"`
	// A 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 {

	// Votes data received
	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 {

	// The party ID whose withdrawals we want to retrieve
	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"`
	// 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 {

	// List of withdrawals data parts
	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 {

	// List of margins
	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
}

List of margins data with 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
	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 corresponding cursors

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 MarketConnection

type MarketConnection struct {

	// List of markets data
	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
}

Market data list with corresponding list 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 {

	// List of market data chunks
	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
}

Represents the list of market data objects with the 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 {

	// 'MarketData'
	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
}

Represents the market data with corresponding cursor for it

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 {

	// Market data
	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 data with 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 MarketsDataSubscribeRequest

type MarketsDataSubscribeRequest struct {

	// Market identifier
	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 subscribe to a stream of data for all markets Optionally, the list can be additionally filtered by market

func (*MarketsDataSubscribeRequest) Descriptor deprecated

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

Deprecated: Use MarketsDataSubscribeRequest.ProtoReflect.Descriptor instead.

func (*MarketsDataSubscribeRequest) GetMarketId

func (x *MarketsDataSubscribeRequest) GetMarketId() string

func (*MarketsDataSubscribeRequest) ProtoMessage

func (*MarketsDataSubscribeRequest) ProtoMessage()

func (*MarketsDataSubscribeRequest) ProtoReflect

func (*MarketsDataSubscribeRequest) Reset

func (x *MarketsDataSubscribeRequest) Reset()

func (*MarketsDataSubscribeRequest) String

func (x *MarketsDataSubscribeRequest) String() string

type MarketsDataSubscribeResponse

type MarketsDataSubscribeResponse struct {

	// List of market data chunks for each market
	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 used when subscribing to a stream of data for all markets

func (*MarketsDataSubscribeResponse) Descriptor deprecated

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

Deprecated: Use MarketsDataSubscribeResponse.ProtoReflect.Descriptor instead.

func (*MarketsDataSubscribeResponse) GetMarketData

func (x *MarketsDataSubscribeResponse) GetMarketData() []*vega.MarketData

func (*MarketsDataSubscribeResponse) ProtoMessage

func (*MarketsDataSubscribeResponse) ProtoMessage()

func (*MarketsDataSubscribeResponse) ProtoReflect

func (*MarketsDataSubscribeResponse) Reset

func (x *MarketsDataSubscribeResponse) Reset()

func (*MarketsDataSubscribeResponse) String

type NetworkHistoryBootstrapPeersRequest added in v0.68.0

type NetworkHistoryBootstrapPeersRequest struct {
	// contains filtered or unexported fields
}

Request to get the nodes network history bootstrap peers

func (*NetworkHistoryBootstrapPeersRequest) Descriptor deprecated added in v0.68.0

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

Deprecated: Use NetworkHistoryBootstrapPeersRequest.ProtoReflect.Descriptor instead.

func (*NetworkHistoryBootstrapPeersRequest) ProtoMessage added in v0.68.0

func (*NetworkHistoryBootstrapPeersRequest) ProtoMessage()

func (*NetworkHistoryBootstrapPeersRequest) ProtoReflect added in v0.68.0

func (*NetworkHistoryBootstrapPeersRequest) Reset added in v0.68.0

func (*NetworkHistoryBootstrapPeersRequest) String added in v0.68.0

type NetworkHistoryBootstrapPeersResponse added in v0.68.0

type NetworkHistoryBootstrapPeersResponse struct {

	// The bootstrap peers
	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 (*NetworkHistoryBootstrapPeersResponse) Descriptor deprecated added in v0.68.0

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

Deprecated: Use NetworkHistoryBootstrapPeersResponse.ProtoReflect.Descriptor instead.

func (*NetworkHistoryBootstrapPeersResponse) GetBootstrapPeers added in v0.68.0

func (x *NetworkHistoryBootstrapPeersResponse) GetBootstrapPeers() []string

func (*NetworkHistoryBootstrapPeersResponse) ProtoMessage added in v0.68.0

func (*NetworkHistoryBootstrapPeersResponse) ProtoMessage()

func (*NetworkHistoryBootstrapPeersResponse) ProtoReflect added in v0.68.0

func (*NetworkHistoryBootstrapPeersResponse) Reset added in v0.68.0

func (*NetworkHistoryBootstrapPeersResponse) String added in v0.68.0

type NetworkHistoryStatusRequest added in v0.68.0

type NetworkHistoryStatusRequest struct {
	// contains filtered or unexported fields
}

Request to get the status of network history

func (*NetworkHistoryStatusRequest) Descriptor deprecated added in v0.68.0

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

Deprecated: Use NetworkHistoryStatusRequest.ProtoReflect.Descriptor instead.

func (*NetworkHistoryStatusRequest) ProtoMessage added in v0.68.0

func (*NetworkHistoryStatusRequest) ProtoMessage()

func (*NetworkHistoryStatusRequest) ProtoReflect added in v0.68.0

func (*NetworkHistoryStatusRequest) Reset added in v0.68.0

func (x *NetworkHistoryStatusRequest) Reset()

func (*NetworkHistoryStatusRequest) String added in v0.68.0

func (x *NetworkHistoryStatusRequest) String() string

type NetworkHistoryStatusResponse added in v0.68.0

type NetworkHistoryStatusResponse struct {

	// The IPFS address of this node
	IpfsAddress string `protobuf:"bytes,1,opt,name=ipfs_address,json=ipfsAddress,proto3" json:"ipfs_address,omitempty"`
	// The swarm key
	SwarmKey string `protobuf:"bytes,2,opt,name=swarm_key,json=swarmKey,proto3" json:"swarm_key,omitempty"`
	// The swarm key seed
	SwarmKeySeed string `protobuf:"bytes,3,opt,name=swarm_key_seed,json=swarmKeySeed,proto3" json:"swarm_key_seed,omitempty"`
	// The connected peers
	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 (*NetworkHistoryStatusResponse) Descriptor deprecated added in v0.68.0

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

Deprecated: Use NetworkHistoryStatusResponse.ProtoReflect.Descriptor instead.

func (*NetworkHistoryStatusResponse) GetConnectedPeers added in v0.68.0

func (x *NetworkHistoryStatusResponse) GetConnectedPeers() []string

func (*NetworkHistoryStatusResponse) GetIpfsAddress added in v0.68.0

func (x *NetworkHistoryStatusResponse) GetIpfsAddress() string

func (*NetworkHistoryStatusResponse) GetSwarmKey added in v0.68.0

func (x *NetworkHistoryStatusResponse) GetSwarmKey() string

func (*NetworkHistoryStatusResponse) GetSwarmKeySeed added in v0.68.0

func (x *NetworkHistoryStatusResponse) GetSwarmKeySeed() string

func (*NetworkHistoryStatusResponse) ProtoMessage added in v0.68.0

func (*NetworkHistoryStatusResponse) ProtoMessage()

func (*NetworkHistoryStatusResponse) ProtoReflect added in v0.68.0

func (*NetworkHistoryStatusResponse) Reset added in v0.68.0

func (x *NetworkHistoryStatusResponse) Reset()

func (*NetworkHistoryStatusResponse) String added in v0.68.0

type NetworkParameterConnection

type NetworkParameterConnection struct {

	// List of network parameters data
	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
}

List of network parameters with corresponding page information

func (*NetworkParameterConnection) Descriptor deprecated

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

Deprecated: Use NetworkParameterConnection.ProtoReflect.Descriptor instead.

func (*NetworkParameterConnection) GetEdges

func (*NetworkParameterConnection) GetPageInfo

func (x *NetworkParameterConnection) GetPageInfo() *PageInfo

func (*NetworkParameterConnection) ProtoMessage

func (*NetworkParameterConnection) ProtoMessage()

func (*NetworkParameterConnection) ProtoReflect

func (*NetworkParameterConnection) Reset

func (x *NetworkParameterConnection) Reset()

func (*NetworkParameterConnection) String

func (x *NetworkParameterConnection) String() string

type NetworkParameterEdge

type NetworkParameterEdge struct {

	// Network parameter data
	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 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 (*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 NodeEdge

type NodeEdge struct {

	// Node data
	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 corresponding cursor

func (*NodeEdge) Descriptor deprecated

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

Deprecated: Use NodeEdge.ProtoReflect.Descriptor instead.

func (*NodeEdge) GetCursor

func (x *NodeEdge) GetCursor() string

func (*NodeEdge) GetNode

func (x *NodeEdge) GetNode() *vega.Node

func (*NodeEdge) ProtoMessage

func (*NodeEdge) ProtoMessage()

func (*NodeEdge) ProtoReflect

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

func (*NodeEdge) Reset

func (x *NodeEdge) Reset()

func (*NodeEdge) String

func (x *NodeEdge) String() string

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 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 {

	// A list of 0 or more signatures
	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
}

List of nodes signatures with corresponding page info

func (*NodeSignaturesConnection) Descriptor deprecated

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

Deprecated: Use NodeSignaturesConnection.ProtoReflect.Descriptor instead.

func (*NodeSignaturesConnection) GetEdges

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 {

	// List of nodes data
	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
}

Paged list of nodes data with 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 identifier
	MarketId string `protobuf:"bytes,1,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"`
	// Party identifier
	PartyId string `protobuf:"bytes,2,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"`
	// Asset identifier
	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 (*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
}

The 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 {
	// An '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 {
	// A list of account updates in the last block
	Updates *AccountUpdates `protobuf:"bytes,2,opt,name=updates,proto3,oneof"`
}

type ObserveCandleDataRequest

type ObserveCandleDataRequest struct {

	// The unique identifier 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 (*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 (*ObserveDelegationsRequest) Reset

func (x *ObserveDelegationsRequest) Reset()

func (*ObserveDelegationsRequest) String

func (x *ObserveDelegationsRequest) String() string

type ObserveDelegationsResponse

type ObserveDelegationsResponse struct {

	// Delegation data
	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 (*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, optional field
	MarketId string `protobuf:"bytes,2,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"`
	// Party ID, optional field
	PartyId string `protobuf:"bytes,3,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"`
	// Batch size, optional field -
	// 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
	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 {

	// Party ID to get the governance subscription for, if provided
	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
	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 (*ObserveGovernanceResponse) ProtoMessage

func (*ObserveGovernanceResponse) ProtoMessage()

func (*ObserveGovernanceResponse) ProtoReflect

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 (*ObserveLedgerMovementsRequest) Reset added in v0.56.0

func (x *ObserveLedgerMovementsRequest) Reset()

func (*ObserveLedgerMovementsRequest) String added in v0.56.0

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 (*ObserveLedgerMovementsResponse) Reset added in v0.56.0

func (x *ObserveLedgerMovementsResponse) Reset()

func (*ObserveLedgerMovementsResponse) String added in v0.56.0

type ObserveLiquidityProvisionsRequest added in v0.55.0

type ObserveLiquidityProvisionsRequest struct {

	// The 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"`
	// The 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 (*ObserveLiquidityProvisionsRequest) Reset added in v0.55.0

func (*ObserveLiquidityProvisionsRequest) String added in v0.55.0

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 (*ObserveLiquidityProvisionsResponse) Reset added in v0.55.0

func (*ObserveLiquidityProvisionsResponse) String added in v0.55.0

type ObserveMarginLevelsRequest

type ObserveMarginLevelsRequest struct {

	// Party identifier, required field
	PartyId string `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"`
	// Market identifier
	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 matching the given party identifier 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 (*ObserveMarginLevelsRequest) Reset

func (x *ObserveMarginLevelsRequest) Reset()

func (*ObserveMarginLevelsRequest) String

func (x *ObserveMarginLevelsRequest) String() string

type ObserveMarginLevelsResponse

type ObserveMarginLevelsResponse struct {
	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 (*ObserveMarginLevelsResponse) Reset

func (x *ObserveMarginLevelsResponse) Reset()

func (*ObserveMarginLevelsResponse) String

func (x *ObserveMarginLevelsResponse) String() string

type ObserveMarketsDataRequest

type ObserveMarketsDataRequest struct {

	// List of market IDs to be obtained in the subscription
	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 (*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 (*ObserveMarketsDataResponse) Reset

func (x *ObserveMarketsDataResponse) Reset()

func (*ObserveMarketsDataResponse) String

func (x *ObserveMarketsDataResponse) String() string

type ObserveMarketsDepthRequest

type ObserveMarketsDepthRequest struct {

	// List of market IDs to be obtained in the subscription
	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 (*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 (*ObserveMarketsDepthResponse) Reset

func (x *ObserveMarketsDepthResponse) Reset()

func (*ObserveMarketsDepthResponse) String

func (x *ObserveMarketsDepthResponse) String() string

type ObserveMarketsDepthUpdatesRequest

type ObserveMarketsDepthUpdatesRequest struct {

	// List of market IDs to be obtained in the subscription
	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 (*ObserveMarketsDepthUpdatesRequest) Reset

func (*ObserveMarketsDepthUpdatesRequest) 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 (*ObserveMarketsDepthUpdatesResponse) ProtoMessage

func (*ObserveMarketsDepthUpdatesResponse) ProtoMessage()

func (*ObserveMarketsDepthUpdatesResponse) ProtoReflect

func (*ObserveMarketsDepthUpdatesResponse) Reset

func (*ObserveMarketsDepthUpdatesResponse) String

type ObserveOrdersRequest

type ObserveOrdersRequest struct {

	// Market identifier
	MarketId *string `protobuf:"bytes,1,opt,name=market_id,json=marketId,proto3,oneof" json:"market_id,omitempty"`
	// Party identifier
	PartyId *string `protobuf:"bytes,2,opt,name=party_id,json=partyId,proto3,oneof" json:"party_id,omitempty"`
	// Exclude liquidity
	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

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) GetMarketId

func (x *ObserveOrdersRequest) GetMarketId() string

func (*ObserveOrdersRequest) GetPartyId

func (x *ObserveOrdersRequest) GetPartyId() 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
}

The 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 {
	// A list of order updates in the last block
	Updates *OrderUpdates `protobuf:"bytes,2,opt,name=updates,proto3,oneof"`
}

type ObservePositionsRequest

type ObservePositionsRequest struct {

	// Optional party ID
	PartyId *string `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3,oneof" json:"party_id,omitempty"`
	// Optional market ID
	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
}

A response that is 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 (*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 {
	// A 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 {

	// Market ID
	MarketId *string `protobuf:"bytes,1,opt,name=market_id,json=marketId,proto3,oneof" json:"market_id,omitempty"`
	// Party ID
	PartyId *string `protobuf:"bytes,2,opt,name=party_id,json=partyId,proto3,oneof" json:"party_id,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) GetMarketId

func (x *ObserveTradesRequest) GetMarketId() string

func (*ObserveTradesRequest) GetPartyId

func (x *ObserveTradesRequest) GetPartyId() 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 {

	// A list of 0 or more trades
	Trades []*vega.Trade `protobuf:"bytes,1,rep,name=trades,proto3" json:"trades,omitempty"`
	// contains filtered or unexported fields
}

A 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 {

	// Party ID for which the votes are requested
	PartyId *string `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3,oneof" json:"party_id,omitempty"`
	// Option proposal ID for which the votes are requested
	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 {

	// Vote data
	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 OffsetPagination

type OffsetPagination struct {

	// Skip the number of records specified, default is 0
	Skip uint64 `protobuf:"varint,1,opt,name=skip,proto3" json:"skip,omitempty"`
	// Limit the number of returned records to the value specified, default is 50
	Limit uint64 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
	// Descending reverses the order of the records returned,
	// default is true, if false the results will be returned in ascending order
	Descending bool `protobuf:"varint,3,opt,name=descending,proto3" json:"descending,omitempty"`
	// contains filtered or unexported fields
}

Pagination controls

func (*OffsetPagination) Descriptor deprecated

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

Deprecated: Use OffsetPagination.ProtoReflect.Descriptor instead.

func (*OffsetPagination) GetDescending

func (x *OffsetPagination) GetDescending() bool

func (*OffsetPagination) GetLimit

func (x *OffsetPagination) GetLimit() uint64

func (*OffsetPagination) GetSkip

func (x *OffsetPagination) GetSkip() uint64

func (*OffsetPagination) ProtoMessage

func (*OffsetPagination) ProtoMessage()

func (*OffsetPagination) ProtoReflect

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

func (*OffsetPagination) Reset

func (x *OffsetPagination) Reset()

func (*OffsetPagination) String

func (x *OffsetPagination) String() string

type OracleDataConnection

type OracleDataConnection struct {

	// List of oracle data parts
	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
}

Oracle data with page info

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 {

	// Oracle data
	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 with 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 {

	// List of oracle spec data
	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 with 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 {

	// Oracle specs
	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
}

Oracle specs with corresponding list 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 {

	// Orders data list
	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
}

List of orders data with 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 {

	// Order data
	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 corresponding cursor

func (*OrderEdge) Descriptor deprecated

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

Deprecated: Use OrderEdge.ProtoReflect.Descriptor instead.

func (*OrderEdge) GetCursor

func (x *OrderEdge) GetCursor() string

func (*OrderEdge) GetNode

func (x *OrderEdge) GetNode() *vega.Order

func (*OrderEdge) ProtoMessage

func (*OrderEdge) ProtoMessage()

func (*OrderEdge) ProtoReflect

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

func (*OrderEdge) Reset

func (x *OrderEdge) Reset()

func (*OrderEdge) String

func (x *OrderEdge) String() string

type OrderFilter added in v0.63.0

type OrderFilter struct {

	// The list of order statuses the orders can be filtered by
	Statuses []vega.Order_Status `protobuf:"varint,1,rep,packed,name=statuses,proto3,enum=vega.Order_Status" json:"statuses,omitempty"`
	// The list of order types the orders can be filtered by
	Types []vega.Order_Type `protobuf:"varint,2,rep,packed,name=types,proto3,enum=vega.Order_Type" json:"types,omitempty"`
	// The list of timings the orders can be filtered by
	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"`
	// 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) GetExcludeLiquidity added in v0.63.0

func (x *OrderFilter) GetExcludeLiquidity() bool

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 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) Descriptor() ([]byte, []int)

Deprecated: Use PageInfo.ProtoReflect.Descriptor instead.

func (*PageInfo) GetEndCursor

func (x *PageInfo) GetEndCursor() string

func (*PageInfo) GetHasNextPage

func (x *PageInfo) GetHasNextPage() bool

func (*PageInfo) GetHasPreviousPage

func (x *PageInfo) GetHasPreviousPage() bool

func (*PageInfo) GetStartCursor

func (x *PageInfo) GetStartCursor() string

func (*PageInfo) ProtoMessage

func (*PageInfo) ProtoMessage()

func (*PageInfo) ProtoReflect

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

func (*PageInfo) Reset

func (x *PageInfo) Reset()

func (*PageInfo) String

func (x *PageInfo) String() string

type Pagination

type Pagination struct {
	First  *int32  `protobuf:"varint,1,opt,name=first,proto3,oneof" json:"first,omitempty"`
	After  *string `protobuf:"bytes,2,opt,name=after,proto3,oneof" json:"after,omitempty"`
	Last   *int32  `protobuf:"varint,3,opt,name=last,proto3,oneof" json:"last,omitempty"`
	Before *string `protobuf:"bytes,4,opt,name=before,proto3,oneof" json:"before,omitempty"`
	// Newest records first, older records last, default is true
	NewestFirst *bool `protobuf:"varint,5,opt,name=newest_first,json=newestFirst,proto3,oneof" json:"newest_first,omitempty"`
	// contains filtered or unexported fields
}

Cursor information for cursor based pagination requests

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 {

	// List of parties data
	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
}

List of parties data with page info

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 {

	// Party data
	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 corresponding cursors

func (*PartyEdge) Descriptor deprecated

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

Deprecated: Use PartyEdge.ProtoReflect.Descriptor instead.

func (*PartyEdge) GetCursor

func (x *PartyEdge) GetCursor() string

func (*PartyEdge) GetNode

func (x *PartyEdge) GetNode() *vega.Party

func (*PartyEdge) ProtoMessage

func (*PartyEdge) ProtoMessage()

func (*PartyEdge) ProtoReflect

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

func (*PartyEdge) Reset

func (x *PartyEdge) Reset()

func (*PartyEdge) String

func (x *PartyEdge) String() string

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 {

	// List of positions data
	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
}

Represents the list of positions with the 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 {

	// Represents position data for a party on the specified market on Vega
	Node *vega.Position `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"`
	// A 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 position data with corresponding cursor for it

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
}

A 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 {

	// List of party IDs to filter on
	PartyIds []string `protobuf:"bytes,1,rep,name=party_ids,json=partyIds,proto3" json:"party_ids,omitempty"`
	// List of market IDs to filter on
	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 {

	// Protocol upgrade proposals page data
	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
}

A page of protocol upgrade proposals, with 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 (*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 (*ProtocolUpgradeProposalConnection) Reset added in v0.61.0

func (*ProtocolUpgradeProposalConnection) String added in v0.61.0

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
}

A protocol upgrade proposal data with a 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 (*ProtocolUpgradeProposalEdge) ProtoMessage added in v0.61.0

func (*ProtocolUpgradeProposalEdge) ProtoMessage()

func (*ProtocolUpgradeProposalEdge) ProtoReflect added in v0.61.0

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 {

	// Rewards data
	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 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 the results to those connected to the assets in this list (pass an empty list for no filter)
	AssetIds []string `protobuf:"bytes,1,rep,name=asset_ids,json=assetIds,proto3" json:"asset_ids,omitempty"`
	// Restrict the results to those connected to the markets in this list (pass an empty list for no filter)
	MarketIds []string `protobuf:"bytes,2,rep,name=market_ids,json=marketIds,proto3" json:"market_ids,omitempty"`
	// Optional range of epochs to filter on
	FromEpoch *uint64 `protobuf:"varint,3,opt,name=from_epoch,json=fromEpoch,proto3,oneof" json:"from_epoch,omitempty"`
	// Epoch to which to filter rewards summaries
	ToEpoch *uint64 `protobuf:"varint,4,opt,name=to_epoch,json=toEpoch,proto3,oneof" json:"to_epoch,omitempty"`
	// contains filtered or unexported fields
}

A 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 {

	// List of rewards data parts
	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
}

Paged rewards data with 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 {

	// A 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 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 {

	// List of stake data
	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
}

Paged list of stake data with corresponding page info

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 TradeConnection

type TradeConnection struct {

	// List of trades data
	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
}

List of trades with the corresponding list 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 {

	// Trade data
	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
}

List of trades

func (*TradeEdge) Descriptor deprecated

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

Deprecated: Use TradeEdge.ProtoReflect.Descriptor instead.

func (*TradeEdge) GetCursor

func (x *TradeEdge) GetCursor() string

func (*TradeEdge) GetNode

func (x *TradeEdge) GetNode() *vega.Trade

func (*TradeEdge) ProtoMessage

func (*TradeEdge) ProtoMessage()

func (*TradeEdge) ProtoReflect

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

func (*TradeEdge) Reset

func (x *TradeEdge) Reset()

func (*TradeEdge) String

func (x *TradeEdge) String() string

type TradingDataServiceClient

type TradingDataServiceClient interface {
	// Accounts
	//
	// Returns 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 info
	//
	// Retrieves 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)
	// Order
	//
	// Gets the current version of an order, or optionally provide a version ID to retrieve a given version if order was amended.
	GetOrder(ctx context.Context, in *GetOrderRequest, opts ...grpc.CallOption) (*GetOrderResponse, error)
	// Orders list
	//
	// Get a list of orders that match the given filters
	ListOrders(ctx context.Context, in *ListOrdersRequest, opts ...grpc.CallOption) (*ListOrdersResponse, error)
	// Order history
	//
	// List all versions of an order in the order history
	ListOrderVersions(ctx context.Context, in *ListOrderVersionsRequest, opts ...grpc.CallOption) (*ListOrderVersionsResponse, error)
	// Orders subscription
	//
	// Subscribe to a stream of orders
	ObserveOrders(ctx context.Context, in *ObserveOrdersRequest, opts ...grpc.CallOption) (TradingDataService_ObserveOrdersClient, error)
	// Deprecated: Do not use.
	// Positions (deprecated)
	//
	// Get a list of positions by party (public key) using cursor based pagination
	// Deprecated: use ListAllPositions instead
	ListPositions(ctx context.Context, in *ListPositionsRequest, opts ...grpc.CallOption) (*ListPositionsResponse, error)
	// Positions
	//
	// Get a list of positions by party (public key) using cursor based pagination
	ListAllPositions(ctx context.Context, in *ListAllPositionsRequest, opts ...grpc.CallOption) (*ListAllPositionsResponse, error)
	// Positions subscription
	//
	// Subscribe to a stream of positions
	ObservePositions(ctx context.Context, in *ObservePositionsRequest, opts ...grpc.CallOption) (TradingDataService_ObservePositionsClient, error)
	// Ledger entries
	//
	// List ledger entries by asset, market, party, account type and transfer type 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.
	// Listed entries should be limited to a single party from each side only. If zero or more than one party is provided
	// for each of the sides - sending and receiving accounts, the query returns an error.
	//
	// Entries can be queried by:
	//   - listing ledger entries with filtering on the sending account (market ID, asset ID, account type)
	//   - listing ledger entries with filtering on the receiving account (market ID, asset ID, account type)
	//   - listing ledger entries with filtering on the sending AND receiving account
	//   - listing ledger entries with filtering on the transfer type (on top of above filters or as a standalone option)
	ListLedgerEntries(ctx context.Context, in *ListLedgerEntriesRequest, opts ...grpc.CallOption) (*ListLedgerEntriesResponse, error)
	// 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
	ExportLedgerEntries(ctx context.Context, in *ExportLedgerEntriesRequest, opts ...grpc.CallOption) (*ExportLedgerEntriesResponse, error)
	//	Balances
	//
	// `ListBalanceChanges` queries the change in account balances over a period of time.
	//
	// An account is defined as a set of (asset_id, type, party_id, market_id).
	//   - Every account has an associated asset and type.
	//   - Certain account types (for example, the global reward pool) do not have an associated party.
	//     These are denoted by the special party identifier 'network'
	//   - Certain account types do not have an associated market (for example general party accounts).
	//     These are denoted by the special market identifier ” (the empty string)
	//
	// `ListBalanceChangesRequest` will return a list of
	// `(vega_time, asset_id, account_type, party_id, market_id, balance)`
	// With a row for each block at which a given account's balance changes.
	ListBalanceChanges(ctx context.Context, in *ListBalanceChangesRequest, opts ...grpc.CallOption) (*ListBalanceChangesResponse, error)
	// Market Data
	//
	// Get the latest market data for a given market
	GetLatestMarketData(ctx context.Context, in *GetLatestMarketDataRequest, opts ...grpc.CallOption) (*GetLatestMarketDataResponse, error)
	// Market Data list
	//
	// Lists the latest market data for every market
	ListLatestMarketData(ctx context.Context, in *ListLatestMarketDataRequest, opts ...grpc.CallOption) (*ListLatestMarketDataResponse, error)
	// Market Depth
	//
	// Get the latest market depth for a given market
	GetLatestMarketDepth(ctx context.Context, in *GetLatestMarketDepthRequest, opts ...grpc.CallOption) (*GetLatestMarketDepthResponse, error)
	// Market depth subscription
	//
	// 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)
	// Market depth updates subscription
	//
	// 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)
	// Market data subscription
	//
	// Subscribe to a stream of data about a given market
	ObserveMarketsData(ctx context.Context, in *ObserveMarketsDataRequest, opts ...grpc.CallOption) (TradingDataService_ObserveMarketsDataClient, error)
	// Market data history
	//
	// Get market data history for a market ID between given dates using a cursor based pagination model
	GetMarketDataHistoryByID(ctx context.Context, in *GetMarketDataHistoryByIDRequest, opts ...grpc.CallOption) (*GetMarketDataHistoryByIDResponse, error)
	// Transfers list
	//
	// List Transfers to/from/either a public key using a cursor based pagination model
	ListTransfers(ctx context.Context, in *ListTransfersRequest, opts ...grpc.CallOption) (*ListTransfersResponse, error)
	// Network Limits
	//
	// Get the current network limits (is bootstrapping finished, are proposals enabled etc..)
	GetNetworkLimits(ctx context.Context, in *GetNetworkLimitsRequest, opts ...grpc.CallOption) (*GetNetworkLimitsResponse, error)
	// Candle data
	//
	// Get candle data for a given candle ID. You can get a candle ID from the list candle intervals query
	ListCandleData(ctx context.Context, in *ListCandleDataRequest, opts ...grpc.CallOption) (*ListCandleDataResponse, error)
	// Candle updates
	//
	// Subscribe to a stream of candle updates
	ObserveCandleData(ctx context.Context, in *ObserveCandleDataRequest, opts ...grpc.CallOption) (TradingDataService_ObserveCandleDataClient, error)
	// Candle intervals list
	//
	// Get all available intervals for a given market along with the corresponding candle ID
	ListCandleIntervals(ctx context.Context, in *ListCandleIntervalsRequest, opts ...grpc.CallOption) (*ListCandleIntervalsResponse, error)
	// Votes list
	//
	// Get votes for a party ID using a cursor based pagination model
	ListVotes(ctx context.Context, in *ListVotesRequest, opts ...grpc.CallOption) (*ListVotesResponse, error)
	// Votes subscription
	//
	// Subscribe to a stream of votes
	ObserveVotes(ctx context.Context, in *ObserveVotesRequest, opts ...grpc.CallOption) (TradingDataService_ObserveVotesClient, error)
	// ERC-20 add signer bundle
	//
	// List the signature bundle to add a particular validator to the signer list of the multisig contract
	ListERC20MultiSigSignerAddedBundles(ctx context.Context, in *ListERC20MultiSigSignerAddedBundlesRequest, opts ...grpc.CallOption) (*ListERC20MultiSigSignerAddedBundlesResponse, error)
	// ERC-20 remove signer bundle
	//
	// List the signatures bundle to remove a particular validator from signer list of the multisig contract
	ListERC20MultiSigSignerRemovedBundles(ctx context.Context, in *ListERC20MultiSigSignerRemovedBundlesRequest, opts ...grpc.CallOption) (*ListERC20MultiSigSignerRemovedBundlesResponse, error)
	// ERC-20 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)
	// ERC-20 set asset limit bundle
	//
	// Get the signature bundle to update the token limits (maxLifetimeDeposit and withdrawThreshold) for a given ERC20 token (already allowlisted) in the collateral bridge
	GetERC20SetAssetLimitsBundle(ctx context.Context, in *GetERC20SetAssetLimitsBundleRequest, opts ...grpc.CallOption) (*GetERC20SetAssetLimitsBundleResponse, error)
	// ERC-20 withdrawal bundle
	//
	// Get the signature bundle to finalize a withdrawal on ethereum
	GetERC20WithdrawalApproval(ctx context.Context, in *GetERC20WithdrawalApprovalRequest, opts ...grpc.CallOption) (*GetERC20WithdrawalApprovalResponse, error)
	// Trade (latest)
	//
	// Get latest trade
	GetLastTrade(ctx context.Context, in *GetLastTradeRequest, opts ...grpc.CallOption) (*GetLastTradeResponse, error)
	// Trades list
	//
	// Get a list of all trades, optionally filtered by party/market/order using a cursor based pagination model
	ListTrades(ctx context.Context, in *ListTradesRequest, opts ...grpc.CallOption) (*ListTradesResponse, error)
	// Trades subscription
	//
	// Subscribe to a stream of trades, optionally filtered by party/market
	ObserveTrades(ctx context.Context, in *ObserveTradesRequest, opts ...grpc.CallOption) (TradingDataService_ObserveTradesClient, error)
	// Oracle Spec
	//
	// Get an oracle spec by ID. Use the oracle spec list to query for oracle spec IDs
	GetOracleSpec(ctx context.Context, in *GetOracleSpecRequest, opts ...grpc.CallOption) (*GetOracleSpecResponse, error)
	// Oracle Spec list
	//
	// List specs for an oracle
	ListOracleSpecs(ctx context.Context, in *ListOracleSpecsRequest, opts ...grpc.CallOption) (*ListOracleSpecsResponse, error)
	// Oracle data list
	//
	// Get all oracle data
	ListOracleData(ctx context.Context, in *ListOracleDataRequest, opts ...grpc.CallOption) (*ListOracleDataResponse, error)
	// Market
	//
	// Get information about a specific market using its ID. Use the market lists query to get a market's ID
	GetMarket(ctx context.Context, in *GetMarketRequest, opts ...grpc.CallOption) (*GetMarketResponse, error)
	// Markets list
	//
	// Get markets using a cursor based pagination
	ListMarkets(ctx context.Context, in *ListMarketsRequest, opts ...grpc.CallOption) (*ListMarketsResponse, error)
	// Party
	//
	// Get a single party
	GetParty(ctx context.Context, in *GetPartyRequest, opts ...grpc.CallOption) (*GetPartyResponse, error)
	// Parties
	//
	// Get parties using a cursor based pagination model
	ListParties(ctx context.Context, in *ListPartiesRequest, opts ...grpc.CallOption) (*ListPartiesResponse, error)
	// Margin Levels list
	//
	// Get margin levels using a cursor based pagination model
	ListMarginLevels(ctx context.Context, in *ListMarginLevelsRequest, opts ...grpc.CallOption) (*ListMarginLevelsResponse, error)
	// Margin levels subscription
	//
	// Subscribe to a stream of margin levels
	ObserveMarginLevels(ctx context.Context, in *ObserveMarginLevelsRequest, opts ...grpc.CallOption) (TradingDataService_ObserveMarginLevelsClient, error)
	// Rewards list
	//
	// Get rewards
	ListRewards(ctx context.Context, in *ListRewardsRequest, opts ...grpc.CallOption) (*ListRewardsResponse, error)
	// Reward summaries list
	//
	// Get reward summaries
	ListRewardSummaries(ctx context.Context, in *ListRewardSummariesRequest, opts ...grpc.CallOption) (*ListRewardSummariesResponse, error)
	// Reward summaries by epoch
	//
	// List reward summaries by epoch
	ListEpochRewardSummaries(ctx context.Context, in *ListEpochRewardSummariesRequest, opts ...grpc.CallOption) (*ListEpochRewardSummariesResponse, error)
	// Rewards subscription
	//
	// Subscribe to a stream of rewards
	ObserveRewards(ctx context.Context, in *ObserveRewardsRequest, opts ...grpc.CallOption) (TradingDataService_ObserveRewardsClient, error)
	// Deposit
	//
	// Get a deposit by its identifier
	GetDeposit(ctx context.Context, in *GetDepositRequest, opts ...grpc.CallOption) (*GetDepositResponse, error)
	// Deposits list
	//
	// Get a list of deposits for a given party
	ListDeposits(ctx context.Context, in *ListDepositsRequest, opts ...grpc.CallOption) (*ListDepositsResponse, error)
	// Withdrawal
	//
	// Get a withdrawal by its ID. Use the withdrawls list query to get withdrawal IDs
	GetWithdrawal(ctx context.Context, in *GetWithdrawalRequest, opts ...grpc.CallOption) (*GetWithdrawalResponse, error)
	// Withdrawals list
	//
	// Get a list of withdrawals for a given party
	ListWithdrawals(ctx context.Context, in *ListWithdrawalsRequest, opts ...grpc.CallOption) (*ListWithdrawalsResponse, error)
	// 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)
	// Assets list
	//
	// Get a list of assets using cursor based pagination
	ListAssets(ctx context.Context, in *ListAssetsRequest, opts ...grpc.CallOption) (*ListAssetsResponse, error)
	// Liquidity Provisions list
	//
	// Get a list of liquidity provisions for a given market using a cursor based pagination
	ListLiquidityProvisions(ctx context.Context, in *ListLiquidityProvisionsRequest, opts ...grpc.CallOption) (*ListLiquidityProvisionsResponse, error)
	// Liquidity provision subscription
	//
	// Get a liquidity provision subscription for a given market and party
	ObserveLiquidityProvisions(ctx context.Context, in *ObserveLiquidityProvisionsRequest, opts ...grpc.CallOption) (TradingDataService_ObserveLiquidityProvisionsClient, error)
	// Governance
	//
	// Get a single proposal's details
	GetGovernanceData(ctx context.Context, in *GetGovernanceDataRequest, opts ...grpc.CallOption) (*GetGovernanceDataResponse, error)
	// Governance list
	//
	// List proposals using a cursor based pagination model
	ListGovernanceData(ctx context.Context, in *ListGovernanceDataRequest, opts ...grpc.CallOption) (*ListGovernanceDataResponse, error)
	// Governance proposals subscription
	//
	// Subscribe to a stream of governance proposals
	ObserveGovernance(ctx context.Context, in *ObserveGovernanceRequest, opts ...grpc.CallOption) (TradingDataService_ObserveGovernanceClient, error)
	// Delegation list
	//
	// List delegations
	ListDelegations(ctx context.Context, in *ListDelegationsRequest, opts ...grpc.CallOption) (*ListDelegationsResponse, error)
	// Delegation events subscription
	//
	// Subscribe to delegation events
	ObserveDelegations(ctx context.Context, in *ObserveDelegationsRequest, opts ...grpc.CallOption) (TradingDataService_ObserveDelegationsClient, error)
	// Network data
	//
	// Get data regarding the nodes of the network
	GetNetworkData(ctx context.Context, in *GetNetworkDataRequest, opts ...grpc.CallOption) (*GetNetworkDataResponse, error)
	// Node
	//
	// Get information about a given node
	GetNode(ctx context.Context, in *GetNodeRequest, opts ...grpc.CallOption) (*GetNodeResponse, error)
	// Nodes list
	//
	// List information about the nodes on the network
	ListNodes(ctx context.Context, in *ListNodesRequest, opts ...grpc.CallOption) (*ListNodesResponse, error)
	// Node signatures list
	//
	// List an aggregate of signatures from all the nodes of the network
	ListNodeSignatures(ctx context.Context, in *ListNodeSignaturesRequest, opts ...grpc.CallOption) (*ListNodeSignaturesResponse, error)
	// 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 incur for submitting this order
	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)
	// Network Parameters list
	//
	// Get the network parameters
	ListNetworkParameters(ctx context.Context, in *ListNetworkParametersRequest, opts ...grpc.CallOption) (*ListNetworkParametersResponse, error)
	// Network Parameter
	//
	// Get a single network parameter
	GetNetworkParameter(ctx context.Context, in *GetNetworkParameterRequest, opts ...grpc.CallOption) (*GetNetworkParameterResponse, error)
	// Checkpoints list
	//
	// List information about checkpoint generated by the network
	ListCheckpoints(ctx context.Context, in *ListCheckpointsRequest, opts ...grpc.CallOption) (*ListCheckpointsResponse, error)
	// Stake
	//
	// Retrieve staking informations for a given party
	GetStake(ctx context.Context, in *GetStakeRequest, opts ...grpc.CallOption) (*GetStakeResponse, error)
	// Risk Factors
	//
	// Get Risk Factor data for a given market
	GetRiskFactors(ctx context.Context, in *GetRiskFactorsRequest, opts ...grpc.CallOption) (*GetRiskFactorsResponse, error)
	// Event Bus
	//
	// Subscribe to a stream of events from the core
	ObserveEventBus(ctx context.Context, opts ...grpc.CallOption) (TradingDataService_ObserveEventBusClient, error)
	// Transfer Responses
	//
	// Subscribe to a stream of transfer responses
	ObserveLedgerMovements(ctx context.Context, in *ObserveLedgerMovementsRequest, opts ...grpc.CallOption) (TradingDataService_ObserveLedgerMovementsClient, error)
	// Key Rotations list
	//
	// List all key rotation applied for a given party
	ListKeyRotations(ctx context.Context, in *ListKeyRotationsRequest, opts ...grpc.CallOption) (*ListKeyRotationsResponse, error)
	// Ethereum Key Rotations
	//
	// List all ethereum key rotation applied for a given party
	ListEthereumKeyRotations(ctx context.Context, in *ListEthereumKeyRotationsRequest, opts ...grpc.CallOption) (*ListEthereumKeyRotationsResponse, error)
	// Vega Time
	//
	// Get the current time of the network, displayed as a Unix timestamp in nano seconds
	GetVegaTime(ctx context.Context, in *GetVegaTimeRequest, opts ...grpc.CallOption) (*GetVegaTimeResponse, error)
	// Protocol upgrade status
	//
	// Get status of a protocol upgrade
	GetProtocolUpgradeStatus(ctx context.Context, in *GetProtocolUpgradeStatusRequest, opts ...grpc.CallOption) (*GetProtocolUpgradeStatusResponse, error)
	// Protocol upgrade proposals
	//
	// List protocol upgrade proposals, optionally filtering on status or approver.
	ListProtocolUpgradeProposals(ctx context.Context, in *ListProtocolUpgradeProposalsRequest, opts ...grpc.CallOption) (*ListProtocolUpgradeProposalsResponse, error)
	// Snapshots
	//
	// List core snapshots taken
	ListCoreSnapshots(ctx context.Context, in *ListCoreSnapshotsRequest, opts ...grpc.CallOption) (*ListCoreSnapshotsResponse, error)
	// Network history most recent segment
	//
	// Get the network's most recently history segment
	GetMostRecentNetworkHistorySegment(ctx context.Context, in *GetMostRecentNetworkHistorySegmentRequest, opts ...grpc.CallOption) (*GetMostRecentNetworkHistorySegmentResponse, error)
	// Network history all segments
	//
	// List all history segments stored by this node
	ListAllNetworkHistorySegments(ctx context.Context, in *ListAllNetworkHistorySegmentsRequest, opts ...grpc.CallOption) (*ListAllNetworkHistorySegmentsResponse, error)
	// Network history peer addresses
	//
	// List the addresses of all active network history peers
	GetActiveNetworkHistoryPeerAddresses(ctx context.Context, in *GetActiveNetworkHistoryPeerAddressesRequest, opts ...grpc.CallOption) (*GetActiveNetworkHistoryPeerAddressesResponse, error)
	// Network history status
	//
	// Retrieves information about the current state of network history
	// Response contains the network history status
	NetworkHistoryStatus(ctx context.Context, in *NetworkHistoryStatusRequest, opts ...grpc.CallOption) (*NetworkHistoryStatusResponse, error)
	// Network history bootstrap peers
	//
	// Retrieves the nodes bootstrap peers
	// Response contains the bootstrap peers
	NetworkHistoryBootstrapPeers(ctx context.Context, in *NetworkHistoryBootstrapPeersRequest, opts ...grpc.CallOption) (*NetworkHistoryBootstrapPeersResponse, 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.

type TradingDataServiceServer

type TradingDataServiceServer interface {
	// Accounts
	//
	// Returns 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 info
	//
	// Retrieves 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)
	// Order
	//
	// Gets the current version of an order, or optionally provide a version ID to retrieve a given version if order was amended.
	GetOrder(context.Context, *GetOrderRequest) (*GetOrderResponse, error)
	// Orders list
	//
	// Get a list of orders that match the given filters
	ListOrders(context.Context, *ListOrdersRequest) (*ListOrdersResponse, error)
	// Order history
	//
	// List all versions of an order in the order history
	ListOrderVersions(context.Context, *ListOrderVersionsRequest) (*ListOrderVersionsResponse, error)
	// Orders subscription
	//
	// Subscribe to a stream of orders
	ObserveOrders(*ObserveOrdersRequest, TradingDataService_ObserveOrdersServer) error
	// Deprecated: Do not use.
	// Positions (deprecated)
	//
	// Get a list of positions by party (public key) using cursor based pagination
	// Deprecated: use ListAllPositions instead
	ListPositions(context.Context, *ListPositionsRequest) (*ListPositionsResponse, error)
	// Positions
	//
	// Get a list of positions by party (public key) using cursor based pagination
	ListAllPositions(context.Context, *ListAllPositionsRequest) (*ListAllPositionsResponse, error)
	// Positions subscription
	//
	// Subscribe to a stream of positions
	ObservePositions(*ObservePositionsRequest, TradingDataService_ObservePositionsServer) error
	// Ledger entries
	//
	// List ledger entries by asset, market, party, account type and transfer type 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.
	// Listed entries should be limited to a single party from each side only. If zero or more than one party is provided
	// for each of the sides - sending and receiving accounts, the query returns an error.
	//
	// Entries can be queried by:
	//   - listing ledger entries with filtering on the sending account (market ID, asset ID, account type)
	//   - listing ledger entries with filtering on the receiving account (market ID, asset ID, account type)
	//   - listing ledger entries with filtering on the sending AND receiving account
	//   - listing ledger entries with filtering on the transfer type (on top of above filters or as a standalone option)
	ListLedgerEntries(context.Context, *ListLedgerEntriesRequest) (*ListLedgerEntriesResponse, error)
	// 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
	ExportLedgerEntries(context.Context, *ExportLedgerEntriesRequest) (*ExportLedgerEntriesResponse, error)
	//	Balances
	//
	// `ListBalanceChanges` queries the change in account balances over a period of time.
	//
	// An account is defined as a set of (asset_id, type, party_id, market_id).
	//   - Every account has an associated asset and type.
	//   - Certain account types (for example, the global reward pool) do not have an associated party.
	//     These are denoted by the special party identifier 'network'
	//   - Certain account types do not have an associated market (for example general party accounts).
	//     These are denoted by the special market identifier ” (the empty string)
	//
	// `ListBalanceChangesRequest` will return a list of
	// `(vega_time, asset_id, account_type, party_id, market_id, balance)`
	// With a row for each block at which a given account's balance changes.
	ListBalanceChanges(context.Context, *ListBalanceChangesRequest) (*ListBalanceChangesResponse, error)
	// Market Data
	//
	// Get the latest market data for a given market
	GetLatestMarketData(context.Context, *GetLatestMarketDataRequest) (*GetLatestMarketDataResponse, error)
	// Market Data list
	//
	// Lists the latest market data for every market
	ListLatestMarketData(context.Context, *ListLatestMarketDataRequest) (*ListLatestMarketDataResponse, error)
	// Market Depth
	//
	// Get the latest market depth for a given market
	GetLatestMarketDepth(context.Context, *GetLatestMarketDepthRequest) (*GetLatestMarketDepthResponse, error)
	// Market depth subscription
	//
	// Subscribe to a stream of the latest market depth for a given market
	ObserveMarketsDepth(*ObserveMarketsDepthRequest, TradingDataService_ObserveMarketsDepthServer) error
	// Market depth updates subscription
	//
	// Subscribe to a stream of updates on market depth for a given market
	ObserveMarketsDepthUpdates(*ObserveMarketsDepthUpdatesRequest, TradingDataService_ObserveMarketsDepthUpdatesServer) error
	// Market data subscription
	//
	// Subscribe to a stream of data about a given market
	ObserveMarketsData(*ObserveMarketsDataRequest, TradingDataService_ObserveMarketsDataServer) error
	// Market data history
	//
	// Get market data history for a market ID between given dates using a cursor based pagination model
	GetMarketDataHistoryByID(context.Context, *GetMarketDataHistoryByIDRequest) (*GetMarketDataHistoryByIDResponse, error)
	// Transfers list
	//
	// List Transfers to/from/either a public key using a cursor based pagination model
	ListTransfers(context.Context, *ListTransfersRequest) (*ListTransfersResponse, error)
	// Network Limits
	//
	// Get the current network limits (is bootstrapping finished, are proposals enabled etc..)
	GetNetworkLimits(context.Context, *GetNetworkLimitsRequest) (*GetNetworkLimitsResponse, error)
	// Candle data
	//
	// Get candle data for a given candle ID. You can get a candle ID from the list candle intervals query
	ListCandleData(context.Context, *ListCandleDataRequest) (*ListCandleDataResponse, error)
	// Candle updates
	//
	// Subscribe to a stream of candle updates
	ObserveCandleData(*ObserveCandleDataRequest, TradingDataService_ObserveCandleDataServer) error
	// Candle intervals list
	//
	// Get all available intervals for a given market along with the corresponding candle ID
	ListCandleIntervals(context.Context, *ListCandleIntervalsRequest) (*ListCandleIntervalsResponse, error)
	// Votes list
	//
	// Get votes for a party ID using a cursor based pagination model
	ListVotes(context.Context, *ListVotesRequest) (*ListVotesResponse, error)
	// Votes subscription
	//
	// Subscribe to a stream of votes
	ObserveVotes(*ObserveVotesRequest, TradingDataService_ObserveVotesServer) error
	// ERC-20 add signer bundle
	//
	// List the signature bundle to add a particular validator to the signer list of the multisig contract
	ListERC20MultiSigSignerAddedBundles(context.Context, *ListERC20MultiSigSignerAddedBundlesRequest) (*ListERC20MultiSigSignerAddedBundlesResponse, error)
	// ERC-20 remove signer bundle
	//
	// List the signatures bundle to remove a particular validator from signer list of the multisig contract
	ListERC20MultiSigSignerRemovedBundles(context.Context, *ListERC20MultiSigSignerRemovedBundlesRequest) (*ListERC20MultiSigSignerRemovedBundlesResponse, error)
	// ERC-20 list asset bundle
	//
	// Get the signatures bundle to allowlist an ERC20 token in the collateral bridge
	GetERC20ListAssetBundle(context.Context, *GetERC20ListAssetBundleRequest) (*GetERC20ListAssetBundleResponse, error)
	// ERC-20 set asset limit bundle
	//
	// Get the signature bundle to update the token limits (maxLifetimeDeposit and withdrawThreshold) for a given ERC20 token (already allowlisted) in the collateral bridge
	GetERC20SetAssetLimitsBundle(context.Context, *GetERC20SetAssetLimitsBundleRequest) (*GetERC20SetAssetLimitsBundleResponse, error)
	// ERC-20 withdrawal bundle
	//
	// Get the signature bundle to finalize a withdrawal on ethereum
	GetERC20WithdrawalApproval(context.Context, *GetERC20WithdrawalApprovalRequest) (*GetERC20WithdrawalApprovalResponse, error)
	// Trade (latest)
	//
	// Get latest trade
	GetLastTrade(context.Context, *GetLastTradeRequest) (*GetLastTradeResponse, error)
	// Trades list
	//
	// Get a list of all trades, optionally filtered by party/market/order using a cursor based pagination model
	ListTrades(context.Context, *ListTradesRequest) (*ListTradesResponse, error)
	// Trades subscription
	//
	// Subscribe to a stream of trades, optionally filtered by party/market
	ObserveTrades(*ObserveTradesRequest, TradingDataService_ObserveTradesServer) error
	// Oracle Spec
	//
	// Get an oracle spec by ID. Use the oracle spec list to query for oracle spec IDs
	GetOracleSpec(context.Context, *GetOracleSpecRequest) (*GetOracleSpecResponse, error)
	// Oracle Spec list
	//
	// List specs for an oracle
	ListOracleSpecs(context.Context, *ListOracleSpecsRequest) (*ListOracleSpecsResponse, error)
	// Oracle data list
	//
	// Get all oracle data
	ListOracleData(context.Context, *ListOracleDataRequest) (*ListOracleDataResponse, error)
	// Market
	//
	// Get information about a specific market using its ID. Use the market lists query to get a market's ID
	GetMarket(context.Context, *GetMarketRequest) (*GetMarketResponse, error)
	// Markets list
	//
	// Get markets using a cursor based pagination
	ListMarkets(context.Context, *ListMarketsRequest) (*ListMarketsResponse, error)
	// Party
	//
	// Get a single party
	GetParty(context.Context, *GetPartyRequest) (*GetPartyResponse, error)
	// Parties
	//
	// Get parties using a cursor based pagination model
	ListParties(context.Context, *ListPartiesRequest) (*ListPartiesResponse, error)
	// Margin Levels list
	//
	// Get margin levels using a cursor based pagination model
	ListMarginLevels(context.Context, *ListMarginLevelsRequest) (*ListMarginLevelsResponse, error)
	// Margin levels subscription
	//
	// Subscribe to a stream of margin levels
	ObserveMarginLevels(*ObserveMarginLevelsRequest, TradingDataService_ObserveMarginLevelsServer) error
	// Rewards list
	//
	// Get rewards
	ListRewards(context.Context, *ListRewardsRequest) (*ListRewardsResponse, error)
	// Reward summaries list
	//
	// Get reward summaries
	ListRewardSummaries(context.Context, *ListRewardSummariesRequest) (*ListRewardSummariesResponse, error)
	// Reward summaries by epoch
	//
	// List reward summaries by epoch
	ListEpochRewardSummaries(context.Context, *ListEpochRewardSummariesRequest) (*ListEpochRewardSummariesResponse, error)
	// Rewards subscription
	//
	// Subscribe to a stream of rewards
	ObserveRewards(*ObserveRewardsRequest, TradingDataService_ObserveRewardsServer) error
	// Deposit
	//
	// Get a deposit by its identifier
	GetDeposit(context.Context, *GetDepositRequest) (*GetDepositResponse, error)
	// Deposits list
	//
	// Get a list of deposits for a given party
	ListDeposits(context.Context, *ListDepositsRequest) (*ListDepositsResponse, error)
	// Withdrawal
	//
	// Get a withdrawal by its ID. Use the withdrawls list query to get withdrawal IDs
	GetWithdrawal(context.Context, *GetWithdrawalRequest) (*GetWithdrawalResponse, error)
	// Withdrawals list
	//
	// Get a list of withdrawals for a given party
	ListWithdrawals(context.Context, *ListWithdrawalsRequest) (*ListWithdrawalsResponse, error)
	// 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)
	// Assets list
	//
	// Get a list of assets using cursor based pagination
	ListAssets(context.Context, *ListAssetsRequest) (*ListAssetsResponse, error)
	// Liquidity Provisions list
	//
	// Get a list of liquidity provisions for a given market using a cursor based pagination
	ListLiquidityProvisions(context.Context, *ListLiquidityProvisionsRequest) (*ListLiquidityProvisionsResponse, error)
	// Liquidity provision subscription
	//
	// Get a liquidity provision subscription for a given market and party
	ObserveLiquidityProvisions(*ObserveLiquidityProvisionsRequest, TradingDataService_ObserveLiquidityProvisionsServer) error
	// Governance
	//
	// Get a single proposal's details
	GetGovernanceData(context.Context, *GetGovernanceDataRequest) (*GetGovernanceDataResponse, error)
	// Governance list
	//
	// List proposals using a cursor based pagination model
	ListGovernanceData(context.Context, *ListGovernanceDataRequest) (*ListGovernanceDataResponse, error)
	// Governance proposals subscription
	//
	// Subscribe to a stream of governance proposals
	ObserveGovernance(*ObserveGovernanceRequest, TradingDataService_ObserveGovernanceServer) error
	// Delegation list
	//
	// List delegations
	ListDelegations(context.Context, *ListDelegationsRequest) (*ListDelegationsResponse, error)
	// Delegation events subscription
	//
	// Subscribe to delegation events
	ObserveDelegations(*ObserveDelegationsRequest, TradingDataService_ObserveDelegationsServer) error
	// Network data
	//
	// Get data regarding the nodes of the network
	GetNetworkData(context.Context, *GetNetworkDataRequest) (*GetNetworkDataResponse, error)
	// Node
	//
	// Get information about a given node
	GetNode(context.Context, *GetNodeRequest) (*GetNodeResponse, error)
	// Nodes list
	//
	// List information about the nodes on the network
	ListNodes(context.Context, *ListNodesRequest) (*ListNodesResponse, error)
	// Node signatures list
	//
	// List an aggregate of signatures from all the nodes of the network
	ListNodeSignatures(context.Context, *ListNodeSignaturesRequest) (*ListNodeSignaturesResponse, error)
	// 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 incur for submitting this order
	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)
	// Network Parameters list
	//
	// Get the network parameters
	ListNetworkParameters(context.Context, *ListNetworkParametersRequest) (*ListNetworkParametersResponse, error)
	// Network Parameter
	//
	// Get a single network parameter
	GetNetworkParameter(context.Context, *GetNetworkParameterRequest) (*GetNetworkParameterResponse, error)
	// Checkpoints list
	//
	// List information about checkpoint generated by the network
	ListCheckpoints(context.Context, *ListCheckpointsRequest) (*ListCheckpointsResponse, error)
	// Stake
	//
	// Retrieve staking informations for a given party
	GetStake(context.Context, *GetStakeRequest) (*GetStakeResponse, error)
	// Risk Factors
	//
	// Get Risk Factor data for a given market
	GetRiskFactors(context.Context, *GetRiskFactorsRequest) (*GetRiskFactorsResponse, error)
	// Event Bus
	//
	// Subscribe to a stream of events from the core
	ObserveEventBus(TradingDataService_ObserveEventBusServer) error
	// Transfer Responses
	//
	// Subscribe to a stream of transfer responses
	ObserveLedgerMovements(*ObserveLedgerMovementsRequest, TradingDataService_ObserveLedgerMovementsServer) error
	// Key Rotations list
	//
	// List all key rotation applied for a given party
	ListKeyRotations(context.Context, *ListKeyRotationsRequest) (*ListKeyRotationsResponse, error)
	// Ethereum Key Rotations
	//
	// List all ethereum key rotation applied for a given party
	ListEthereumKeyRotations(context.Context, *ListEthereumKeyRotationsRequest) (*ListEthereumKeyRotationsResponse, error)
	// Vega Time
	//
	// Get the current time of the network, displayed as a Unix timestamp in nano seconds
	GetVegaTime(context.Context, *GetVegaTimeRequest) (*GetVegaTimeResponse, error)
	// Protocol upgrade status
	//
	// Get status of a protocol upgrade
	GetProtocolUpgradeStatus(context.Context, *GetProtocolUpgradeStatusRequest) (*GetProtocolUpgradeStatusResponse, error)
	// Protocol upgrade proposals
	//
	// List protocol upgrade proposals, optionally filtering on status or approver.
	ListProtocolUpgradeProposals(context.Context, *ListProtocolUpgradeProposalsRequest) (*ListProtocolUpgradeProposalsResponse, error)
	// Snapshots
	//
	// List core snapshots taken
	ListCoreSnapshots(context.Context, *ListCoreSnapshotsRequest) (*ListCoreSnapshotsResponse, error)
	// Network history most recent segment
	//
	// Get the network's most recently history segment
	GetMostRecentNetworkHistorySegment(context.Context, *GetMostRecentNetworkHistorySegmentRequest) (*GetMostRecentNetworkHistorySegmentResponse, error)
	// Network history all segments
	//
	// List all history segments stored by this node
	ListAllNetworkHistorySegments(context.Context, *ListAllNetworkHistorySegmentsRequest) (*ListAllNetworkHistorySegmentsResponse, error)
	// Network history peer addresses
	//
	// List the addresses of all active network history peers
	GetActiveNetworkHistoryPeerAddresses(context.Context, *GetActiveNetworkHistoryPeerAddressesRequest) (*GetActiveNetworkHistoryPeerAddressesResponse, error)
	// Network history status
	//
	// Retrieves information about the current state of network history
	// Response contains the network history status
	NetworkHistoryStatus(context.Context, *NetworkHistoryStatusRequest) (*NetworkHistoryStatusResponse, error)
	// Network history bootstrap peers
	//
	// Retrieves the nodes bootstrap peers
	// Response contains the bootstrap peers
	NetworkHistoryBootstrapPeers(context.Context, *NetworkHistoryBootstrapPeersRequest) (*NetworkHistoryBootstrapPeersResponse, 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_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_ObserveDelegationsClient

type TradingDataService_ObserveDelegationsClient interface {
	Recv() (*ObserveDelegationsResponse, error)
	grpc.ClientStream
}

type TradingDataService_ObserveDelegationsServer

type TradingDataService_ObserveDelegationsServer interface {
	Send(*ObserveDelegationsResponse) 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_ObserveRewardsClient

type TradingDataService_ObserveRewardsClient interface {
	Recv() (*ObserveRewardsResponse, error)
	grpc.ClientStream
}

type TradingDataService_ObserveRewardsServer

type TradingDataService_ObserveRewardsServer interface {
	Send(*ObserveRewardsResponse) 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 {

	// List of transfers data chunks
	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
}

Represents the list of transfers data objects with the 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

The 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) Enum

func (TransferDirection) EnumDescriptor deprecated

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

Deprecated: Use TransferDirection.Descriptor instead.

func (TransferDirection) Number

func (TransferDirection) String

func (x TransferDirection) String() string

func (TransferDirection) Type

type TransferEdge

type TransferEdge struct {

	// Transfer data
	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
}

Represents the transfers data with a corresponding cursor for it

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) EstimateMargin

func (UnimplementedTradingDataServiceServer) ExportLedgerEntries added in v0.67.0

func (UnimplementedTradingDataServiceServer) GetActiveNetworkHistoryPeerAddresses added in v0.67.0

func (UnimplementedTradingDataServiceServer) GetAsset

func (UnimplementedTradingDataServiceServer) GetDeposit

func (UnimplementedTradingDataServiceServer) GetEpoch

func (UnimplementedTradingDataServiceServer) GetGovernanceData

func (UnimplementedTradingDataServiceServer) GetLastTrade

func (UnimplementedTradingDataServiceServer) GetLatestMarketData

func (UnimplementedTradingDataServiceServer) GetLatestMarketDepth

func (UnimplementedTradingDataServiceServer) GetMarket

func (UnimplementedTradingDataServiceServer) GetMostRecentNetworkHistorySegment added in v0.67.0

func (UnimplementedTradingDataServiceServer) GetNetworkData

func (UnimplementedTradingDataServiceServer) GetNetworkLimits

func (UnimplementedTradingDataServiceServer) GetNetworkParameter

func (UnimplementedTradingDataServiceServer) GetNode

func (UnimplementedTradingDataServiceServer) GetOracleSpec

func (UnimplementedTradingDataServiceServer) GetOrder

func (UnimplementedTradingDataServiceServer) GetParty

func (UnimplementedTradingDataServiceServer) GetProtocolUpgradeStatus added in v0.59.0

func (UnimplementedTradingDataServiceServer) GetRiskFactors

func (UnimplementedTradingDataServiceServer) GetStake

func (UnimplementedTradingDataServiceServer) GetVegaTime

func (UnimplementedTradingDataServiceServer) GetWithdrawal

func (UnimplementedTradingDataServiceServer) Info

func (UnimplementedTradingDataServiceServer) ListAccounts

func (UnimplementedTradingDataServiceServer) ListAllNetworkHistorySegments added in v0.67.0

func (UnimplementedTradingDataServiceServer) ListAllPositions added in v0.68.0

func (UnimplementedTradingDataServiceServer) ListAssets

func (UnimplementedTradingDataServiceServer) ListBalanceChanges added in v0.59.0

func (UnimplementedTradingDataServiceServer) ListCandleData

func (UnimplementedTradingDataServiceServer) ListCandleIntervals

func (UnimplementedTradingDataServiceServer) ListCheckpoints

func (UnimplementedTradingDataServiceServer) ListCoreSnapshots added in v0.65.0

func (UnimplementedTradingDataServiceServer) ListDelegations

func (UnimplementedTradingDataServiceServer) ListDeposits

func (UnimplementedTradingDataServiceServer) ListERC20MultiSigSignerAddedBundles added in v0.59.0

func (UnimplementedTradingDataServiceServer) ListERC20MultiSigSignerRemovedBundles added in v0.59.0

func (UnimplementedTradingDataServiceServer) ListEpochRewardSummaries added in v0.65.0

func (UnimplementedTradingDataServiceServer) ListGovernanceData

func (UnimplementedTradingDataServiceServer) ListKeyRotations

func (UnimplementedTradingDataServiceServer) ListLatestMarketData

func (UnimplementedTradingDataServiceServer) ListLedgerEntries added in v0.58.0

func (UnimplementedTradingDataServiceServer) ListMarginLevels

func (UnimplementedTradingDataServiceServer) ListMarkets

func (UnimplementedTradingDataServiceServer) ListNodeSignatures

func (UnimplementedTradingDataServiceServer) ListNodes

func (UnimplementedTradingDataServiceServer) ListOracleData

func (UnimplementedTradingDataServiceServer) ListOracleSpecs

func (UnimplementedTradingDataServiceServer) ListOrderVersions

func (UnimplementedTradingDataServiceServer) ListOrders

func (UnimplementedTradingDataServiceServer) ListParties

func (UnimplementedTradingDataServiceServer) ListPositions

func (UnimplementedTradingDataServiceServer) ListProtocolUpgradeProposals added in v0.61.0

func (UnimplementedTradingDataServiceServer) ListRewardSummaries

func (UnimplementedTradingDataServiceServer) ListRewards

func (UnimplementedTradingDataServiceServer) ListTrades

func (UnimplementedTradingDataServiceServer) ListTransfers

func (UnimplementedTradingDataServiceServer) ListVotes

func (UnimplementedTradingDataServiceServer) ListWithdrawals

func (UnimplementedTradingDataServiceServer) NetworkHistoryBootstrapPeers added in v0.68.0

func (UnimplementedTradingDataServiceServer) NetworkHistoryStatus added in v0.68.0

func (UnimplementedTradingDataServiceServer) ObserveEventBus

func (UnimplementedTradingDataServiceServer) ObserveLedgerMovements added in v0.56.0

func (UnimplementedTradingDataServiceServer) ObserveLiquidityProvisions added in v0.55.0

func (UnimplementedTradingDataServiceServer) ObserveVotes

func (UnimplementedTradingDataServiceServer) Ping added in v0.60.0

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 {

	// List of Vote data
	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
}

Represents the list of Vote data chunks with the corresponding list 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 {

	// Vote data
	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 for it

func (*VoteEdge) Descriptor deprecated

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

Deprecated: Use VoteEdge.ProtoReflect.Descriptor instead.

func (*VoteEdge) GetCursor

func (x *VoteEdge) GetCursor() string

func (*VoteEdge) GetNode

func (x *VoteEdge) GetNode() *vega.Vote

func (*VoteEdge) ProtoMessage

func (*VoteEdge) ProtoMessage()

func (*VoteEdge) ProtoReflect

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

func (*VoteEdge) Reset

func (x *VoteEdge) Reset()

func (*VoteEdge) String

func (x *VoteEdge) String() string

type WithdrawalEdge

type WithdrawalEdge struct {

	// Withdrawals data
	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 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 {

	// List of withdrawals data parts
	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
}

List of withdrawals data with 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

Jump to

Keyboard shortcuts

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