v1

package
v0.53.0 Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2022 License: MIT Imports: 19 Imported by: 6

Documentation

Overview

Package v1 is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Index

Constants

This section is empty.

Variables

View Source
var File_data_node_api_v1_trading_data_proto protoreflect.FileDescriptor
View Source
var TradingDataService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "datanode.api.v1.TradingDataService",
	HandlerType: (*TradingDataServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "MarketAccounts",
			Handler:    _TradingDataService_MarketAccounts_Handler,
		},
		{
			MethodName: "PartyAccounts",
			Handler:    _TradingDataService_PartyAccounts_Handler,
		},
		{
			MethodName: "FeeInfrastructureAccounts",
			Handler:    _TradingDataService_FeeInfrastructureAccounts_Handler,
		},
		{
			MethodName: "GlobalRewardPoolAccounts",
			Handler:    _TradingDataService_GlobalRewardPoolAccounts_Handler,
		},
		{
			MethodName: "Candles",
			Handler:    _TradingDataService_Candles_Handler,
		},
		{
			MethodName: "MarketDataByID",
			Handler:    _TradingDataService_MarketDataByID_Handler,
		},
		{
			MethodName: "MarketsData",
			Handler:    _TradingDataService_MarketsData_Handler,
		},
		{
			MethodName: "MarketByID",
			Handler:    _TradingDataService_MarketByID_Handler,
		},
		{
			MethodName: "MarketDepth",
			Handler:    _TradingDataService_MarketDepth_Handler,
		},
		{
			MethodName: "Markets",
			Handler:    _TradingDataService_Markets_Handler,
		},
		{
			MethodName: "OrderByMarketAndID",
			Handler:    _TradingDataService_OrderByMarketAndID_Handler,
		},
		{
			MethodName: "OrderByReference",
			Handler:    _TradingDataService_OrderByReference_Handler,
		},
		{
			MethodName: "OrdersByMarket",
			Handler:    _TradingDataService_OrdersByMarket_Handler,
		},
		{
			MethodName: "OrdersByParty",
			Handler:    _TradingDataService_OrdersByParty_Handler,
		},
		{
			MethodName: "OrderByID",
			Handler:    _TradingDataService_OrderByID_Handler,
		},
		{
			MethodName: "OrderVersionsByID",
			Handler:    _TradingDataService_OrderVersionsByID_Handler,
		},
		{
			MethodName: "MarginLevels",
			Handler:    _TradingDataService_MarginLevels_Handler,
		},
		{
			MethodName: "Parties",
			Handler:    _TradingDataService_Parties_Handler,
		},
		{
			MethodName: "PartyByID",
			Handler:    _TradingDataService_PartyByID_Handler,
		},
		{
			MethodName: "PositionsByParty",
			Handler:    _TradingDataService_PositionsByParty_Handler,
		},
		{
			MethodName: "LastTrade",
			Handler:    _TradingDataService_LastTrade_Handler,
		},
		{
			MethodName: "TradesByMarket",
			Handler:    _TradingDataService_TradesByMarket_Handler,
		},
		{
			MethodName: "TradesByOrder",
			Handler:    _TradingDataService_TradesByOrder_Handler,
		},
		{
			MethodName: "TradesByParty",
			Handler:    _TradingDataService_TradesByParty_Handler,
		},
		{
			MethodName: "GetProposals",
			Handler:    _TradingDataService_GetProposals_Handler,
		},
		{
			MethodName: "GetProposalsByParty",
			Handler:    _TradingDataService_GetProposalsByParty_Handler,
		},
		{
			MethodName: "GetVotesByParty",
			Handler:    _TradingDataService_GetVotesByParty_Handler,
		},
		{
			MethodName: "GetNewMarketProposals",
			Handler:    _TradingDataService_GetNewMarketProposals_Handler,
		},
		{
			MethodName: "GetUpdateMarketProposals",
			Handler:    _TradingDataService_GetUpdateMarketProposals_Handler,
		},
		{
			MethodName: "GetNetworkParametersProposals",
			Handler:    _TradingDataService_GetNetworkParametersProposals_Handler,
		},
		{
			MethodName: "GetNewAssetProposals",
			Handler:    _TradingDataService_GetNewAssetProposals_Handler,
		},
		{
			MethodName: "GetNewFreeformProposals",
			Handler:    _TradingDataService_GetNewFreeformProposals_Handler,
		},
		{
			MethodName: "GetProposalByID",
			Handler:    _TradingDataService_GetProposalByID_Handler,
		},
		{
			MethodName: "GetProposalByReference",
			Handler:    _TradingDataService_GetProposalByReference_Handler,
		},
		{
			MethodName: "GetNodeData",
			Handler:    _TradingDataService_GetNodeData_Handler,
		},
		{
			MethodName: "GetNodes",
			Handler:    _TradingDataService_GetNodes_Handler,
		},
		{
			MethodName: "GetNodeByID",
			Handler:    _TradingDataService_GetNodeByID_Handler,
		},
		{
			MethodName: "GetKeyRotations",
			Handler:    _TradingDataService_GetKeyRotations_Handler,
		},
		{
			MethodName: "GetKeyRotationsByNode",
			Handler:    _TradingDataService_GetKeyRotationsByNode_Handler,
		},
		{
			MethodName: "GetEpoch",
			Handler:    _TradingDataService_GetEpoch_Handler,
		},
		{
			MethodName: "GetVegaTime",
			Handler:    _TradingDataService_GetVegaTime_Handler,
		},
		{
			MethodName: "GetNodeSignaturesAggregate",
			Handler:    _TradingDataService_GetNodeSignaturesAggregate_Handler,
		},
		{
			MethodName: "AssetByID",
			Handler:    _TradingDataService_AssetByID_Handler,
		},
		{
			MethodName: "Assets",
			Handler:    _TradingDataService_Assets_Handler,
		},
		{
			MethodName: "EstimateFee",
			Handler:    _TradingDataService_EstimateFee_Handler,
		},
		{
			MethodName: "EstimateMargin",
			Handler:    _TradingDataService_EstimateMargin_Handler,
		},
		{
			MethodName: "ERC20WithdrawalApproval",
			Handler:    _TradingDataService_ERC20WithdrawalApproval_Handler,
		},
		{
			MethodName: "Withdrawal",
			Handler:    _TradingDataService_Withdrawal_Handler,
		},
		{
			MethodName: "Withdrawals",
			Handler:    _TradingDataService_Withdrawals_Handler,
		},
		{
			MethodName: "Deposit",
			Handler:    _TradingDataService_Deposit_Handler,
		},
		{
			MethodName: "Deposits",
			Handler:    _TradingDataService_Deposits_Handler,
		},
		{
			MethodName: "NetworkParameters",
			Handler:    _TradingDataService_NetworkParameters_Handler,
		},
		{
			MethodName: "LiquidityProvisions",
			Handler:    _TradingDataService_LiquidityProvisions_Handler,
		},
		{
			MethodName: "OracleSpec",
			Handler:    _TradingDataService_OracleSpec_Handler,
		},
		{
			MethodName: "OracleSpecs",
			Handler:    _TradingDataService_OracleSpecs_Handler,
		},
		{
			MethodName: "OracleDataBySpec",
			Handler:    _TradingDataService_OracleDataBySpec_Handler,
		},
		{
			MethodName: "ListOracleData",
			Handler:    _TradingDataService_ListOracleData_Handler,
		},
		{
			MethodName: "GetRewards",
			Handler:    _TradingDataService_GetRewards_Handler,
		},
		{
			MethodName: "GetRewardSummaries",
			Handler:    _TradingDataService_GetRewardSummaries_Handler,
		},
		{
			MethodName: "Checkpoints",
			Handler:    _TradingDataService_Checkpoints_Handler,
		},
		{
			MethodName: "Delegations",
			Handler:    _TradingDataService_Delegations_Handler,
		},
		{
			MethodName: "PartyStake",
			Handler:    _TradingDataService_PartyStake_Handler,
		},
		{
			MethodName: "Transfers",
			Handler:    _TradingDataService_Transfers_Handler,
		},
		{
			MethodName: "GetRiskFactors",
			Handler:    _TradingDataService_GetRiskFactors_Handler,
		},
	},
	Streams: []grpc.StreamDesc{
		{
			StreamName:    "ObserveGovernance",
			Handler:       _TradingDataService_ObserveGovernance_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "ObservePartyProposals",
			Handler:       _TradingDataService_ObservePartyProposals_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "ObservePartyVotes",
			Handler:       _TradingDataService_ObservePartyVotes_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "ObserveProposalVotes",
			Handler:       _TradingDataService_ObserveProposalVotes_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "ObserveEventBus",
			Handler:       _TradingDataService_ObserveEventBus_Handler,
			ServerStreams: true,
			ClientStreams: true,
		},
		{
			StreamName:    "AccountsSubscribe",
			Handler:       _TradingDataService_AccountsSubscribe_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "CandlesSubscribe",
			Handler:       _TradingDataService_CandlesSubscribe_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "MarginLevelsSubscribe",
			Handler:       _TradingDataService_MarginLevelsSubscribe_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "MarketDepthSubscribe",
			Handler:       _TradingDataService_MarketDepthSubscribe_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "MarketDepthUpdatesSubscribe",
			Handler:       _TradingDataService_MarketDepthUpdatesSubscribe_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "MarketsDataSubscribe",
			Handler:       _TradingDataService_MarketsDataSubscribe_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "OrdersSubscribe",
			Handler:       _TradingDataService_OrdersSubscribe_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "PositionsSubscribe",
			Handler:       _TradingDataService_PositionsSubscribe_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "TradesSubscribe",
			Handler:       _TradingDataService_TradesSubscribe_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "TransferResponsesSubscribe",
			Handler:       _TradingDataService_TransferResponsesSubscribe_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "ObserveRewards",
			Handler:       _TradingDataService_ObserveRewards_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "ObserveDelegations",
			Handler:       _TradingDataService_ObserveDelegations_Handler,
			ServerStreams: true,
		},
	},
	Metadata: "data-node/api/v1/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 added in v0.49.0

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 AccountsSubscribeRequest

type AccountsSubscribeRequest 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 to subscribe to a stream of (Accounts)[#vega.Account]

func (*AccountsSubscribeRequest) Descriptor deprecated

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

Deprecated: Use AccountsSubscribeRequest.ProtoReflect.Descriptor instead.

func (*AccountsSubscribeRequest) GetAsset

func (x *AccountsSubscribeRequest) GetAsset() string

func (*AccountsSubscribeRequest) GetMarketId

func (x *AccountsSubscribeRequest) GetMarketId() string

func (*AccountsSubscribeRequest) GetPartyId

func (x *AccountsSubscribeRequest) GetPartyId() string

func (*AccountsSubscribeRequest) GetType

func (*AccountsSubscribeRequest) ProtoMessage

func (*AccountsSubscribeRequest) ProtoMessage()

func (*AccountsSubscribeRequest) ProtoReflect added in v0.49.0

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

func (*AccountsSubscribeRequest) Reset

func (x *AccountsSubscribeRequest) Reset()

func (*AccountsSubscribeRequest) String

func (x *AccountsSubscribeRequest) String() string

type AccountsSubscribeResponse

type AccountsSubscribeResponse struct {
	Account *vega.Account `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
	// contains filtered or unexported fields
}

func (*AccountsSubscribeResponse) Descriptor deprecated

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

Deprecated: Use AccountsSubscribeResponse.ProtoReflect.Descriptor instead.

func (*AccountsSubscribeResponse) GetAccount

func (x *AccountsSubscribeResponse) GetAccount() *vega.Account

func (*AccountsSubscribeResponse) ProtoMessage

func (*AccountsSubscribeResponse) ProtoMessage()

func (*AccountsSubscribeResponse) ProtoReflect added in v0.49.0

func (*AccountsSubscribeResponse) Reset

func (x *AccountsSubscribeResponse) Reset()

func (*AccountsSubscribeResponse) String

func (x *AccountsSubscribeResponse) String() string

type AssetByIDRequest

type AssetByIDRequest struct {

	// Asset identifier, required field
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

Request for an asset given an asset identifier

func (*AssetByIDRequest) Descriptor deprecated

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

Deprecated: Use AssetByIDRequest.ProtoReflect.Descriptor instead.

func (*AssetByIDRequest) GetId

func (x *AssetByIDRequest) GetId() string

func (*AssetByIDRequest) ProtoMessage

func (*AssetByIDRequest) ProtoMessage()

func (*AssetByIDRequest) ProtoReflect added in v0.49.0

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

func (*AssetByIDRequest) Reset

func (x *AssetByIDRequest) Reset()

func (*AssetByIDRequest) String

func (x *AssetByIDRequest) String() string

type AssetByIDResponse

type AssetByIDResponse struct {

	// An asset record, if found
	Asset *vega.Asset `protobuf:"bytes,1,opt,name=asset,proto3" json:"asset,omitempty"`
	// contains filtered or unexported fields
}

Response for an asset given an asset identifier

func (*AssetByIDResponse) Descriptor deprecated

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

Deprecated: Use AssetByIDResponse.ProtoReflect.Descriptor instead.

func (*AssetByIDResponse) GetAsset

func (x *AssetByIDResponse) GetAsset() *vega.Asset

func (*AssetByIDResponse) ProtoMessage

func (*AssetByIDResponse) ProtoMessage()

func (*AssetByIDResponse) ProtoReflect added in v0.49.0

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

func (*AssetByIDResponse) Reset

func (x *AssetByIDResponse) Reset()

func (*AssetByIDResponse) String

func (x *AssetByIDResponse) String() string

type AssetsRequest

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

Request for a list of all assets enabled on Vega

func (*AssetsRequest) Descriptor deprecated

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

Deprecated: Use AssetsRequest.ProtoReflect.Descriptor instead.

func (*AssetsRequest) ProtoMessage

func (*AssetsRequest) ProtoMessage()

func (*AssetsRequest) ProtoReflect added in v0.49.0

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

func (*AssetsRequest) Reset

func (x *AssetsRequest) Reset()

func (*AssetsRequest) String

func (x *AssetsRequest) String() string

type AssetsResponse

type AssetsResponse struct {

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

Response for a list of all assets enabled on Vega

func (*AssetsResponse) Descriptor deprecated

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

Deprecated: Use AssetsResponse.ProtoReflect.Descriptor instead.

func (*AssetsResponse) GetAssets

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

func (*AssetsResponse) ProtoMessage

func (*AssetsResponse) ProtoMessage()

func (*AssetsResponse) ProtoReflect added in v0.49.0

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

func (*AssetsResponse) Reset

func (x *AssetsResponse) Reset()

func (*AssetsResponse) String

func (x *AssetsResponse) String() string

type CandlesRequest

type CandlesRequest struct {

	// Market identifier, required field.
	MarketId string `protobuf:"bytes,1,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"`
	// Timestamp to retrieve candles since, in nanoseconds since the epoch,
	// required field - See [`VegaTimeResponse`](#api.VegaTimeResponse).`timestamp`
	SinceTimestamp int64 `protobuf:"varint,2,opt,name=since_timestamp,json=sinceTimestamp,proto3" json:"since_timestamp,omitempty"`
	// Time interval for the candles, required field
	Interval vega.Interval `protobuf:"varint,3,opt,name=interval,proto3,enum=vega.Interval" json:"interval,omitempty"`
	// contains filtered or unexported fields
}

Request for a list of candles for a market at an interval

func (*CandlesRequest) Descriptor deprecated

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

Deprecated: Use CandlesRequest.ProtoReflect.Descriptor instead.

func (*CandlesRequest) GetInterval

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

func (*CandlesRequest) GetMarketId

func (x *CandlesRequest) GetMarketId() string

func (*CandlesRequest) GetSinceTimestamp

func (x *CandlesRequest) GetSinceTimestamp() int64

func (*CandlesRequest) ProtoMessage

func (*CandlesRequest) ProtoMessage()

func (*CandlesRequest) ProtoReflect added in v0.49.0

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

func (*CandlesRequest) Reset

func (x *CandlesRequest) Reset()

func (*CandlesRequest) String

func (x *CandlesRequest) String() string

type CandlesResponse

type CandlesResponse struct {

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

Response for a list of candles for a market at an interval

func (*CandlesResponse) Descriptor deprecated

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

Deprecated: Use CandlesResponse.ProtoReflect.Descriptor instead.

func (*CandlesResponse) GetCandles

func (x *CandlesResponse) GetCandles() []*vega.Candle

func (*CandlesResponse) ProtoMessage

func (*CandlesResponse) ProtoMessage()

func (*CandlesResponse) ProtoReflect added in v0.49.0

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

func (*CandlesResponse) Reset

func (x *CandlesResponse) Reset()

func (*CandlesResponse) String

func (x *CandlesResponse) String() string

type CandlesSubscribeRequest

type CandlesSubscribeRequest struct {

	// Market identifier, required field
	MarketId string `protobuf:"bytes,1,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"`
	// Time interval for the candles, required field.
	Interval vega.Interval `protobuf:"varint,2,opt,name=interval,proto3,enum=vega.Interval" json:"interval,omitempty"`
	// contains filtered or unexported fields
}

Request to subscribe to a stream of (Candles)[#vega.Candle]

func (*CandlesSubscribeRequest) Descriptor deprecated

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

Deprecated: Use CandlesSubscribeRequest.ProtoReflect.Descriptor instead.

func (*CandlesSubscribeRequest) GetInterval

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

func (*CandlesSubscribeRequest) GetMarketId

func (x *CandlesSubscribeRequest) GetMarketId() string

func (*CandlesSubscribeRequest) ProtoMessage

func (*CandlesSubscribeRequest) ProtoMessage()

func (*CandlesSubscribeRequest) ProtoReflect added in v0.49.0

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

func (*CandlesSubscribeRequest) Reset

func (x *CandlesSubscribeRequest) Reset()

func (*CandlesSubscribeRequest) String

func (x *CandlesSubscribeRequest) String() string

type CandlesSubscribeResponse

type CandlesSubscribeResponse struct {
	Candle *vega.Candle `protobuf:"bytes,1,opt,name=candle,proto3" json:"candle,omitempty"`
	// contains filtered or unexported fields
}

func (*CandlesSubscribeResponse) Descriptor deprecated

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

Deprecated: Use CandlesSubscribeResponse.ProtoReflect.Descriptor instead.

func (*CandlesSubscribeResponse) GetCandle

func (x *CandlesSubscribeResponse) GetCandle() *vega.Candle

func (*CandlesSubscribeResponse) ProtoMessage

func (*CandlesSubscribeResponse) ProtoMessage()

func (*CandlesSubscribeResponse) ProtoReflect added in v0.49.0

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

func (*CandlesSubscribeResponse) Reset

func (x *CandlesSubscribeResponse) Reset()

func (*CandlesSubscribeResponse) String

func (x *CandlesSubscribeResponse) String() string

type Checkpoint added in v0.42.0

type Checkpoint struct {
	Hash      string `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	BlockHash string `protobuf:"bytes,2,opt,name=block_hash,json=blockHash,proto3" json:"block_hash,omitempty"`
	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 added in v0.42.0

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

Deprecated: Use Checkpoint.ProtoReflect.Descriptor instead.

func (*Checkpoint) GetAtBlock added in v0.42.0

func (x *Checkpoint) GetAtBlock() uint64

func (*Checkpoint) GetBlockHash added in v0.42.0

func (x *Checkpoint) GetBlockHash() string

func (*Checkpoint) GetHash added in v0.42.0

func (x *Checkpoint) GetHash() string

func (*Checkpoint) ProtoMessage added in v0.42.0

func (*Checkpoint) ProtoMessage()

func (*Checkpoint) ProtoReflect added in v0.49.0

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

func (*Checkpoint) Reset added in v0.42.0

func (x *Checkpoint) Reset()

func (*Checkpoint) String added in v0.42.0

func (x *Checkpoint) String() string

type CheckpointsRequest added in v0.42.0

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

Request to get all checkpoints. Currently no fields, probably will be expanded to allow filtering data

func (*CheckpointsRequest) Descriptor deprecated added in v0.42.0

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

Deprecated: Use CheckpointsRequest.ProtoReflect.Descriptor instead.

func (*CheckpointsRequest) ProtoMessage added in v0.42.0

func (*CheckpointsRequest) ProtoMessage()

func (*CheckpointsRequest) ProtoReflect added in v0.49.0

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

func (*CheckpointsRequest) Reset added in v0.42.0

func (x *CheckpointsRequest) Reset()

func (*CheckpointsRequest) String added in v0.42.0

func (x *CheckpointsRequest) String() string

type CheckpointsResponse added in v0.42.0

type CheckpointsResponse struct {
	Checkpoints []*Checkpoint `protobuf:"bytes,1,rep,name=checkpoints,proto3" json:"checkpoints,omitempty"`
	// contains filtered or unexported fields
}

Response message containing all checkpoints requested

func (*CheckpointsResponse) Descriptor deprecated added in v0.42.0

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

Deprecated: Use CheckpointsResponse.ProtoReflect.Descriptor instead.

func (*CheckpointsResponse) GetCheckpoints added in v0.42.0

func (x *CheckpointsResponse) GetCheckpoints() []*Checkpoint

func (*CheckpointsResponse) ProtoMessage added in v0.42.0

func (*CheckpointsResponse) ProtoMessage()

func (*CheckpointsResponse) ProtoReflect added in v0.49.0

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

func (*CheckpointsResponse) Reset added in v0.42.0

func (x *CheckpointsResponse) Reset()

func (*CheckpointsResponse) String added in v0.42.0

func (x *CheckpointsResponse) String() string

type DelegationsRequest added in v0.42.0

type DelegationsRequest struct {
	Party    string `protobuf:"bytes,1,opt,name=party,proto3" json:"party,omitempty"`
	NodeId   string `protobuf:"bytes,2,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	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
}

both fields optional but 1 of them required at least party = all delegation for a party node_id = all delegation for a node party_id + node_id = all delegation for a node for a given party

func (*DelegationsRequest) Descriptor deprecated added in v0.42.0

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

Deprecated: Use DelegationsRequest.ProtoReflect.Descriptor instead.

func (*DelegationsRequest) GetEpochSeq added in v0.42.0

func (x *DelegationsRequest) GetEpochSeq() string

func (*DelegationsRequest) GetNodeId added in v0.42.0

func (x *DelegationsRequest) GetNodeId() string

func (*DelegationsRequest) GetPagination added in v0.48.0

func (x *DelegationsRequest) GetPagination() *Pagination

func (*DelegationsRequest) GetParty added in v0.42.0

func (x *DelegationsRequest) GetParty() string

func (*DelegationsRequest) ProtoMessage added in v0.42.0

func (*DelegationsRequest) ProtoMessage()

func (*DelegationsRequest) ProtoReflect added in v0.49.0

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

func (*DelegationsRequest) Reset added in v0.42.0

func (x *DelegationsRequest) Reset()

func (*DelegationsRequest) String added in v0.42.0

func (x *DelegationsRequest) String() string

type DelegationsResponse added in v0.42.0

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

func (*DelegationsResponse) Descriptor deprecated added in v0.42.0

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

Deprecated: Use DelegationsResponse.ProtoReflect.Descriptor instead.

func (*DelegationsResponse) GetDelegations added in v0.42.0

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

func (*DelegationsResponse) ProtoMessage added in v0.42.0

func (*DelegationsResponse) ProtoMessage()

func (*DelegationsResponse) ProtoReflect added in v0.49.0

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

func (*DelegationsResponse) Reset added in v0.42.0

func (x *DelegationsResponse) Reset()

func (*DelegationsResponse) String added in v0.42.0

func (x *DelegationsResponse) String() string

type DepositRequest

type DepositRequest struct {

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

A request to get a specific deposit by identifier

func (*DepositRequest) Descriptor deprecated

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

Deprecated: Use DepositRequest.ProtoReflect.Descriptor instead.

func (*DepositRequest) GetId

func (x *DepositRequest) GetId() string

func (*DepositRequest) ProtoMessage

func (*DepositRequest) ProtoMessage()

func (*DepositRequest) ProtoReflect added in v0.49.0

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

func (*DepositRequest) Reset

func (x *DepositRequest) Reset()

func (*DepositRequest) String

func (x *DepositRequest) String() string

type DepositResponse

type DepositResponse struct {

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

A response for a deposit

func (*DepositResponse) Descriptor deprecated

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

Deprecated: Use DepositResponse.ProtoReflect.Descriptor instead.

func (*DepositResponse) GetDeposit

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

func (*DepositResponse) ProtoMessage

func (*DepositResponse) ProtoMessage()

func (*DepositResponse) ProtoReflect added in v0.49.0

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

func (*DepositResponse) Reset

func (x *DepositResponse) Reset()

func (*DepositResponse) String

func (x *DepositResponse) String() string

type DepositsRequest

type DepositsRequest struct {

	// The party to get the deposits for
	PartyId string `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"`
	// contains filtered or unexported fields
}

A request to get a list of deposit from a given party

func (*DepositsRequest) Descriptor deprecated

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

Deprecated: Use DepositsRequest.ProtoReflect.Descriptor instead.

func (*DepositsRequest) GetPartyId

func (x *DepositsRequest) GetPartyId() string

func (*DepositsRequest) ProtoMessage

func (*DepositsRequest) ProtoMessage()

func (*DepositsRequest) ProtoReflect added in v0.49.0

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

func (*DepositsRequest) Reset

func (x *DepositsRequest) Reset()

func (*DepositsRequest) String

func (x *DepositsRequest) String() string

type DepositsResponse

type DepositsResponse struct {

	// The list of deposits for the specified party
	Deposits []*vega.Deposit `protobuf:"bytes,1,rep,name=deposits,proto3" json:"deposits,omitempty"`
	// contains filtered or unexported fields
}

The response for a list of deposits

func (*DepositsResponse) Descriptor deprecated

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

Deprecated: Use DepositsResponse.ProtoReflect.Descriptor instead.

func (*DepositsResponse) GetDeposits

func (x *DepositsResponse) GetDeposits() []*vega.Deposit

func (*DepositsResponse) ProtoMessage

func (*DepositsResponse) ProtoMessage()

func (*DepositsResponse) ProtoReflect added in v0.49.0

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

func (*DepositsResponse) Reset

func (x *DepositsResponse) Reset()

func (*DepositsResponse) String

func (x *DepositsResponse) String() string

type ERC20WithdrawalApprovalRequest

type ERC20WithdrawalApprovalRequest struct {

	// The identifier 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 (*ERC20WithdrawalApprovalRequest) Descriptor deprecated

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

Deprecated: Use ERC20WithdrawalApprovalRequest.ProtoReflect.Descriptor instead.

func (*ERC20WithdrawalApprovalRequest) GetWithdrawalId

func (x *ERC20WithdrawalApprovalRequest) GetWithdrawalId() string

func (*ERC20WithdrawalApprovalRequest) ProtoMessage

func (*ERC20WithdrawalApprovalRequest) ProtoMessage()

func (*ERC20WithdrawalApprovalRequest) ProtoReflect added in v0.49.0

func (*ERC20WithdrawalApprovalRequest) Reset

func (x *ERC20WithdrawalApprovalRequest) Reset()

func (*ERC20WithdrawalApprovalRequest) String

type ERC20WithdrawalApprovalResponse

type ERC20WithdrawalApprovalResponse 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 expiry / until what time the request is valid
	Expiry int64 `protobuf:"varint,3,opt,name=expiry,proto3" json:"expiry,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 (*ERC20WithdrawalApprovalResponse) Descriptor deprecated

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

Deprecated: Use ERC20WithdrawalApprovalResponse.ProtoReflect.Descriptor instead.

func (*ERC20WithdrawalApprovalResponse) GetAmount

func (x *ERC20WithdrawalApprovalResponse) GetAmount() string

func (*ERC20WithdrawalApprovalResponse) GetAssetSource

func (x *ERC20WithdrawalApprovalResponse) GetAssetSource() string

func (*ERC20WithdrawalApprovalResponse) GetCreation added in v0.51.0

func (x *ERC20WithdrawalApprovalResponse) GetCreation() int64

func (*ERC20WithdrawalApprovalResponse) GetExpiry

func (x *ERC20WithdrawalApprovalResponse) GetExpiry() int64

func (*ERC20WithdrawalApprovalResponse) GetNonce

func (*ERC20WithdrawalApprovalResponse) GetSignatures

func (x *ERC20WithdrawalApprovalResponse) GetSignatures() string

func (*ERC20WithdrawalApprovalResponse) GetTargetAddress added in v0.42.0

func (x *ERC20WithdrawalApprovalResponse) GetTargetAddress() string

func (*ERC20WithdrawalApprovalResponse) ProtoMessage

func (*ERC20WithdrawalApprovalResponse) ProtoMessage()

func (*ERC20WithdrawalApprovalResponse) ProtoReflect added in v0.49.0

func (*ERC20WithdrawalApprovalResponse) Reset

func (*ERC20WithdrawalApprovalResponse) String

type EstimateFeeRequest

type EstimateFeeRequest struct {

	// Order to estimate fees for
	// the following fields in the order are required:
	// MarketID (used to specify the fee factors)
	// Price (the price at which the order could trade)
	// Size (the size at which the order could eventually trade)
	Order *vega.Order `protobuf:"bytes,1,opt,name=order,proto3" json:"order,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) GetOrder

func (x *EstimateFeeRequest) GetOrder() *vega.Order

func (*EstimateFeeRequest) ProtoMessage

func (*EstimateFeeRequest) ProtoMessage()

func (*EstimateFeeRequest) ProtoReflect added in v0.49.0

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 to a EstimateFeeRequest, containing 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 added in v0.49.0

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 {

	// Order to estimate fees for
	Order *vega.Order `protobuf:"bytes,1,opt,name=order,proto3" json:"order,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) GetOrder

func (x *EstimateMarginRequest) GetOrder() *vega.Order

func (*EstimateMarginRequest) ProtoMessage

func (*EstimateMarginRequest) ProtoMessage()

func (*EstimateMarginRequest) ProtoReflect added in v0.49.0

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 a EstimateMarginRequest, containing the estimated marginLevels 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 added in v0.49.0

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

func (*EstimateMarginResponse) Reset

func (x *EstimateMarginResponse) Reset()

func (*EstimateMarginResponse) String

func (x *EstimateMarginResponse) String() string

type FeeInfrastructureAccountsRequest

type FeeInfrastructureAccountsRequest struct {

	// Asset identifier, required field
	// - Set to an empty string to return all accounts
	// - Set to an asset ID to return a single infrastructure fee account for a given asset
	Asset string `protobuf:"bytes,1,opt,name=asset,proto3" json:"asset,omitempty"`
	// contains filtered or unexported fields
}

Request for a list of infrastructure fee accounts

func (*FeeInfrastructureAccountsRequest) Descriptor deprecated

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

Deprecated: Use FeeInfrastructureAccountsRequest.ProtoReflect.Descriptor instead.

func (*FeeInfrastructureAccountsRequest) GetAsset

func (*FeeInfrastructureAccountsRequest) ProtoMessage

func (*FeeInfrastructureAccountsRequest) ProtoMessage()

func (*FeeInfrastructureAccountsRequest) ProtoReflect added in v0.49.0

func (*FeeInfrastructureAccountsRequest) Reset

func (*FeeInfrastructureAccountsRequest) String

type FeeInfrastructureAccountsResponse

type FeeInfrastructureAccountsResponse struct {

	// A list of 0 or more infrastructure fee accounts
	Accounts []*vega.Account `protobuf:"bytes,1,rep,name=accounts,proto3" json:"accounts,omitempty"`
	// contains filtered or unexported fields
}

Response for a list of infrastructure fee accounts

func (*FeeInfrastructureAccountsResponse) Descriptor deprecated

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

Deprecated: Use FeeInfrastructureAccountsResponse.ProtoReflect.Descriptor instead.

func (*FeeInfrastructureAccountsResponse) GetAccounts

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

func (*FeeInfrastructureAccountsResponse) ProtoMessage

func (*FeeInfrastructureAccountsResponse) ProtoMessage()

func (*FeeInfrastructureAccountsResponse) ProtoReflect added in v0.49.0

func (*FeeInfrastructureAccountsResponse) Reset

func (*FeeInfrastructureAccountsResponse) String

type GetEpochRequest added in v0.42.0

type GetEpochRequest struct {

	// Optional - if id omitted it gets the current epoch
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetEpochRequest) Descriptor deprecated added in v0.42.0

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

Deprecated: Use GetEpochRequest.ProtoReflect.Descriptor instead.

func (*GetEpochRequest) GetId added in v0.42.0

func (x *GetEpochRequest) GetId() uint64

func (*GetEpochRequest) ProtoMessage added in v0.42.0

func (*GetEpochRequest) ProtoMessage()

func (*GetEpochRequest) ProtoReflect added in v0.49.0

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

func (*GetEpochRequest) Reset added in v0.42.0

func (x *GetEpochRequest) Reset()

func (*GetEpochRequest) String added in v0.42.0

func (x *GetEpochRequest) String() string

type GetEpochResponse added in v0.42.0

type GetEpochResponse struct {
	Epoch *vega.Epoch `protobuf:"bytes,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	// contains filtered or unexported fields
}

func (*GetEpochResponse) Descriptor deprecated added in v0.42.0

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

Deprecated: Use GetEpochResponse.ProtoReflect.Descriptor instead.

func (*GetEpochResponse) GetEpoch added in v0.42.0

func (x *GetEpochResponse) GetEpoch() *vega.Epoch

func (*GetEpochResponse) ProtoMessage added in v0.42.0

func (*GetEpochResponse) ProtoMessage()

func (*GetEpochResponse) ProtoReflect added in v0.49.0

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

func (*GetEpochResponse) Reset added in v0.42.0

func (x *GetEpochResponse) Reset()

func (*GetEpochResponse) String added in v0.42.0

func (x *GetEpochResponse) String() string

type GetKeyRotationsByNodeRequest added in v0.47.0

type GetKeyRotationsByNodeRequest struct {

	// Required id of node
	NodeId string `protobuf:"bytes,1,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	// contains filtered or unexported fields
}

Request to list all key rotations per node

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

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

Deprecated: Use GetKeyRotationsByNodeRequest.ProtoReflect.Descriptor instead.

func (*GetKeyRotationsByNodeRequest) GetNodeId added in v0.47.0

func (x *GetKeyRotationsByNodeRequest) GetNodeId() string

func (*GetKeyRotationsByNodeRequest) ProtoMessage added in v0.47.0

func (*GetKeyRotationsByNodeRequest) ProtoMessage()

func (*GetKeyRotationsByNodeRequest) ProtoReflect added in v0.49.0

func (*GetKeyRotationsByNodeRequest) Reset added in v0.47.0

func (x *GetKeyRotationsByNodeRequest) Reset()

func (*GetKeyRotationsByNodeRequest) String added in v0.47.0

type GetKeyRotationsByNodeResponse added in v0.47.0

type GetKeyRotationsByNodeResponse struct {
	Rotations []*KeyRotation `protobuf:"bytes,1,rep,name=rotations,proto3" json:"rotations,omitempty"`
	// contains filtered or unexported fields
}

Response with all key rotations per node

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

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

Deprecated: Use GetKeyRotationsByNodeResponse.ProtoReflect.Descriptor instead.

func (*GetKeyRotationsByNodeResponse) GetRotations added in v0.47.0

func (x *GetKeyRotationsByNodeResponse) GetRotations() []*KeyRotation

func (*GetKeyRotationsByNodeResponse) ProtoMessage added in v0.47.0

func (*GetKeyRotationsByNodeResponse) ProtoMessage()

func (*GetKeyRotationsByNodeResponse) ProtoReflect added in v0.49.0

func (*GetKeyRotationsByNodeResponse) Reset added in v0.47.0

func (x *GetKeyRotationsByNodeResponse) Reset()

func (*GetKeyRotationsByNodeResponse) String added in v0.47.0

type GetKeyRotationsRequest added in v0.47.0

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

Request to list all key rotations

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

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

Deprecated: Use GetKeyRotationsRequest.ProtoReflect.Descriptor instead.

func (*GetKeyRotationsRequest) ProtoMessage added in v0.47.0

func (*GetKeyRotationsRequest) ProtoMessage()

func (*GetKeyRotationsRequest) ProtoReflect added in v0.49.0

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

func (*GetKeyRotationsRequest) Reset added in v0.47.0

func (x *GetKeyRotationsRequest) Reset()

func (*GetKeyRotationsRequest) String added in v0.47.0

func (x *GetKeyRotationsRequest) String() string

type GetKeyRotationsResponse added in v0.47.0

type GetKeyRotationsResponse struct {
	Rotations []*KeyRotation `protobuf:"bytes,1,rep,name=rotations,proto3" json:"rotations,omitempty"`
	// contains filtered or unexported fields
}

Response with all key rotations

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

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

Deprecated: Use GetKeyRotationsResponse.ProtoReflect.Descriptor instead.

func (*GetKeyRotationsResponse) GetRotations added in v0.47.0

func (x *GetKeyRotationsResponse) GetRotations() []*KeyRotation

func (*GetKeyRotationsResponse) ProtoMessage added in v0.47.0

func (*GetKeyRotationsResponse) ProtoMessage()

func (*GetKeyRotationsResponse) ProtoReflect added in v0.49.0

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

func (*GetKeyRotationsResponse) Reset added in v0.47.0

func (x *GetKeyRotationsResponse) Reset()

func (*GetKeyRotationsResponse) String added in v0.47.0

func (x *GetKeyRotationsResponse) String() string

type GetNetworkParametersProposalsRequest

type GetNetworkParametersProposalsRequest struct {

	// Optional proposal state
	SelectInState *OptionalProposalState `protobuf:"bytes,1,opt,name=select_in_state,json=selectInState,proto3" json:"select_in_state,omitempty"`
	// contains filtered or unexported fields
}

Request for a list of network parameter proposals

func (*GetNetworkParametersProposalsRequest) Descriptor deprecated

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

Deprecated: Use GetNetworkParametersProposalsRequest.ProtoReflect.Descriptor instead.

func (*GetNetworkParametersProposalsRequest) GetSelectInState

func (*GetNetworkParametersProposalsRequest) ProtoMessage

func (*GetNetworkParametersProposalsRequest) ProtoMessage()

func (*GetNetworkParametersProposalsRequest) ProtoReflect added in v0.49.0

func (*GetNetworkParametersProposalsRequest) Reset

func (*GetNetworkParametersProposalsRequest) String

type GetNetworkParametersProposalsResponse

type GetNetworkParametersProposalsResponse struct {

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

Response for a list of network parameter proposals

func (*GetNetworkParametersProposalsResponse) Descriptor deprecated

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

Deprecated: Use GetNetworkParametersProposalsResponse.ProtoReflect.Descriptor instead.

func (*GetNetworkParametersProposalsResponse) GetData

func (*GetNetworkParametersProposalsResponse) ProtoMessage

func (*GetNetworkParametersProposalsResponse) ProtoMessage()

func (*GetNetworkParametersProposalsResponse) ProtoReflect added in v0.49.0

func (*GetNetworkParametersProposalsResponse) Reset

func (*GetNetworkParametersProposalsResponse) String

type GetNewAssetProposalsRequest

type GetNewAssetProposalsRequest struct {

	// Optional proposal state
	SelectInState *OptionalProposalState `protobuf:"bytes,1,opt,name=select_in_state,json=selectInState,proto3" json:"select_in_state,omitempty"`
	// contains filtered or unexported fields
}

Request for a list of new asset proposals

func (*GetNewAssetProposalsRequest) Descriptor deprecated

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

Deprecated: Use GetNewAssetProposalsRequest.ProtoReflect.Descriptor instead.

func (*GetNewAssetProposalsRequest) GetSelectInState

func (x *GetNewAssetProposalsRequest) GetSelectInState() *OptionalProposalState

func (*GetNewAssetProposalsRequest) ProtoMessage

func (*GetNewAssetProposalsRequest) ProtoMessage()

func (*GetNewAssetProposalsRequest) ProtoReflect added in v0.49.0

func (*GetNewAssetProposalsRequest) Reset

func (x *GetNewAssetProposalsRequest) Reset()

func (*GetNewAssetProposalsRequest) String

func (x *GetNewAssetProposalsRequest) String() string

type GetNewAssetProposalsResponse

type GetNewAssetProposalsResponse struct {

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

Response for a list of new asset proposals

func (*GetNewAssetProposalsResponse) Descriptor deprecated

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

Deprecated: Use GetNewAssetProposalsResponse.ProtoReflect.Descriptor instead.

func (*GetNewAssetProposalsResponse) GetData

func (*GetNewAssetProposalsResponse) ProtoMessage

func (*GetNewAssetProposalsResponse) ProtoMessage()

func (*GetNewAssetProposalsResponse) ProtoReflect added in v0.49.0

func (*GetNewAssetProposalsResponse) Reset

func (x *GetNewAssetProposalsResponse) Reset()

func (*GetNewAssetProposalsResponse) String

type GetNewFreeformProposalsRequest added in v0.48.0

type GetNewFreeformProposalsRequest struct {

	// Optional proposal state
	SelectInState *OptionalProposalState `protobuf:"bytes,1,opt,name=select_in_state,json=selectInState,proto3" json:"select_in_state,omitempty"`
	// contains filtered or unexported fields
}

Request for a list of new freeform proposals

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

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

Deprecated: Use GetNewFreeformProposalsRequest.ProtoReflect.Descriptor instead.

func (*GetNewFreeformProposalsRequest) GetSelectInState added in v0.48.0

func (*GetNewFreeformProposalsRequest) ProtoMessage added in v0.48.0

func (*GetNewFreeformProposalsRequest) ProtoMessage()

func (*GetNewFreeformProposalsRequest) ProtoReflect added in v0.49.0

func (*GetNewFreeformProposalsRequest) Reset added in v0.48.0

func (x *GetNewFreeformProposalsRequest) Reset()

func (*GetNewFreeformProposalsRequest) String added in v0.48.0

type GetNewFreeformProposalsResponse added in v0.48.0

type GetNewFreeformProposalsResponse struct {

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

Response for a list of new freeform proposals

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

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

Deprecated: Use GetNewFreeformProposalsResponse.ProtoReflect.Descriptor instead.

func (*GetNewFreeformProposalsResponse) GetData added in v0.48.0

func (*GetNewFreeformProposalsResponse) ProtoMessage added in v0.48.0

func (*GetNewFreeformProposalsResponse) ProtoMessage()

func (*GetNewFreeformProposalsResponse) ProtoReflect added in v0.49.0

func (*GetNewFreeformProposalsResponse) Reset added in v0.48.0

func (*GetNewFreeformProposalsResponse) String added in v0.48.0

type GetNewMarketProposalsRequest

type GetNewMarketProposalsRequest struct {

	// Optional proposal state
	SelectInState *OptionalProposalState `protobuf:"bytes,1,opt,name=select_in_state,json=selectInState,proto3" json:"select_in_state,omitempty"`
	// contains filtered or unexported fields
}

Request for a list of new market proposals

func (*GetNewMarketProposalsRequest) Descriptor deprecated

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

Deprecated: Use GetNewMarketProposalsRequest.ProtoReflect.Descriptor instead.

func (*GetNewMarketProposalsRequest) GetSelectInState

func (x *GetNewMarketProposalsRequest) GetSelectInState() *OptionalProposalState

func (*GetNewMarketProposalsRequest) ProtoMessage

func (*GetNewMarketProposalsRequest) ProtoMessage()

func (*GetNewMarketProposalsRequest) ProtoReflect added in v0.49.0

func (*GetNewMarketProposalsRequest) Reset

func (x *GetNewMarketProposalsRequest) Reset()

func (*GetNewMarketProposalsRequest) String

type GetNewMarketProposalsResponse

type GetNewMarketProposalsResponse struct {

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

Response for a list of new market proposals

func (*GetNewMarketProposalsResponse) Descriptor deprecated

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

Deprecated: Use GetNewMarketProposalsResponse.ProtoReflect.Descriptor instead.

func (*GetNewMarketProposalsResponse) GetData

func (*GetNewMarketProposalsResponse) ProtoMessage

func (*GetNewMarketProposalsResponse) ProtoMessage()

func (*GetNewMarketProposalsResponse) ProtoReflect added in v0.49.0

func (*GetNewMarketProposalsResponse) Reset

func (x *GetNewMarketProposalsResponse) Reset()

func (*GetNewMarketProposalsResponse) String

type GetNodeByIDRequest added in v0.42.0

type GetNodeByIDRequest struct {

	// Required id of node
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

Request to list all nodes

func (*GetNodeByIDRequest) Descriptor deprecated added in v0.42.0

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

Deprecated: Use GetNodeByIDRequest.ProtoReflect.Descriptor instead.

func (*GetNodeByIDRequest) GetId added in v0.42.0

func (x *GetNodeByIDRequest) GetId() string

func (*GetNodeByIDRequest) ProtoMessage added in v0.42.0

func (*GetNodeByIDRequest) ProtoMessage()

func (*GetNodeByIDRequest) ProtoReflect added in v0.49.0

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

func (*GetNodeByIDRequest) Reset added in v0.42.0

func (x *GetNodeByIDRequest) Reset()

func (*GetNodeByIDRequest) String added in v0.42.0

func (x *GetNodeByIDRequest) String() string

type GetNodeByIDResponse added in v0.42.0

type GetNodeByIDResponse struct {
	Node *vega.Node `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"`
	// contains filtered or unexported fields
}

Response with all nodes

func (*GetNodeByIDResponse) Descriptor deprecated added in v0.42.0

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

Deprecated: Use GetNodeByIDResponse.ProtoReflect.Descriptor instead.

func (*GetNodeByIDResponse) GetNode added in v0.42.0

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

func (*GetNodeByIDResponse) ProtoMessage added in v0.42.0

func (*GetNodeByIDResponse) ProtoMessage()

func (*GetNodeByIDResponse) ProtoReflect added in v0.49.0

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

func (*GetNodeByIDResponse) Reset added in v0.42.0

func (x *GetNodeByIDResponse) Reset()

func (*GetNodeByIDResponse) String added in v0.42.0

func (x *GetNodeByIDResponse) String() string

type GetNodeDataRequest added in v0.42.0

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

Request for current Node data

func (*GetNodeDataRequest) Descriptor deprecated added in v0.42.0

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

Deprecated: Use GetNodeDataRequest.ProtoReflect.Descriptor instead.

func (*GetNodeDataRequest) ProtoMessage added in v0.42.0

func (*GetNodeDataRequest) ProtoMessage()

func (*GetNodeDataRequest) ProtoReflect added in v0.49.0

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

func (*GetNodeDataRequest) Reset added in v0.42.0

func (x *GetNodeDataRequest) Reset()

func (*GetNodeDataRequest) String added in v0.42.0

func (x *GetNodeDataRequest) String() string

type GetNodeDataResponse added in v0.42.0

type GetNodeDataResponse struct {
	NodeData *vega.NodeData `protobuf:"bytes,1,opt,name=node_data,json=nodeData,proto3" json:"node_data,omitempty"`
	// contains filtered or unexported fields
}

Response with node data

func (*GetNodeDataResponse) Descriptor deprecated added in v0.42.0

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

Deprecated: Use GetNodeDataResponse.ProtoReflect.Descriptor instead.

func (*GetNodeDataResponse) GetNodeData added in v0.42.0

func (x *GetNodeDataResponse) GetNodeData() *vega.NodeData

func (*GetNodeDataResponse) ProtoMessage added in v0.42.0

func (*GetNodeDataResponse) ProtoMessage()

func (*GetNodeDataResponse) ProtoReflect added in v0.49.0

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

func (*GetNodeDataResponse) Reset added in v0.42.0

func (x *GetNodeDataResponse) Reset()

func (*GetNodeDataResponse) String added in v0.42.0

func (x *GetNodeDataResponse) String() string

type GetNodeSignaturesAggregateRequest

type GetNodeSignaturesAggregateRequest struct {

	// Resource identifier, required field
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

Request to specify the identifier of the resource we want to retrieve aggregated signatures for

func (*GetNodeSignaturesAggregateRequest) Descriptor deprecated

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

Deprecated: Use GetNodeSignaturesAggregateRequest.ProtoReflect.Descriptor instead.

func (*GetNodeSignaturesAggregateRequest) GetId

func (*GetNodeSignaturesAggregateRequest) ProtoMessage

func (*GetNodeSignaturesAggregateRequest) ProtoMessage()

func (*GetNodeSignaturesAggregateRequest) ProtoReflect added in v0.49.0

func (*GetNodeSignaturesAggregateRequest) Reset

func (*GetNodeSignaturesAggregateRequest) String

type GetNodeSignaturesAggregateResponse

type GetNodeSignaturesAggregateResponse struct {

	// A list of 0 or more signatures
	Signatures []*v11.NodeSignature `protobuf:"bytes,1,rep,name=signatures,proto3" json:"signatures,omitempty"`
	// contains filtered or unexported fields
}

Response to specify the identifier of the resource we want to retrieve aggregated signatures for

func (*GetNodeSignaturesAggregateResponse) Descriptor deprecated

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

Deprecated: Use GetNodeSignaturesAggregateResponse.ProtoReflect.Descriptor instead.

func (*GetNodeSignaturesAggregateResponse) GetSignatures

func (*GetNodeSignaturesAggregateResponse) ProtoMessage

func (*GetNodeSignaturesAggregateResponse) ProtoMessage()

func (*GetNodeSignaturesAggregateResponse) ProtoReflect added in v0.49.0

func (*GetNodeSignaturesAggregateResponse) Reset

func (*GetNodeSignaturesAggregateResponse) String

type GetNodesRequest added in v0.42.0

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

Request to list all nodes

func (*GetNodesRequest) Descriptor deprecated added in v0.42.0

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

Deprecated: Use GetNodesRequest.ProtoReflect.Descriptor instead.

func (*GetNodesRequest) ProtoMessage added in v0.42.0

func (*GetNodesRequest) ProtoMessage()

func (*GetNodesRequest) ProtoReflect added in v0.49.0

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

func (*GetNodesRequest) Reset added in v0.42.0

func (x *GetNodesRequest) Reset()

func (*GetNodesRequest) String added in v0.42.0

func (x *GetNodesRequest) String() string

type GetNodesResponse added in v0.42.0

type GetNodesResponse struct {
	Nodes []*vega.Node `protobuf:"bytes,1,rep,name=nodes,proto3" json:"nodes,omitempty"`
	// contains filtered or unexported fields
}

Response with all nodes

func (*GetNodesResponse) Descriptor deprecated added in v0.42.0

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

Deprecated: Use GetNodesResponse.ProtoReflect.Descriptor instead.

func (*GetNodesResponse) GetNodes added in v0.42.0

func (x *GetNodesResponse) GetNodes() []*vega.Node

func (*GetNodesResponse) ProtoMessage added in v0.42.0

func (*GetNodesResponse) ProtoMessage()

func (*GetNodesResponse) ProtoReflect added in v0.49.0

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

func (*GetNodesResponse) Reset added in v0.42.0

func (x *GetNodesResponse) Reset()

func (*GetNodesResponse) String added in v0.42.0

func (x *GetNodesResponse) String() string

type GetProposalByIDRequest

type GetProposalByIDRequest struct {

	// Proposal identifier, required field
	ProposalId string `protobuf:"bytes,1,opt,name=proposal_id,json=proposalId,proto3" json:"proposal_id,omitempty"`
	// contains filtered or unexported fields
}

Request for a governance proposal given a proposal identifier

func (*GetProposalByIDRequest) Descriptor deprecated

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

Deprecated: Use GetProposalByIDRequest.ProtoReflect.Descriptor instead.

func (*GetProposalByIDRequest) GetProposalId

func (x *GetProposalByIDRequest) GetProposalId() string

func (*GetProposalByIDRequest) ProtoMessage

func (*GetProposalByIDRequest) ProtoMessage()

func (*GetProposalByIDRequest) ProtoReflect added in v0.49.0

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

func (*GetProposalByIDRequest) Reset

func (x *GetProposalByIDRequest) Reset()

func (*GetProposalByIDRequest) String

func (x *GetProposalByIDRequest) String() string

type GetProposalByIDResponse

type GetProposalByIDResponse struct {

	// Governance data, if found
	Data *vega.GovernanceData `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

Response for a governance proposal given a proposal identifier

func (*GetProposalByIDResponse) Descriptor deprecated

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

Deprecated: Use GetProposalByIDResponse.ProtoReflect.Descriptor instead.

func (*GetProposalByIDResponse) GetData

func (*GetProposalByIDResponse) ProtoMessage

func (*GetProposalByIDResponse) ProtoMessage()

func (*GetProposalByIDResponse) ProtoReflect added in v0.49.0

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

func (*GetProposalByIDResponse) Reset

func (x *GetProposalByIDResponse) Reset()

func (*GetProposalByIDResponse) String

func (x *GetProposalByIDResponse) String() string

type GetProposalByReferenceRequest

type GetProposalByReferenceRequest struct {

	// Proposal reference. Required field
	Reference string `protobuf:"bytes,1,opt,name=reference,proto3" json:"reference,omitempty"`
	// contains filtered or unexported fields
}

Request for a governance proposal given a proposal reference

func (*GetProposalByReferenceRequest) Descriptor deprecated

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

Deprecated: Use GetProposalByReferenceRequest.ProtoReflect.Descriptor instead.

func (*GetProposalByReferenceRequest) GetReference

func (x *GetProposalByReferenceRequest) GetReference() string

func (*GetProposalByReferenceRequest) ProtoMessage

func (*GetProposalByReferenceRequest) ProtoMessage()

func (*GetProposalByReferenceRequest) ProtoReflect added in v0.49.0

func (*GetProposalByReferenceRequest) Reset

func (x *GetProposalByReferenceRequest) Reset()

func (*GetProposalByReferenceRequest) String

type GetProposalByReferenceResponse

type GetProposalByReferenceResponse struct {

	// Governance data, if found
	Data *vega.GovernanceData `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

Response for a governance proposal given a proposal reference

func (*GetProposalByReferenceResponse) Descriptor deprecated

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

Deprecated: Use GetProposalByReferenceResponse.ProtoReflect.Descriptor instead.

func (*GetProposalByReferenceResponse) GetData

func (*GetProposalByReferenceResponse) ProtoMessage

func (*GetProposalByReferenceResponse) ProtoMessage()

func (*GetProposalByReferenceResponse) ProtoReflect added in v0.49.0

func (*GetProposalByReferenceResponse) Reset

func (x *GetProposalByReferenceResponse) Reset()

func (*GetProposalByReferenceResponse) String

type GetProposalsByPartyRequest

type GetProposalsByPartyRequest struct {

	// Party identifier, required field
	PartyId string `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"`
	// Optional proposal state
	SelectInState *OptionalProposalState `protobuf:"bytes,2,opt,name=select_in_state,json=selectInState,proto3" json:"select_in_state,omitempty"`
	// contains filtered or unexported fields
}

Request for a list of proposals for a party

func (*GetProposalsByPartyRequest) Descriptor deprecated

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

Deprecated: Use GetProposalsByPartyRequest.ProtoReflect.Descriptor instead.

func (*GetProposalsByPartyRequest) GetPartyId

func (x *GetProposalsByPartyRequest) GetPartyId() string

func (*GetProposalsByPartyRequest) GetSelectInState

func (x *GetProposalsByPartyRequest) GetSelectInState() *OptionalProposalState

func (*GetProposalsByPartyRequest) ProtoMessage

func (*GetProposalsByPartyRequest) ProtoMessage()

func (*GetProposalsByPartyRequest) ProtoReflect added in v0.49.0

func (*GetProposalsByPartyRequest) Reset

func (x *GetProposalsByPartyRequest) Reset()

func (*GetProposalsByPartyRequest) String

func (x *GetProposalsByPartyRequest) String() string

type GetProposalsByPartyResponse

type GetProposalsByPartyResponse struct {

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

Response for a list of proposals for a party

func (*GetProposalsByPartyResponse) Descriptor deprecated

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

Deprecated: Use GetProposalsByPartyResponse.ProtoReflect.Descriptor instead.

func (*GetProposalsByPartyResponse) GetData

func (*GetProposalsByPartyResponse) ProtoMessage

func (*GetProposalsByPartyResponse) ProtoMessage()

func (*GetProposalsByPartyResponse) ProtoReflect added in v0.49.0

func (*GetProposalsByPartyResponse) Reset

func (x *GetProposalsByPartyResponse) Reset()

func (*GetProposalsByPartyResponse) String

func (x *GetProposalsByPartyResponse) String() string

type GetProposalsRequest

type GetProposalsRequest struct {

	// Optional proposal state
	SelectInState *OptionalProposalState `protobuf:"bytes,1,opt,name=select_in_state,json=selectInState,proto3" json:"select_in_state,omitempty"`
	// contains filtered or unexported fields
}

Request for a list of proposals

func (*GetProposalsRequest) Descriptor deprecated

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

Deprecated: Use GetProposalsRequest.ProtoReflect.Descriptor instead.

func (*GetProposalsRequest) GetSelectInState

func (x *GetProposalsRequest) GetSelectInState() *OptionalProposalState

func (*GetProposalsRequest) ProtoMessage

func (*GetProposalsRequest) ProtoMessage()

func (*GetProposalsRequest) ProtoReflect added in v0.49.0

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

func (*GetProposalsRequest) Reset

func (x *GetProposalsRequest) Reset()

func (*GetProposalsRequest) String

func (x *GetProposalsRequest) String() string

type GetProposalsResponse

type GetProposalsResponse struct {

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

Response for a list of proposals

func (*GetProposalsResponse) Descriptor deprecated

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

Deprecated: Use GetProposalsResponse.ProtoReflect.Descriptor instead.

func (*GetProposalsResponse) GetData

func (x *GetProposalsResponse) GetData() []*vega.GovernanceData

func (*GetProposalsResponse) ProtoMessage

func (*GetProposalsResponse) ProtoMessage()

func (*GetProposalsResponse) ProtoReflect added in v0.49.0

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

func (*GetProposalsResponse) Reset

func (x *GetProposalsResponse) Reset()

func (*GetProposalsResponse) String

func (x *GetProposalsResponse) String() string

type GetRewardSummariesRequest added in v0.48.0

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

A request to get reward details for a party

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

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

Deprecated: Use GetRewardSummariesRequest.ProtoReflect.Descriptor instead.

func (*GetRewardSummariesRequest) GetAssetId added in v0.48.0

func (x *GetRewardSummariesRequest) GetAssetId() string

func (*GetRewardSummariesRequest) GetPartyId added in v0.48.0

func (x *GetRewardSummariesRequest) GetPartyId() string

func (*GetRewardSummariesRequest) ProtoMessage added in v0.48.0

func (*GetRewardSummariesRequest) ProtoMessage()

func (*GetRewardSummariesRequest) ProtoReflect added in v0.49.0

func (*GetRewardSummariesRequest) Reset added in v0.48.0

func (x *GetRewardSummariesRequest) Reset()

func (*GetRewardSummariesRequest) String added in v0.48.0

func (x *GetRewardSummariesRequest) String() string

type GetRewardSummariesResponse added in v0.48.0

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

The return message with reward details in for a single party

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

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

Deprecated: Use GetRewardSummariesResponse.ProtoReflect.Descriptor instead.

func (*GetRewardSummariesResponse) GetSummaries added in v0.48.0

func (x *GetRewardSummariesResponse) GetSummaries() []*vega.RewardSummary

func (*GetRewardSummariesResponse) ProtoMessage added in v0.48.0

func (*GetRewardSummariesResponse) ProtoMessage()

func (*GetRewardSummariesResponse) ProtoReflect added in v0.49.0

func (*GetRewardSummariesResponse) Reset added in v0.48.0

func (x *GetRewardSummariesResponse) Reset()

func (*GetRewardSummariesResponse) String added in v0.48.0

func (x *GetRewardSummariesResponse) String() string

type GetRewardsRequest added in v0.48.0

type GetRewardsRequest struct {
	PartyId    string      `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"`
	AssetId    string      `protobuf:"bytes,2,opt,name=asset_id,json=assetId,proto3" json:"asset_id,omitempty"`
	Pagination *Pagination `protobuf:"bytes,3,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

A request to get reward details for a party

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

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

Deprecated: Use GetRewardsRequest.ProtoReflect.Descriptor instead.

func (*GetRewardsRequest) GetAssetId added in v0.48.0

func (x *GetRewardsRequest) GetAssetId() string

func (*GetRewardsRequest) GetPagination added in v0.48.0

func (x *GetRewardsRequest) GetPagination() *Pagination

func (*GetRewardsRequest) GetPartyId added in v0.48.0

func (x *GetRewardsRequest) GetPartyId() string

func (*GetRewardsRequest) ProtoMessage added in v0.48.0

func (*GetRewardsRequest) ProtoMessage()

func (*GetRewardsRequest) ProtoReflect added in v0.49.0

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

func (*GetRewardsRequest) Reset added in v0.48.0

func (x *GetRewardsRequest) Reset()

func (*GetRewardsRequest) String added in v0.48.0

func (x *GetRewardsRequest) String() string

type GetRewardsResponse added in v0.48.0

type GetRewardsResponse struct {
	Rewards []*vega.Reward `protobuf:"bytes,1,rep,name=rewards,proto3" json:"rewards,omitempty"`
	// contains filtered or unexported fields
}

The return message with reward details in for a single party

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

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

Deprecated: Use GetRewardsResponse.ProtoReflect.Descriptor instead.

func (*GetRewardsResponse) GetRewards added in v0.48.0

func (x *GetRewardsResponse) GetRewards() []*vega.Reward

func (*GetRewardsResponse) ProtoMessage added in v0.48.0

func (*GetRewardsResponse) ProtoMessage()

func (*GetRewardsResponse) ProtoReflect added in v0.49.0

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

func (*GetRewardsResponse) Reset added in v0.48.0

func (x *GetRewardsResponse) Reset()

func (*GetRewardsResponse) String added in v0.48.0

func (x *GetRewardsResponse) String() string

type GetRiskFactorsRequest added in v0.49.3

type GetRiskFactorsRequest struct {
	MarketId string `protobuf:"bytes,1,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use GetRiskFactorsRequest.ProtoReflect.Descriptor instead.

func (*GetRiskFactorsRequest) GetMarketId added in v0.49.3

func (x *GetRiskFactorsRequest) GetMarketId() string

func (*GetRiskFactorsRequest) ProtoMessage added in v0.49.3

func (*GetRiskFactorsRequest) ProtoMessage()

func (*GetRiskFactorsRequest) ProtoReflect added in v0.49.3

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

func (*GetRiskFactorsRequest) Reset added in v0.49.3

func (x *GetRiskFactorsRequest) Reset()

func (*GetRiskFactorsRequest) String added in v0.49.3

func (x *GetRiskFactorsRequest) String() string

type GetRiskFactorsResponse added in v0.49.3

type GetRiskFactorsResponse struct {
	RiskFactor *vega.RiskFactor `protobuf:"bytes,1,opt,name=risk_factor,json=riskFactor,proto3" json:"risk_factor,omitempty"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use GetRiskFactorsResponse.ProtoReflect.Descriptor instead.

func (*GetRiskFactorsResponse) GetRiskFactor added in v0.49.3

func (x *GetRiskFactorsResponse) GetRiskFactor() *vega.RiskFactor

func (*GetRiskFactorsResponse) ProtoMessage added in v0.49.3

func (*GetRiskFactorsResponse) ProtoMessage()

func (*GetRiskFactorsResponse) ProtoReflect added in v0.49.3

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

func (*GetRiskFactorsResponse) Reset added in v0.49.3

func (x *GetRiskFactorsResponse) Reset()

func (*GetRiskFactorsResponse) String added in v0.49.3

func (x *GetRiskFactorsResponse) String() string

type GetUpdateMarketProposalsRequest

type GetUpdateMarketProposalsRequest struct {

	// Market identifier, required field
	MarketId string `protobuf:"bytes,1,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"`
	// Proposal state
	SelectInState *OptionalProposalState `protobuf:"bytes,2,opt,name=select_in_state,json=selectInState,proto3" json:"select_in_state,omitempty"`
	// contains filtered or unexported fields
}

Request for a list of update market proposals

func (*GetUpdateMarketProposalsRequest) Descriptor deprecated

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

Deprecated: Use GetUpdateMarketProposalsRequest.ProtoReflect.Descriptor instead.

func (*GetUpdateMarketProposalsRequest) GetMarketId

func (x *GetUpdateMarketProposalsRequest) GetMarketId() string

func (*GetUpdateMarketProposalsRequest) GetSelectInState

func (*GetUpdateMarketProposalsRequest) ProtoMessage

func (*GetUpdateMarketProposalsRequest) ProtoMessage()

func (*GetUpdateMarketProposalsRequest) ProtoReflect added in v0.49.0

func (*GetUpdateMarketProposalsRequest) Reset

func (*GetUpdateMarketProposalsRequest) String

type GetUpdateMarketProposalsResponse

type GetUpdateMarketProposalsResponse struct {

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

Response for a list of update market proposals

func (*GetUpdateMarketProposalsResponse) Descriptor deprecated

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

Deprecated: Use GetUpdateMarketProposalsResponse.ProtoReflect.Descriptor instead.

func (*GetUpdateMarketProposalsResponse) GetData

func (*GetUpdateMarketProposalsResponse) ProtoMessage

func (*GetUpdateMarketProposalsResponse) ProtoMessage()

func (*GetUpdateMarketProposalsResponse) ProtoReflect added in v0.49.0

func (*GetUpdateMarketProposalsResponse) Reset

func (*GetUpdateMarketProposalsResponse) String

type GetVegaTimeRequest

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

Request for 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 added in v0.49.0

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

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

func (*GetVegaTimeResponse) Reset

func (x *GetVegaTimeResponse) Reset()

func (*GetVegaTimeResponse) String

func (x *GetVegaTimeResponse) String() string

type GetVotesByPartyRequest

type GetVotesByPartyRequest struct {

	// Party identifier, required field
	PartyId string `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"`
	// contains filtered or unexported fields
}

Request for a list of votes for a party

func (*GetVotesByPartyRequest) Descriptor deprecated

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

Deprecated: Use GetVotesByPartyRequest.ProtoReflect.Descriptor instead.

func (*GetVotesByPartyRequest) GetPartyId

func (x *GetVotesByPartyRequest) GetPartyId() string

func (*GetVotesByPartyRequest) ProtoMessage

func (*GetVotesByPartyRequest) ProtoMessage()

func (*GetVotesByPartyRequest) ProtoReflect added in v0.49.0

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

func (*GetVotesByPartyRequest) Reset

func (x *GetVotesByPartyRequest) Reset()

func (*GetVotesByPartyRequest) String

func (x *GetVotesByPartyRequest) String() string

type GetVotesByPartyResponse

type GetVotesByPartyResponse struct {

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

Response for a list of votes for a party

func (*GetVotesByPartyResponse) Descriptor deprecated

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

Deprecated: Use GetVotesByPartyResponse.ProtoReflect.Descriptor instead.

func (*GetVotesByPartyResponse) GetVotes

func (x *GetVotesByPartyResponse) GetVotes() []*vega.Vote

func (*GetVotesByPartyResponse) ProtoMessage

func (*GetVotesByPartyResponse) ProtoMessage()

func (*GetVotesByPartyResponse) ProtoReflect added in v0.49.0

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

func (*GetVotesByPartyResponse) Reset

func (x *GetVotesByPartyResponse) Reset()

func (*GetVotesByPartyResponse) String

func (x *GetVotesByPartyResponse) String() string

type GlobalRewardPoolAccountsRequest added in v0.44.0

type GlobalRewardPoolAccountsRequest struct {

	// Asset identifier, required field
	// - Set to an empty string to return all accounts
	// - Set to an asset ID to return a single global reward pool account for a given asset
	Asset string `protobuf:"bytes,1,opt,name=asset,proto3" json:"asset,omitempty"`
	// contains filtered or unexported fields
}

Request for a list of global reward pool accounts

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

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

Deprecated: Use GlobalRewardPoolAccountsRequest.ProtoReflect.Descriptor instead.

func (*GlobalRewardPoolAccountsRequest) GetAsset added in v0.44.0

func (*GlobalRewardPoolAccountsRequest) ProtoMessage added in v0.44.0

func (*GlobalRewardPoolAccountsRequest) ProtoMessage()

func (*GlobalRewardPoolAccountsRequest) ProtoReflect added in v0.49.0

func (*GlobalRewardPoolAccountsRequest) Reset added in v0.44.0

func (*GlobalRewardPoolAccountsRequest) String added in v0.44.0

type GlobalRewardPoolAccountsResponse added in v0.44.0

type GlobalRewardPoolAccountsResponse struct {

	// A list of 0 or more global reward pool accounts
	Accounts []*vega.Account `protobuf:"bytes,1,rep,name=accounts,proto3" json:"accounts,omitempty"`
	// contains filtered or unexported fields
}

Response for a list of global reward pool accounts

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

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

Deprecated: Use GlobalRewardPoolAccountsResponse.ProtoReflect.Descriptor instead.

func (*GlobalRewardPoolAccountsResponse) GetAccounts added in v0.44.0

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

func (*GlobalRewardPoolAccountsResponse) ProtoMessage added in v0.44.0

func (*GlobalRewardPoolAccountsResponse) ProtoMessage()

func (*GlobalRewardPoolAccountsResponse) ProtoReflect added in v0.49.0

func (*GlobalRewardPoolAccountsResponse) Reset added in v0.44.0

func (*GlobalRewardPoolAccountsResponse) String added in v0.44.0

type KeyRotation added in v0.47.0

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

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

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

Deprecated: Use KeyRotation.ProtoReflect.Descriptor instead.

func (*KeyRotation) GetBlockHeight added in v0.47.0

func (x *KeyRotation) GetBlockHeight() uint64

func (*KeyRotation) GetNewPubKey added in v0.47.0

func (x *KeyRotation) GetNewPubKey() string

func (*KeyRotation) GetNodeId added in v0.47.0

func (x *KeyRotation) GetNodeId() string

func (*KeyRotation) GetOldPubKey added in v0.47.0

func (x *KeyRotation) GetOldPubKey() string

func (*KeyRotation) ProtoMessage added in v0.47.0

func (*KeyRotation) ProtoMessage()

func (*KeyRotation) ProtoReflect added in v0.49.0

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

func (*KeyRotation) Reset added in v0.47.0

func (x *KeyRotation) Reset()

func (*KeyRotation) String added in v0.47.0

func (x *KeyRotation) String() string

type LastTradeRequest

type LastTradeRequest 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 for the latest trade that occurred on Vega for a given market

func (*LastTradeRequest) Descriptor deprecated

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

Deprecated: Use LastTradeRequest.ProtoReflect.Descriptor instead.

func (*LastTradeRequest) GetMarketId

func (x *LastTradeRequest) GetMarketId() string

func (*LastTradeRequest) ProtoMessage

func (*LastTradeRequest) ProtoMessage()

func (*LastTradeRequest) ProtoReflect added in v0.49.0

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

func (*LastTradeRequest) Reset

func (x *LastTradeRequest) Reset()

func (*LastTradeRequest) String

func (x *LastTradeRequest) String() string

type LastTradeResponse

type LastTradeResponse struct {

	// A trade, if 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 (*LastTradeResponse) Descriptor deprecated

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

Deprecated: Use LastTradeResponse.ProtoReflect.Descriptor instead.

func (*LastTradeResponse) GetTrade

func (x *LastTradeResponse) GetTrade() *vega.Trade

func (*LastTradeResponse) ProtoMessage

func (*LastTradeResponse) ProtoMessage()

func (*LastTradeResponse) ProtoReflect added in v0.49.0

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

func (*LastTradeResponse) Reset

func (x *LastTradeResponse) Reset()

func (*LastTradeResponse) String

func (x *LastTradeResponse) String() string

type LiquidityProvisionsRequest

type LiquidityProvisionsRequest struct {

	// The target market for the liquidity provision orders
	Market string `protobuf:"bytes,1,opt,name=market,proto3" json:"market,omitempty"`
	// The party which submitted the liquidity provision orders
	Party string `protobuf:"bytes,2,opt,name=party,proto3" json:"party,omitempty"`
	// contains filtered or unexported fields
}

A message requesting for the list of liquidity provision orders for markets One of the two filters is required (or both)

func (*LiquidityProvisionsRequest) Descriptor deprecated

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

Deprecated: Use LiquidityProvisionsRequest.ProtoReflect.Descriptor instead.

func (*LiquidityProvisionsRequest) GetMarket

func (x *LiquidityProvisionsRequest) GetMarket() string

func (*LiquidityProvisionsRequest) GetParty

func (x *LiquidityProvisionsRequest) GetParty() string

func (*LiquidityProvisionsRequest) ProtoMessage

func (*LiquidityProvisionsRequest) ProtoMessage()

func (*LiquidityProvisionsRequest) ProtoReflect added in v0.49.0

func (*LiquidityProvisionsRequest) Reset

func (x *LiquidityProvisionsRequest) Reset()

func (*LiquidityProvisionsRequest) String

func (x *LiquidityProvisionsRequest) String() string

type LiquidityProvisionsResponse

type LiquidityProvisionsResponse struct {
	LiquidityProvisions []*vega.LiquidityProvision `protobuf:"bytes,1,rep,name=liquidity_provisions,json=liquidityProvisions,proto3" json:"liquidity_provisions,omitempty"`
	// contains filtered or unexported fields
}

A response containing all of the Vega liquidity provision orders

func (*LiquidityProvisionsResponse) Descriptor deprecated

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

Deprecated: Use LiquidityProvisionsResponse.ProtoReflect.Descriptor instead.

func (*LiquidityProvisionsResponse) GetLiquidityProvisions

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

func (*LiquidityProvisionsResponse) ProtoMessage

func (*LiquidityProvisionsResponse) ProtoMessage()

func (*LiquidityProvisionsResponse) ProtoReflect added in v0.49.0

func (*LiquidityProvisionsResponse) Reset

func (x *LiquidityProvisionsResponse) Reset()

func (*LiquidityProvisionsResponse) String

func (x *LiquidityProvisionsResponse) String() string

type ListOracleDataRequest added in v0.51.0

type ListOracleDataRequest struct {
	Pagination *Pagination `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

The request to get all seen oracle data

func (*ListOracleDataRequest) Descriptor deprecated added in v0.51.0

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

Deprecated: Use ListOracleDataRequest.ProtoReflect.Descriptor instead.

func (*ListOracleDataRequest) GetPagination added in v0.51.0

func (x *ListOracleDataRequest) GetPagination() *Pagination

func (*ListOracleDataRequest) ProtoMessage added in v0.51.0

func (*ListOracleDataRequest) ProtoMessage()

func (*ListOracleDataRequest) ProtoReflect added in v0.51.0

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

func (*ListOracleDataRequest) Reset added in v0.51.0

func (x *ListOracleDataRequest) Reset()

func (*ListOracleDataRequest) String added in v0.51.0

func (x *ListOracleDataRequest) String() string

type ListOracleDataResponse added in v0.51.0

type ListOracleDataResponse struct {

	// The list of seen oracle data
	OracleData []*v12.OracleData `protobuf:"bytes,1,rep,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 added in v0.51.0

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

Deprecated: Use ListOracleDataResponse.ProtoReflect.Descriptor instead.

func (*ListOracleDataResponse) GetOracleData added in v0.51.0

func (x *ListOracleDataResponse) GetOracleData() []*v12.OracleData

func (*ListOracleDataResponse) ProtoMessage added in v0.51.0

func (*ListOracleDataResponse) ProtoMessage()

func (*ListOracleDataResponse) ProtoReflect added in v0.51.0

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

func (*ListOracleDataResponse) Reset added in v0.51.0

func (x *ListOracleDataResponse) Reset()

func (*ListOracleDataResponse) String added in v0.51.0

func (x *ListOracleDataResponse) String() string

type MarginLevelsRequest

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

Request for margin levels for a party

func (*MarginLevelsRequest) Descriptor deprecated

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

Deprecated: Use MarginLevelsRequest.ProtoReflect.Descriptor instead.

func (*MarginLevelsRequest) GetMarketId

func (x *MarginLevelsRequest) GetMarketId() string

func (*MarginLevelsRequest) GetPartyId

func (x *MarginLevelsRequest) GetPartyId() string

func (*MarginLevelsRequest) ProtoMessage

func (*MarginLevelsRequest) ProtoMessage()

func (*MarginLevelsRequest) ProtoReflect added in v0.49.0

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

func (*MarginLevelsRequest) Reset

func (x *MarginLevelsRequest) Reset()

func (*MarginLevelsRequest) String

func (x *MarginLevelsRequest) String() string

type MarginLevelsResponse

type MarginLevelsResponse struct {

	// A list of 0 or more margin levels
	MarginLevels []*vega.MarginLevels `protobuf:"bytes,1,rep,name=margin_levels,json=marginLevels,proto3" json:"margin_levels,omitempty"`
	// contains filtered or unexported fields
}

Response for margin levels for a party

func (*MarginLevelsResponse) Descriptor deprecated

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

Deprecated: Use MarginLevelsResponse.ProtoReflect.Descriptor instead.

func (*MarginLevelsResponse) GetMarginLevels

func (x *MarginLevelsResponse) GetMarginLevels() []*vega.MarginLevels

func (*MarginLevelsResponse) ProtoMessage

func (*MarginLevelsResponse) ProtoMessage()

func (*MarginLevelsResponse) ProtoReflect added in v0.49.0

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

func (*MarginLevelsResponse) Reset

func (x *MarginLevelsResponse) Reset()

func (*MarginLevelsResponse) String

func (x *MarginLevelsResponse) String() string

type MarginLevelsSubscribeRequest

type MarginLevelsSubscribeRequest 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"`
	// 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 (*MarginLevelsSubscribeRequest) Descriptor deprecated

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

Deprecated: Use MarginLevelsSubscribeRequest.ProtoReflect.Descriptor instead.

func (*MarginLevelsSubscribeRequest) GetMarketId

func (x *MarginLevelsSubscribeRequest) GetMarketId() string

func (*MarginLevelsSubscribeRequest) GetPartyId

func (x *MarginLevelsSubscribeRequest) GetPartyId() string

func (*MarginLevelsSubscribeRequest) ProtoMessage

func (*MarginLevelsSubscribeRequest) ProtoMessage()

func (*MarginLevelsSubscribeRequest) ProtoReflect added in v0.49.0

func (*MarginLevelsSubscribeRequest) Reset

func (x *MarginLevelsSubscribeRequest) Reset()

func (*MarginLevelsSubscribeRequest) String

type MarginLevelsSubscribeResponse

type MarginLevelsSubscribeResponse struct {
	MarginLevels *vega.MarginLevels `protobuf:"bytes,1,opt,name=margin_levels,json=marginLevels,proto3" json:"margin_levels,omitempty"`
	// contains filtered or unexported fields
}

func (*MarginLevelsSubscribeResponse) Descriptor deprecated

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

Deprecated: Use MarginLevelsSubscribeResponse.ProtoReflect.Descriptor instead.

func (*MarginLevelsSubscribeResponse) GetMarginLevels

func (x *MarginLevelsSubscribeResponse) GetMarginLevels() *vega.MarginLevels

func (*MarginLevelsSubscribeResponse) ProtoMessage

func (*MarginLevelsSubscribeResponse) ProtoMessage()

func (*MarginLevelsSubscribeResponse) ProtoReflect added in v0.49.0

func (*MarginLevelsSubscribeResponse) Reset

func (x *MarginLevelsSubscribeResponse) Reset()

func (*MarginLevelsSubscribeResponse) String

type MarketAccountsRequest

type MarketAccountsRequest struct {

	// Market identifier
	MarketId string `protobuf:"bytes,1,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"`
	// Asset identifier
	Asset string `protobuf:"bytes,2,opt,name=asset,proto3" json:"asset,omitempty"`
	// contains filtered or unexported fields
}

Request for a list of accounts for a market

func (*MarketAccountsRequest) Descriptor deprecated

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

Deprecated: Use MarketAccountsRequest.ProtoReflect.Descriptor instead.

func (*MarketAccountsRequest) GetAsset

func (x *MarketAccountsRequest) GetAsset() string

func (*MarketAccountsRequest) GetMarketId

func (x *MarketAccountsRequest) GetMarketId() string

func (*MarketAccountsRequest) ProtoMessage

func (*MarketAccountsRequest) ProtoMessage()

func (*MarketAccountsRequest) ProtoReflect added in v0.49.0

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

func (*MarketAccountsRequest) Reset

func (x *MarketAccountsRequest) Reset()

func (*MarketAccountsRequest) String

func (x *MarketAccountsRequest) String() string

type MarketAccountsResponse

type MarketAccountsResponse struct {

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

Response for a list of accounts for a market

func (*MarketAccountsResponse) Descriptor deprecated

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

Deprecated: Use MarketAccountsResponse.ProtoReflect.Descriptor instead.

func (*MarketAccountsResponse) GetAccounts

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

func (*MarketAccountsResponse) ProtoMessage

func (*MarketAccountsResponse) ProtoMessage()

func (*MarketAccountsResponse) ProtoReflect added in v0.49.0

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

func (*MarketAccountsResponse) Reset

func (x *MarketAccountsResponse) Reset()

func (*MarketAccountsResponse) String

func (x *MarketAccountsResponse) String() string

type MarketByIDRequest

type MarketByIDRequest 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 for a market given a market identifier

func (*MarketByIDRequest) Descriptor deprecated

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

Deprecated: Use MarketByIDRequest.ProtoReflect.Descriptor instead.

func (*MarketByIDRequest) GetMarketId

func (x *MarketByIDRequest) GetMarketId() string

func (*MarketByIDRequest) ProtoMessage

func (*MarketByIDRequest) ProtoMessage()

func (*MarketByIDRequest) ProtoReflect added in v0.49.0

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

func (*MarketByIDRequest) Reset

func (x *MarketByIDRequest) Reset()

func (*MarketByIDRequest) String

func (x *MarketByIDRequest) String() string

type MarketByIDResponse

type MarketByIDResponse struct {

	// A market, if found
	Market *vega.Market `protobuf:"bytes,1,opt,name=market,proto3" json:"market,omitempty"`
	// contains filtered or unexported fields
}

Response for a market given a market identifier

func (*MarketByIDResponse) Descriptor deprecated

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

Deprecated: Use MarketByIDResponse.ProtoReflect.Descriptor instead.

func (*MarketByIDResponse) GetMarket

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

func (*MarketByIDResponse) ProtoMessage

func (*MarketByIDResponse) ProtoMessage()

func (*MarketByIDResponse) ProtoReflect added in v0.49.0

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

func (*MarketByIDResponse) Reset

func (x *MarketByIDResponse) Reset()

func (*MarketByIDResponse) String

func (x *MarketByIDResponse) String() string

type MarketDataByIDRequest

type MarketDataByIDRequest 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 for market data for a market

func (*MarketDataByIDRequest) Descriptor deprecated

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

Deprecated: Use MarketDataByIDRequest.ProtoReflect.Descriptor instead.

func (*MarketDataByIDRequest) GetMarketId

func (x *MarketDataByIDRequest) GetMarketId() string

func (*MarketDataByIDRequest) ProtoMessage

func (*MarketDataByIDRequest) ProtoMessage()

func (*MarketDataByIDRequest) ProtoReflect added in v0.49.0

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

func (*MarketDataByIDRequest) Reset

func (x *MarketDataByIDRequest) Reset()

func (*MarketDataByIDRequest) String

func (x *MarketDataByIDRequest) String() string

type MarketDataByIDResponse

type MarketDataByIDResponse struct {

	// Market data, if found
	MarketData *vega.MarketData `protobuf:"bytes,1,opt,name=market_data,json=marketData,proto3" json:"market_data,omitempty"`
	// contains filtered or unexported fields
}

Response for market data for a market

func (*MarketDataByIDResponse) Descriptor deprecated

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

Deprecated: Use MarketDataByIDResponse.ProtoReflect.Descriptor instead.

func (*MarketDataByIDResponse) GetMarketData

func (x *MarketDataByIDResponse) GetMarketData() *vega.MarketData

func (*MarketDataByIDResponse) ProtoMessage

func (*MarketDataByIDResponse) ProtoMessage()

func (*MarketDataByIDResponse) ProtoReflect added in v0.49.0

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

func (*MarketDataByIDResponse) Reset

func (x *MarketDataByIDResponse) Reset()

func (*MarketDataByIDResponse) String

func (x *MarketDataByIDResponse) String() string

type MarketDepthRequest

type MarketDepthRequest struct {

	// Market identifier, required field
	MarketId string `protobuf:"bytes,1,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"`
	// Max depth limits the number of levels returned. Default is 0, which returns all levels
	MaxDepth uint64 `protobuf:"varint,2,opt,name=max_depth,json=maxDepth,proto3" json:"max_depth,omitempty"`
	// contains filtered or unexported fields
}

Request for the market depth/order book price levels on a market Optionally, a maximum depth can be set to limit the number of levels returned

func (*MarketDepthRequest) Descriptor deprecated

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

Deprecated: Use MarketDepthRequest.ProtoReflect.Descriptor instead.

func (*MarketDepthRequest) GetMarketId

func (x *MarketDepthRequest) GetMarketId() string

func (*MarketDepthRequest) GetMaxDepth

func (x *MarketDepthRequest) GetMaxDepth() uint64

func (*MarketDepthRequest) ProtoMessage

func (*MarketDepthRequest) ProtoMessage()

func (*MarketDepthRequest) ProtoReflect added in v0.49.0

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

func (*MarketDepthRequest) Reset

func (x *MarketDepthRequest) Reset()

func (*MarketDepthRequest) String

func (x *MarketDepthRequest) String() string

type MarketDepthResponse

type MarketDepthResponse 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 for the market depth/order book price levels on a market

func (*MarketDepthResponse) Descriptor deprecated

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

Deprecated: Use MarketDepthResponse.ProtoReflect.Descriptor instead.

func (*MarketDepthResponse) GetBuy

func (x *MarketDepthResponse) GetBuy() []*vega.PriceLevel

func (*MarketDepthResponse) GetLastTrade

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

func (*MarketDepthResponse) GetMarketId

func (x *MarketDepthResponse) GetMarketId() string

func (*MarketDepthResponse) GetSell

func (x *MarketDepthResponse) GetSell() []*vega.PriceLevel

func (*MarketDepthResponse) GetSequenceNumber

func (x *MarketDepthResponse) GetSequenceNumber() uint64

func (*MarketDepthResponse) ProtoMessage

func (*MarketDepthResponse) ProtoMessage()

func (*MarketDepthResponse) ProtoReflect added in v0.49.0

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

func (*MarketDepthResponse) Reset

func (x *MarketDepthResponse) Reset()

func (*MarketDepthResponse) String

func (x *MarketDepthResponse) String() string

type MarketDepthSubscribeRequest

type MarketDepthSubscribeRequest 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 to subscribe to a stream of (MarketDepth)[#vega.MarketDepth] data

func (*MarketDepthSubscribeRequest) Descriptor deprecated

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

Deprecated: Use MarketDepthSubscribeRequest.ProtoReflect.Descriptor instead.

func (*MarketDepthSubscribeRequest) GetMarketId

func (x *MarketDepthSubscribeRequest) GetMarketId() string

func (*MarketDepthSubscribeRequest) ProtoMessage

func (*MarketDepthSubscribeRequest) ProtoMessage()

func (*MarketDepthSubscribeRequest) ProtoReflect added in v0.49.0

func (*MarketDepthSubscribeRequest) Reset

func (x *MarketDepthSubscribeRequest) Reset()

func (*MarketDepthSubscribeRequest) String

func (x *MarketDepthSubscribeRequest) String() string

type MarketDepthSubscribeResponse

type MarketDepthSubscribeResponse struct {
	MarketDepth *vega.MarketDepth `protobuf:"bytes,1,opt,name=market_depth,json=marketDepth,proto3" json:"market_depth,omitempty"`
	// contains filtered or unexported fields
}

func (*MarketDepthSubscribeResponse) Descriptor deprecated

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

Deprecated: Use MarketDepthSubscribeResponse.ProtoReflect.Descriptor instead.

func (*MarketDepthSubscribeResponse) GetMarketDepth

func (x *MarketDepthSubscribeResponse) GetMarketDepth() *vega.MarketDepth

func (*MarketDepthSubscribeResponse) ProtoMessage

func (*MarketDepthSubscribeResponse) ProtoMessage()

func (*MarketDepthSubscribeResponse) ProtoReflect added in v0.49.0

func (*MarketDepthSubscribeResponse) Reset

func (x *MarketDepthSubscribeResponse) Reset()

func (*MarketDepthSubscribeResponse) String

type MarketDepthUpdatesSubscribeRequest

type MarketDepthUpdatesSubscribeRequest 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 to subscribe to a stream of (MarketDepth Update)[#vega.MarketDepthUpdate] data

func (*MarketDepthUpdatesSubscribeRequest) Descriptor deprecated

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

Deprecated: Use MarketDepthUpdatesSubscribeRequest.ProtoReflect.Descriptor instead.

func (*MarketDepthUpdatesSubscribeRequest) GetMarketId

func (x *MarketDepthUpdatesSubscribeRequest) GetMarketId() string

func (*MarketDepthUpdatesSubscribeRequest) ProtoMessage

func (*MarketDepthUpdatesSubscribeRequest) ProtoMessage()

func (*MarketDepthUpdatesSubscribeRequest) ProtoReflect added in v0.49.0

func (*MarketDepthUpdatesSubscribeRequest) Reset

func (*MarketDepthUpdatesSubscribeRequest) String

type MarketDepthUpdatesSubscribeResponse

type MarketDepthUpdatesSubscribeResponse struct {
	Update *vega.MarketDepthUpdate `protobuf:"bytes,1,opt,name=update,proto3" json:"update,omitempty"`
	// contains filtered or unexported fields
}

func (*MarketDepthUpdatesSubscribeResponse) Descriptor deprecated

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

Deprecated: Use MarketDepthUpdatesSubscribeResponse.ProtoReflect.Descriptor instead.

func (*MarketDepthUpdatesSubscribeResponse) GetUpdate

func (*MarketDepthUpdatesSubscribeResponse) ProtoMessage

func (*MarketDepthUpdatesSubscribeResponse) ProtoMessage()

func (*MarketDepthUpdatesSubscribeResponse) ProtoReflect added in v0.49.0

func (*MarketDepthUpdatesSubscribeResponse) Reset

func (*MarketDepthUpdatesSubscribeResponse) String

type MarketsDataRequest

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

Request for market data

func (*MarketsDataRequest) Descriptor deprecated

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

Deprecated: Use MarketsDataRequest.ProtoReflect.Descriptor instead.

func (*MarketsDataRequest) ProtoMessage

func (*MarketsDataRequest) ProtoMessage()

func (*MarketsDataRequest) ProtoReflect added in v0.49.0

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

func (*MarketsDataRequest) Reset

func (x *MarketsDataRequest) Reset()

func (*MarketsDataRequest) String

func (x *MarketsDataRequest) String() string

type MarketsDataResponse

type MarketsDataResponse struct {

	// A list of 0 or more market data
	MarketsData []*vega.MarketData `protobuf:"bytes,1,rep,name=markets_data,json=marketsData,proto3" json:"markets_data,omitempty"`
	// contains filtered or unexported fields
}

Response for market data

func (*MarketsDataResponse) Descriptor deprecated

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

Deprecated: Use MarketsDataResponse.ProtoReflect.Descriptor instead.

func (*MarketsDataResponse) GetMarketsData

func (x *MarketsDataResponse) GetMarketsData() []*vega.MarketData

func (*MarketsDataResponse) ProtoMessage

func (*MarketsDataResponse) ProtoMessage()

func (*MarketsDataResponse) ProtoReflect added in v0.49.0

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

func (*MarketsDataResponse) Reset

func (x *MarketsDataResponse) Reset()

func (*MarketsDataResponse) String

func (x *MarketsDataResponse) 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 to subscribe to a stream of MarketsData 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 added in v0.49.0

func (*MarketsDataSubscribeRequest) Reset

func (x *MarketsDataSubscribeRequest) Reset()

func (*MarketsDataSubscribeRequest) String

func (x *MarketsDataSubscribeRequest) String() string

type MarketsDataSubscribeResponse

type MarketsDataSubscribeResponse struct {
	MarketData *vega.MarketData `protobuf:"bytes,1,opt,name=market_data,json=marketData,proto3" json:"market_data,omitempty"`
	// contains filtered or unexported fields
}

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

func (*MarketsDataSubscribeResponse) Reset

func (x *MarketsDataSubscribeResponse) Reset()

func (*MarketsDataSubscribeResponse) String

type MarketsRequest

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

Request for a list of markets on Vega

func (*MarketsRequest) Descriptor deprecated

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

Deprecated: Use MarketsRequest.ProtoReflect.Descriptor instead.

func (*MarketsRequest) ProtoMessage

func (*MarketsRequest) ProtoMessage()

func (*MarketsRequest) ProtoReflect added in v0.49.0

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

func (*MarketsRequest) Reset

func (x *MarketsRequest) Reset()

func (*MarketsRequest) String

func (x *MarketsRequest) String() string

type MarketsResponse

type MarketsResponse struct {

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

Response for a list of markets on Vega

func (*MarketsResponse) Descriptor deprecated

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

Deprecated: Use MarketsResponse.ProtoReflect.Descriptor instead.

func (*MarketsResponse) GetMarkets

func (x *MarketsResponse) GetMarkets() []*vega.Market

func (*MarketsResponse) ProtoMessage

func (*MarketsResponse) ProtoMessage()

func (*MarketsResponse) ProtoReflect added in v0.49.0

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

func (*MarketsResponse) Reset

func (x *MarketsResponse) Reset()

func (*MarketsResponse) String

func (x *MarketsResponse) String() string

type NetworkParametersRequest

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

A message requesting for the list of all network parameters

func (*NetworkParametersRequest) Descriptor deprecated

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

Deprecated: Use NetworkParametersRequest.ProtoReflect.Descriptor instead.

func (*NetworkParametersRequest) ProtoMessage

func (*NetworkParametersRequest) ProtoMessage()

func (*NetworkParametersRequest) ProtoReflect added in v0.49.0

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

func (*NetworkParametersRequest) Reset

func (x *NetworkParametersRequest) Reset()

func (*NetworkParametersRequest) String

func (x *NetworkParametersRequest) String() string

type NetworkParametersResponse

type NetworkParametersResponse struct {
	NetworkParameters []*vega.NetworkParameter `protobuf:"bytes,1,rep,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 (*NetworkParametersResponse) Descriptor deprecated

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

Deprecated: Use NetworkParametersResponse.ProtoReflect.Descriptor instead.

func (*NetworkParametersResponse) GetNetworkParameters

func (x *NetworkParametersResponse) GetNetworkParameters() []*vega.NetworkParameter

func (*NetworkParametersResponse) ProtoMessage

func (*NetworkParametersResponse) ProtoMessage()

func (*NetworkParametersResponse) ProtoReflect added in v0.49.0

func (*NetworkParametersResponse) Reset

func (x *NetworkParametersResponse) Reset()

func (*NetworkParametersResponse) String

func (x *NetworkParametersResponse) String() string

type ObserveDelegationsRequest added in v0.46.0

type ObserveDelegationsRequest struct {
	Party  string `protobuf:"bytes,1,opt,name=party,proto3" json:"party,omitempty"`
	NodeId string `protobuf:"bytes,2,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	// contains filtered or unexported fields
}

Request to obsever all event related to delegation with the given filters

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

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

Deprecated: Use ObserveDelegationsRequest.ProtoReflect.Descriptor instead.

func (*ObserveDelegationsRequest) GetNodeId added in v0.46.0

func (x *ObserveDelegationsRequest) GetNodeId() string

func (*ObserveDelegationsRequest) GetParty added in v0.46.0

func (x *ObserveDelegationsRequest) GetParty() string

func (*ObserveDelegationsRequest) ProtoMessage added in v0.46.0

func (*ObserveDelegationsRequest) ProtoMessage()

func (*ObserveDelegationsRequest) ProtoReflect added in v0.49.0

func (*ObserveDelegationsRequest) Reset added in v0.46.0

func (x *ObserveDelegationsRequest) Reset()

func (*ObserveDelegationsRequest) String added in v0.46.0

func (x *ObserveDelegationsRequest) String() string

type ObserveDelegationsResponse added in v0.46.0

type ObserveDelegationsResponse struct {
	Delegation *vega.Delegation `protobuf:"bytes,1,opt,name=delegation,proto3" json:"delegation,omitempty"`
	// contains filtered or unexported fields
}

All events related to delegation with the given filters

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

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

Deprecated: Use ObserveDelegationsResponse.ProtoReflect.Descriptor instead.

func (*ObserveDelegationsResponse) GetDelegation added in v0.46.0

func (x *ObserveDelegationsResponse) GetDelegation() *vega.Delegation

func (*ObserveDelegationsResponse) ProtoMessage added in v0.46.0

func (*ObserveDelegationsResponse) ProtoMessage()

func (*ObserveDelegationsResponse) ProtoReflect added in v0.49.0

func (*ObserveDelegationsResponse) Reset added in v0.46.0

func (x *ObserveDelegationsResponse) Reset()

func (*ObserveDelegationsResponse) String added in v0.46.0

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 identifier, optional field
	MarketId string `protobuf:"bytes,2,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"`
	// Party identifier, 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 added in v0.49.0

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 {

	// One or more 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 added in v0.49.0

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

Request to obsever all event related to governance

func (*ObserveGovernanceRequest) Descriptor deprecated

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

Deprecated: Use ObserveGovernanceRequest.ProtoReflect.Descriptor instead.

func (*ObserveGovernanceRequest) ProtoMessage

func (*ObserveGovernanceRequest) ProtoMessage()

func (*ObserveGovernanceRequest) ProtoReflect added in v0.49.0

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 {
	Data *vega.GovernanceData `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

All events related to governance

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

func (*ObserveGovernanceResponse) Reset

func (x *ObserveGovernanceResponse) Reset()

func (*ObserveGovernanceResponse) String

func (x *ObserveGovernanceResponse) String() string

type ObservePartyProposalsRequest

type ObservePartyProposalsRequest struct {

	// Party identifier, required field
	PartyId string `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"`
	// contains filtered or unexported fields
}

Request to subscribe to a stream of governance proposals for a party

func (*ObservePartyProposalsRequest) Descriptor deprecated

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

Deprecated: Use ObservePartyProposalsRequest.ProtoReflect.Descriptor instead.

func (*ObservePartyProposalsRequest) GetPartyId

func (x *ObservePartyProposalsRequest) GetPartyId() string

func (*ObservePartyProposalsRequest) ProtoMessage

func (*ObservePartyProposalsRequest) ProtoMessage()

func (*ObservePartyProposalsRequest) ProtoReflect added in v0.49.0

func (*ObservePartyProposalsRequest) Reset

func (x *ObservePartyProposalsRequest) Reset()

func (*ObservePartyProposalsRequest) String

type ObservePartyProposalsResponse

type ObservePartyProposalsResponse struct {
	Data *vega.GovernanceData `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*ObservePartyProposalsResponse) Descriptor deprecated

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

Deprecated: Use ObservePartyProposalsResponse.ProtoReflect.Descriptor instead.

func (*ObservePartyProposalsResponse) GetData

func (*ObservePartyProposalsResponse) ProtoMessage

func (*ObservePartyProposalsResponse) ProtoMessage()

func (*ObservePartyProposalsResponse) ProtoReflect added in v0.49.0

func (*ObservePartyProposalsResponse) Reset

func (x *ObservePartyProposalsResponse) Reset()

func (*ObservePartyProposalsResponse) String

type ObservePartyVotesRequest

type ObservePartyVotesRequest struct {

	// Party identifier, required field
	PartyId string `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"`
	// contains filtered or unexported fields
}

Request to subscribe to a stream of governance votes for a party

func (*ObservePartyVotesRequest) Descriptor deprecated

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

Deprecated: Use ObservePartyVotesRequest.ProtoReflect.Descriptor instead.

func (*ObservePartyVotesRequest) GetPartyId

func (x *ObservePartyVotesRequest) GetPartyId() string

func (*ObservePartyVotesRequest) ProtoMessage

func (*ObservePartyVotesRequest) ProtoMessage()

func (*ObservePartyVotesRequest) ProtoReflect added in v0.49.0

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

func (*ObservePartyVotesRequest) Reset

func (x *ObservePartyVotesRequest) Reset()

func (*ObservePartyVotesRequest) String

func (x *ObservePartyVotesRequest) String() string

type ObservePartyVotesResponse

type ObservePartyVotesResponse struct {
	Vote *vega.Vote `protobuf:"bytes,1,opt,name=vote,proto3" json:"vote,omitempty"`
	// contains filtered or unexported fields
}

func (*ObservePartyVotesResponse) Descriptor deprecated

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

Deprecated: Use ObservePartyVotesResponse.ProtoReflect.Descriptor instead.

func (*ObservePartyVotesResponse) GetVote

func (x *ObservePartyVotesResponse) GetVote() *vega.Vote

func (*ObservePartyVotesResponse) ProtoMessage

func (*ObservePartyVotesResponse) ProtoMessage()

func (*ObservePartyVotesResponse) ProtoReflect added in v0.49.0

func (*ObservePartyVotesResponse) Reset

func (x *ObservePartyVotesResponse) Reset()

func (*ObservePartyVotesResponse) String

func (x *ObservePartyVotesResponse) String() string

type ObserveProposalVotesRequest

type ObserveProposalVotesRequest struct {

	// Proposal identifier, required field
	ProposalId string `protobuf:"bytes,1,opt,name=proposal_id,json=proposalId,proto3" json:"proposal_id,omitempty"`
	// contains filtered or unexported fields
}

Request to subscribe to a stream of governance votes for a proposal

func (*ObserveProposalVotesRequest) Descriptor deprecated

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

Deprecated: Use ObserveProposalVotesRequest.ProtoReflect.Descriptor instead.

func (*ObserveProposalVotesRequest) GetProposalId

func (x *ObserveProposalVotesRequest) GetProposalId() string

func (*ObserveProposalVotesRequest) ProtoMessage

func (*ObserveProposalVotesRequest) ProtoMessage()

func (*ObserveProposalVotesRequest) ProtoReflect added in v0.49.0

func (*ObserveProposalVotesRequest) Reset

func (x *ObserveProposalVotesRequest) Reset()

func (*ObserveProposalVotesRequest) String

func (x *ObserveProposalVotesRequest) String() string

type ObserveProposalVotesResponse

type ObserveProposalVotesResponse struct {
	Vote *vega.Vote `protobuf:"bytes,1,opt,name=vote,proto3" json:"vote,omitempty"`
	// contains filtered or unexported fields
}

func (*ObserveProposalVotesResponse) Descriptor deprecated

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

Deprecated: Use ObserveProposalVotesResponse.ProtoReflect.Descriptor instead.

func (*ObserveProposalVotesResponse) GetVote

func (x *ObserveProposalVotesResponse) GetVote() *vega.Vote

func (*ObserveProposalVotesResponse) ProtoMessage

func (*ObserveProposalVotesResponse) ProtoMessage()

func (*ObserveProposalVotesResponse) ProtoReflect added in v0.49.0

func (*ObserveProposalVotesResponse) Reset

func (x *ObserveProposalVotesResponse) Reset()

func (*ObserveProposalVotesResponse) String

type ObserveRewardsRequest added in v0.48.0

type ObserveRewardsRequest struct {
	AssetId string `protobuf:"bytes,1,opt,name=asset_id,json=assetId,proto3" json:"asset_id,omitempty"`
	Party   string `protobuf:"bytes,2,opt,name=party,proto3" json:"party,omitempty"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use ObserveRewardsRequest.ProtoReflect.Descriptor instead.

func (*ObserveRewardsRequest) GetAssetId added in v0.48.0

func (x *ObserveRewardsRequest) GetAssetId() string

func (*ObserveRewardsRequest) GetParty added in v0.48.0

func (x *ObserveRewardsRequest) GetParty() string

func (*ObserveRewardsRequest) ProtoMessage added in v0.48.0

func (*ObserveRewardsRequest) ProtoMessage()

func (*ObserveRewardsRequest) ProtoReflect added in v0.49.0

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

func (*ObserveRewardsRequest) Reset added in v0.48.0

func (x *ObserveRewardsRequest) Reset()

func (*ObserveRewardsRequest) String added in v0.48.0

func (x *ObserveRewardsRequest) String() string

type ObserveRewardsResponse added in v0.48.0

type ObserveRewardsResponse struct {
	Reward *vega.Reward `protobuf:"bytes,1,opt,name=reward,proto3" json:"reward,omitempty"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use ObserveRewardsResponse.ProtoReflect.Descriptor instead.

func (*ObserveRewardsResponse) GetReward added in v0.48.0

func (x *ObserveRewardsResponse) GetReward() *vega.Reward

func (*ObserveRewardsResponse) ProtoMessage added in v0.48.0

func (*ObserveRewardsResponse) ProtoMessage()

func (*ObserveRewardsResponse) ProtoReflect added in v0.49.0

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

func (*ObserveRewardsResponse) Reset added in v0.48.0

func (x *ObserveRewardsResponse) Reset()

func (*ObserveRewardsResponse) String added in v0.48.0

func (x *ObserveRewardsResponse) String() string

type OptionalProposalState

type OptionalProposalState struct {

	// Proposal state value
	Value vega.Proposal_State `protobuf:"varint,1,opt,name=value,proto3,enum=vega.Proposal_State" json:"value,omitempty"`
	// contains filtered or unexported fields
}

Optional proposal state

func (*OptionalProposalState) Descriptor deprecated

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

Deprecated: Use OptionalProposalState.ProtoReflect.Descriptor instead.

func (*OptionalProposalState) GetValue

func (*OptionalProposalState) ProtoMessage

func (*OptionalProposalState) ProtoMessage()

func (*OptionalProposalState) ProtoReflect added in v0.49.0

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

func (*OptionalProposalState) Reset

func (x *OptionalProposalState) Reset()

func (*OptionalProposalState) String

func (x *OptionalProposalState) String() string

type OracleDataBySpecRequest

type OracleDataBySpecRequest struct {

	// The id to get the oracle spec for
	Id         string      `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Pagination *Pagination `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

A request to all oracle data broadcast to a given spec

func (*OracleDataBySpecRequest) Descriptor deprecated

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

Deprecated: Use OracleDataBySpecRequest.ProtoReflect.Descriptor instead.

func (*OracleDataBySpecRequest) GetId

func (x *OracleDataBySpecRequest) GetId() string

func (*OracleDataBySpecRequest) GetPagination added in v0.51.0

func (x *OracleDataBySpecRequest) GetPagination() *Pagination

func (*OracleDataBySpecRequest) ProtoMessage

func (*OracleDataBySpecRequest) ProtoMessage()

func (*OracleDataBySpecRequest) ProtoReflect added in v0.49.0

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

func (*OracleDataBySpecRequest) Reset

func (x *OracleDataBySpecRequest) Reset()

func (*OracleDataBySpecRequest) String

func (x *OracleDataBySpecRequest) String() string

type OracleDataBySpecResponse

type OracleDataBySpecResponse struct {

	// The list of oracle data broadcast to a given spec
	OracleData []*v12.OracleData `protobuf:"bytes,1,rep,name=oracle_data,json=oracleData,proto3" json:"oracle_data,omitempty"`
	// contains filtered or unexported fields
}

The response for a list of all oracle data broadcast to a given spec

func (*OracleDataBySpecResponse) Descriptor deprecated

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

Deprecated: Use OracleDataBySpecResponse.ProtoReflect.Descriptor instead.

func (*OracleDataBySpecResponse) GetOracleData

func (x *OracleDataBySpecResponse) GetOracleData() []*v12.OracleData

func (*OracleDataBySpecResponse) ProtoMessage

func (*OracleDataBySpecResponse) ProtoMessage()

func (*OracleDataBySpecResponse) ProtoReflect added in v0.49.0

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

func (*OracleDataBySpecResponse) Reset

func (x *OracleDataBySpecResponse) Reset()

func (*OracleDataBySpecResponse) String

func (x *OracleDataBySpecResponse) String() string

type OracleSpecRequest

type OracleSpecRequest struct {

	// The id to get the oracle spec for
	Id         string      `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Pagination *Pagination `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

A request to get a specific oracle spec by identifier

func (*OracleSpecRequest) Descriptor deprecated

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

Deprecated: Use OracleSpecRequest.ProtoReflect.Descriptor instead.

func (*OracleSpecRequest) GetId

func (x *OracleSpecRequest) GetId() string

func (*OracleSpecRequest) GetPagination added in v0.51.0

func (x *OracleSpecRequest) GetPagination() *Pagination

func (*OracleSpecRequest) ProtoMessage

func (*OracleSpecRequest) ProtoMessage()

func (*OracleSpecRequest) ProtoReflect added in v0.49.0

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

func (*OracleSpecRequest) Reset

func (x *OracleSpecRequest) Reset()

func (*OracleSpecRequest) String

func (x *OracleSpecRequest) String() string

type OracleSpecResponse

type OracleSpecResponse struct {

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

A response for a oracle spec

func (*OracleSpecResponse) Descriptor deprecated

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

Deprecated: Use OracleSpecResponse.ProtoReflect.Descriptor instead.

func (*OracleSpecResponse) GetOracleSpec

func (x *OracleSpecResponse) GetOracleSpec() *v12.OracleSpec

func (*OracleSpecResponse) ProtoMessage

func (*OracleSpecResponse) ProtoMessage()

func (*OracleSpecResponse) ProtoReflect added in v0.49.0

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

func (*OracleSpecResponse) Reset

func (x *OracleSpecResponse) Reset()

func (*OracleSpecResponse) String

func (x *OracleSpecResponse) String() string

type OracleSpecsRequest

type OracleSpecsRequest struct {
	Pagination *Pagination `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

A request to get a specific oracle spec by identifier

func (*OracleSpecsRequest) Descriptor deprecated

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

Deprecated: Use OracleSpecsRequest.ProtoReflect.Descriptor instead.

func (*OracleSpecsRequest) GetPagination added in v0.51.0

func (x *OracleSpecsRequest) GetPagination() *Pagination

func (*OracleSpecsRequest) ProtoMessage

func (*OracleSpecsRequest) ProtoMessage()

func (*OracleSpecsRequest) ProtoReflect added in v0.49.0

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

func (*OracleSpecsRequest) Reset

func (x *OracleSpecsRequest) Reset()

func (*OracleSpecsRequest) String

func (x *OracleSpecsRequest) String() string

type OracleSpecsResponse

type OracleSpecsResponse struct {

	// The list of oracle specs
	OracleSpecs []*v12.OracleSpec `protobuf:"bytes,1,rep,name=oracle_specs,json=oracleSpecs,proto3" json:"oracle_specs,omitempty"`
	// contains filtered or unexported fields
}

The response for a list of withdrawals

func (*OracleSpecsResponse) Descriptor deprecated

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

Deprecated: Use OracleSpecsResponse.ProtoReflect.Descriptor instead.

func (*OracleSpecsResponse) GetOracleSpecs

func (x *OracleSpecsResponse) GetOracleSpecs() []*v12.OracleSpec

func (*OracleSpecsResponse) ProtoMessage

func (*OracleSpecsResponse) ProtoMessage()

func (*OracleSpecsResponse) ProtoReflect added in v0.49.0

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

func (*OracleSpecsResponse) Reset

func (x *OracleSpecsResponse) Reset()

func (*OracleSpecsResponse) String

func (x *OracleSpecsResponse) String() string

type OrderByIDRequest

type OrderByIDRequest struct {

	// Order identifier, required field
	OrderId string `protobuf:"bytes,1,opt,name=order_id,json=orderId,proto3" json:"order_id,omitempty"`
	// Version of the order:
	// - Set `version` to 0 for most recent version of the order
	// - Set `1` for original version of the order
	// - Set `2` for first amendment, `3` for second amendment, etc
	Version uint64 `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

Request for an order with the specified order identifier Optionally, return a specific version of the order with the `version` field

func (*OrderByIDRequest) Descriptor deprecated

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

Deprecated: Use OrderByIDRequest.ProtoReflect.Descriptor instead.

func (*OrderByIDRequest) GetOrderId

func (x *OrderByIDRequest) GetOrderId() string

func (*OrderByIDRequest) GetVersion

func (x *OrderByIDRequest) GetVersion() uint64

func (*OrderByIDRequest) ProtoMessage

func (*OrderByIDRequest) ProtoMessage()

func (*OrderByIDRequest) ProtoReflect added in v0.49.0

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

func (*OrderByIDRequest) Reset

func (x *OrderByIDRequest) Reset()

func (*OrderByIDRequest) String

func (x *OrderByIDRequest) String() string

type OrderByIDResponse

type OrderByIDResponse struct {
	Order *vega.Order `protobuf:"bytes,1,opt,name=order,proto3" json:"order,omitempty"`
	// contains filtered or unexported fields
}

func (*OrderByIDResponse) Descriptor deprecated

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

Deprecated: Use OrderByIDResponse.ProtoReflect.Descriptor instead.

func (*OrderByIDResponse) GetOrder

func (x *OrderByIDResponse) GetOrder() *vega.Order

func (*OrderByIDResponse) ProtoMessage

func (*OrderByIDResponse) ProtoMessage()

func (*OrderByIDResponse) ProtoReflect added in v0.49.0

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

func (*OrderByIDResponse) Reset

func (x *OrderByIDResponse) Reset()

func (*OrderByIDResponse) String

func (x *OrderByIDResponse) String() string

type OrderByMarketAndIDRequest

type OrderByMarketAndIDRequest struct {

	// Market identifier, required field
	MarketId string `protobuf:"bytes,1,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"`
	// Order identifier, required field
	OrderId string `protobuf:"bytes,2,opt,name=order_id,json=orderId,proto3" json:"order_id,omitempty"`
	// contains filtered or unexported fields
}

Request for an order on a market given an order identifier

func (*OrderByMarketAndIDRequest) Descriptor deprecated

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

Deprecated: Use OrderByMarketAndIDRequest.ProtoReflect.Descriptor instead.

func (*OrderByMarketAndIDRequest) GetMarketId

func (x *OrderByMarketAndIDRequest) GetMarketId() string

func (*OrderByMarketAndIDRequest) GetOrderId

func (x *OrderByMarketAndIDRequest) GetOrderId() string

func (*OrderByMarketAndIDRequest) ProtoMessage

func (*OrderByMarketAndIDRequest) ProtoMessage()

func (*OrderByMarketAndIDRequest) ProtoReflect added in v0.49.0

func (*OrderByMarketAndIDRequest) Reset

func (x *OrderByMarketAndIDRequest) Reset()

func (*OrderByMarketAndIDRequest) String

func (x *OrderByMarketAndIDRequest) String() string

type OrderByMarketAndIDResponse

type OrderByMarketAndIDResponse struct {

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

Response for an order on a market given an order identifier

func (*OrderByMarketAndIDResponse) Descriptor deprecated

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

Deprecated: Use OrderByMarketAndIDResponse.ProtoReflect.Descriptor instead.

func (*OrderByMarketAndIDResponse) GetOrder

func (x *OrderByMarketAndIDResponse) GetOrder() *vega.Order

func (*OrderByMarketAndIDResponse) ProtoMessage

func (*OrderByMarketAndIDResponse) ProtoMessage()

func (*OrderByMarketAndIDResponse) ProtoReflect added in v0.49.0

func (*OrderByMarketAndIDResponse) Reset

func (x *OrderByMarketAndIDResponse) Reset()

func (*OrderByMarketAndIDResponse) String

func (x *OrderByMarketAndIDResponse) String() string

type OrderByReferenceRequest

type OrderByReferenceRequest struct {

	// Unique reference, required field
	Reference string `protobuf:"bytes,1,opt,name=reference,proto3" json:"reference,omitempty"`
	// contains filtered or unexported fields
}

Request for an order given an order reference

func (*OrderByReferenceRequest) Descriptor deprecated

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

Deprecated: Use OrderByReferenceRequest.ProtoReflect.Descriptor instead.

func (*OrderByReferenceRequest) GetReference

func (x *OrderByReferenceRequest) GetReference() string

func (*OrderByReferenceRequest) ProtoMessage

func (*OrderByReferenceRequest) ProtoMessage()

func (*OrderByReferenceRequest) ProtoReflect added in v0.49.0

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

func (*OrderByReferenceRequest) Reset

func (x *OrderByReferenceRequest) Reset()

func (*OrderByReferenceRequest) String

func (x *OrderByReferenceRequest) String() string

type OrderByReferenceResponse

type OrderByReferenceResponse struct {

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

Response for an order given an order reference

func (*OrderByReferenceResponse) Descriptor deprecated

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

Deprecated: Use OrderByReferenceResponse.ProtoReflect.Descriptor instead.

func (*OrderByReferenceResponse) GetOrder

func (x *OrderByReferenceResponse) GetOrder() *vega.Order

func (*OrderByReferenceResponse) ProtoMessage

func (*OrderByReferenceResponse) ProtoMessage()

func (*OrderByReferenceResponse) ProtoReflect added in v0.49.0

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

func (*OrderByReferenceResponse) Reset

func (x *OrderByReferenceResponse) Reset()

func (*OrderByReferenceResponse) String

func (x *OrderByReferenceResponse) String() string

type OrderVersionsByIDRequest

type OrderVersionsByIDRequest struct {

	// Order identifier, required field
	OrderId string `protobuf:"bytes,1,opt,name=order_id,json=orderId,proto3" json:"order_id,omitempty"`
	// Pagination controls
	Pagination *Pagination `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

Request for a list of all versions of an order given the specified order identifier

func (*OrderVersionsByIDRequest) Descriptor deprecated

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

Deprecated: Use OrderVersionsByIDRequest.ProtoReflect.Descriptor instead.

func (*OrderVersionsByIDRequest) GetOrderId

func (x *OrderVersionsByIDRequest) GetOrderId() string

func (*OrderVersionsByIDRequest) GetPagination

func (x *OrderVersionsByIDRequest) GetPagination() *Pagination

func (*OrderVersionsByIDRequest) ProtoMessage

func (*OrderVersionsByIDRequest) ProtoMessage()

func (*OrderVersionsByIDRequest) ProtoReflect added in v0.49.0

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

func (*OrderVersionsByIDRequest) Reset

func (x *OrderVersionsByIDRequest) Reset()

func (*OrderVersionsByIDRequest) String

func (x *OrderVersionsByIDRequest) String() string

type OrderVersionsByIDResponse

type OrderVersionsByIDResponse struct {

	// A list of 0 or more orders (list will contain the same order but with different versions, if it has been amended)
	Orders []*vega.Order `protobuf:"bytes,1,rep,name=orders,proto3" json:"orders,omitempty"`
	// contains filtered or unexported fields
}

Response to a request for a list of all versions of an order

func (*OrderVersionsByIDResponse) Descriptor deprecated

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

Deprecated: Use OrderVersionsByIDResponse.ProtoReflect.Descriptor instead.

func (*OrderVersionsByIDResponse) GetOrders

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

func (*OrderVersionsByIDResponse) ProtoMessage

func (*OrderVersionsByIDResponse) ProtoMessage()

func (*OrderVersionsByIDResponse) ProtoReflect added in v0.49.0

func (*OrderVersionsByIDResponse) Reset

func (x *OrderVersionsByIDResponse) Reset()

func (*OrderVersionsByIDResponse) String

func (x *OrderVersionsByIDResponse) String() string

type OrdersByMarketRequest

type OrdersByMarketRequest struct {

	// Market identifier, required field
	MarketId string `protobuf:"bytes,1,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"`
	// Optional pagination controls
	Pagination *Pagination `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

Request for a list of orders for a market

func (*OrdersByMarketRequest) Descriptor deprecated

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

Deprecated: Use OrdersByMarketRequest.ProtoReflect.Descriptor instead.

func (*OrdersByMarketRequest) GetMarketId

func (x *OrdersByMarketRequest) GetMarketId() string

func (*OrdersByMarketRequest) GetPagination

func (x *OrdersByMarketRequest) GetPagination() *Pagination

func (*OrdersByMarketRequest) ProtoMessage

func (*OrdersByMarketRequest) ProtoMessage()

func (*OrdersByMarketRequest) ProtoReflect added in v0.49.0

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

func (*OrdersByMarketRequest) Reset

func (x *OrdersByMarketRequest) Reset()

func (*OrdersByMarketRequest) String

func (x *OrdersByMarketRequest) String() string

type OrdersByMarketResponse

type OrdersByMarketResponse struct {

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

Response for a list of orders for a market

func (*OrdersByMarketResponse) Descriptor deprecated

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

Deprecated: Use OrdersByMarketResponse.ProtoReflect.Descriptor instead.

func (*OrdersByMarketResponse) GetOrders

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

func (*OrdersByMarketResponse) ProtoMessage

func (*OrdersByMarketResponse) ProtoMessage()

func (*OrdersByMarketResponse) ProtoReflect added in v0.49.0

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

func (*OrdersByMarketResponse) Reset

func (x *OrdersByMarketResponse) Reset()

func (*OrdersByMarketResponse) String

func (x *OrdersByMarketResponse) String() string

type OrdersByPartyRequest

type OrdersByPartyRequest struct {

	// Party identifier, required field
	PartyId string `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"`
	// Pagination controls
	Pagination *Pagination `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

Request for a list of orders for a party

func (*OrdersByPartyRequest) Descriptor deprecated

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

Deprecated: Use OrdersByPartyRequest.ProtoReflect.Descriptor instead.

func (*OrdersByPartyRequest) GetPagination

func (x *OrdersByPartyRequest) GetPagination() *Pagination

func (*OrdersByPartyRequest) GetPartyId

func (x *OrdersByPartyRequest) GetPartyId() string

func (*OrdersByPartyRequest) ProtoMessage

func (*OrdersByPartyRequest) ProtoMessage()

func (*OrdersByPartyRequest) ProtoReflect added in v0.49.0

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

func (*OrdersByPartyRequest) Reset

func (x *OrdersByPartyRequest) Reset()

func (*OrdersByPartyRequest) String

func (x *OrdersByPartyRequest) String() string

type OrdersByPartyResponse

type OrdersByPartyResponse struct {

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

Response for a list of orders for a party

func (*OrdersByPartyResponse) Descriptor deprecated

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

Deprecated: Use OrdersByPartyResponse.ProtoReflect.Descriptor instead.

func (*OrdersByPartyResponse) GetOrders

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

func (*OrdersByPartyResponse) ProtoMessage

func (*OrdersByPartyResponse) ProtoMessage()

func (*OrdersByPartyResponse) ProtoReflect added in v0.49.0

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

func (*OrdersByPartyResponse) Reset

func (x *OrdersByPartyResponse) Reset()

func (*OrdersByPartyResponse) String

func (x *OrdersByPartyResponse) String() string

type OrdersSubscribeRequest

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

Request to subscribe to a stream of (Orders)[#vega.Order]

func (*OrdersSubscribeRequest) Descriptor deprecated

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

Deprecated: Use OrdersSubscribeRequest.ProtoReflect.Descriptor instead.

func (*OrdersSubscribeRequest) GetMarketId

func (x *OrdersSubscribeRequest) GetMarketId() string

func (*OrdersSubscribeRequest) GetPartyId

func (x *OrdersSubscribeRequest) GetPartyId() string

func (*OrdersSubscribeRequest) ProtoMessage

func (*OrdersSubscribeRequest) ProtoMessage()

func (*OrdersSubscribeRequest) ProtoReflect added in v0.49.0

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

func (*OrdersSubscribeRequest) Reset

func (x *OrdersSubscribeRequest) Reset()

func (*OrdersSubscribeRequest) String

func (x *OrdersSubscribeRequest) String() string

type OrdersSubscribeResponse

type OrdersSubscribeResponse struct {

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

A stream of orders

func (*OrdersSubscribeResponse) Descriptor deprecated

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

Deprecated: Use OrdersSubscribeResponse.ProtoReflect.Descriptor instead.

func (*OrdersSubscribeResponse) GetOrders

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

func (*OrdersSubscribeResponse) ProtoMessage

func (*OrdersSubscribeResponse) ProtoMessage()

func (*OrdersSubscribeResponse) ProtoReflect added in v0.49.0

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

func (*OrdersSubscribeResponse) Reset

func (x *OrdersSubscribeResponse) Reset()

func (*OrdersSubscribeResponse) String

func (x *OrdersSubscribeResponse) String() string

type Pagination

type Pagination 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 (*Pagination) Descriptor deprecated

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

Deprecated: Use Pagination.ProtoReflect.Descriptor instead.

func (*Pagination) GetDescending

func (x *Pagination) GetDescending() bool

func (*Pagination) GetLimit

func (x *Pagination) GetLimit() uint64

func (*Pagination) GetSkip

func (x *Pagination) GetSkip() uint64

func (*Pagination) ProtoMessage

func (*Pagination) ProtoMessage()

func (*Pagination) ProtoReflect added in v0.49.0

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

func (*Pagination) Reset

func (x *Pagination) Reset()

func (*Pagination) String

func (x *Pagination) String() string

type PartiesRequest

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

Request for a list of all parties

func (*PartiesRequest) Descriptor deprecated

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

Deprecated: Use PartiesRequest.ProtoReflect.Descriptor instead.

func (*PartiesRequest) ProtoMessage

func (*PartiesRequest) ProtoMessage()

func (*PartiesRequest) ProtoReflect added in v0.49.0

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

func (*PartiesRequest) Reset

func (x *PartiesRequest) Reset()

func (*PartiesRequest) String

func (x *PartiesRequest) String() string

type PartiesResponse

type PartiesResponse struct {

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

Response to a request for a list of parties

func (*PartiesResponse) Descriptor deprecated

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

Deprecated: Use PartiesResponse.ProtoReflect.Descriptor instead.

func (*PartiesResponse) GetParties

func (x *PartiesResponse) GetParties() []*vega.Party

func (*PartiesResponse) ProtoMessage

func (*PartiesResponse) ProtoMessage()

func (*PartiesResponse) ProtoReflect added in v0.49.0

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

func (*PartiesResponse) Reset

func (x *PartiesResponse) Reset()

func (*PartiesResponse) String

func (x *PartiesResponse) String() string

type PartyAccountsRequest

type PartyAccountsRequest struct {

	// Party identifier
	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"`
	// Account type, required field
	Type vega.AccountType `protobuf:"varint,3,opt,name=type,proto3,enum=vega.AccountType" json:"type,omitempty"`
	// Asset identifier
	Asset string `protobuf:"bytes,4,opt,name=asset,proto3" json:"asset,omitempty"`
	// contains filtered or unexported fields
}

Request for a list of accounts for a party

func (*PartyAccountsRequest) Descriptor deprecated

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

Deprecated: Use PartyAccountsRequest.ProtoReflect.Descriptor instead.

func (*PartyAccountsRequest) GetAsset

func (x *PartyAccountsRequest) GetAsset() string

func (*PartyAccountsRequest) GetMarketId

func (x *PartyAccountsRequest) GetMarketId() string

func (*PartyAccountsRequest) GetPartyId

func (x *PartyAccountsRequest) GetPartyId() string

func (*PartyAccountsRequest) GetType

func (x *PartyAccountsRequest) GetType() vega.AccountType

func (*PartyAccountsRequest) ProtoMessage

func (*PartyAccountsRequest) ProtoMessage()

func (*PartyAccountsRequest) ProtoReflect added in v0.49.0

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

func (*PartyAccountsRequest) Reset

func (x *PartyAccountsRequest) Reset()

func (*PartyAccountsRequest) String

func (x *PartyAccountsRequest) String() string

type PartyAccountsResponse

type PartyAccountsResponse struct {

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

Response for a list of accounts for a party

func (*PartyAccountsResponse) Descriptor deprecated

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

Deprecated: Use PartyAccountsResponse.ProtoReflect.Descriptor instead.

func (*PartyAccountsResponse) GetAccounts

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

func (*PartyAccountsResponse) ProtoMessage

func (*PartyAccountsResponse) ProtoMessage()

func (*PartyAccountsResponse) ProtoReflect added in v0.49.0

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

func (*PartyAccountsResponse) Reset

func (x *PartyAccountsResponse) Reset()

func (*PartyAccountsResponse) String

func (x *PartyAccountsResponse) String() string

type PartyByIDRequest

type PartyByIDRequest struct {

	// Party identifier, required field
	PartyId string `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"`
	// contains filtered or unexported fields
}

Request for a party given a party identifier

func (*PartyByIDRequest) Descriptor deprecated

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

Deprecated: Use PartyByIDRequest.ProtoReflect.Descriptor instead.

func (*PartyByIDRequest) GetPartyId

func (x *PartyByIDRequest) GetPartyId() string

func (*PartyByIDRequest) ProtoMessage

func (*PartyByIDRequest) ProtoMessage()

func (*PartyByIDRequest) ProtoReflect added in v0.49.0

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

func (*PartyByIDRequest) Reset

func (x *PartyByIDRequest) Reset()

func (*PartyByIDRequest) String

func (x *PartyByIDRequest) String() string

type PartyByIDResponse

type PartyByIDResponse struct {

	// A party, if found
	Party *vega.Party `protobuf:"bytes,1,opt,name=party,proto3" json:"party,omitempty"`
	// contains filtered or unexported fields
}

Response for a party given a party identifier

func (*PartyByIDResponse) Descriptor deprecated

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

Deprecated: Use PartyByIDResponse.ProtoReflect.Descriptor instead.

func (*PartyByIDResponse) GetParty

func (x *PartyByIDResponse) GetParty() *vega.Party

func (*PartyByIDResponse) ProtoMessage

func (*PartyByIDResponse) ProtoMessage()

func (*PartyByIDResponse) ProtoReflect added in v0.49.0

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

func (*PartyByIDResponse) Reset

func (x *PartyByIDResponse) Reset()

func (*PartyByIDResponse) String

func (x *PartyByIDResponse) String() string

type PartyStakeRequest added in v0.42.0

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

func (*PartyStakeRequest) Descriptor deprecated added in v0.42.0

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

Deprecated: Use PartyStakeRequest.ProtoReflect.Descriptor instead.

func (*PartyStakeRequest) GetParty added in v0.42.0

func (x *PartyStakeRequest) GetParty() string

func (*PartyStakeRequest) ProtoMessage added in v0.42.0

func (*PartyStakeRequest) ProtoMessage()

func (*PartyStakeRequest) ProtoReflect added in v0.49.0

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

func (*PartyStakeRequest) Reset added in v0.42.0

func (x *PartyStakeRequest) Reset()

func (*PartyStakeRequest) String added in v0.42.0

func (x *PartyStakeRequest) String() string

type PartyStakeResponse added in v0.42.0

type PartyStakeResponse struct {
	CurrentStakeAvailable string             `` /* 126-byte string literal not displayed */
	StakeLinkings         []*v1.StakeLinking `protobuf:"bytes,2,rep,name=stake_linkings,json=stakeLinkings,proto3" json:"stake_linkings,omitempty"`
	// contains filtered or unexported fields
}

func (*PartyStakeResponse) Descriptor deprecated added in v0.42.0

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

Deprecated: Use PartyStakeResponse.ProtoReflect.Descriptor instead.

func (*PartyStakeResponse) GetCurrentStakeAvailable added in v0.42.0

func (x *PartyStakeResponse) GetCurrentStakeAvailable() string

func (*PartyStakeResponse) GetStakeLinkings added in v0.42.0

func (x *PartyStakeResponse) GetStakeLinkings() []*v1.StakeLinking

func (*PartyStakeResponse) ProtoMessage added in v0.42.0

func (*PartyStakeResponse) ProtoMessage()

func (*PartyStakeResponse) ProtoReflect added in v0.49.0

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

func (*PartyStakeResponse) Reset added in v0.42.0

func (x *PartyStakeResponse) Reset()

func (*PartyStakeResponse) String added in v0.42.0

func (x *PartyStakeResponse) String() string

type PositionsByPartyRequest

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

Request for a list of positions for a party Optionally, if a market identifier is set, the results will be filtered for that market only

func (*PositionsByPartyRequest) Descriptor deprecated

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

Deprecated: Use PositionsByPartyRequest.ProtoReflect.Descriptor instead.

func (*PositionsByPartyRequest) GetMarketId

func (x *PositionsByPartyRequest) GetMarketId() string

func (*PositionsByPartyRequest) GetPartyId

func (x *PositionsByPartyRequest) GetPartyId() string

func (*PositionsByPartyRequest) ProtoMessage

func (*PositionsByPartyRequest) ProtoMessage()

func (*PositionsByPartyRequest) ProtoReflect added in v0.49.0

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

func (*PositionsByPartyRequest) Reset

func (x *PositionsByPartyRequest) Reset()

func (*PositionsByPartyRequest) String

func (x *PositionsByPartyRequest) String() string

type PositionsByPartyResponse

type PositionsByPartyResponse struct {

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

Response for a list of positions for a party

func (*PositionsByPartyResponse) Descriptor deprecated

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

Deprecated: Use PositionsByPartyResponse.ProtoReflect.Descriptor instead.

func (*PositionsByPartyResponse) GetPositions

func (x *PositionsByPartyResponse) GetPositions() []*vega.Position

func (*PositionsByPartyResponse) ProtoMessage

func (*PositionsByPartyResponse) ProtoMessage()

func (*PositionsByPartyResponse) ProtoReflect added in v0.49.0

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

func (*PositionsByPartyResponse) Reset

func (x *PositionsByPartyResponse) Reset()

func (*PositionsByPartyResponse) String

func (x *PositionsByPartyResponse) String() string

type PositionsSubscribeRequest

type PositionsSubscribeRequest struct {

	// Party identifier, optional field
	PartyId string `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"`
	// Market identifier, optional field
	MarketId string `protobuf:"bytes,2,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"`
	// contains filtered or unexported fields
}

Request to subscribe to a stream of (Positions)[#vega.Position]

func (*PositionsSubscribeRequest) Descriptor deprecated

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

Deprecated: Use PositionsSubscribeRequest.ProtoReflect.Descriptor instead.

func (*PositionsSubscribeRequest) GetMarketId

func (x *PositionsSubscribeRequest) GetMarketId() string

func (*PositionsSubscribeRequest) GetPartyId

func (x *PositionsSubscribeRequest) GetPartyId() string

func (*PositionsSubscribeRequest) ProtoMessage

func (*PositionsSubscribeRequest) ProtoMessage()

func (*PositionsSubscribeRequest) ProtoReflect added in v0.49.0

func (*PositionsSubscribeRequest) Reset

func (x *PositionsSubscribeRequest) Reset()

func (*PositionsSubscribeRequest) String

func (x *PositionsSubscribeRequest) String() string

type PositionsSubscribeResponse

type PositionsSubscribeResponse struct {
	Position *vega.Position `protobuf:"bytes,1,opt,name=position,proto3" json:"position,omitempty"`
	// contains filtered or unexported fields
}

func (*PositionsSubscribeResponse) Descriptor deprecated

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

Deprecated: Use PositionsSubscribeResponse.ProtoReflect.Descriptor instead.

func (*PositionsSubscribeResponse) GetPosition

func (x *PositionsSubscribeResponse) GetPosition() *vega.Position

func (*PositionsSubscribeResponse) ProtoMessage

func (*PositionsSubscribeResponse) ProtoMessage()

func (*PositionsSubscribeResponse) ProtoReflect added in v0.49.0

func (*PositionsSubscribeResponse) Reset

func (x *PositionsSubscribeResponse) Reset()

func (*PositionsSubscribeResponse) String

func (x *PositionsSubscribeResponse) String() string

type TradesByMarketRequest

type TradesByMarketRequest struct {

	// Market identifier, required field
	MarketId string `protobuf:"bytes,1,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"`
	// Pagination controls
	Pagination *Pagination `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

Request for a list of trades on a market

func (*TradesByMarketRequest) Descriptor deprecated

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

Deprecated: Use TradesByMarketRequest.ProtoReflect.Descriptor instead.

func (*TradesByMarketRequest) GetMarketId

func (x *TradesByMarketRequest) GetMarketId() string

func (*TradesByMarketRequest) GetPagination

func (x *TradesByMarketRequest) GetPagination() *Pagination

func (*TradesByMarketRequest) ProtoMessage

func (*TradesByMarketRequest) ProtoMessage()

func (*TradesByMarketRequest) ProtoReflect added in v0.49.0

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

func (*TradesByMarketRequest) Reset

func (x *TradesByMarketRequest) Reset()

func (*TradesByMarketRequest) String

func (x *TradesByMarketRequest) String() string

type TradesByMarketResponse

type TradesByMarketResponse 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
}

Response for a list of trades on a market

func (*TradesByMarketResponse) Descriptor deprecated

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

Deprecated: Use TradesByMarketResponse.ProtoReflect.Descriptor instead.

func (*TradesByMarketResponse) GetTrades

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

func (*TradesByMarketResponse) ProtoMessage

func (*TradesByMarketResponse) ProtoMessage()

func (*TradesByMarketResponse) ProtoReflect added in v0.49.0

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

func (*TradesByMarketResponse) Reset

func (x *TradesByMarketResponse) Reset()

func (*TradesByMarketResponse) String

func (x *TradesByMarketResponse) String() string

type TradesByOrderRequest

type TradesByOrderRequest struct {

	// Order identifier, required field
	OrderId string `protobuf:"bytes,1,opt,name=order_id,json=orderId,proto3" json:"order_id,omitempty"`
	// contains filtered or unexported fields
}

Request for a list of trades related to an order

func (*TradesByOrderRequest) Descriptor deprecated

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

Deprecated: Use TradesByOrderRequest.ProtoReflect.Descriptor instead.

func (*TradesByOrderRequest) GetOrderId

func (x *TradesByOrderRequest) GetOrderId() string

func (*TradesByOrderRequest) ProtoMessage

func (*TradesByOrderRequest) ProtoMessage()

func (*TradesByOrderRequest) ProtoReflect added in v0.49.0

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

func (*TradesByOrderRequest) Reset

func (x *TradesByOrderRequest) Reset()

func (*TradesByOrderRequest) String

func (x *TradesByOrderRequest) String() string

type TradesByOrderResponse

type TradesByOrderResponse 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
}

Response for a list of trades related to an order

func (*TradesByOrderResponse) Descriptor deprecated

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

Deprecated: Use TradesByOrderResponse.ProtoReflect.Descriptor instead.

func (*TradesByOrderResponse) GetTrades

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

func (*TradesByOrderResponse) ProtoMessage

func (*TradesByOrderResponse) ProtoMessage()

func (*TradesByOrderResponse) ProtoReflect added in v0.49.0

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

func (*TradesByOrderResponse) Reset

func (x *TradesByOrderResponse) Reset()

func (*TradesByOrderResponse) String

func (x *TradesByOrderResponse) String() string

type TradesByPartyRequest

type TradesByPartyRequest 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"`
	// Pagination controls
	Pagination *Pagination `protobuf:"bytes,3,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

Request for a list of trades relating to the given party Optionally, the list can be additionally filtered for trades by market

func (*TradesByPartyRequest) Descriptor deprecated

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

Deprecated: Use TradesByPartyRequest.ProtoReflect.Descriptor instead.

func (*TradesByPartyRequest) GetMarketId

func (x *TradesByPartyRequest) GetMarketId() string

func (*TradesByPartyRequest) GetPagination

func (x *TradesByPartyRequest) GetPagination() *Pagination

func (*TradesByPartyRequest) GetPartyId

func (x *TradesByPartyRequest) GetPartyId() string

func (*TradesByPartyRequest) ProtoMessage

func (*TradesByPartyRequest) ProtoMessage()

func (*TradesByPartyRequest) ProtoReflect added in v0.49.0

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

func (*TradesByPartyRequest) Reset

func (x *TradesByPartyRequest) Reset()

func (*TradesByPartyRequest) String

func (x *TradesByPartyRequest) String() string

type TradesByPartyResponse

type TradesByPartyResponse 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
}

Response for a list of trades relating to a party

func (*TradesByPartyResponse) Descriptor deprecated

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

Deprecated: Use TradesByPartyResponse.ProtoReflect.Descriptor instead.

func (*TradesByPartyResponse) GetTrades

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

func (*TradesByPartyResponse) ProtoMessage

func (*TradesByPartyResponse) ProtoMessage()

func (*TradesByPartyResponse) ProtoReflect added in v0.49.0

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

func (*TradesByPartyResponse) Reset

func (x *TradesByPartyResponse) Reset()

func (*TradesByPartyResponse) String

func (x *TradesByPartyResponse) String() string

type TradesSubscribeRequest

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

Request to subscribe to a stream of (Trades)[#vega.Trade]

func (*TradesSubscribeRequest) Descriptor deprecated

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

Deprecated: Use TradesSubscribeRequest.ProtoReflect.Descriptor instead.

func (*TradesSubscribeRequest) GetMarketId

func (x *TradesSubscribeRequest) GetMarketId() string

func (*TradesSubscribeRequest) GetPartyId

func (x *TradesSubscribeRequest) GetPartyId() string

func (*TradesSubscribeRequest) ProtoMessage

func (*TradesSubscribeRequest) ProtoMessage()

func (*TradesSubscribeRequest) ProtoReflect added in v0.49.0

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

func (*TradesSubscribeRequest) Reset

func (x *TradesSubscribeRequest) Reset()

func (*TradesSubscribeRequest) String

func (x *TradesSubscribeRequest) String() string

type TradesSubscribeResponse

type TradesSubscribeResponse 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 (*TradesSubscribeResponse) Descriptor deprecated

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

Deprecated: Use TradesSubscribeResponse.ProtoReflect.Descriptor instead.

func (*TradesSubscribeResponse) GetTrades

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

func (*TradesSubscribeResponse) ProtoMessage

func (*TradesSubscribeResponse) ProtoMessage()

func (*TradesSubscribeResponse) ProtoReflect added in v0.49.0

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

func (*TradesSubscribeResponse) Reset

func (x *TradesSubscribeResponse) Reset()

func (*TradesSubscribeResponse) String

func (x *TradesSubscribeResponse) String() string

type TradingDataServiceClient

type TradingDataServiceClient interface {
	// Get a list of Accounts by Market
	MarketAccounts(ctx context.Context, in *MarketAccountsRequest, opts ...grpc.CallOption) (*MarketAccountsResponse, error)
	// Get a list of Accounts by Party
	PartyAccounts(ctx context.Context, in *PartyAccountsRequest, opts ...grpc.CallOption) (*PartyAccountsResponse, error)
	// Get a list of accounts holding infrastructure fees.
	// Can be filtered by asset, there will be 1 infrastructure fee account per
	// asset in the network.
	FeeInfrastructureAccounts(ctx context.Context, in *FeeInfrastructureAccountsRequest, opts ...grpc.CallOption) (*FeeInfrastructureAccountsResponse, error)
	// Get a list of accounts holding reward pools
	// Can be filtered by asset, there will be 1 reward pool account per
	// asset in the network.
	GlobalRewardPoolAccounts(ctx context.Context, in *GlobalRewardPoolAccountsRequest, opts ...grpc.CallOption) (*GlobalRewardPoolAccountsResponse, error)
	// Get a list of Candles by Market
	Candles(ctx context.Context, in *CandlesRequest, opts ...grpc.CallOption) (*CandlesResponse, error)
	// Get Market Data by Market ID
	MarketDataByID(ctx context.Context, in *MarketDataByIDRequest, opts ...grpc.CallOption) (*MarketDataByIDResponse, error)
	// Get a list of Market Data
	MarketsData(ctx context.Context, in *MarketsDataRequest, opts ...grpc.CallOption) (*MarketsDataResponse, error)
	// Get a Market by ID
	MarketByID(ctx context.Context, in *MarketByIDRequest, opts ...grpc.CallOption) (*MarketByIDResponse, error)
	// Get Market Depth
	MarketDepth(ctx context.Context, in *MarketDepthRequest, opts ...grpc.CallOption) (*MarketDepthResponse, error)
	// Get a list of Markets
	Markets(ctx context.Context, in *MarketsRequest, opts ...grpc.CallOption) (*MarketsResponse, error)
	// Get an Order by Market and Order ID
	OrderByMarketAndID(ctx context.Context, in *OrderByMarketAndIDRequest, opts ...grpc.CallOption) (*OrderByMarketAndIDResponse, error)
	// Get an Order by Pending Order reference (UUID)
	OrderByReference(ctx context.Context, in *OrderByReferenceRequest, opts ...grpc.CallOption) (*OrderByReferenceResponse, error)
	// Get a list of Orders by Market
	OrdersByMarket(ctx context.Context, in *OrdersByMarketRequest, opts ...grpc.CallOption) (*OrdersByMarketResponse, error)
	// Get a list of Orders by Party
	OrdersByParty(ctx context.Context, in *OrdersByPartyRequest, opts ...grpc.CallOption) (*OrdersByPartyResponse, error)
	// Get a specific order by order ID
	OrderByID(ctx context.Context, in *OrderByIDRequest, opts ...grpc.CallOption) (*OrderByIDResponse, error)
	// Get all versions of the order by its orderID
	OrderVersionsByID(ctx context.Context, in *OrderVersionsByIDRequest, opts ...grpc.CallOption) (*OrderVersionsByIDResponse, error)
	// Get Margin Levels by Party ID
	MarginLevels(ctx context.Context, in *MarginLevelsRequest, opts ...grpc.CallOption) (*MarginLevelsResponse, error)
	// Get a list of Parties
	Parties(ctx context.Context, in *PartiesRequest, opts ...grpc.CallOption) (*PartiesResponse, error)
	// Get a Party by ID
	PartyByID(ctx context.Context, in *PartyByIDRequest, opts ...grpc.CallOption) (*PartyByIDResponse, error)
	// Get a list of Positions by Party
	PositionsByParty(ctx context.Context, in *PositionsByPartyRequest, opts ...grpc.CallOption) (*PositionsByPartyResponse, error)
	// Get latest Trade
	LastTrade(ctx context.Context, in *LastTradeRequest, opts ...grpc.CallOption) (*LastTradeResponse, error)
	// Get a list of Trades by Market
	TradesByMarket(ctx context.Context, in *TradesByMarketRequest, opts ...grpc.CallOption) (*TradesByMarketResponse, error)
	// Get a list of Trades by Order
	TradesByOrder(ctx context.Context, in *TradesByOrderRequest, opts ...grpc.CallOption) (*TradesByOrderResponse, error)
	// Get a list of Trades by Party
	TradesByParty(ctx context.Context, in *TradesByPartyRequest, opts ...grpc.CallOption) (*TradesByPartyResponse, error)
	// Get governance data (proposals and votes) for all proposals
	GetProposals(ctx context.Context, in *GetProposalsRequest, opts ...grpc.CallOption) (*GetProposalsResponse, error)
	// Get governance data (proposals and votes) for proposals by party authoring them
	GetProposalsByParty(ctx context.Context, in *GetProposalsByPartyRequest, opts ...grpc.CallOption) (*GetProposalsByPartyResponse, error)
	// Get votes by party casting them
	GetVotesByParty(ctx context.Context, in *GetVotesByPartyRequest, opts ...grpc.CallOption) (*GetVotesByPartyResponse, error)
	// Get governance data (proposals and votes) for proposals that aim creating new markets
	GetNewMarketProposals(ctx context.Context, in *GetNewMarketProposalsRequest, opts ...grpc.CallOption) (*GetNewMarketProposalsResponse, error)
	// Get governance data (proposals and votes) for proposals that aim updating markets
	GetUpdateMarketProposals(ctx context.Context, in *GetUpdateMarketProposalsRequest, opts ...grpc.CallOption) (*GetUpdateMarketProposalsResponse, error)
	// Get governance data (proposals and votes) for proposals that aim updating Vega network parameters
	GetNetworkParametersProposals(ctx context.Context, in *GetNetworkParametersProposalsRequest, opts ...grpc.CallOption) (*GetNetworkParametersProposalsResponse, error)
	// Get governance data (proposals and votes) for proposals aiming to create new assets
	GetNewAssetProposals(ctx context.Context, in *GetNewAssetProposalsRequest, opts ...grpc.CallOption) (*GetNewAssetProposalsResponse, error)
	// Get governance data (proposals and votes) for proposals aiming to create freeform proposals
	GetNewFreeformProposals(ctx context.Context, in *GetNewFreeformProposalsRequest, opts ...grpc.CallOption) (*GetNewFreeformProposalsResponse, error)
	// Get governance data (proposals and votes) for a proposal located by ID
	GetProposalByID(ctx context.Context, in *GetProposalByIDRequest, opts ...grpc.CallOption) (*GetProposalByIDResponse, error)
	// Get governance data (proposals and votes) for a proposal located by reference
	GetProposalByReference(ctx context.Context, in *GetProposalByReferenceRequest, opts ...grpc.CallOption) (*GetProposalByReferenceResponse, error)
	// Subscribe to a stream of all governance updates
	ObserveGovernance(ctx context.Context, in *ObserveGovernanceRequest, opts ...grpc.CallOption) (TradingDataService_ObserveGovernanceClient, error)
	// Subscribe to a stream of proposal updates
	ObservePartyProposals(ctx context.Context, in *ObservePartyProposalsRequest, opts ...grpc.CallOption) (TradingDataService_ObservePartyProposalsClient, error)
	// Subscribe to a stream of votes cast by a specific party
	ObservePartyVotes(ctx context.Context, in *ObservePartyVotesRequest, opts ...grpc.CallOption) (TradingDataService_ObservePartyVotesClient, error)
	// Subscribe to a stream of proposal votes
	ObserveProposalVotes(ctx context.Context, in *ObserveProposalVotesRequest, opts ...grpc.CallOption) (TradingDataService_ObserveProposalVotesClient, error)
	// Subscribe to a stream of events from the core
	ObserveEventBus(ctx context.Context, opts ...grpc.CallOption) (TradingDataService_ObserveEventBusClient, error)
	// Get data of current node
	GetNodeData(ctx context.Context, in *GetNodeDataRequest, opts ...grpc.CallOption) (*GetNodeDataResponse, error)
	// List all known network nodes
	GetNodes(ctx context.Context, in *GetNodesRequest, opts ...grpc.CallOption) (*GetNodesResponse, error)
	// Get a specific node by ID
	GetNodeByID(ctx context.Context, in *GetNodeByIDRequest, opts ...grpc.CallOption) (*GetNodeByIDResponse, error)
	// Get all key rotations
	GetKeyRotations(ctx context.Context, in *GetKeyRotationsRequest, opts ...grpc.CallOption) (*GetKeyRotationsResponse, error)
	// Get all key rotations by node
	GetKeyRotationsByNode(ctx context.Context, in *GetKeyRotationsByNodeRequest, opts ...grpc.CallOption) (*GetKeyRotationsByNodeResponse, error)
	// Get data for a specific epoch, if id omitted it gets the current epoch
	GetEpoch(ctx context.Context, in *GetEpochRequest, opts ...grpc.CallOption) (*GetEpochResponse, error)
	// Get Time
	GetVegaTime(ctx context.Context, in *GetVegaTimeRequest, opts ...grpc.CallOption) (*GetVegaTimeResponse, error)
	// Subscribe to a stream of Accounts
	AccountsSubscribe(ctx context.Context, in *AccountsSubscribeRequest, opts ...grpc.CallOption) (TradingDataService_AccountsSubscribeClient, error)
	// Subscribe to a stream of Candles
	CandlesSubscribe(ctx context.Context, in *CandlesSubscribeRequest, opts ...grpc.CallOption) (TradingDataService_CandlesSubscribeClient, error)
	// Subscribe to a stream of Margin Levels
	MarginLevelsSubscribe(ctx context.Context, in *MarginLevelsSubscribeRequest, opts ...grpc.CallOption) (TradingDataService_MarginLevelsSubscribeClient, error)
	// Subscribe to a stream of Market Depth
	MarketDepthSubscribe(ctx context.Context, in *MarketDepthSubscribeRequest, opts ...grpc.CallOption) (TradingDataService_MarketDepthSubscribeClient, error)
	// Subscribe to a stream of Market Depth Price Level Updates
	MarketDepthUpdatesSubscribe(ctx context.Context, in *MarketDepthUpdatesSubscribeRequest, opts ...grpc.CallOption) (TradingDataService_MarketDepthUpdatesSubscribeClient, error)
	// Subscribe to a stream of Markets Data
	MarketsDataSubscribe(ctx context.Context, in *MarketsDataSubscribeRequest, opts ...grpc.CallOption) (TradingDataService_MarketsDataSubscribeClient, error)
	// Subscribe to a stream of Orders
	OrdersSubscribe(ctx context.Context, in *OrdersSubscribeRequest, opts ...grpc.CallOption) (TradingDataService_OrdersSubscribeClient, error)
	// Subscribe to a stream of Positions
	PositionsSubscribe(ctx context.Context, in *PositionsSubscribeRequest, opts ...grpc.CallOption) (TradingDataService_PositionsSubscribeClient, error)
	// Subscribe to a stream of Trades
	TradesSubscribe(ctx context.Context, in *TradesSubscribeRequest, opts ...grpc.CallOption) (TradingDataService_TradesSubscribeClient, error)
	// Subscribe to a stream of Transfer Responses
	TransferResponsesSubscribe(ctx context.Context, in *TransferResponsesSubscribeRequest, opts ...grpc.CallOption) (TradingDataService_TransferResponsesSubscribeClient, error)
	// Get an aggregate of signatures from all the nodes of the network
	GetNodeSignaturesAggregate(ctx context.Context, in *GetNodeSignaturesAggregateRequest, opts ...grpc.CallOption) (*GetNodeSignaturesAggregateResponse, error)
	// Get an asset by its identifier
	AssetByID(ctx context.Context, in *AssetByIDRequest, opts ...grpc.CallOption) (*AssetByIDResponse, error)
	// Get a list of all assets on Vega
	Assets(ctx context.Context, in *AssetsRequest, opts ...grpc.CallOption) (*AssetsResponse, error)
	// Get an estimate for the fee to be paid for a given order
	EstimateFee(ctx context.Context, in *EstimateFeeRequest, opts ...grpc.CallOption) (*EstimateFeeResponse, error)
	// Get an estimate for the margin required for a new order
	EstimateMargin(ctx context.Context, in *EstimateMarginRequest, opts ...grpc.CallOption) (*EstimateMarginResponse, error)
	// Get the bundle approval for an ERC20 withdrawal,
	// these data are being used to bundle the call to the smart contract on the ethereum bridge
	ERC20WithdrawalApproval(ctx context.Context, in *ERC20WithdrawalApprovalRequest, opts ...grpc.CallOption) (*ERC20WithdrawalApprovalResponse, error)
	// Get a withdrawal by its identifier
	Withdrawal(ctx context.Context, in *WithdrawalRequest, opts ...grpc.CallOption) (*WithdrawalResponse, error)
	// Get withdrawals for a party
	Withdrawals(ctx context.Context, in *WithdrawalsRequest, opts ...grpc.CallOption) (*WithdrawalsResponse, error)
	// Get a deposit by its identifier
	Deposit(ctx context.Context, in *DepositRequest, opts ...grpc.CallOption) (*DepositResponse, error)
	// Get deposits for a party
	Deposits(ctx context.Context, in *DepositsRequest, opts ...grpc.CallOption) (*DepositsResponse, error)
	// Get the network parameters
	NetworkParameters(ctx context.Context, in *NetworkParametersRequest, opts ...grpc.CallOption) (*NetworkParametersResponse, error)
	// Get the liquidity provision orders
	LiquidityProvisions(ctx context.Context, in *LiquidityProvisionsRequest, opts ...grpc.CallOption) (*LiquidityProvisionsResponse, error)
	// Get an oracle spec by ID.
	OracleSpec(ctx context.Context, in *OracleSpecRequest, opts ...grpc.CallOption) (*OracleSpecResponse, error)
	// Get the oracle specs
	OracleSpecs(ctx context.Context, in *OracleSpecsRequest, opts ...grpc.CallOption) (*OracleSpecsResponse, error)
	// Get oracle data that matched the given spec
	OracleDataBySpec(ctx context.Context, in *OracleDataBySpecRequest, opts ...grpc.CallOption) (*OracleDataBySpecResponse, error)
	// Get all oracle data
	ListOracleData(ctx context.Context, in *ListOracleDataRequest, opts ...grpc.CallOption) (*ListOracleDataResponse, error)
	// subscribe to rewards
	ObserveRewards(ctx context.Context, in *ObserveRewardsRequest, opts ...grpc.CallOption) (TradingDataService_ObserveRewardsClient, error)
	// Get rewards
	GetRewards(ctx context.Context, in *GetRewardsRequest, opts ...grpc.CallOption) (*GetRewardsResponse, error)
	// Get reward summaries
	GetRewardSummaries(ctx context.Context, in *GetRewardSummariesRequest, opts ...grpc.CallOption) (*GetRewardSummariesResponse, error)
	Checkpoints(ctx context.Context, in *CheckpointsRequest, opts ...grpc.CallOption) (*CheckpointsResponse, error)
	// Get delegation data
	Delegations(ctx context.Context, in *DelegationsRequest, opts ...grpc.CallOption) (*DelegationsResponse, error)
	// subscribe to delegation events
	ObserveDelegations(ctx context.Context, in *ObserveDelegationsRequest, opts ...grpc.CallOption) (TradingDataService_ObserveDelegationsClient, error)
	PartyStake(ctx context.Context, in *PartyStakeRequest, opts ...grpc.CallOption) (*PartyStakeResponse, error)
	Transfers(ctx context.Context, in *TransfersRequest, opts ...grpc.CallOption) (*TransfersResponse, error)
	// Get Risk Factor data for a given market
	GetRiskFactors(ctx context.Context, in *GetRiskFactorsRequest, opts ...grpc.CallOption) (*GetRiskFactorsResponse, 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 {
	// Get a list of Accounts by Market
	MarketAccounts(context.Context, *MarketAccountsRequest) (*MarketAccountsResponse, error)
	// Get a list of Accounts by Party
	PartyAccounts(context.Context, *PartyAccountsRequest) (*PartyAccountsResponse, error)
	// Get a list of accounts holding infrastructure fees.
	// Can be filtered by asset, there will be 1 infrastructure fee account per
	// asset in the network.
	FeeInfrastructureAccounts(context.Context, *FeeInfrastructureAccountsRequest) (*FeeInfrastructureAccountsResponse, error)
	// Get a list of accounts holding reward pools
	// Can be filtered by asset, there will be 1 reward pool account per
	// asset in the network.
	GlobalRewardPoolAccounts(context.Context, *GlobalRewardPoolAccountsRequest) (*GlobalRewardPoolAccountsResponse, error)
	// Get a list of Candles by Market
	Candles(context.Context, *CandlesRequest) (*CandlesResponse, error)
	// Get Market Data by Market ID
	MarketDataByID(context.Context, *MarketDataByIDRequest) (*MarketDataByIDResponse, error)
	// Get a list of Market Data
	MarketsData(context.Context, *MarketsDataRequest) (*MarketsDataResponse, error)
	// Get a Market by ID
	MarketByID(context.Context, *MarketByIDRequest) (*MarketByIDResponse, error)
	// Get Market Depth
	MarketDepth(context.Context, *MarketDepthRequest) (*MarketDepthResponse, error)
	// Get a list of Markets
	Markets(context.Context, *MarketsRequest) (*MarketsResponse, error)
	// Get an Order by Market and Order ID
	OrderByMarketAndID(context.Context, *OrderByMarketAndIDRequest) (*OrderByMarketAndIDResponse, error)
	// Get an Order by Pending Order reference (UUID)
	OrderByReference(context.Context, *OrderByReferenceRequest) (*OrderByReferenceResponse, error)
	// Get a list of Orders by Market
	OrdersByMarket(context.Context, *OrdersByMarketRequest) (*OrdersByMarketResponse, error)
	// Get a list of Orders by Party
	OrdersByParty(context.Context, *OrdersByPartyRequest) (*OrdersByPartyResponse, error)
	// Get a specific order by order ID
	OrderByID(context.Context, *OrderByIDRequest) (*OrderByIDResponse, error)
	// Get all versions of the order by its orderID
	OrderVersionsByID(context.Context, *OrderVersionsByIDRequest) (*OrderVersionsByIDResponse, error)
	// Get Margin Levels by Party ID
	MarginLevels(context.Context, *MarginLevelsRequest) (*MarginLevelsResponse, error)
	// Get a list of Parties
	Parties(context.Context, *PartiesRequest) (*PartiesResponse, error)
	// Get a Party by ID
	PartyByID(context.Context, *PartyByIDRequest) (*PartyByIDResponse, error)
	// Get a list of Positions by Party
	PositionsByParty(context.Context, *PositionsByPartyRequest) (*PositionsByPartyResponse, error)
	// Get latest Trade
	LastTrade(context.Context, *LastTradeRequest) (*LastTradeResponse, error)
	// Get a list of Trades by Market
	TradesByMarket(context.Context, *TradesByMarketRequest) (*TradesByMarketResponse, error)
	// Get a list of Trades by Order
	TradesByOrder(context.Context, *TradesByOrderRequest) (*TradesByOrderResponse, error)
	// Get a list of Trades by Party
	TradesByParty(context.Context, *TradesByPartyRequest) (*TradesByPartyResponse, error)
	// Get governance data (proposals and votes) for all proposals
	GetProposals(context.Context, *GetProposalsRequest) (*GetProposalsResponse, error)
	// Get governance data (proposals and votes) for proposals by party authoring them
	GetProposalsByParty(context.Context, *GetProposalsByPartyRequest) (*GetProposalsByPartyResponse, error)
	// Get votes by party casting them
	GetVotesByParty(context.Context, *GetVotesByPartyRequest) (*GetVotesByPartyResponse, error)
	// Get governance data (proposals and votes) for proposals that aim creating new markets
	GetNewMarketProposals(context.Context, *GetNewMarketProposalsRequest) (*GetNewMarketProposalsResponse, error)
	// Get governance data (proposals and votes) for proposals that aim updating markets
	GetUpdateMarketProposals(context.Context, *GetUpdateMarketProposalsRequest) (*GetUpdateMarketProposalsResponse, error)
	// Get governance data (proposals and votes) for proposals that aim updating Vega network parameters
	GetNetworkParametersProposals(context.Context, *GetNetworkParametersProposalsRequest) (*GetNetworkParametersProposalsResponse, error)
	// Get governance data (proposals and votes) for proposals aiming to create new assets
	GetNewAssetProposals(context.Context, *GetNewAssetProposalsRequest) (*GetNewAssetProposalsResponse, error)
	// Get governance data (proposals and votes) for proposals aiming to create freeform proposals
	GetNewFreeformProposals(context.Context, *GetNewFreeformProposalsRequest) (*GetNewFreeformProposalsResponse, error)
	// Get governance data (proposals and votes) for a proposal located by ID
	GetProposalByID(context.Context, *GetProposalByIDRequest) (*GetProposalByIDResponse, error)
	// Get governance data (proposals and votes) for a proposal located by reference
	GetProposalByReference(context.Context, *GetProposalByReferenceRequest) (*GetProposalByReferenceResponse, error)
	// Subscribe to a stream of all governance updates
	ObserveGovernance(*ObserveGovernanceRequest, TradingDataService_ObserveGovernanceServer) error
	// Subscribe to a stream of proposal updates
	ObservePartyProposals(*ObservePartyProposalsRequest, TradingDataService_ObservePartyProposalsServer) error
	// Subscribe to a stream of votes cast by a specific party
	ObservePartyVotes(*ObservePartyVotesRequest, TradingDataService_ObservePartyVotesServer) error
	// Subscribe to a stream of proposal votes
	ObserveProposalVotes(*ObserveProposalVotesRequest, TradingDataService_ObserveProposalVotesServer) error
	// Subscribe to a stream of events from the core
	ObserveEventBus(TradingDataService_ObserveEventBusServer) error
	// Get data of current node
	GetNodeData(context.Context, *GetNodeDataRequest) (*GetNodeDataResponse, error)
	// List all known network nodes
	GetNodes(context.Context, *GetNodesRequest) (*GetNodesResponse, error)
	// Get a specific node by ID
	GetNodeByID(context.Context, *GetNodeByIDRequest) (*GetNodeByIDResponse, error)
	// Get all key rotations
	GetKeyRotations(context.Context, *GetKeyRotationsRequest) (*GetKeyRotationsResponse, error)
	// Get all key rotations by node
	GetKeyRotationsByNode(context.Context, *GetKeyRotationsByNodeRequest) (*GetKeyRotationsByNodeResponse, error)
	// Get data for a specific epoch, if id omitted it gets the current epoch
	GetEpoch(context.Context, *GetEpochRequest) (*GetEpochResponse, error)
	// Get Time
	GetVegaTime(context.Context, *GetVegaTimeRequest) (*GetVegaTimeResponse, error)
	// Subscribe to a stream of Accounts
	AccountsSubscribe(*AccountsSubscribeRequest, TradingDataService_AccountsSubscribeServer) error
	// Subscribe to a stream of Candles
	CandlesSubscribe(*CandlesSubscribeRequest, TradingDataService_CandlesSubscribeServer) error
	// Subscribe to a stream of Margin Levels
	MarginLevelsSubscribe(*MarginLevelsSubscribeRequest, TradingDataService_MarginLevelsSubscribeServer) error
	// Subscribe to a stream of Market Depth
	MarketDepthSubscribe(*MarketDepthSubscribeRequest, TradingDataService_MarketDepthSubscribeServer) error
	// Subscribe to a stream of Market Depth Price Level Updates
	MarketDepthUpdatesSubscribe(*MarketDepthUpdatesSubscribeRequest, TradingDataService_MarketDepthUpdatesSubscribeServer) error
	// Subscribe to a stream of Markets Data
	MarketsDataSubscribe(*MarketsDataSubscribeRequest, TradingDataService_MarketsDataSubscribeServer) error
	// Subscribe to a stream of Orders
	OrdersSubscribe(*OrdersSubscribeRequest, TradingDataService_OrdersSubscribeServer) error
	// Subscribe to a stream of Positions
	PositionsSubscribe(*PositionsSubscribeRequest, TradingDataService_PositionsSubscribeServer) error
	// Subscribe to a stream of Trades
	TradesSubscribe(*TradesSubscribeRequest, TradingDataService_TradesSubscribeServer) error
	// Subscribe to a stream of Transfer Responses
	TransferResponsesSubscribe(*TransferResponsesSubscribeRequest, TradingDataService_TransferResponsesSubscribeServer) error
	// Get an aggregate of signatures from all the nodes of the network
	GetNodeSignaturesAggregate(context.Context, *GetNodeSignaturesAggregateRequest) (*GetNodeSignaturesAggregateResponse, error)
	// Get an asset by its identifier
	AssetByID(context.Context, *AssetByIDRequest) (*AssetByIDResponse, error)
	// Get a list of all assets on Vega
	Assets(context.Context, *AssetsRequest) (*AssetsResponse, error)
	// Get an estimate for the fee to be paid for a given order
	EstimateFee(context.Context, *EstimateFeeRequest) (*EstimateFeeResponse, error)
	// Get an estimate for the margin required for a new order
	EstimateMargin(context.Context, *EstimateMarginRequest) (*EstimateMarginResponse, error)
	// Get the bundle approval for an ERC20 withdrawal,
	// these data are being used to bundle the call to the smart contract on the ethereum bridge
	ERC20WithdrawalApproval(context.Context, *ERC20WithdrawalApprovalRequest) (*ERC20WithdrawalApprovalResponse, error)
	// Get a withdrawal by its identifier
	Withdrawal(context.Context, *WithdrawalRequest) (*WithdrawalResponse, error)
	// Get withdrawals for a party
	Withdrawals(context.Context, *WithdrawalsRequest) (*WithdrawalsResponse, error)
	// Get a deposit by its identifier
	Deposit(context.Context, *DepositRequest) (*DepositResponse, error)
	// Get deposits for a party
	Deposits(context.Context, *DepositsRequest) (*DepositsResponse, error)
	// Get the network parameters
	NetworkParameters(context.Context, *NetworkParametersRequest) (*NetworkParametersResponse, error)
	// Get the liquidity provision orders
	LiquidityProvisions(context.Context, *LiquidityProvisionsRequest) (*LiquidityProvisionsResponse, error)
	// Get an oracle spec by ID.
	OracleSpec(context.Context, *OracleSpecRequest) (*OracleSpecResponse, error)
	// Get the oracle specs
	OracleSpecs(context.Context, *OracleSpecsRequest) (*OracleSpecsResponse, error)
	// Get oracle data that matched the given spec
	OracleDataBySpec(context.Context, *OracleDataBySpecRequest) (*OracleDataBySpecResponse, error)
	// Get all oracle data
	ListOracleData(context.Context, *ListOracleDataRequest) (*ListOracleDataResponse, error)
	// subscribe to rewards
	ObserveRewards(*ObserveRewardsRequest, TradingDataService_ObserveRewardsServer) error
	// Get rewards
	GetRewards(context.Context, *GetRewardsRequest) (*GetRewardsResponse, error)
	// Get reward summaries
	GetRewardSummaries(context.Context, *GetRewardSummariesRequest) (*GetRewardSummariesResponse, error)
	Checkpoints(context.Context, *CheckpointsRequest) (*CheckpointsResponse, error)
	// Get delegation data
	Delegations(context.Context, *DelegationsRequest) (*DelegationsResponse, error)
	// subscribe to delegation events
	ObserveDelegations(*ObserveDelegationsRequest, TradingDataService_ObserveDelegationsServer) error
	PartyStake(context.Context, *PartyStakeRequest) (*PartyStakeResponse, error)
	Transfers(context.Context, *TransfersRequest) (*TransfersResponse, error)
	// Get Risk Factor data for a given market
	GetRiskFactors(context.Context, *GetRiskFactorsRequest) (*GetRiskFactorsResponse, error)
	// contains filtered or unexported methods
}

TradingDataServiceServer is the server API for TradingDataService service. All implementations must embed UnimplementedTradingDataServiceServer for forward compatibility

type TradingDataService_AccountsSubscribeClient

type TradingDataService_AccountsSubscribeClient interface {
	Recv() (*AccountsSubscribeResponse, error)
	grpc.ClientStream
}

type TradingDataService_AccountsSubscribeServer

type TradingDataService_AccountsSubscribeServer interface {
	Send(*AccountsSubscribeResponse) error
	grpc.ServerStream
}

type TradingDataService_CandlesSubscribeClient

type TradingDataService_CandlesSubscribeClient interface {
	Recv() (*CandlesSubscribeResponse, error)
	grpc.ClientStream
}

type TradingDataService_CandlesSubscribeServer

type TradingDataService_CandlesSubscribeServer interface {
	Send(*CandlesSubscribeResponse) error
	grpc.ServerStream
}

type TradingDataService_MarginLevelsSubscribeClient

type TradingDataService_MarginLevelsSubscribeClient interface {
	Recv() (*MarginLevelsSubscribeResponse, error)
	grpc.ClientStream
}

type TradingDataService_MarginLevelsSubscribeServer

type TradingDataService_MarginLevelsSubscribeServer interface {
	Send(*MarginLevelsSubscribeResponse) error
	grpc.ServerStream
}

type TradingDataService_MarketDepthSubscribeClient

type TradingDataService_MarketDepthSubscribeClient interface {
	Recv() (*MarketDepthSubscribeResponse, error)
	grpc.ClientStream
}

type TradingDataService_MarketDepthSubscribeServer

type TradingDataService_MarketDepthSubscribeServer interface {
	Send(*MarketDepthSubscribeResponse) error
	grpc.ServerStream
}

type TradingDataService_MarketDepthUpdatesSubscribeClient

type TradingDataService_MarketDepthUpdatesSubscribeClient interface {
	Recv() (*MarketDepthUpdatesSubscribeResponse, error)
	grpc.ClientStream
}

type TradingDataService_MarketDepthUpdatesSubscribeServer

type TradingDataService_MarketDepthUpdatesSubscribeServer interface {
	Send(*MarketDepthUpdatesSubscribeResponse) error
	grpc.ServerStream
}

type TradingDataService_MarketsDataSubscribeClient

type TradingDataService_MarketsDataSubscribeClient interface {
	Recv() (*MarketsDataSubscribeResponse, error)
	grpc.ClientStream
}

type TradingDataService_MarketsDataSubscribeServer

type TradingDataService_MarketsDataSubscribeServer interface {
	Send(*MarketsDataSubscribeResponse) error
	grpc.ServerStream
}

type TradingDataService_ObserveDelegationsClient added in v0.46.0

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

type TradingDataService_ObserveDelegationsServer added in v0.46.0

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_ObservePartyProposalsClient

type TradingDataService_ObservePartyProposalsClient interface {
	Recv() (*ObservePartyProposalsResponse, error)
	grpc.ClientStream
}

type TradingDataService_ObservePartyProposalsServer

type TradingDataService_ObservePartyProposalsServer interface {
	Send(*ObservePartyProposalsResponse) error
	grpc.ServerStream
}

type TradingDataService_ObservePartyVotesClient

type TradingDataService_ObservePartyVotesClient interface {
	Recv() (*ObservePartyVotesResponse, error)
	grpc.ClientStream
}

type TradingDataService_ObservePartyVotesServer

type TradingDataService_ObservePartyVotesServer interface {
	Send(*ObservePartyVotesResponse) error
	grpc.ServerStream
}

type TradingDataService_ObserveProposalVotesClient

type TradingDataService_ObserveProposalVotesClient interface {
	Recv() (*ObserveProposalVotesResponse, error)
	grpc.ClientStream
}

type TradingDataService_ObserveProposalVotesServer

type TradingDataService_ObserveProposalVotesServer interface {
	Send(*ObserveProposalVotesResponse) error
	grpc.ServerStream
}

type TradingDataService_ObserveRewardsClient added in v0.48.0

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

type TradingDataService_ObserveRewardsServer added in v0.48.0

type TradingDataService_ObserveRewardsServer interface {
	Send(*ObserveRewardsResponse) error
	grpc.ServerStream
}

type TradingDataService_OrdersSubscribeClient

type TradingDataService_OrdersSubscribeClient interface {
	Recv() (*OrdersSubscribeResponse, error)
	grpc.ClientStream
}

type TradingDataService_OrdersSubscribeServer

type TradingDataService_OrdersSubscribeServer interface {
	Send(*OrdersSubscribeResponse) error
	grpc.ServerStream
}

type TradingDataService_PositionsSubscribeClient

type TradingDataService_PositionsSubscribeClient interface {
	Recv() (*PositionsSubscribeResponse, error)
	grpc.ClientStream
}

type TradingDataService_PositionsSubscribeServer

type TradingDataService_PositionsSubscribeServer interface {
	Send(*PositionsSubscribeResponse) error
	grpc.ServerStream
}

type TradingDataService_TradesSubscribeClient

type TradingDataService_TradesSubscribeClient interface {
	Recv() (*TradesSubscribeResponse, error)
	grpc.ClientStream
}

type TradingDataService_TradesSubscribeServer

type TradingDataService_TradesSubscribeServer interface {
	Send(*TradesSubscribeResponse) error
	grpc.ServerStream
}

type TradingDataService_TransferResponsesSubscribeClient

type TradingDataService_TransferResponsesSubscribeClient interface {
	Recv() (*TransferResponsesSubscribeResponse, error)
	grpc.ClientStream
}

type TradingDataService_TransferResponsesSubscribeServer

type TradingDataService_TransferResponsesSubscribeServer interface {
	Send(*TransferResponsesSubscribeResponse) error
	grpc.ServerStream
}

type TransferResponsesSubscribeRequest

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

func (*TransferResponsesSubscribeRequest) Descriptor deprecated

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

Deprecated: Use TransferResponsesSubscribeRequest.ProtoReflect.Descriptor instead.

func (*TransferResponsesSubscribeRequest) ProtoMessage

func (*TransferResponsesSubscribeRequest) ProtoMessage()

func (*TransferResponsesSubscribeRequest) ProtoReflect added in v0.49.0

func (*TransferResponsesSubscribeRequest) Reset

func (*TransferResponsesSubscribeRequest) String

type TransferResponsesSubscribeResponse

type TransferResponsesSubscribeResponse struct {
	Response *vega.TransferResponse `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	// contains filtered or unexported fields
}

func (*TransferResponsesSubscribeResponse) Descriptor deprecated

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

Deprecated: Use TransferResponsesSubscribeResponse.ProtoReflect.Descriptor instead.

func (*TransferResponsesSubscribeResponse) GetResponse

func (*TransferResponsesSubscribeResponse) ProtoMessage

func (*TransferResponsesSubscribeResponse) ProtoMessage()

func (*TransferResponsesSubscribeResponse) ProtoReflect added in v0.49.0

func (*TransferResponsesSubscribeResponse) Reset

func (*TransferResponsesSubscribeResponse) String

type TransfersRequest added in v0.48.0

type TransfersRequest struct {
	Pubkey string `protobuf:"bytes,1,opt,name=pubkey,proto3" json:"pubkey,omitempty"`
	IsFrom bool   `protobuf:"varint,2,opt,name=is_from,json=isFrom,proto3" json:"is_from,omitempty"`
	IsTo   bool   `protobuf:"varint,3,opt,name=is_to,json=isTo,proto3" json:"is_to,omitempty"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use TransfersRequest.ProtoReflect.Descriptor instead.

func (*TransfersRequest) GetIsFrom added in v0.48.0

func (x *TransfersRequest) GetIsFrom() bool

func (*TransfersRequest) GetIsTo added in v0.48.0

func (x *TransfersRequest) GetIsTo() bool

func (*TransfersRequest) GetPubkey added in v0.48.0

func (x *TransfersRequest) GetPubkey() string

func (*TransfersRequest) ProtoMessage added in v0.48.0

func (*TransfersRequest) ProtoMessage()

func (*TransfersRequest) ProtoReflect added in v0.49.0

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

func (*TransfersRequest) Reset added in v0.48.0

func (x *TransfersRequest) Reset()

func (*TransfersRequest) String added in v0.48.0

func (x *TransfersRequest) String() string

type TransfersResponse added in v0.48.0

type TransfersResponse struct {
	Transfers []*v1.Transfer `protobuf:"bytes,1,rep,name=transfers,proto3" json:"transfers,omitempty"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use TransfersResponse.ProtoReflect.Descriptor instead.

func (*TransfersResponse) GetTransfers added in v0.48.0

func (x *TransfersResponse) GetTransfers() []*v1.Transfer

func (*TransfersResponse) ProtoMessage added in v0.48.0

func (*TransfersResponse) ProtoMessage()

func (*TransfersResponse) ProtoReflect added in v0.49.0

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

func (*TransfersResponse) Reset added in v0.48.0

func (x *TransfersResponse) Reset()

func (*TransfersResponse) String added in v0.48.0

func (x *TransfersResponse) String() string

type UnimplementedTradingDataServiceServer added in v0.49.0

type UnimplementedTradingDataServiceServer struct {
}

UnimplementedTradingDataServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedTradingDataServiceServer) AccountsSubscribe added in v0.49.0

func (UnimplementedTradingDataServiceServer) AssetByID added in v0.49.0

func (UnimplementedTradingDataServiceServer) Assets added in v0.49.0

func (UnimplementedTradingDataServiceServer) Candles added in v0.49.0

func (UnimplementedTradingDataServiceServer) CandlesSubscribe added in v0.49.0

func (UnimplementedTradingDataServiceServer) Checkpoints added in v0.49.0

func (UnimplementedTradingDataServiceServer) Delegations added in v0.49.0

func (UnimplementedTradingDataServiceServer) Deposit added in v0.49.0

func (UnimplementedTradingDataServiceServer) Deposits added in v0.49.0

func (UnimplementedTradingDataServiceServer) ERC20WithdrawalApproval added in v0.49.0

func (UnimplementedTradingDataServiceServer) EstimateFee added in v0.49.0

func (UnimplementedTradingDataServiceServer) EstimateMargin added in v0.49.0

func (UnimplementedTradingDataServiceServer) FeeInfrastructureAccounts added in v0.49.0

func (UnimplementedTradingDataServiceServer) GetEpoch added in v0.49.0

func (UnimplementedTradingDataServiceServer) GetKeyRotations added in v0.49.0

func (UnimplementedTradingDataServiceServer) GetKeyRotationsByNode added in v0.49.0

func (UnimplementedTradingDataServiceServer) GetNetworkParametersProposals added in v0.49.0

func (UnimplementedTradingDataServiceServer) GetNewAssetProposals added in v0.49.0

func (UnimplementedTradingDataServiceServer) GetNewFreeformProposals added in v0.49.0

func (UnimplementedTradingDataServiceServer) GetNewMarketProposals added in v0.49.0

func (UnimplementedTradingDataServiceServer) GetNodeByID added in v0.49.0

func (UnimplementedTradingDataServiceServer) GetNodeData added in v0.49.0

func (UnimplementedTradingDataServiceServer) GetNodeSignaturesAggregate added in v0.49.0

func (UnimplementedTradingDataServiceServer) GetNodes added in v0.49.0

func (UnimplementedTradingDataServiceServer) GetProposalByID added in v0.49.0

func (UnimplementedTradingDataServiceServer) GetProposalByReference added in v0.49.0

func (UnimplementedTradingDataServiceServer) GetProposals added in v0.49.0

func (UnimplementedTradingDataServiceServer) GetProposalsByParty added in v0.49.0

func (UnimplementedTradingDataServiceServer) GetRewardSummaries added in v0.49.0

func (UnimplementedTradingDataServiceServer) GetRewards added in v0.49.0

func (UnimplementedTradingDataServiceServer) GetRiskFactors added in v0.49.3

func (UnimplementedTradingDataServiceServer) GetUpdateMarketProposals added in v0.49.0

func (UnimplementedTradingDataServiceServer) GetVegaTime added in v0.49.0

func (UnimplementedTradingDataServiceServer) GetVotesByParty added in v0.49.0

func (UnimplementedTradingDataServiceServer) GlobalRewardPoolAccounts added in v0.49.0

func (UnimplementedTradingDataServiceServer) LastTrade added in v0.49.0

func (UnimplementedTradingDataServiceServer) LiquidityProvisions added in v0.49.0

func (UnimplementedTradingDataServiceServer) ListOracleData added in v0.51.0

func (UnimplementedTradingDataServiceServer) MarginLevels added in v0.49.0

func (UnimplementedTradingDataServiceServer) MarginLevelsSubscribe added in v0.49.0

func (UnimplementedTradingDataServiceServer) MarketAccounts added in v0.49.0

func (UnimplementedTradingDataServiceServer) MarketByID added in v0.49.0

func (UnimplementedTradingDataServiceServer) MarketDataByID added in v0.49.0

func (UnimplementedTradingDataServiceServer) MarketDepth added in v0.49.0

func (UnimplementedTradingDataServiceServer) MarketDepthSubscribe added in v0.49.0

func (UnimplementedTradingDataServiceServer) MarketDepthUpdatesSubscribe added in v0.49.0

func (UnimplementedTradingDataServiceServer) Markets added in v0.49.0

func (UnimplementedTradingDataServiceServer) MarketsData added in v0.49.0

func (UnimplementedTradingDataServiceServer) MarketsDataSubscribe added in v0.49.0

func (UnimplementedTradingDataServiceServer) NetworkParameters added in v0.49.0

func (UnimplementedTradingDataServiceServer) ObserveDelegations added in v0.49.0

func (UnimplementedTradingDataServiceServer) ObserveEventBus added in v0.49.0

func (UnimplementedTradingDataServiceServer) ObserveGovernance added in v0.49.0

func (UnimplementedTradingDataServiceServer) ObservePartyProposals added in v0.49.0

func (UnimplementedTradingDataServiceServer) ObservePartyVotes added in v0.49.0

func (UnimplementedTradingDataServiceServer) ObserveProposalVotes added in v0.49.0

func (UnimplementedTradingDataServiceServer) ObserveRewards added in v0.49.0

func (UnimplementedTradingDataServiceServer) OracleDataBySpec added in v0.49.0

func (UnimplementedTradingDataServiceServer) OracleSpec added in v0.49.0

func (UnimplementedTradingDataServiceServer) OracleSpecs added in v0.49.0

func (UnimplementedTradingDataServiceServer) OrderByID added in v0.49.0

func (UnimplementedTradingDataServiceServer) OrderByMarketAndID added in v0.49.0

func (UnimplementedTradingDataServiceServer) OrderByReference added in v0.49.0

func (UnimplementedTradingDataServiceServer) OrderVersionsByID added in v0.49.0

func (UnimplementedTradingDataServiceServer) OrdersByMarket added in v0.49.0

func (UnimplementedTradingDataServiceServer) OrdersByParty added in v0.49.0

func (UnimplementedTradingDataServiceServer) OrdersSubscribe added in v0.49.0

func (UnimplementedTradingDataServiceServer) Parties added in v0.49.0

func (UnimplementedTradingDataServiceServer) PartyAccounts added in v0.49.0

func (UnimplementedTradingDataServiceServer) PartyByID added in v0.49.0

func (UnimplementedTradingDataServiceServer) PartyStake added in v0.49.0

func (UnimplementedTradingDataServiceServer) PositionsByParty added in v0.49.0

func (UnimplementedTradingDataServiceServer) PositionsSubscribe added in v0.49.0

func (UnimplementedTradingDataServiceServer) TradesByMarket added in v0.49.0

func (UnimplementedTradingDataServiceServer) TradesByOrder added in v0.49.0

func (UnimplementedTradingDataServiceServer) TradesByParty added in v0.49.0

func (UnimplementedTradingDataServiceServer) TradesSubscribe added in v0.49.0

func (UnimplementedTradingDataServiceServer) TransferResponsesSubscribe added in v0.49.0

func (UnimplementedTradingDataServiceServer) Transfers added in v0.49.0

func (UnimplementedTradingDataServiceServer) Withdrawal added in v0.49.0

func (UnimplementedTradingDataServiceServer) Withdrawals added in v0.49.0

type UnsafeTradingDataServiceServer added in v0.49.0

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 WithdrawalRequest

type WithdrawalRequest struct {

	// The identifier of the withdrawal
	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 (*WithdrawalRequest) Descriptor deprecated

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

Deprecated: Use WithdrawalRequest.ProtoReflect.Descriptor instead.

func (*WithdrawalRequest) GetId

func (x *WithdrawalRequest) GetId() string

func (*WithdrawalRequest) ProtoMessage

func (*WithdrawalRequest) ProtoMessage()

func (*WithdrawalRequest) ProtoReflect added in v0.49.0

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

func (*WithdrawalRequest) Reset

func (x *WithdrawalRequest) Reset()

func (*WithdrawalRequest) String

func (x *WithdrawalRequest) String() string

type WithdrawalResponse

type WithdrawalResponse 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

func (*WithdrawalResponse) Descriptor deprecated

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

Deprecated: Use WithdrawalResponse.ProtoReflect.Descriptor instead.

func (*WithdrawalResponse) GetWithdrawal

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

func (*WithdrawalResponse) ProtoMessage

func (*WithdrawalResponse) ProtoMessage()

func (*WithdrawalResponse) ProtoReflect added in v0.49.0

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

func (*WithdrawalResponse) Reset

func (x *WithdrawalResponse) Reset()

func (*WithdrawalResponse) String

func (x *WithdrawalResponse) String() string

type WithdrawalsRequest

type WithdrawalsRequest struct {

	// The party to get the withdrawals for
	PartyId string `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"`
	// contains filtered or unexported fields
}

A request to get a list of withdrawal from a given party

func (*WithdrawalsRequest) Descriptor deprecated

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

Deprecated: Use WithdrawalsRequest.ProtoReflect.Descriptor instead.

func (*WithdrawalsRequest) GetPartyId

func (x *WithdrawalsRequest) GetPartyId() string

func (*WithdrawalsRequest) ProtoMessage

func (*WithdrawalsRequest) ProtoMessage()

func (*WithdrawalsRequest) ProtoReflect added in v0.49.0

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

func (*WithdrawalsRequest) Reset

func (x *WithdrawalsRequest) Reset()

func (*WithdrawalsRequest) String

func (x *WithdrawalsRequest) String() string

type WithdrawalsResponse

type WithdrawalsResponse struct {

	// The list of withdrawals for the specified party
	Withdrawals []*vega.Withdrawal `protobuf:"bytes,1,rep,name=withdrawals,proto3" json:"withdrawals,omitempty"`
	// contains filtered or unexported fields
}

The response for a list of withdrawals

func (*WithdrawalsResponse) Descriptor deprecated

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

Deprecated: Use WithdrawalsResponse.ProtoReflect.Descriptor instead.

func (*WithdrawalsResponse) GetWithdrawals

func (x *WithdrawalsResponse) GetWithdrawals() []*vega.Withdrawal

func (*WithdrawalsResponse) ProtoMessage

func (*WithdrawalsResponse) ProtoMessage()

func (*WithdrawalsResponse) ProtoReflect added in v0.49.0

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

func (*WithdrawalsResponse) Reset

func (x *WithdrawalsResponse) Reset()

func (*WithdrawalsResponse) String

func (x *WithdrawalsResponse) String() string

Jump to

Keyboard shortcuts

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