Documentation ¶
Overview ¶
Package v1 is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Index ¶
- Variables
- func RegisterTradingDataServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterTradingDataServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client TradingDataServiceClient) error
- func RegisterTradingDataServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterTradingDataServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server TradingDataServiceServer) error
- func RegisterTradingDataServiceServer(s grpc.ServiceRegistrar, srv TradingDataServiceServer)
- type AccountsSubscribeRequest
- func (*AccountsSubscribeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AccountsSubscribeRequest) GetAsset() string
- func (x *AccountsSubscribeRequest) GetMarketId() string
- func (x *AccountsSubscribeRequest) GetPartyId() string
- func (x *AccountsSubscribeRequest) GetType() vega.AccountType
- func (*AccountsSubscribeRequest) ProtoMessage()
- func (x *AccountsSubscribeRequest) ProtoReflect() protoreflect.Message
- func (x *AccountsSubscribeRequest) Reset()
- func (x *AccountsSubscribeRequest) String() string
- type AccountsSubscribeResponse
- func (*AccountsSubscribeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AccountsSubscribeResponse) GetAccount() *vega.Account
- func (*AccountsSubscribeResponse) ProtoMessage()
- func (x *AccountsSubscribeResponse) ProtoReflect() protoreflect.Message
- func (x *AccountsSubscribeResponse) Reset()
- func (x *AccountsSubscribeResponse) String() string
- type AssetByIDRequest
- type AssetByIDResponse
- func (*AssetByIDResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AssetByIDResponse) GetAsset() *vega.Asset
- func (*AssetByIDResponse) ProtoMessage()
- func (x *AssetByIDResponse) ProtoReflect() protoreflect.Message
- func (x *AssetByIDResponse) Reset()
- func (x *AssetByIDResponse) String() string
- type AssetsRequest
- type AssetsResponse
- type CandlesRequest
- func (*CandlesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CandlesRequest) GetInterval() vega.Interval
- func (x *CandlesRequest) GetMarketId() string
- func (x *CandlesRequest) GetSinceTimestamp() int64
- func (*CandlesRequest) ProtoMessage()
- func (x *CandlesRequest) ProtoReflect() protoreflect.Message
- func (x *CandlesRequest) Reset()
- func (x *CandlesRequest) String() string
- type CandlesResponse
- type CandlesSubscribeRequest
- func (*CandlesSubscribeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CandlesSubscribeRequest) GetInterval() vega.Interval
- func (x *CandlesSubscribeRequest) GetMarketId() string
- func (*CandlesSubscribeRequest) ProtoMessage()
- func (x *CandlesSubscribeRequest) ProtoReflect() protoreflect.Message
- func (x *CandlesSubscribeRequest) Reset()
- func (x *CandlesSubscribeRequest) String() string
- type CandlesSubscribeResponse
- func (*CandlesSubscribeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CandlesSubscribeResponse) GetCandle() *vega.Candle
- func (*CandlesSubscribeResponse) ProtoMessage()
- func (x *CandlesSubscribeResponse) ProtoReflect() protoreflect.Message
- func (x *CandlesSubscribeResponse) Reset()
- func (x *CandlesSubscribeResponse) String() string
- type Checkpoint
- func (*Checkpoint) Descriptor() ([]byte, []int)deprecated
- func (x *Checkpoint) GetAtBlock() uint64
- func (x *Checkpoint) GetBlockHash() string
- func (x *Checkpoint) GetHash() string
- func (*Checkpoint) ProtoMessage()
- func (x *Checkpoint) ProtoReflect() protoreflect.Message
- func (x *Checkpoint) Reset()
- func (x *Checkpoint) String() string
- type CheckpointsRequest
- type CheckpointsResponse
- func (*CheckpointsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CheckpointsResponse) GetCheckpoints() []*Checkpoint
- func (*CheckpointsResponse) ProtoMessage()
- func (x *CheckpointsResponse) ProtoReflect() protoreflect.Message
- func (x *CheckpointsResponse) Reset()
- func (x *CheckpointsResponse) String() string
- type DelegationsRequest
- func (*DelegationsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DelegationsRequest) GetEpochSeq() string
- func (x *DelegationsRequest) GetNodeId() string
- func (x *DelegationsRequest) GetPagination() *Pagination
- func (x *DelegationsRequest) GetParty() string
- func (*DelegationsRequest) ProtoMessage()
- func (x *DelegationsRequest) ProtoReflect() protoreflect.Message
- func (x *DelegationsRequest) Reset()
- func (x *DelegationsRequest) String() string
- type DelegationsResponse
- func (*DelegationsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DelegationsResponse) GetDelegations() []*vega.Delegation
- func (*DelegationsResponse) ProtoMessage()
- func (x *DelegationsResponse) ProtoReflect() protoreflect.Message
- func (x *DelegationsResponse) Reset()
- func (x *DelegationsResponse) String() string
- type DepositRequest
- type DepositResponse
- type DepositsRequest
- type DepositsResponse
- func (*DepositsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DepositsResponse) GetDeposits() []*vega.Deposit
- func (*DepositsResponse) ProtoMessage()
- func (x *DepositsResponse) ProtoReflect() protoreflect.Message
- func (x *DepositsResponse) Reset()
- func (x *DepositsResponse) String() string
- type ERC20WithdrawalApprovalRequest
- func (*ERC20WithdrawalApprovalRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ERC20WithdrawalApprovalRequest) GetWithdrawalId() string
- func (*ERC20WithdrawalApprovalRequest) ProtoMessage()
- func (x *ERC20WithdrawalApprovalRequest) ProtoReflect() protoreflect.Message
- func (x *ERC20WithdrawalApprovalRequest) Reset()
- func (x *ERC20WithdrawalApprovalRequest) String() string
- type ERC20WithdrawalApprovalResponse
- func (*ERC20WithdrawalApprovalResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ERC20WithdrawalApprovalResponse) GetAmount() string
- func (x *ERC20WithdrawalApprovalResponse) GetAssetSource() string
- func (x *ERC20WithdrawalApprovalResponse) GetCreation() int64
- func (x *ERC20WithdrawalApprovalResponse) GetExpiry() int64
- func (x *ERC20WithdrawalApprovalResponse) GetNonce() string
- func (x *ERC20WithdrawalApprovalResponse) GetSignatures() string
- func (x *ERC20WithdrawalApprovalResponse) GetTargetAddress() string
- func (*ERC20WithdrawalApprovalResponse) ProtoMessage()
- func (x *ERC20WithdrawalApprovalResponse) ProtoReflect() protoreflect.Message
- func (x *ERC20WithdrawalApprovalResponse) Reset()
- func (x *ERC20WithdrawalApprovalResponse) String() string
- type EstimateFeeRequest
- func (*EstimateFeeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *EstimateFeeRequest) GetOrder() *vega.Order
- func (*EstimateFeeRequest) ProtoMessage()
- func (x *EstimateFeeRequest) ProtoReflect() protoreflect.Message
- func (x *EstimateFeeRequest) Reset()
- func (x *EstimateFeeRequest) String() string
- type EstimateFeeResponse
- func (*EstimateFeeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *EstimateFeeResponse) GetFee() *vega.Fee
- func (*EstimateFeeResponse) ProtoMessage()
- func (x *EstimateFeeResponse) ProtoReflect() protoreflect.Message
- func (x *EstimateFeeResponse) Reset()
- func (x *EstimateFeeResponse) String() string
- type EstimateMarginRequest
- func (*EstimateMarginRequest) Descriptor() ([]byte, []int)deprecated
- func (x *EstimateMarginRequest) GetOrder() *vega.Order
- func (*EstimateMarginRequest) ProtoMessage()
- func (x *EstimateMarginRequest) ProtoReflect() protoreflect.Message
- func (x *EstimateMarginRequest) Reset()
- func (x *EstimateMarginRequest) String() string
- type EstimateMarginResponse
- func (*EstimateMarginResponse) Descriptor() ([]byte, []int)deprecated
- func (x *EstimateMarginResponse) GetMarginLevels() *vega.MarginLevels
- func (*EstimateMarginResponse) ProtoMessage()
- func (x *EstimateMarginResponse) ProtoReflect() protoreflect.Message
- func (x *EstimateMarginResponse) Reset()
- func (x *EstimateMarginResponse) String() string
- type FeeInfrastructureAccountsRequest
- func (*FeeInfrastructureAccountsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *FeeInfrastructureAccountsRequest) GetAsset() string
- func (*FeeInfrastructureAccountsRequest) ProtoMessage()
- func (x *FeeInfrastructureAccountsRequest) ProtoReflect() protoreflect.Message
- func (x *FeeInfrastructureAccountsRequest) Reset()
- func (x *FeeInfrastructureAccountsRequest) String() string
- type FeeInfrastructureAccountsResponse
- func (*FeeInfrastructureAccountsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *FeeInfrastructureAccountsResponse) GetAccounts() []*vega.Account
- func (*FeeInfrastructureAccountsResponse) ProtoMessage()
- func (x *FeeInfrastructureAccountsResponse) ProtoReflect() protoreflect.Message
- func (x *FeeInfrastructureAccountsResponse) Reset()
- func (x *FeeInfrastructureAccountsResponse) String() string
- type GetEpochRequest
- type GetEpochResponse
- type GetKeyRotationsByNodeRequest
- func (*GetKeyRotationsByNodeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetKeyRotationsByNodeRequest) GetNodeId() string
- func (*GetKeyRotationsByNodeRequest) ProtoMessage()
- func (x *GetKeyRotationsByNodeRequest) ProtoReflect() protoreflect.Message
- func (x *GetKeyRotationsByNodeRequest) Reset()
- func (x *GetKeyRotationsByNodeRequest) String() string
- type GetKeyRotationsByNodeResponse
- func (*GetKeyRotationsByNodeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetKeyRotationsByNodeResponse) GetRotations() []*KeyRotation
- func (*GetKeyRotationsByNodeResponse) ProtoMessage()
- func (x *GetKeyRotationsByNodeResponse) ProtoReflect() protoreflect.Message
- func (x *GetKeyRotationsByNodeResponse) Reset()
- func (x *GetKeyRotationsByNodeResponse) String() string
- type GetKeyRotationsRequest
- type GetKeyRotationsResponse
- func (*GetKeyRotationsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetKeyRotationsResponse) GetRotations() []*KeyRotation
- func (*GetKeyRotationsResponse) ProtoMessage()
- func (x *GetKeyRotationsResponse) ProtoReflect() protoreflect.Message
- func (x *GetKeyRotationsResponse) Reset()
- func (x *GetKeyRotationsResponse) String() string
- type GetNetworkParametersProposalsRequest
- func (*GetNetworkParametersProposalsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetNetworkParametersProposalsRequest) GetSelectInState() vega.Proposal_State
- func (*GetNetworkParametersProposalsRequest) ProtoMessage()
- func (x *GetNetworkParametersProposalsRequest) ProtoReflect() protoreflect.Message
- func (x *GetNetworkParametersProposalsRequest) Reset()
- func (x *GetNetworkParametersProposalsRequest) String() string
- type GetNetworkParametersProposalsResponse
- func (*GetNetworkParametersProposalsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetNetworkParametersProposalsResponse) GetData() []*vega.GovernanceData
- func (*GetNetworkParametersProposalsResponse) ProtoMessage()
- func (x *GetNetworkParametersProposalsResponse) ProtoReflect() protoreflect.Message
- func (x *GetNetworkParametersProposalsResponse) Reset()
- func (x *GetNetworkParametersProposalsResponse) String() string
- type GetNewAssetProposalsRequest
- func (*GetNewAssetProposalsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetNewAssetProposalsRequest) GetSelectInState() vega.Proposal_State
- func (*GetNewAssetProposalsRequest) ProtoMessage()
- func (x *GetNewAssetProposalsRequest) ProtoReflect() protoreflect.Message
- func (x *GetNewAssetProposalsRequest) Reset()
- func (x *GetNewAssetProposalsRequest) String() string
- type GetNewAssetProposalsResponse
- func (*GetNewAssetProposalsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetNewAssetProposalsResponse) GetData() []*vega.GovernanceData
- func (*GetNewAssetProposalsResponse) ProtoMessage()
- func (x *GetNewAssetProposalsResponse) ProtoReflect() protoreflect.Message
- func (x *GetNewAssetProposalsResponse) Reset()
- func (x *GetNewAssetProposalsResponse) String() string
- type GetNewFreeformProposalsRequest
- func (*GetNewFreeformProposalsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetNewFreeformProposalsRequest) GetSelectInState() vega.Proposal_State
- func (*GetNewFreeformProposalsRequest) ProtoMessage()
- func (x *GetNewFreeformProposalsRequest) ProtoReflect() protoreflect.Message
- func (x *GetNewFreeformProposalsRequest) Reset()
- func (x *GetNewFreeformProposalsRequest) String() string
- type GetNewFreeformProposalsResponse
- func (*GetNewFreeformProposalsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetNewFreeformProposalsResponse) GetData() []*vega.GovernanceData
- func (*GetNewFreeformProposalsResponse) ProtoMessage()
- func (x *GetNewFreeformProposalsResponse) ProtoReflect() protoreflect.Message
- func (x *GetNewFreeformProposalsResponse) Reset()
- func (x *GetNewFreeformProposalsResponse) String() string
- type GetNewMarketProposalsRequest
- func (*GetNewMarketProposalsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetNewMarketProposalsRequest) GetSelectInState() vega.Proposal_State
- func (*GetNewMarketProposalsRequest) ProtoMessage()
- func (x *GetNewMarketProposalsRequest) ProtoReflect() protoreflect.Message
- func (x *GetNewMarketProposalsRequest) Reset()
- func (x *GetNewMarketProposalsRequest) String() string
- type GetNewMarketProposalsResponse
- func (*GetNewMarketProposalsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetNewMarketProposalsResponse) GetData() []*vega.GovernanceData
- func (*GetNewMarketProposalsResponse) ProtoMessage()
- func (x *GetNewMarketProposalsResponse) ProtoReflect() protoreflect.Message
- func (x *GetNewMarketProposalsResponse) Reset()
- func (x *GetNewMarketProposalsResponse) String() string
- type GetNodeByIDRequest
- type GetNodeByIDResponse
- func (*GetNodeByIDResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetNodeByIDResponse) GetNode() *vega.Node
- func (*GetNodeByIDResponse) ProtoMessage()
- func (x *GetNodeByIDResponse) ProtoReflect() protoreflect.Message
- func (x *GetNodeByIDResponse) Reset()
- func (x *GetNodeByIDResponse) String() string
- type GetNodeDataRequest
- type GetNodeDataResponse
- func (*GetNodeDataResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetNodeDataResponse) GetNodeData() *vega.NodeData
- func (*GetNodeDataResponse) ProtoMessage()
- func (x *GetNodeDataResponse) ProtoReflect() protoreflect.Message
- func (x *GetNodeDataResponse) Reset()
- func (x *GetNodeDataResponse) String() string
- type GetNodeSignaturesAggregateRequest
- func (*GetNodeSignaturesAggregateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetNodeSignaturesAggregateRequest) GetId() string
- func (*GetNodeSignaturesAggregateRequest) ProtoMessage()
- func (x *GetNodeSignaturesAggregateRequest) ProtoReflect() protoreflect.Message
- func (x *GetNodeSignaturesAggregateRequest) Reset()
- func (x *GetNodeSignaturesAggregateRequest) String() string
- type GetNodeSignaturesAggregateResponse
- func (*GetNodeSignaturesAggregateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetNodeSignaturesAggregateResponse) GetSignatures() []*v11.NodeSignature
- func (*GetNodeSignaturesAggregateResponse) ProtoMessage()
- func (x *GetNodeSignaturesAggregateResponse) ProtoReflect() protoreflect.Message
- func (x *GetNodeSignaturesAggregateResponse) Reset()
- func (x *GetNodeSignaturesAggregateResponse) String() string
- type GetNodesRequest
- type GetNodesResponse
- type GetProposalByIDRequest
- func (*GetProposalByIDRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetProposalByIDRequest) GetProposalId() string
- func (*GetProposalByIDRequest) ProtoMessage()
- func (x *GetProposalByIDRequest) ProtoReflect() protoreflect.Message
- func (x *GetProposalByIDRequest) Reset()
- func (x *GetProposalByIDRequest) String() string
- type GetProposalByIDResponse
- func (*GetProposalByIDResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetProposalByIDResponse) GetData() *vega.GovernanceData
- func (*GetProposalByIDResponse) ProtoMessage()
- func (x *GetProposalByIDResponse) ProtoReflect() protoreflect.Message
- func (x *GetProposalByIDResponse) Reset()
- func (x *GetProposalByIDResponse) String() string
- type GetProposalByReferenceRequest
- func (*GetProposalByReferenceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetProposalByReferenceRequest) GetReference() string
- func (*GetProposalByReferenceRequest) ProtoMessage()
- func (x *GetProposalByReferenceRequest) ProtoReflect() protoreflect.Message
- func (x *GetProposalByReferenceRequest) Reset()
- func (x *GetProposalByReferenceRequest) String() string
- type GetProposalByReferenceResponse
- func (*GetProposalByReferenceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetProposalByReferenceResponse) GetData() *vega.GovernanceData
- func (*GetProposalByReferenceResponse) ProtoMessage()
- func (x *GetProposalByReferenceResponse) ProtoReflect() protoreflect.Message
- func (x *GetProposalByReferenceResponse) Reset()
- func (x *GetProposalByReferenceResponse) String() string
- type GetProposalsByPartyRequest
- func (*GetProposalsByPartyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetProposalsByPartyRequest) GetPartyId() string
- func (x *GetProposalsByPartyRequest) GetSelectInState() vega.Proposal_State
- func (*GetProposalsByPartyRequest) ProtoMessage()
- func (x *GetProposalsByPartyRequest) ProtoReflect() protoreflect.Message
- func (x *GetProposalsByPartyRequest) Reset()
- func (x *GetProposalsByPartyRequest) String() string
- type GetProposalsByPartyResponse
- func (*GetProposalsByPartyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetProposalsByPartyResponse) GetData() []*vega.GovernanceData
- func (*GetProposalsByPartyResponse) ProtoMessage()
- func (x *GetProposalsByPartyResponse) ProtoReflect() protoreflect.Message
- func (x *GetProposalsByPartyResponse) Reset()
- func (x *GetProposalsByPartyResponse) String() string
- type GetProposalsRequest
- func (*GetProposalsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetProposalsRequest) GetSelectInState() vega.Proposal_State
- func (*GetProposalsRequest) ProtoMessage()
- func (x *GetProposalsRequest) ProtoReflect() protoreflect.Message
- func (x *GetProposalsRequest) Reset()
- func (x *GetProposalsRequest) String() string
- type GetProposalsResponse
- func (*GetProposalsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetProposalsResponse) GetData() []*vega.GovernanceData
- func (*GetProposalsResponse) ProtoMessage()
- func (x *GetProposalsResponse) ProtoReflect() protoreflect.Message
- func (x *GetProposalsResponse) Reset()
- func (x *GetProposalsResponse) String() string
- type GetRewardSummariesRequest
- func (*GetRewardSummariesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetRewardSummariesRequest) GetAssetId() string
- func (x *GetRewardSummariesRequest) GetPartyId() string
- func (*GetRewardSummariesRequest) ProtoMessage()
- func (x *GetRewardSummariesRequest) ProtoReflect() protoreflect.Message
- func (x *GetRewardSummariesRequest) Reset()
- func (x *GetRewardSummariesRequest) String() string
- type GetRewardSummariesResponse
- func (*GetRewardSummariesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetRewardSummariesResponse) GetSummaries() []*vega.RewardSummary
- func (*GetRewardSummariesResponse) ProtoMessage()
- func (x *GetRewardSummariesResponse) ProtoReflect() protoreflect.Message
- func (x *GetRewardSummariesResponse) Reset()
- func (x *GetRewardSummariesResponse) String() string
- type GetRewardsRequest
- func (*GetRewardsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetRewardsRequest) GetAssetId() string
- func (x *GetRewardsRequest) GetPagination() *Pagination
- func (x *GetRewardsRequest) GetPartyId() string
- func (*GetRewardsRequest) ProtoMessage()
- func (x *GetRewardsRequest) ProtoReflect() protoreflect.Message
- func (x *GetRewardsRequest) Reset()
- func (x *GetRewardsRequest) String() string
- type GetRewardsResponse
- func (*GetRewardsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetRewardsResponse) GetRewards() []*vega.Reward
- func (*GetRewardsResponse) ProtoMessage()
- func (x *GetRewardsResponse) ProtoReflect() protoreflect.Message
- func (x *GetRewardsResponse) Reset()
- func (x *GetRewardsResponse) String() string
- type GetRiskFactorsRequest
- func (*GetRiskFactorsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetRiskFactorsRequest) GetMarketId() string
- func (*GetRiskFactorsRequest) ProtoMessage()
- func (x *GetRiskFactorsRequest) ProtoReflect() protoreflect.Message
- func (x *GetRiskFactorsRequest) Reset()
- func (x *GetRiskFactorsRequest) String() string
- type GetRiskFactorsResponse
- func (*GetRiskFactorsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetRiskFactorsResponse) GetRiskFactor() *vega.RiskFactor
- func (*GetRiskFactorsResponse) ProtoMessage()
- func (x *GetRiskFactorsResponse) ProtoReflect() protoreflect.Message
- func (x *GetRiskFactorsResponse) Reset()
- func (x *GetRiskFactorsResponse) String() string
- type GetUpdateMarketProposalsRequest
- func (*GetUpdateMarketProposalsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetUpdateMarketProposalsRequest) GetMarketId() string
- func (x *GetUpdateMarketProposalsRequest) GetSelectInState() vega.Proposal_State
- func (*GetUpdateMarketProposalsRequest) ProtoMessage()
- func (x *GetUpdateMarketProposalsRequest) ProtoReflect() protoreflect.Message
- func (x *GetUpdateMarketProposalsRequest) Reset()
- func (x *GetUpdateMarketProposalsRequest) String() string
- type GetUpdateMarketProposalsResponse
- func (*GetUpdateMarketProposalsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetUpdateMarketProposalsResponse) GetData() []*vega.GovernanceData
- func (*GetUpdateMarketProposalsResponse) ProtoMessage()
- func (x *GetUpdateMarketProposalsResponse) ProtoReflect() protoreflect.Message
- func (x *GetUpdateMarketProposalsResponse) Reset()
- func (x *GetUpdateMarketProposalsResponse) String() string
- type GetVegaTimeRequest
- type GetVegaTimeResponse
- func (*GetVegaTimeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetVegaTimeResponse) GetTimestamp() int64
- func (*GetVegaTimeResponse) ProtoMessage()
- func (x *GetVegaTimeResponse) ProtoReflect() protoreflect.Message
- func (x *GetVegaTimeResponse) Reset()
- func (x *GetVegaTimeResponse) String() string
- type GetVotesByPartyRequest
- func (*GetVotesByPartyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetVotesByPartyRequest) GetPartyId() string
- func (*GetVotesByPartyRequest) ProtoMessage()
- func (x *GetVotesByPartyRequest) ProtoReflect() protoreflect.Message
- func (x *GetVotesByPartyRequest) Reset()
- func (x *GetVotesByPartyRequest) String() string
- type GetVotesByPartyResponse
- func (*GetVotesByPartyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetVotesByPartyResponse) GetVotes() []*vega.Vote
- func (*GetVotesByPartyResponse) ProtoMessage()
- func (x *GetVotesByPartyResponse) ProtoReflect() protoreflect.Message
- func (x *GetVotesByPartyResponse) Reset()
- func (x *GetVotesByPartyResponse) String() string
- type GlobalRewardPoolAccountsRequest
- func (*GlobalRewardPoolAccountsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GlobalRewardPoolAccountsRequest) GetAsset() string
- func (*GlobalRewardPoolAccountsRequest) ProtoMessage()
- func (x *GlobalRewardPoolAccountsRequest) ProtoReflect() protoreflect.Message
- func (x *GlobalRewardPoolAccountsRequest) Reset()
- func (x *GlobalRewardPoolAccountsRequest) String() string
- type GlobalRewardPoolAccountsResponse
- func (*GlobalRewardPoolAccountsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GlobalRewardPoolAccountsResponse) GetAccounts() []*vega.Account
- func (*GlobalRewardPoolAccountsResponse) ProtoMessage()
- func (x *GlobalRewardPoolAccountsResponse) ProtoReflect() protoreflect.Message
- func (x *GlobalRewardPoolAccountsResponse) Reset()
- func (x *GlobalRewardPoolAccountsResponse) String() string
- type KeyRotation
- func (*KeyRotation) Descriptor() ([]byte, []int)deprecated
- func (x *KeyRotation) GetBlockHeight() uint64
- func (x *KeyRotation) GetNewPubKey() string
- func (x *KeyRotation) GetNodeId() string
- func (x *KeyRotation) GetOldPubKey() string
- func (*KeyRotation) ProtoMessage()
- func (x *KeyRotation) ProtoReflect() protoreflect.Message
- func (x *KeyRotation) Reset()
- func (x *KeyRotation) String() string
- type LastTradeRequest
- type LastTradeResponse
- func (*LastTradeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *LastTradeResponse) GetTrade() *vega.Trade
- func (*LastTradeResponse) ProtoMessage()
- func (x *LastTradeResponse) ProtoReflect() protoreflect.Message
- func (x *LastTradeResponse) Reset()
- func (x *LastTradeResponse) String() string
- type LiquidityProvisionsRequest
- func (*LiquidityProvisionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *LiquidityProvisionsRequest) GetMarket() string
- func (x *LiquidityProvisionsRequest) GetParty() string
- func (*LiquidityProvisionsRequest) ProtoMessage()
- func (x *LiquidityProvisionsRequest) ProtoReflect() protoreflect.Message
- func (x *LiquidityProvisionsRequest) Reset()
- func (x *LiquidityProvisionsRequest) String() string
- type LiquidityProvisionsResponse
- func (*LiquidityProvisionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *LiquidityProvisionsResponse) GetLiquidityProvisions() []*vega.LiquidityProvision
- func (*LiquidityProvisionsResponse) ProtoMessage()
- func (x *LiquidityProvisionsResponse) ProtoReflect() protoreflect.Message
- func (x *LiquidityProvisionsResponse) Reset()
- func (x *LiquidityProvisionsResponse) String() string
- type ListOracleDataRequest
- func (*ListOracleDataRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListOracleDataRequest) GetPagination() *Pagination
- func (*ListOracleDataRequest) ProtoMessage()
- func (x *ListOracleDataRequest) ProtoReflect() protoreflect.Message
- func (x *ListOracleDataRequest) Reset()
- func (x *ListOracleDataRequest) String() string
- type ListOracleDataResponse
- func (*ListOracleDataResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListOracleDataResponse) GetOracleData() []*v12.OracleData
- func (*ListOracleDataResponse) ProtoMessage()
- func (x *ListOracleDataResponse) ProtoReflect() protoreflect.Message
- func (x *ListOracleDataResponse) Reset()
- func (x *ListOracleDataResponse) String() string
- type MarginLevelsRequest
- func (*MarginLevelsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *MarginLevelsRequest) GetMarketId() string
- func (x *MarginLevelsRequest) GetPartyId() string
- func (*MarginLevelsRequest) ProtoMessage()
- func (x *MarginLevelsRequest) ProtoReflect() protoreflect.Message
- func (x *MarginLevelsRequest) Reset()
- func (x *MarginLevelsRequest) String() string
- type MarginLevelsResponse
- func (*MarginLevelsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *MarginLevelsResponse) GetMarginLevels() []*vega.MarginLevels
- func (*MarginLevelsResponse) ProtoMessage()
- func (x *MarginLevelsResponse) ProtoReflect() protoreflect.Message
- func (x *MarginLevelsResponse) Reset()
- func (x *MarginLevelsResponse) String() string
- type MarginLevelsSubscribeRequest
- func (*MarginLevelsSubscribeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *MarginLevelsSubscribeRequest) GetMarketId() string
- func (x *MarginLevelsSubscribeRequest) GetPartyId() string
- func (*MarginLevelsSubscribeRequest) ProtoMessage()
- func (x *MarginLevelsSubscribeRequest) ProtoReflect() protoreflect.Message
- func (x *MarginLevelsSubscribeRequest) Reset()
- func (x *MarginLevelsSubscribeRequest) String() string
- type MarginLevelsSubscribeResponse
- func (*MarginLevelsSubscribeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *MarginLevelsSubscribeResponse) GetMarginLevels() *vega.MarginLevels
- func (*MarginLevelsSubscribeResponse) ProtoMessage()
- func (x *MarginLevelsSubscribeResponse) ProtoReflect() protoreflect.Message
- func (x *MarginLevelsSubscribeResponse) Reset()
- func (x *MarginLevelsSubscribeResponse) String() string
- type MarketAccountsRequest
- func (*MarketAccountsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *MarketAccountsRequest) GetAsset() string
- func (x *MarketAccountsRequest) GetMarketId() string
- func (*MarketAccountsRequest) ProtoMessage()
- func (x *MarketAccountsRequest) ProtoReflect() protoreflect.Message
- func (x *MarketAccountsRequest) Reset()
- func (x *MarketAccountsRequest) String() string
- type MarketAccountsResponse
- func (*MarketAccountsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *MarketAccountsResponse) GetAccounts() []*vega.Account
- func (*MarketAccountsResponse) ProtoMessage()
- func (x *MarketAccountsResponse) ProtoReflect() protoreflect.Message
- func (x *MarketAccountsResponse) Reset()
- func (x *MarketAccountsResponse) String() string
- type MarketByIDRequest
- type MarketByIDResponse
- func (*MarketByIDResponse) Descriptor() ([]byte, []int)deprecated
- func (x *MarketByIDResponse) GetMarket() *vega.Market
- func (*MarketByIDResponse) ProtoMessage()
- func (x *MarketByIDResponse) ProtoReflect() protoreflect.Message
- func (x *MarketByIDResponse) Reset()
- func (x *MarketByIDResponse) String() string
- type MarketDataByIDRequest
- func (*MarketDataByIDRequest) Descriptor() ([]byte, []int)deprecated
- func (x *MarketDataByIDRequest) GetMarketId() string
- func (*MarketDataByIDRequest) ProtoMessage()
- func (x *MarketDataByIDRequest) ProtoReflect() protoreflect.Message
- func (x *MarketDataByIDRequest) Reset()
- func (x *MarketDataByIDRequest) String() string
- type MarketDataByIDResponse
- func (*MarketDataByIDResponse) Descriptor() ([]byte, []int)deprecated
- func (x *MarketDataByIDResponse) GetMarketData() *vega.MarketData
- func (*MarketDataByIDResponse) ProtoMessage()
- func (x *MarketDataByIDResponse) ProtoReflect() protoreflect.Message
- func (x *MarketDataByIDResponse) Reset()
- func (x *MarketDataByIDResponse) String() string
- type MarketDepthRequest
- func (*MarketDepthRequest) Descriptor() ([]byte, []int)deprecated
- func (x *MarketDepthRequest) GetMarketId() string
- func (x *MarketDepthRequest) GetMaxDepth() uint64
- func (*MarketDepthRequest) ProtoMessage()
- func (x *MarketDepthRequest) ProtoReflect() protoreflect.Message
- func (x *MarketDepthRequest) Reset()
- func (x *MarketDepthRequest) String() string
- type MarketDepthResponse
- func (*MarketDepthResponse) Descriptor() ([]byte, []int)deprecated
- func (x *MarketDepthResponse) GetBuy() []*vega.PriceLevel
- func (x *MarketDepthResponse) GetLastTrade() *vega.Trade
- func (x *MarketDepthResponse) GetMarketId() string
- func (x *MarketDepthResponse) GetSell() []*vega.PriceLevel
- func (x *MarketDepthResponse) GetSequenceNumber() uint64
- func (*MarketDepthResponse) ProtoMessage()
- func (x *MarketDepthResponse) ProtoReflect() protoreflect.Message
- func (x *MarketDepthResponse) Reset()
- func (x *MarketDepthResponse) String() string
- type MarketDepthSubscribeRequest
- func (*MarketDepthSubscribeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *MarketDepthSubscribeRequest) GetMarketId() string
- func (*MarketDepthSubscribeRequest) ProtoMessage()
- func (x *MarketDepthSubscribeRequest) ProtoReflect() protoreflect.Message
- func (x *MarketDepthSubscribeRequest) Reset()
- func (x *MarketDepthSubscribeRequest) String() string
- type MarketDepthSubscribeResponse
- func (*MarketDepthSubscribeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *MarketDepthSubscribeResponse) GetMarketDepth() *vega.MarketDepth
- func (*MarketDepthSubscribeResponse) ProtoMessage()
- func (x *MarketDepthSubscribeResponse) ProtoReflect() protoreflect.Message
- func (x *MarketDepthSubscribeResponse) Reset()
- func (x *MarketDepthSubscribeResponse) String() string
- type MarketDepthUpdatesSubscribeRequest
- func (*MarketDepthUpdatesSubscribeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *MarketDepthUpdatesSubscribeRequest) GetMarketId() string
- func (*MarketDepthUpdatesSubscribeRequest) ProtoMessage()
- func (x *MarketDepthUpdatesSubscribeRequest) ProtoReflect() protoreflect.Message
- func (x *MarketDepthUpdatesSubscribeRequest) Reset()
- func (x *MarketDepthUpdatesSubscribeRequest) String() string
- type MarketDepthUpdatesSubscribeResponse
- func (*MarketDepthUpdatesSubscribeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *MarketDepthUpdatesSubscribeResponse) GetUpdate() *vega.MarketDepthUpdate
- func (*MarketDepthUpdatesSubscribeResponse) ProtoMessage()
- func (x *MarketDepthUpdatesSubscribeResponse) ProtoReflect() protoreflect.Message
- func (x *MarketDepthUpdatesSubscribeResponse) Reset()
- func (x *MarketDepthUpdatesSubscribeResponse) String() string
- type MarketsDataRequest
- type MarketsDataResponse
- func (*MarketsDataResponse) Descriptor() ([]byte, []int)deprecated
- func (x *MarketsDataResponse) GetMarketsData() []*vega.MarketData
- func (*MarketsDataResponse) ProtoMessage()
- func (x *MarketsDataResponse) ProtoReflect() protoreflect.Message
- func (x *MarketsDataResponse) Reset()
- func (x *MarketsDataResponse) String() string
- type MarketsDataSubscribeRequest
- func (*MarketsDataSubscribeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *MarketsDataSubscribeRequest) GetMarketId() string
- func (*MarketsDataSubscribeRequest) ProtoMessage()
- func (x *MarketsDataSubscribeRequest) ProtoReflect() protoreflect.Message
- func (x *MarketsDataSubscribeRequest) Reset()
- func (x *MarketsDataSubscribeRequest) String() string
- type MarketsDataSubscribeResponse
- func (*MarketsDataSubscribeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *MarketsDataSubscribeResponse) GetMarketData() *vega.MarketData
- func (*MarketsDataSubscribeResponse) ProtoMessage()
- func (x *MarketsDataSubscribeResponse) ProtoReflect() protoreflect.Message
- func (x *MarketsDataSubscribeResponse) Reset()
- func (x *MarketsDataSubscribeResponse) String() string
- type MarketsRequest
- type MarketsResponse
- type NetworkParametersRequest
- type NetworkParametersResponse
- func (*NetworkParametersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *NetworkParametersResponse) GetNetworkParameters() []*vega.NetworkParameter
- func (*NetworkParametersResponse) ProtoMessage()
- func (x *NetworkParametersResponse) ProtoReflect() protoreflect.Message
- func (x *NetworkParametersResponse) Reset()
- func (x *NetworkParametersResponse) String() string
- type ObserveDelegationsRequest
- func (*ObserveDelegationsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ObserveDelegationsRequest) GetNodeId() string
- func (x *ObserveDelegationsRequest) GetParty() string
- func (*ObserveDelegationsRequest) ProtoMessage()
- func (x *ObserveDelegationsRequest) ProtoReflect() protoreflect.Message
- func (x *ObserveDelegationsRequest) Reset()
- func (x *ObserveDelegationsRequest) String() string
- type ObserveDelegationsResponse
- func (*ObserveDelegationsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ObserveDelegationsResponse) GetDelegation() *vega.Delegation
- func (*ObserveDelegationsResponse) ProtoMessage()
- func (x *ObserveDelegationsResponse) ProtoReflect() protoreflect.Message
- func (x *ObserveDelegationsResponse) Reset()
- func (x *ObserveDelegationsResponse) String() string
- type ObserveEventBusRequest
- func (*ObserveEventBusRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ObserveEventBusRequest) GetBatchSize() int64
- func (x *ObserveEventBusRequest) GetMarketId() string
- func (x *ObserveEventBusRequest) GetPartyId() string
- func (x *ObserveEventBusRequest) GetType() []v1.BusEventType
- func (*ObserveEventBusRequest) ProtoMessage()
- func (x *ObserveEventBusRequest) ProtoReflect() protoreflect.Message
- func (x *ObserveEventBusRequest) Reset()
- func (x *ObserveEventBusRequest) String() string
- type ObserveEventBusResponse
- func (*ObserveEventBusResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ObserveEventBusResponse) GetEvents() []*v1.BusEvent
- func (*ObserveEventBusResponse) ProtoMessage()
- func (x *ObserveEventBusResponse) ProtoReflect() protoreflect.Message
- func (x *ObserveEventBusResponse) Reset()
- func (x *ObserveEventBusResponse) String() string
- type ObserveGovernanceRequest
- type ObserveGovernanceResponse
- func (*ObserveGovernanceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ObserveGovernanceResponse) GetData() *vega.GovernanceData
- func (*ObserveGovernanceResponse) ProtoMessage()
- func (x *ObserveGovernanceResponse) ProtoReflect() protoreflect.Message
- func (x *ObserveGovernanceResponse) Reset()
- func (x *ObserveGovernanceResponse) String() string
- type ObservePartyProposalsRequest
- func (*ObservePartyProposalsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ObservePartyProposalsRequest) GetPartyId() string
- func (*ObservePartyProposalsRequest) ProtoMessage()
- func (x *ObservePartyProposalsRequest) ProtoReflect() protoreflect.Message
- func (x *ObservePartyProposalsRequest) Reset()
- func (x *ObservePartyProposalsRequest) String() string
- type ObservePartyProposalsResponse
- func (*ObservePartyProposalsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ObservePartyProposalsResponse) GetData() *vega.GovernanceData
- func (*ObservePartyProposalsResponse) ProtoMessage()
- func (x *ObservePartyProposalsResponse) ProtoReflect() protoreflect.Message
- func (x *ObservePartyProposalsResponse) Reset()
- func (x *ObservePartyProposalsResponse) String() string
- type ObservePartyVotesRequest
- func (*ObservePartyVotesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ObservePartyVotesRequest) GetPartyId() string
- func (*ObservePartyVotesRequest) ProtoMessage()
- func (x *ObservePartyVotesRequest) ProtoReflect() protoreflect.Message
- func (x *ObservePartyVotesRequest) Reset()
- func (x *ObservePartyVotesRequest) String() string
- type ObservePartyVotesResponse
- func (*ObservePartyVotesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ObservePartyVotesResponse) GetVote() *vega.Vote
- func (*ObservePartyVotesResponse) ProtoMessage()
- func (x *ObservePartyVotesResponse) ProtoReflect() protoreflect.Message
- func (x *ObservePartyVotesResponse) Reset()
- func (x *ObservePartyVotesResponse) String() string
- type ObserveProposalVotesRequest
- func (*ObserveProposalVotesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ObserveProposalVotesRequest) GetProposalId() string
- func (*ObserveProposalVotesRequest) ProtoMessage()
- func (x *ObserveProposalVotesRequest) ProtoReflect() protoreflect.Message
- func (x *ObserveProposalVotesRequest) Reset()
- func (x *ObserveProposalVotesRequest) String() string
- type ObserveProposalVotesResponse
- func (*ObserveProposalVotesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ObserveProposalVotesResponse) GetVote() *vega.Vote
- func (*ObserveProposalVotesResponse) ProtoMessage()
- func (x *ObserveProposalVotesResponse) ProtoReflect() protoreflect.Message
- func (x *ObserveProposalVotesResponse) Reset()
- func (x *ObserveProposalVotesResponse) String() string
- type ObserveRewardsRequest
- func (*ObserveRewardsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ObserveRewardsRequest) GetAssetId() string
- func (x *ObserveRewardsRequest) GetParty() string
- func (*ObserveRewardsRequest) ProtoMessage()
- func (x *ObserveRewardsRequest) ProtoReflect() protoreflect.Message
- func (x *ObserveRewardsRequest) Reset()
- func (x *ObserveRewardsRequest) String() string
- type ObserveRewardsResponse
- func (*ObserveRewardsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ObserveRewardsResponse) GetReward() *vega.Reward
- func (*ObserveRewardsResponse) ProtoMessage()
- func (x *ObserveRewardsResponse) ProtoReflect() protoreflect.Message
- func (x *ObserveRewardsResponse) Reset()
- func (x *ObserveRewardsResponse) String() string
- type OracleDataBySpecRequest
- func (*OracleDataBySpecRequest) Descriptor() ([]byte, []int)deprecated
- func (x *OracleDataBySpecRequest) GetId() string
- func (x *OracleDataBySpecRequest) GetPagination() *Pagination
- func (*OracleDataBySpecRequest) ProtoMessage()
- func (x *OracleDataBySpecRequest) ProtoReflect() protoreflect.Message
- func (x *OracleDataBySpecRequest) Reset()
- func (x *OracleDataBySpecRequest) String() string
- type OracleDataBySpecResponse
- func (*OracleDataBySpecResponse) Descriptor() ([]byte, []int)deprecated
- func (x *OracleDataBySpecResponse) GetOracleData() []*v12.OracleData
- func (*OracleDataBySpecResponse) ProtoMessage()
- func (x *OracleDataBySpecResponse) ProtoReflect() protoreflect.Message
- func (x *OracleDataBySpecResponse) Reset()
- func (x *OracleDataBySpecResponse) String() string
- type OracleSpecRequest
- func (*OracleSpecRequest) Descriptor() ([]byte, []int)deprecated
- func (x *OracleSpecRequest) GetId() string
- func (x *OracleSpecRequest) GetPagination() *Pagination
- func (*OracleSpecRequest) ProtoMessage()
- func (x *OracleSpecRequest) ProtoReflect() protoreflect.Message
- func (x *OracleSpecRequest) Reset()
- func (x *OracleSpecRequest) String() string
- type OracleSpecResponse
- func (*OracleSpecResponse) Descriptor() ([]byte, []int)deprecated
- func (x *OracleSpecResponse) GetOracleSpec() *v12.OracleSpec
- func (*OracleSpecResponse) ProtoMessage()
- func (x *OracleSpecResponse) ProtoReflect() protoreflect.Message
- func (x *OracleSpecResponse) Reset()
- func (x *OracleSpecResponse) String() string
- type OracleSpecsRequest
- func (*OracleSpecsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *OracleSpecsRequest) GetPagination() *Pagination
- func (*OracleSpecsRequest) ProtoMessage()
- func (x *OracleSpecsRequest) ProtoReflect() protoreflect.Message
- func (x *OracleSpecsRequest) Reset()
- func (x *OracleSpecsRequest) String() string
- type OracleSpecsResponse
- func (*OracleSpecsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *OracleSpecsResponse) GetOracleSpecs() []*v12.OracleSpec
- func (*OracleSpecsResponse) ProtoMessage()
- func (x *OracleSpecsResponse) ProtoReflect() protoreflect.Message
- func (x *OracleSpecsResponse) Reset()
- func (x *OracleSpecsResponse) String() string
- type OrderByIDRequest
- func (*OrderByIDRequest) Descriptor() ([]byte, []int)deprecated
- func (x *OrderByIDRequest) GetOrderId() string
- func (x *OrderByIDRequest) GetVersion() uint64
- func (*OrderByIDRequest) ProtoMessage()
- func (x *OrderByIDRequest) ProtoReflect() protoreflect.Message
- func (x *OrderByIDRequest) Reset()
- func (x *OrderByIDRequest) String() string
- type OrderByIDResponse
- func (*OrderByIDResponse) Descriptor() ([]byte, []int)deprecated
- func (x *OrderByIDResponse) GetOrder() *vega.Order
- func (*OrderByIDResponse) ProtoMessage()
- func (x *OrderByIDResponse) ProtoReflect() protoreflect.Message
- func (x *OrderByIDResponse) Reset()
- func (x *OrderByIDResponse) String() string
- type OrderByMarketAndIDRequest
- func (*OrderByMarketAndIDRequest) Descriptor() ([]byte, []int)deprecated
- func (x *OrderByMarketAndIDRequest) GetMarketId() string
- func (x *OrderByMarketAndIDRequest) GetOrderId() string
- func (*OrderByMarketAndIDRequest) ProtoMessage()
- func (x *OrderByMarketAndIDRequest) ProtoReflect() protoreflect.Message
- func (x *OrderByMarketAndIDRequest) Reset()
- func (x *OrderByMarketAndIDRequest) String() string
- type OrderByMarketAndIDResponse
- func (*OrderByMarketAndIDResponse) Descriptor() ([]byte, []int)deprecated
- func (x *OrderByMarketAndIDResponse) GetOrder() *vega.Order
- func (*OrderByMarketAndIDResponse) ProtoMessage()
- func (x *OrderByMarketAndIDResponse) ProtoReflect() protoreflect.Message
- func (x *OrderByMarketAndIDResponse) Reset()
- func (x *OrderByMarketAndIDResponse) String() string
- type OrderByReferenceRequest
- func (*OrderByReferenceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *OrderByReferenceRequest) GetReference() string
- func (*OrderByReferenceRequest) ProtoMessage()
- func (x *OrderByReferenceRequest) ProtoReflect() protoreflect.Message
- func (x *OrderByReferenceRequest) Reset()
- func (x *OrderByReferenceRequest) String() string
- type OrderByReferenceResponse
- func (*OrderByReferenceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *OrderByReferenceResponse) GetOrder() *vega.Order
- func (*OrderByReferenceResponse) ProtoMessage()
- func (x *OrderByReferenceResponse) ProtoReflect() protoreflect.Message
- func (x *OrderByReferenceResponse) Reset()
- func (x *OrderByReferenceResponse) String() string
- type OrderVersionsByIDRequest
- func (*OrderVersionsByIDRequest) Descriptor() ([]byte, []int)deprecated
- func (x *OrderVersionsByIDRequest) GetOrderId() string
- func (x *OrderVersionsByIDRequest) GetPagination() *Pagination
- func (*OrderVersionsByIDRequest) ProtoMessage()
- func (x *OrderVersionsByIDRequest) ProtoReflect() protoreflect.Message
- func (x *OrderVersionsByIDRequest) Reset()
- func (x *OrderVersionsByIDRequest) String() string
- type OrderVersionsByIDResponse
- func (*OrderVersionsByIDResponse) Descriptor() ([]byte, []int)deprecated
- func (x *OrderVersionsByIDResponse) GetOrders() []*vega.Order
- func (*OrderVersionsByIDResponse) ProtoMessage()
- func (x *OrderVersionsByIDResponse) ProtoReflect() protoreflect.Message
- func (x *OrderVersionsByIDResponse) Reset()
- func (x *OrderVersionsByIDResponse) String() string
- type OrdersByMarketRequest
- func (*OrdersByMarketRequest) Descriptor() ([]byte, []int)deprecated
- func (x *OrdersByMarketRequest) GetMarketId() string
- func (x *OrdersByMarketRequest) GetPagination() *Pagination
- func (*OrdersByMarketRequest) ProtoMessage()
- func (x *OrdersByMarketRequest) ProtoReflect() protoreflect.Message
- func (x *OrdersByMarketRequest) Reset()
- func (x *OrdersByMarketRequest) String() string
- type OrdersByMarketResponse
- func (*OrdersByMarketResponse) Descriptor() ([]byte, []int)deprecated
- func (x *OrdersByMarketResponse) GetOrders() []*vega.Order
- func (*OrdersByMarketResponse) ProtoMessage()
- func (x *OrdersByMarketResponse) ProtoReflect() protoreflect.Message
- func (x *OrdersByMarketResponse) Reset()
- func (x *OrdersByMarketResponse) String() string
- type OrdersByPartyRequest
- func (*OrdersByPartyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *OrdersByPartyRequest) GetPagination() *Pagination
- func (x *OrdersByPartyRequest) GetPartyId() string
- func (*OrdersByPartyRequest) ProtoMessage()
- func (x *OrdersByPartyRequest) ProtoReflect() protoreflect.Message
- func (x *OrdersByPartyRequest) Reset()
- func (x *OrdersByPartyRequest) String() string
- type OrdersByPartyResponse
- func (*OrdersByPartyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *OrdersByPartyResponse) GetOrders() []*vega.Order
- func (*OrdersByPartyResponse) ProtoMessage()
- func (x *OrdersByPartyResponse) ProtoReflect() protoreflect.Message
- func (x *OrdersByPartyResponse) Reset()
- func (x *OrdersByPartyResponse) String() string
- type OrdersSubscribeRequest
- func (*OrdersSubscribeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *OrdersSubscribeRequest) GetMarketId() string
- func (x *OrdersSubscribeRequest) GetPartyId() string
- func (*OrdersSubscribeRequest) ProtoMessage()
- func (x *OrdersSubscribeRequest) ProtoReflect() protoreflect.Message
- func (x *OrdersSubscribeRequest) Reset()
- func (x *OrdersSubscribeRequest) String() string
- type OrdersSubscribeResponse
- func (*OrdersSubscribeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *OrdersSubscribeResponse) GetOrders() []*vega.Order
- func (*OrdersSubscribeResponse) ProtoMessage()
- func (x *OrdersSubscribeResponse) ProtoReflect() protoreflect.Message
- func (x *OrdersSubscribeResponse) Reset()
- func (x *OrdersSubscribeResponse) String() string
- type Pagination
- func (*Pagination) Descriptor() ([]byte, []int)deprecated
- func (x *Pagination) GetDescending() bool
- func (x *Pagination) GetLimit() uint64
- func (x *Pagination) GetSkip() uint64
- func (*Pagination) ProtoMessage()
- func (x *Pagination) ProtoReflect() protoreflect.Message
- func (x *Pagination) Reset()
- func (x *Pagination) String() string
- type PartiesRequest
- type PartiesResponse
- type PartyAccountsRequest
- func (*PartyAccountsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PartyAccountsRequest) GetAsset() string
- func (x *PartyAccountsRequest) GetMarketId() string
- func (x *PartyAccountsRequest) GetPartyId() string
- func (x *PartyAccountsRequest) GetType() vega.AccountType
- func (*PartyAccountsRequest) ProtoMessage()
- func (x *PartyAccountsRequest) ProtoReflect() protoreflect.Message
- func (x *PartyAccountsRequest) Reset()
- func (x *PartyAccountsRequest) String() string
- type PartyAccountsResponse
- func (*PartyAccountsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PartyAccountsResponse) GetAccounts() []*vega.Account
- func (*PartyAccountsResponse) ProtoMessage()
- func (x *PartyAccountsResponse) ProtoReflect() protoreflect.Message
- func (x *PartyAccountsResponse) Reset()
- func (x *PartyAccountsResponse) String() string
- type PartyByIDRequest
- type PartyByIDResponse
- func (*PartyByIDResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PartyByIDResponse) GetParty() *vega.Party
- func (*PartyByIDResponse) ProtoMessage()
- func (x *PartyByIDResponse) ProtoReflect() protoreflect.Message
- func (x *PartyByIDResponse) Reset()
- func (x *PartyByIDResponse) String() string
- type PartyStakeRequest
- type PartyStakeResponse
- func (*PartyStakeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PartyStakeResponse) GetCurrentStakeAvailable() string
- func (x *PartyStakeResponse) GetStakeLinkings() []*v1.StakeLinking
- func (*PartyStakeResponse) ProtoMessage()
- func (x *PartyStakeResponse) ProtoReflect() protoreflect.Message
- func (x *PartyStakeResponse) Reset()
- func (x *PartyStakeResponse) String() string
- type PositionsByPartyRequest
- func (*PositionsByPartyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PositionsByPartyRequest) GetMarketId() string
- func (x *PositionsByPartyRequest) GetPartyId() string
- func (*PositionsByPartyRequest) ProtoMessage()
- func (x *PositionsByPartyRequest) ProtoReflect() protoreflect.Message
- func (x *PositionsByPartyRequest) Reset()
- func (x *PositionsByPartyRequest) String() string
- type PositionsByPartyResponse
- func (*PositionsByPartyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PositionsByPartyResponse) GetPositions() []*vega.Position
- func (*PositionsByPartyResponse) ProtoMessage()
- func (x *PositionsByPartyResponse) ProtoReflect() protoreflect.Message
- func (x *PositionsByPartyResponse) Reset()
- func (x *PositionsByPartyResponse) String() string
- type PositionsSubscribeRequest
- func (*PositionsSubscribeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PositionsSubscribeRequest) GetMarketId() string
- func (x *PositionsSubscribeRequest) GetPartyId() string
- func (*PositionsSubscribeRequest) ProtoMessage()
- func (x *PositionsSubscribeRequest) ProtoReflect() protoreflect.Message
- func (x *PositionsSubscribeRequest) Reset()
- func (x *PositionsSubscribeRequest) String() string
- type PositionsSubscribeResponse
- func (*PositionsSubscribeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PositionsSubscribeResponse) GetPosition() *vega.Position
- func (*PositionsSubscribeResponse) ProtoMessage()
- func (x *PositionsSubscribeResponse) ProtoReflect() protoreflect.Message
- func (x *PositionsSubscribeResponse) Reset()
- func (x *PositionsSubscribeResponse) String() string
- type TradesByMarketRequest
- func (*TradesByMarketRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TradesByMarketRequest) GetMarketId() string
- func (x *TradesByMarketRequest) GetPagination() *Pagination
- func (*TradesByMarketRequest) ProtoMessage()
- func (x *TradesByMarketRequest) ProtoReflect() protoreflect.Message
- func (x *TradesByMarketRequest) Reset()
- func (x *TradesByMarketRequest) String() string
- type TradesByMarketResponse
- func (*TradesByMarketResponse) Descriptor() ([]byte, []int)deprecated
- func (x *TradesByMarketResponse) GetTrades() []*vega.Trade
- func (*TradesByMarketResponse) ProtoMessage()
- func (x *TradesByMarketResponse) ProtoReflect() protoreflect.Message
- func (x *TradesByMarketResponse) Reset()
- func (x *TradesByMarketResponse) String() string
- type TradesByOrderRequest
- func (*TradesByOrderRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TradesByOrderRequest) GetOrderId() string
- func (*TradesByOrderRequest) ProtoMessage()
- func (x *TradesByOrderRequest) ProtoReflect() protoreflect.Message
- func (x *TradesByOrderRequest) Reset()
- func (x *TradesByOrderRequest) String() string
- type TradesByOrderResponse
- func (*TradesByOrderResponse) Descriptor() ([]byte, []int)deprecated
- func (x *TradesByOrderResponse) GetTrades() []*vega.Trade
- func (*TradesByOrderResponse) ProtoMessage()
- func (x *TradesByOrderResponse) ProtoReflect() protoreflect.Message
- func (x *TradesByOrderResponse) Reset()
- func (x *TradesByOrderResponse) String() string
- type TradesByPartyRequest
- func (*TradesByPartyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TradesByPartyRequest) GetMarketId() string
- func (x *TradesByPartyRequest) GetPagination() *Pagination
- func (x *TradesByPartyRequest) GetPartyId() string
- func (*TradesByPartyRequest) ProtoMessage()
- func (x *TradesByPartyRequest) ProtoReflect() protoreflect.Message
- func (x *TradesByPartyRequest) Reset()
- func (x *TradesByPartyRequest) String() string
- type TradesByPartyResponse
- func (*TradesByPartyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *TradesByPartyResponse) GetTrades() []*vega.Trade
- func (*TradesByPartyResponse) ProtoMessage()
- func (x *TradesByPartyResponse) ProtoReflect() protoreflect.Message
- func (x *TradesByPartyResponse) Reset()
- func (x *TradesByPartyResponse) String() string
- type TradesSubscribeRequest
- func (*TradesSubscribeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TradesSubscribeRequest) GetMarketId() string
- func (x *TradesSubscribeRequest) GetPartyId() string
- func (*TradesSubscribeRequest) ProtoMessage()
- func (x *TradesSubscribeRequest) ProtoReflect() protoreflect.Message
- func (x *TradesSubscribeRequest) Reset()
- func (x *TradesSubscribeRequest) String() string
- type TradesSubscribeResponse
- func (*TradesSubscribeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *TradesSubscribeResponse) GetTrades() []*vega.Trade
- func (*TradesSubscribeResponse) ProtoMessage()
- func (x *TradesSubscribeResponse) ProtoReflect() protoreflect.Message
- func (x *TradesSubscribeResponse) Reset()
- func (x *TradesSubscribeResponse) String() string
- type TradingDataServiceClient
- type TradingDataServiceServer
- type TradingDataService_AccountsSubscribeClient
- type TradingDataService_AccountsSubscribeServer
- type TradingDataService_CandlesSubscribeClient
- type TradingDataService_CandlesSubscribeServer
- type TradingDataService_MarginLevelsSubscribeClient
- type TradingDataService_MarginLevelsSubscribeServer
- type TradingDataService_MarketDepthSubscribeClient
- type TradingDataService_MarketDepthSubscribeServer
- type TradingDataService_MarketDepthUpdatesSubscribeClient
- type TradingDataService_MarketDepthUpdatesSubscribeServer
- type TradingDataService_MarketsDataSubscribeClient
- type TradingDataService_MarketsDataSubscribeServer
- type TradingDataService_ObserveDelegationsClient
- type TradingDataService_ObserveDelegationsServer
- type TradingDataService_ObserveEventBusClient
- type TradingDataService_ObserveEventBusServer
- type TradingDataService_ObserveGovernanceClient
- type TradingDataService_ObserveGovernanceServer
- type TradingDataService_ObservePartyProposalsClient
- type TradingDataService_ObservePartyProposalsServer
- type TradingDataService_ObservePartyVotesClient
- type TradingDataService_ObservePartyVotesServer
- type TradingDataService_ObserveProposalVotesClient
- type TradingDataService_ObserveProposalVotesServer
- type TradingDataService_ObserveRewardsClient
- type TradingDataService_ObserveRewardsServer
- type TradingDataService_OrdersSubscribeClient
- type TradingDataService_OrdersSubscribeServer
- type TradingDataService_PositionsSubscribeClient
- type TradingDataService_PositionsSubscribeServer
- type TradingDataService_TradesSubscribeClient
- type TradingDataService_TradesSubscribeServer
- type TradingDataService_TransferResponsesSubscribeClient
- type TradingDataService_TransferResponsesSubscribeServer
- type TransferResponsesSubscribeRequest
- func (*TransferResponsesSubscribeRequest) Descriptor() ([]byte, []int)deprecated
- func (*TransferResponsesSubscribeRequest) ProtoMessage()
- func (x *TransferResponsesSubscribeRequest) ProtoReflect() protoreflect.Message
- func (x *TransferResponsesSubscribeRequest) Reset()
- func (x *TransferResponsesSubscribeRequest) String() string
- type TransferResponsesSubscribeResponse
- func (*TransferResponsesSubscribeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *TransferResponsesSubscribeResponse) GetResponse() *vega.TransferResponse
- func (*TransferResponsesSubscribeResponse) ProtoMessage()
- func (x *TransferResponsesSubscribeResponse) ProtoReflect() protoreflect.Message
- func (x *TransferResponsesSubscribeResponse) Reset()
- func (x *TransferResponsesSubscribeResponse) String() string
- type TransfersRequest
- func (*TransfersRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TransfersRequest) GetIsFrom() bool
- func (x *TransfersRequest) GetIsTo() bool
- func (x *TransfersRequest) GetPubkey() string
- func (*TransfersRequest) ProtoMessage()
- func (x *TransfersRequest) ProtoReflect() protoreflect.Message
- func (x *TransfersRequest) Reset()
- func (x *TransfersRequest) String() string
- type TransfersResponse
- func (*TransfersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *TransfersResponse) GetTransfers() []*v1.Transfer
- func (*TransfersResponse) ProtoMessage()
- func (x *TransfersResponse) ProtoReflect() protoreflect.Message
- func (x *TransfersResponse) Reset()
- func (x *TransfersResponse) String() string
- type UnimplementedTradingDataServiceServer
- func (UnimplementedTradingDataServiceServer) AccountsSubscribe(*AccountsSubscribeRequest, TradingDataService_AccountsSubscribeServer) error
- func (UnimplementedTradingDataServiceServer) AssetByID(context.Context, *AssetByIDRequest) (*AssetByIDResponse, error)
- func (UnimplementedTradingDataServiceServer) Assets(context.Context, *AssetsRequest) (*AssetsResponse, error)
- func (UnimplementedTradingDataServiceServer) Candles(context.Context, *CandlesRequest) (*CandlesResponse, error)
- func (UnimplementedTradingDataServiceServer) CandlesSubscribe(*CandlesSubscribeRequest, TradingDataService_CandlesSubscribeServer) error
- func (UnimplementedTradingDataServiceServer) Checkpoints(context.Context, *CheckpointsRequest) (*CheckpointsResponse, error)
- func (UnimplementedTradingDataServiceServer) Delegations(context.Context, *DelegationsRequest) (*DelegationsResponse, error)
- func (UnimplementedTradingDataServiceServer) Deposit(context.Context, *DepositRequest) (*DepositResponse, error)
- func (UnimplementedTradingDataServiceServer) Deposits(context.Context, *DepositsRequest) (*DepositsResponse, error)
- func (UnimplementedTradingDataServiceServer) ERC20WithdrawalApproval(context.Context, *ERC20WithdrawalApprovalRequest) (*ERC20WithdrawalApprovalResponse, error)
- func (UnimplementedTradingDataServiceServer) EstimateFee(context.Context, *EstimateFeeRequest) (*EstimateFeeResponse, error)
- func (UnimplementedTradingDataServiceServer) EstimateMargin(context.Context, *EstimateMarginRequest) (*EstimateMarginResponse, error)
- func (UnimplementedTradingDataServiceServer) FeeInfrastructureAccounts(context.Context, *FeeInfrastructureAccountsRequest) (*FeeInfrastructureAccountsResponse, error)
- func (UnimplementedTradingDataServiceServer) GetEpoch(context.Context, *GetEpochRequest) (*GetEpochResponse, error)
- func (UnimplementedTradingDataServiceServer) GetKeyRotations(context.Context, *GetKeyRotationsRequest) (*GetKeyRotationsResponse, error)
- func (UnimplementedTradingDataServiceServer) GetKeyRotationsByNode(context.Context, *GetKeyRotationsByNodeRequest) (*GetKeyRotationsByNodeResponse, error)
- func (UnimplementedTradingDataServiceServer) GetNetworkParametersProposals(context.Context, *GetNetworkParametersProposalsRequest) (*GetNetworkParametersProposalsResponse, error)
- func (UnimplementedTradingDataServiceServer) GetNewAssetProposals(context.Context, *GetNewAssetProposalsRequest) (*GetNewAssetProposalsResponse, error)
- func (UnimplementedTradingDataServiceServer) GetNewFreeformProposals(context.Context, *GetNewFreeformProposalsRequest) (*GetNewFreeformProposalsResponse, error)
- func (UnimplementedTradingDataServiceServer) GetNewMarketProposals(context.Context, *GetNewMarketProposalsRequest) (*GetNewMarketProposalsResponse, error)
- func (UnimplementedTradingDataServiceServer) GetNodeByID(context.Context, *GetNodeByIDRequest) (*GetNodeByIDResponse, error)
- func (UnimplementedTradingDataServiceServer) GetNodeData(context.Context, *GetNodeDataRequest) (*GetNodeDataResponse, error)
- func (UnimplementedTradingDataServiceServer) GetNodeSignaturesAggregate(context.Context, *GetNodeSignaturesAggregateRequest) (*GetNodeSignaturesAggregateResponse, error)
- func (UnimplementedTradingDataServiceServer) GetNodes(context.Context, *GetNodesRequest) (*GetNodesResponse, error)
- func (UnimplementedTradingDataServiceServer) GetProposalByID(context.Context, *GetProposalByIDRequest) (*GetProposalByIDResponse, error)
- func (UnimplementedTradingDataServiceServer) GetProposalByReference(context.Context, *GetProposalByReferenceRequest) (*GetProposalByReferenceResponse, error)
- func (UnimplementedTradingDataServiceServer) GetProposals(context.Context, *GetProposalsRequest) (*GetProposalsResponse, error)
- func (UnimplementedTradingDataServiceServer) GetProposalsByParty(context.Context, *GetProposalsByPartyRequest) (*GetProposalsByPartyResponse, error)
- func (UnimplementedTradingDataServiceServer) GetRewardSummaries(context.Context, *GetRewardSummariesRequest) (*GetRewardSummariesResponse, error)
- func (UnimplementedTradingDataServiceServer) GetRewards(context.Context, *GetRewardsRequest) (*GetRewardsResponse, error)
- func (UnimplementedTradingDataServiceServer) GetRiskFactors(context.Context, *GetRiskFactorsRequest) (*GetRiskFactorsResponse, error)
- func (UnimplementedTradingDataServiceServer) GetUpdateMarketProposals(context.Context, *GetUpdateMarketProposalsRequest) (*GetUpdateMarketProposalsResponse, error)
- func (UnimplementedTradingDataServiceServer) GetVegaTime(context.Context, *GetVegaTimeRequest) (*GetVegaTimeResponse, error)
- func (UnimplementedTradingDataServiceServer) GetVotesByParty(context.Context, *GetVotesByPartyRequest) (*GetVotesByPartyResponse, error)
- func (UnimplementedTradingDataServiceServer) GlobalRewardPoolAccounts(context.Context, *GlobalRewardPoolAccountsRequest) (*GlobalRewardPoolAccountsResponse, error)
- func (UnimplementedTradingDataServiceServer) LastTrade(context.Context, *LastTradeRequest) (*LastTradeResponse, error)
- func (UnimplementedTradingDataServiceServer) LiquidityProvisions(context.Context, *LiquidityProvisionsRequest) (*LiquidityProvisionsResponse, error)
- func (UnimplementedTradingDataServiceServer) ListOracleData(context.Context, *ListOracleDataRequest) (*ListOracleDataResponse, error)
- func (UnimplementedTradingDataServiceServer) MarginLevels(context.Context, *MarginLevelsRequest) (*MarginLevelsResponse, error)
- func (UnimplementedTradingDataServiceServer) MarginLevelsSubscribe(*MarginLevelsSubscribeRequest, TradingDataService_MarginLevelsSubscribeServer) error
- func (UnimplementedTradingDataServiceServer) MarketAccounts(context.Context, *MarketAccountsRequest) (*MarketAccountsResponse, error)
- func (UnimplementedTradingDataServiceServer) MarketByID(context.Context, *MarketByIDRequest) (*MarketByIDResponse, error)
- func (UnimplementedTradingDataServiceServer) MarketDataByID(context.Context, *MarketDataByIDRequest) (*MarketDataByIDResponse, error)
- func (UnimplementedTradingDataServiceServer) MarketDepth(context.Context, *MarketDepthRequest) (*MarketDepthResponse, error)
- func (UnimplementedTradingDataServiceServer) MarketDepthSubscribe(*MarketDepthSubscribeRequest, TradingDataService_MarketDepthSubscribeServer) error
- func (UnimplementedTradingDataServiceServer) MarketDepthUpdatesSubscribe(*MarketDepthUpdatesSubscribeRequest, ...) error
- func (UnimplementedTradingDataServiceServer) Markets(context.Context, *MarketsRequest) (*MarketsResponse, error)
- func (UnimplementedTradingDataServiceServer) MarketsData(context.Context, *MarketsDataRequest) (*MarketsDataResponse, error)
- func (UnimplementedTradingDataServiceServer) MarketsDataSubscribe(*MarketsDataSubscribeRequest, TradingDataService_MarketsDataSubscribeServer) error
- func (UnimplementedTradingDataServiceServer) NetworkParameters(context.Context, *NetworkParametersRequest) (*NetworkParametersResponse, error)
- func (UnimplementedTradingDataServiceServer) ObserveDelegations(*ObserveDelegationsRequest, TradingDataService_ObserveDelegationsServer) error
- func (UnimplementedTradingDataServiceServer) ObserveEventBus(TradingDataService_ObserveEventBusServer) error
- func (UnimplementedTradingDataServiceServer) ObserveGovernance(*ObserveGovernanceRequest, TradingDataService_ObserveGovernanceServer) error
- func (UnimplementedTradingDataServiceServer) ObservePartyProposals(*ObservePartyProposalsRequest, TradingDataService_ObservePartyProposalsServer) error
- func (UnimplementedTradingDataServiceServer) ObservePartyVotes(*ObservePartyVotesRequest, TradingDataService_ObservePartyVotesServer) error
- func (UnimplementedTradingDataServiceServer) ObserveProposalVotes(*ObserveProposalVotesRequest, TradingDataService_ObserveProposalVotesServer) error
- func (UnimplementedTradingDataServiceServer) ObserveRewards(*ObserveRewardsRequest, TradingDataService_ObserveRewardsServer) error
- func (UnimplementedTradingDataServiceServer) OracleDataBySpec(context.Context, *OracleDataBySpecRequest) (*OracleDataBySpecResponse, error)
- func (UnimplementedTradingDataServiceServer) OracleSpec(context.Context, *OracleSpecRequest) (*OracleSpecResponse, error)
- func (UnimplementedTradingDataServiceServer) OracleSpecs(context.Context, *OracleSpecsRequest) (*OracleSpecsResponse, error)
- func (UnimplementedTradingDataServiceServer) OrderByID(context.Context, *OrderByIDRequest) (*OrderByIDResponse, error)
- func (UnimplementedTradingDataServiceServer) OrderByMarketAndID(context.Context, *OrderByMarketAndIDRequest) (*OrderByMarketAndIDResponse, error)
- func (UnimplementedTradingDataServiceServer) OrderByReference(context.Context, *OrderByReferenceRequest) (*OrderByReferenceResponse, error)
- func (UnimplementedTradingDataServiceServer) OrderVersionsByID(context.Context, *OrderVersionsByIDRequest) (*OrderVersionsByIDResponse, error)
- func (UnimplementedTradingDataServiceServer) OrdersByMarket(context.Context, *OrdersByMarketRequest) (*OrdersByMarketResponse, error)
- func (UnimplementedTradingDataServiceServer) OrdersByParty(context.Context, *OrdersByPartyRequest) (*OrdersByPartyResponse, error)
- func (UnimplementedTradingDataServiceServer) OrdersSubscribe(*OrdersSubscribeRequest, TradingDataService_OrdersSubscribeServer) error
- func (UnimplementedTradingDataServiceServer) Parties(context.Context, *PartiesRequest) (*PartiesResponse, error)
- func (UnimplementedTradingDataServiceServer) PartyAccounts(context.Context, *PartyAccountsRequest) (*PartyAccountsResponse, error)
- func (UnimplementedTradingDataServiceServer) PartyByID(context.Context, *PartyByIDRequest) (*PartyByIDResponse, error)
- func (UnimplementedTradingDataServiceServer) PartyStake(context.Context, *PartyStakeRequest) (*PartyStakeResponse, error)
- func (UnimplementedTradingDataServiceServer) PositionsByParty(context.Context, *PositionsByPartyRequest) (*PositionsByPartyResponse, error)
- func (UnimplementedTradingDataServiceServer) PositionsSubscribe(*PositionsSubscribeRequest, TradingDataService_PositionsSubscribeServer) error
- func (UnimplementedTradingDataServiceServer) TradesByMarket(context.Context, *TradesByMarketRequest) (*TradesByMarketResponse, error)
- func (UnimplementedTradingDataServiceServer) TradesByOrder(context.Context, *TradesByOrderRequest) (*TradesByOrderResponse, error)
- func (UnimplementedTradingDataServiceServer) TradesByParty(context.Context, *TradesByPartyRequest) (*TradesByPartyResponse, error)
- func (UnimplementedTradingDataServiceServer) TradesSubscribe(*TradesSubscribeRequest, TradingDataService_TradesSubscribeServer) error
- func (UnimplementedTradingDataServiceServer) TransferResponsesSubscribe(*TransferResponsesSubscribeRequest, ...) error
- func (UnimplementedTradingDataServiceServer) Transfers(context.Context, *TransfersRequest) (*TransfersResponse, error)
- func (UnimplementedTradingDataServiceServer) Withdrawal(context.Context, *WithdrawalRequest) (*WithdrawalResponse, error)
- func (UnimplementedTradingDataServiceServer) Withdrawals(context.Context, *WithdrawalsRequest) (*WithdrawalsResponse, error)
- type UnsafeTradingDataServiceServer
- type WithdrawalRequest
- type WithdrawalResponse
- func (*WithdrawalResponse) Descriptor() ([]byte, []int)deprecated
- func (x *WithdrawalResponse) GetWithdrawal() *vega.Withdrawal
- func (*WithdrawalResponse) ProtoMessage()
- func (x *WithdrawalResponse) ProtoReflect() protoreflect.Message
- func (x *WithdrawalResponse) Reset()
- func (x *WithdrawalResponse) String() string
- type WithdrawalsRequest
- func (*WithdrawalsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *WithdrawalsRequest) GetPartyId() string
- func (*WithdrawalsRequest) ProtoMessage()
- func (x *WithdrawalsRequest) ProtoReflect() protoreflect.Message
- func (x *WithdrawalsRequest) Reset()
- func (x *WithdrawalsRequest) String() string
- type WithdrawalsResponse
- func (*WithdrawalsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *WithdrawalsResponse) GetWithdrawals() []*vega.Withdrawal
- func (*WithdrawalsResponse) ProtoMessage()
- func (x *WithdrawalsResponse) ProtoReflect() protoreflect.Message
- func (x *WithdrawalsResponse) Reset()
- func (x *WithdrawalsResponse) String() string
Constants ¶
This section is empty.
Variables ¶
var File_data_node_api_v1_trading_data_proto protoreflect.FileDescriptor
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 ¶
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 (x *AccountsSubscribeRequest) GetType() vega.AccountType
func (*AccountsSubscribeRequest) ProtoMessage ¶
func (*AccountsSubscribeRequest) ProtoMessage()
func (*AccountsSubscribeRequest) ProtoReflect ¶
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 ¶
func (x *AccountsSubscribeResponse) ProtoReflect() protoreflect.Message
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
func (x *CandlesSubscribeResponse) ProtoReflect() protoreflect.Message
func (*CandlesSubscribeResponse) Reset ¶
func (x *CandlesSubscribeResponse) Reset()
func (*CandlesSubscribeResponse) String ¶
func (x *CandlesSubscribeResponse) String() string
type Checkpoint ¶
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
func (*Checkpoint) Descriptor() ([]byte, []int)
Deprecated: Use Checkpoint.ProtoReflect.Descriptor instead.
func (*Checkpoint) GetAtBlock ¶
func (x *Checkpoint) GetAtBlock() uint64
func (*Checkpoint) GetBlockHash ¶
func (x *Checkpoint) GetBlockHash() string
func (*Checkpoint) GetHash ¶
func (x *Checkpoint) GetHash() string
func (*Checkpoint) ProtoMessage ¶
func (*Checkpoint) ProtoMessage()
func (*Checkpoint) ProtoReflect ¶
func (x *Checkpoint) ProtoReflect() protoreflect.Message
func (*Checkpoint) Reset ¶
func (x *Checkpoint) Reset()
func (*Checkpoint) String ¶
func (x *Checkpoint) String() string
type CheckpointsRequest ¶
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
func (*CheckpointsRequest) Descriptor() ([]byte, []int)
Deprecated: Use CheckpointsRequest.ProtoReflect.Descriptor instead.
func (*CheckpointsRequest) ProtoMessage ¶
func (*CheckpointsRequest) ProtoMessage()
func (*CheckpointsRequest) ProtoReflect ¶
func (x *CheckpointsRequest) ProtoReflect() protoreflect.Message
func (*CheckpointsRequest) Reset ¶
func (x *CheckpointsRequest) Reset()
func (*CheckpointsRequest) String ¶
func (x *CheckpointsRequest) String() string
type CheckpointsResponse ¶
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
func (*CheckpointsResponse) Descriptor() ([]byte, []int)
Deprecated: Use CheckpointsResponse.ProtoReflect.Descriptor instead.
func (*CheckpointsResponse) GetCheckpoints ¶
func (x *CheckpointsResponse) GetCheckpoints() []*Checkpoint
func (*CheckpointsResponse) ProtoMessage ¶
func (*CheckpointsResponse) ProtoMessage()
func (*CheckpointsResponse) ProtoReflect ¶
func (x *CheckpointsResponse) ProtoReflect() protoreflect.Message
func (*CheckpointsResponse) Reset ¶
func (x *CheckpointsResponse) Reset()
func (*CheckpointsResponse) String ¶
func (x *CheckpointsResponse) String() string
type DelegationsRequest ¶
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
func (*DelegationsRequest) Descriptor() ([]byte, []int)
Deprecated: Use DelegationsRequest.ProtoReflect.Descriptor instead.
func (*DelegationsRequest) GetEpochSeq ¶
func (x *DelegationsRequest) GetEpochSeq() string
func (*DelegationsRequest) GetNodeId ¶
func (x *DelegationsRequest) GetNodeId() string
func (*DelegationsRequest) GetPagination ¶
func (x *DelegationsRequest) GetPagination() *Pagination
func (*DelegationsRequest) GetParty ¶
func (x *DelegationsRequest) GetParty() string
func (*DelegationsRequest) ProtoMessage ¶
func (*DelegationsRequest) ProtoMessage()
func (*DelegationsRequest) ProtoReflect ¶
func (x *DelegationsRequest) ProtoReflect() protoreflect.Message
func (*DelegationsRequest) Reset ¶
func (x *DelegationsRequest) Reset()
func (*DelegationsRequest) String ¶
func (x *DelegationsRequest) String() string
type DelegationsResponse ¶
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
func (*DelegationsResponse) Descriptor() ([]byte, []int)
Deprecated: Use DelegationsResponse.ProtoReflect.Descriptor instead.
func (*DelegationsResponse) GetDelegations ¶
func (x *DelegationsResponse) GetDelegations() []*vega.Delegation
func (*DelegationsResponse) ProtoMessage ¶
func (*DelegationsResponse) ProtoMessage()
func (*DelegationsResponse) ProtoReflect ¶
func (x *DelegationsResponse) ProtoReflect() protoreflect.Message
func (*DelegationsResponse) Reset ¶
func (x *DelegationsResponse) Reset()
func (*DelegationsResponse) String ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
func (x *ERC20WithdrawalApprovalRequest) ProtoReflect() protoreflect.Message
func (*ERC20WithdrawalApprovalRequest) Reset ¶
func (x *ERC20WithdrawalApprovalRequest) Reset()
func (*ERC20WithdrawalApprovalRequest) String ¶
func (x *ERC20WithdrawalApprovalRequest) String() 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 ¶
func (x *ERC20WithdrawalApprovalResponse) GetCreation() int64
func (*ERC20WithdrawalApprovalResponse) GetExpiry ¶
func (x *ERC20WithdrawalApprovalResponse) GetExpiry() int64
func (*ERC20WithdrawalApprovalResponse) GetNonce ¶
func (x *ERC20WithdrawalApprovalResponse) GetNonce() string
func (*ERC20WithdrawalApprovalResponse) GetSignatures ¶
func (x *ERC20WithdrawalApprovalResponse) GetSignatures() string
func (*ERC20WithdrawalApprovalResponse) GetTargetAddress ¶
func (x *ERC20WithdrawalApprovalResponse) GetTargetAddress() string
func (*ERC20WithdrawalApprovalResponse) ProtoMessage ¶
func (*ERC20WithdrawalApprovalResponse) ProtoMessage()
func (*ERC20WithdrawalApprovalResponse) ProtoReflect ¶
func (x *ERC20WithdrawalApprovalResponse) ProtoReflect() protoreflect.Message
func (*ERC20WithdrawalApprovalResponse) Reset ¶
func (x *ERC20WithdrawalApprovalResponse) Reset()
func (*ERC20WithdrawalApprovalResponse) String ¶
func (x *ERC20WithdrawalApprovalResponse) String() 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 ¶
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 ¶
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 ¶
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 ¶
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 (x *FeeInfrastructureAccountsRequest) GetAsset() string
func (*FeeInfrastructureAccountsRequest) ProtoMessage ¶
func (*FeeInfrastructureAccountsRequest) ProtoMessage()
func (*FeeInfrastructureAccountsRequest) ProtoReflect ¶
func (x *FeeInfrastructureAccountsRequest) ProtoReflect() protoreflect.Message
func (*FeeInfrastructureAccountsRequest) Reset ¶
func (x *FeeInfrastructureAccountsRequest) Reset()
func (*FeeInfrastructureAccountsRequest) String ¶
func (x *FeeInfrastructureAccountsRequest) String() 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 ¶
func (x *FeeInfrastructureAccountsResponse) ProtoReflect() protoreflect.Message
func (*FeeInfrastructureAccountsResponse) Reset ¶
func (x *FeeInfrastructureAccountsResponse) Reset()
func (*FeeInfrastructureAccountsResponse) String ¶
func (x *FeeInfrastructureAccountsResponse) String() string
type GetEpochRequest ¶
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
func (*GetEpochRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetEpochRequest.ProtoReflect.Descriptor instead.
func (*GetEpochRequest) GetId ¶
func (x *GetEpochRequest) GetId() uint64
func (*GetEpochRequest) ProtoMessage ¶
func (*GetEpochRequest) ProtoMessage()
func (*GetEpochRequest) ProtoReflect ¶
func (x *GetEpochRequest) ProtoReflect() protoreflect.Message
func (*GetEpochRequest) Reset ¶
func (x *GetEpochRequest) Reset()
func (*GetEpochRequest) String ¶
func (x *GetEpochRequest) String() string
type GetEpochResponse ¶
type GetEpochResponse struct { Epoch *vega.Epoch `protobuf:"bytes,1,opt,name=epoch,proto3" json:"epoch,omitempty"` // contains filtered or unexported fields }
func (*GetEpochResponse) Descriptor
deprecated
func (*GetEpochResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetEpochResponse.ProtoReflect.Descriptor instead.
func (*GetEpochResponse) GetEpoch ¶
func (x *GetEpochResponse) GetEpoch() *vega.Epoch
func (*GetEpochResponse) ProtoMessage ¶
func (*GetEpochResponse) ProtoMessage()
func (*GetEpochResponse) ProtoReflect ¶
func (x *GetEpochResponse) ProtoReflect() protoreflect.Message
func (*GetEpochResponse) Reset ¶
func (x *GetEpochResponse) Reset()
func (*GetEpochResponse) String ¶
func (x *GetEpochResponse) String() string
type GetKeyRotationsByNodeRequest ¶
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
func (*GetKeyRotationsByNodeRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetKeyRotationsByNodeRequest.ProtoReflect.Descriptor instead.
func (*GetKeyRotationsByNodeRequest) GetNodeId ¶
func (x *GetKeyRotationsByNodeRequest) GetNodeId() string
func (*GetKeyRotationsByNodeRequest) ProtoMessage ¶
func (*GetKeyRotationsByNodeRequest) ProtoMessage()
func (*GetKeyRotationsByNodeRequest) ProtoReflect ¶
func (x *GetKeyRotationsByNodeRequest) ProtoReflect() protoreflect.Message
func (*GetKeyRotationsByNodeRequest) Reset ¶
func (x *GetKeyRotationsByNodeRequest) Reset()
func (*GetKeyRotationsByNodeRequest) String ¶
func (x *GetKeyRotationsByNodeRequest) String() string
type GetKeyRotationsByNodeResponse ¶
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
func (*GetKeyRotationsByNodeResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetKeyRotationsByNodeResponse.ProtoReflect.Descriptor instead.
func (*GetKeyRotationsByNodeResponse) GetRotations ¶
func (x *GetKeyRotationsByNodeResponse) GetRotations() []*KeyRotation
func (*GetKeyRotationsByNodeResponse) ProtoMessage ¶
func (*GetKeyRotationsByNodeResponse) ProtoMessage()
func (*GetKeyRotationsByNodeResponse) ProtoReflect ¶
func (x *GetKeyRotationsByNodeResponse) ProtoReflect() protoreflect.Message
func (*GetKeyRotationsByNodeResponse) Reset ¶
func (x *GetKeyRotationsByNodeResponse) Reset()
func (*GetKeyRotationsByNodeResponse) String ¶
func (x *GetKeyRotationsByNodeResponse) String() string
type GetKeyRotationsRequest ¶
type GetKeyRotationsRequest struct {
// contains filtered or unexported fields
}
Request to list all key rotations
func (*GetKeyRotationsRequest) Descriptor
deprecated
func (*GetKeyRotationsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetKeyRotationsRequest.ProtoReflect.Descriptor instead.
func (*GetKeyRotationsRequest) ProtoMessage ¶
func (*GetKeyRotationsRequest) ProtoMessage()
func (*GetKeyRotationsRequest) ProtoReflect ¶
func (x *GetKeyRotationsRequest) ProtoReflect() protoreflect.Message
func (*GetKeyRotationsRequest) Reset ¶
func (x *GetKeyRotationsRequest) Reset()
func (*GetKeyRotationsRequest) String ¶
func (x *GetKeyRotationsRequest) String() string
type GetKeyRotationsResponse ¶
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
func (*GetKeyRotationsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetKeyRotationsResponse.ProtoReflect.Descriptor instead.
func (*GetKeyRotationsResponse) GetRotations ¶
func (x *GetKeyRotationsResponse) GetRotations() []*KeyRotation
func (*GetKeyRotationsResponse) ProtoMessage ¶
func (*GetKeyRotationsResponse) ProtoMessage()
func (*GetKeyRotationsResponse) ProtoReflect ¶
func (x *GetKeyRotationsResponse) ProtoReflect() protoreflect.Message
func (*GetKeyRotationsResponse) Reset ¶
func (x *GetKeyRotationsResponse) Reset()
func (*GetKeyRotationsResponse) String ¶
func (x *GetKeyRotationsResponse) String() string
type GetNetworkParametersProposalsRequest ¶
type GetNetworkParametersProposalsRequest struct { // Optional proposal state SelectInState *vega.Proposal_State `` /* 134-byte string literal not displayed */ // 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 (x *GetNetworkParametersProposalsRequest) GetSelectInState() vega.Proposal_State
func (*GetNetworkParametersProposalsRequest) ProtoMessage ¶
func (*GetNetworkParametersProposalsRequest) ProtoMessage()
func (*GetNetworkParametersProposalsRequest) ProtoReflect ¶
func (x *GetNetworkParametersProposalsRequest) ProtoReflect() protoreflect.Message
func (*GetNetworkParametersProposalsRequest) Reset ¶
func (x *GetNetworkParametersProposalsRequest) Reset()
func (*GetNetworkParametersProposalsRequest) String ¶
func (x *GetNetworkParametersProposalsRequest) String() 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 (x *GetNetworkParametersProposalsResponse) GetData() []*vega.GovernanceData
func (*GetNetworkParametersProposalsResponse) ProtoMessage ¶
func (*GetNetworkParametersProposalsResponse) ProtoMessage()
func (*GetNetworkParametersProposalsResponse) ProtoReflect ¶
func (x *GetNetworkParametersProposalsResponse) ProtoReflect() protoreflect.Message
func (*GetNetworkParametersProposalsResponse) Reset ¶
func (x *GetNetworkParametersProposalsResponse) Reset()
func (*GetNetworkParametersProposalsResponse) String ¶
func (x *GetNetworkParametersProposalsResponse) String() string
type GetNewAssetProposalsRequest ¶
type GetNewAssetProposalsRequest struct { // Optional proposal state SelectInState *vega.Proposal_State `` /* 134-byte string literal not displayed */ // 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() vega.Proposal_State
func (*GetNewAssetProposalsRequest) ProtoMessage ¶
func (*GetNewAssetProposalsRequest) ProtoMessage()
func (*GetNewAssetProposalsRequest) ProtoReflect ¶
func (x *GetNewAssetProposalsRequest) ProtoReflect() protoreflect.Message
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 (x *GetNewAssetProposalsResponse) GetData() []*vega.GovernanceData
func (*GetNewAssetProposalsResponse) ProtoMessage ¶
func (*GetNewAssetProposalsResponse) ProtoMessage()
func (*GetNewAssetProposalsResponse) ProtoReflect ¶
func (x *GetNewAssetProposalsResponse) ProtoReflect() protoreflect.Message
func (*GetNewAssetProposalsResponse) Reset ¶
func (x *GetNewAssetProposalsResponse) Reset()
func (*GetNewAssetProposalsResponse) String ¶
func (x *GetNewAssetProposalsResponse) String() string
type GetNewFreeformProposalsRequest ¶
type GetNewFreeformProposalsRequest struct { // Optional proposal state SelectInState *vega.Proposal_State `` /* 134-byte string literal not displayed */ // contains filtered or unexported fields }
Request for a list of new freeform proposals
func (*GetNewFreeformProposalsRequest) Descriptor
deprecated
func (*GetNewFreeformProposalsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetNewFreeformProposalsRequest.ProtoReflect.Descriptor instead.
func (*GetNewFreeformProposalsRequest) GetSelectInState ¶
func (x *GetNewFreeformProposalsRequest) GetSelectInState() vega.Proposal_State
func (*GetNewFreeformProposalsRequest) ProtoMessage ¶
func (*GetNewFreeformProposalsRequest) ProtoMessage()
func (*GetNewFreeformProposalsRequest) ProtoReflect ¶
func (x *GetNewFreeformProposalsRequest) ProtoReflect() protoreflect.Message
func (*GetNewFreeformProposalsRequest) Reset ¶
func (x *GetNewFreeformProposalsRequest) Reset()
func (*GetNewFreeformProposalsRequest) String ¶
func (x *GetNewFreeformProposalsRequest) String() string
type GetNewFreeformProposalsResponse ¶
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
func (*GetNewFreeformProposalsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetNewFreeformProposalsResponse.ProtoReflect.Descriptor instead.
func (*GetNewFreeformProposalsResponse) GetData ¶
func (x *GetNewFreeformProposalsResponse) GetData() []*vega.GovernanceData
func (*GetNewFreeformProposalsResponse) ProtoMessage ¶
func (*GetNewFreeformProposalsResponse) ProtoMessage()
func (*GetNewFreeformProposalsResponse) ProtoReflect ¶
func (x *GetNewFreeformProposalsResponse) ProtoReflect() protoreflect.Message
func (*GetNewFreeformProposalsResponse) Reset ¶
func (x *GetNewFreeformProposalsResponse) Reset()
func (*GetNewFreeformProposalsResponse) String ¶
func (x *GetNewFreeformProposalsResponse) String() string
type GetNewMarketProposalsRequest ¶
type GetNewMarketProposalsRequest struct { // Optional proposal state SelectInState *vega.Proposal_State `` /* 134-byte string literal not displayed */ // 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() vega.Proposal_State
func (*GetNewMarketProposalsRequest) ProtoMessage ¶
func (*GetNewMarketProposalsRequest) ProtoMessage()
func (*GetNewMarketProposalsRequest) ProtoReflect ¶
func (x *GetNewMarketProposalsRequest) ProtoReflect() protoreflect.Message
func (*GetNewMarketProposalsRequest) Reset ¶
func (x *GetNewMarketProposalsRequest) Reset()
func (*GetNewMarketProposalsRequest) String ¶
func (x *GetNewMarketProposalsRequest) String() 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 (x *GetNewMarketProposalsResponse) GetData() []*vega.GovernanceData
func (*GetNewMarketProposalsResponse) ProtoMessage ¶
func (*GetNewMarketProposalsResponse) ProtoMessage()
func (*GetNewMarketProposalsResponse) ProtoReflect ¶
func (x *GetNewMarketProposalsResponse) ProtoReflect() protoreflect.Message
func (*GetNewMarketProposalsResponse) Reset ¶
func (x *GetNewMarketProposalsResponse) Reset()
func (*GetNewMarketProposalsResponse) String ¶
func (x *GetNewMarketProposalsResponse) String() string
type GetNodeByIDRequest ¶
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
func (*GetNodeByIDRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetNodeByIDRequest.ProtoReflect.Descriptor instead.
func (*GetNodeByIDRequest) GetId ¶
func (x *GetNodeByIDRequest) GetId() string
func (*GetNodeByIDRequest) ProtoMessage ¶
func (*GetNodeByIDRequest) ProtoMessage()
func (*GetNodeByIDRequest) ProtoReflect ¶
func (x *GetNodeByIDRequest) ProtoReflect() protoreflect.Message
func (*GetNodeByIDRequest) Reset ¶
func (x *GetNodeByIDRequest) Reset()
func (*GetNodeByIDRequest) String ¶
func (x *GetNodeByIDRequest) String() string
type GetNodeByIDResponse ¶
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
func (*GetNodeByIDResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetNodeByIDResponse.ProtoReflect.Descriptor instead.
func (*GetNodeByIDResponse) GetNode ¶
func (x *GetNodeByIDResponse) GetNode() *vega.Node
func (*GetNodeByIDResponse) ProtoMessage ¶
func (*GetNodeByIDResponse) ProtoMessage()
func (*GetNodeByIDResponse) ProtoReflect ¶
func (x *GetNodeByIDResponse) ProtoReflect() protoreflect.Message
func (*GetNodeByIDResponse) Reset ¶
func (x *GetNodeByIDResponse) Reset()
func (*GetNodeByIDResponse) String ¶
func (x *GetNodeByIDResponse) String() string
type GetNodeDataRequest ¶
type GetNodeDataRequest struct {
// contains filtered or unexported fields
}
Request for current Node data
func (*GetNodeDataRequest) Descriptor
deprecated
func (*GetNodeDataRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetNodeDataRequest.ProtoReflect.Descriptor instead.
func (*GetNodeDataRequest) ProtoMessage ¶
func (*GetNodeDataRequest) ProtoMessage()
func (*GetNodeDataRequest) ProtoReflect ¶
func (x *GetNodeDataRequest) ProtoReflect() protoreflect.Message
func (*GetNodeDataRequest) Reset ¶
func (x *GetNodeDataRequest) Reset()
func (*GetNodeDataRequest) String ¶
func (x *GetNodeDataRequest) String() string
type GetNodeDataResponse ¶
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
func (*GetNodeDataResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetNodeDataResponse.ProtoReflect.Descriptor instead.
func (*GetNodeDataResponse) GetNodeData ¶
func (x *GetNodeDataResponse) GetNodeData() *vega.NodeData
func (*GetNodeDataResponse) ProtoMessage ¶
func (*GetNodeDataResponse) ProtoMessage()
func (*GetNodeDataResponse) ProtoReflect ¶
func (x *GetNodeDataResponse) ProtoReflect() protoreflect.Message
func (*GetNodeDataResponse) Reset ¶
func (x *GetNodeDataResponse) Reset()
func (*GetNodeDataResponse) String ¶
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 to retrieve aggregated signatures for
func (*GetNodeSignaturesAggregateRequest) Descriptor
deprecated
func (*GetNodeSignaturesAggregateRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetNodeSignaturesAggregateRequest.ProtoReflect.Descriptor instead.
func (*GetNodeSignaturesAggregateRequest) GetId ¶
func (x *GetNodeSignaturesAggregateRequest) GetId() string
func (*GetNodeSignaturesAggregateRequest) ProtoMessage ¶
func (*GetNodeSignaturesAggregateRequest) ProtoMessage()
func (*GetNodeSignaturesAggregateRequest) ProtoReflect ¶
func (x *GetNodeSignaturesAggregateRequest) ProtoReflect() protoreflect.Message
func (*GetNodeSignaturesAggregateRequest) Reset ¶
func (x *GetNodeSignaturesAggregateRequest) Reset()
func (*GetNodeSignaturesAggregateRequest) String ¶
func (x *GetNodeSignaturesAggregateRequest) String() 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 to retrieve aggregated signatures for
func (*GetNodeSignaturesAggregateResponse) Descriptor
deprecated
func (*GetNodeSignaturesAggregateResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetNodeSignaturesAggregateResponse.ProtoReflect.Descriptor instead.
func (*GetNodeSignaturesAggregateResponse) GetSignatures ¶
func (x *GetNodeSignaturesAggregateResponse) GetSignatures() []*v11.NodeSignature
func (*GetNodeSignaturesAggregateResponse) ProtoMessage ¶
func (*GetNodeSignaturesAggregateResponse) ProtoMessage()
func (*GetNodeSignaturesAggregateResponse) ProtoReflect ¶
func (x *GetNodeSignaturesAggregateResponse) ProtoReflect() protoreflect.Message
func (*GetNodeSignaturesAggregateResponse) Reset ¶
func (x *GetNodeSignaturesAggregateResponse) Reset()
func (*GetNodeSignaturesAggregateResponse) String ¶
func (x *GetNodeSignaturesAggregateResponse) String() string
type GetNodesRequest ¶
type GetNodesRequest struct {
// contains filtered or unexported fields
}
Request to list all nodes
func (*GetNodesRequest) Descriptor
deprecated
func (*GetNodesRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetNodesRequest.ProtoReflect.Descriptor instead.
func (*GetNodesRequest) ProtoMessage ¶
func (*GetNodesRequest) ProtoMessage()
func (*GetNodesRequest) ProtoReflect ¶
func (x *GetNodesRequest) ProtoReflect() protoreflect.Message
func (*GetNodesRequest) Reset ¶
func (x *GetNodesRequest) Reset()
func (*GetNodesRequest) String ¶
func (x *GetNodesRequest) String() string
type GetNodesResponse ¶
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
func (*GetNodesResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetNodesResponse.ProtoReflect.Descriptor instead.
func (*GetNodesResponse) GetNodes ¶
func (x *GetNodesResponse) GetNodes() []*vega.Node
func (*GetNodesResponse) ProtoMessage ¶
func (*GetNodesResponse) ProtoMessage()
func (*GetNodesResponse) ProtoReflect ¶
func (x *GetNodesResponse) ProtoReflect() protoreflect.Message
func (*GetNodesResponse) Reset ¶
func (x *GetNodesResponse) Reset()
func (*GetNodesResponse) String ¶
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 ¶
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 (x *GetProposalByIDResponse) GetData() *vega.GovernanceData
func (*GetProposalByIDResponse) ProtoMessage ¶
func (*GetProposalByIDResponse) ProtoMessage()
func (*GetProposalByIDResponse) ProtoReflect ¶
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 ¶
func (x *GetProposalByReferenceRequest) ProtoReflect() protoreflect.Message
func (*GetProposalByReferenceRequest) Reset ¶
func (x *GetProposalByReferenceRequest) Reset()
func (*GetProposalByReferenceRequest) String ¶
func (x *GetProposalByReferenceRequest) String() 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 (x *GetProposalByReferenceResponse) GetData() *vega.GovernanceData
func (*GetProposalByReferenceResponse) ProtoMessage ¶
func (*GetProposalByReferenceResponse) ProtoMessage()
func (*GetProposalByReferenceResponse) ProtoReflect ¶
func (x *GetProposalByReferenceResponse) ProtoReflect() protoreflect.Message
func (*GetProposalByReferenceResponse) Reset ¶
func (x *GetProposalByReferenceResponse) Reset()
func (*GetProposalByReferenceResponse) String ¶
func (x *GetProposalByReferenceResponse) String() 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 *vega.Proposal_State `` /* 134-byte string literal not displayed */ // 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() vega.Proposal_State
func (*GetProposalsByPartyRequest) ProtoMessage ¶
func (*GetProposalsByPartyRequest) ProtoMessage()
func (*GetProposalsByPartyRequest) ProtoReflect ¶
func (x *GetProposalsByPartyRequest) ProtoReflect() protoreflect.Message
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 (x *GetProposalsByPartyResponse) GetData() []*vega.GovernanceData
func (*GetProposalsByPartyResponse) ProtoMessage ¶
func (*GetProposalsByPartyResponse) ProtoMessage()
func (*GetProposalsByPartyResponse) ProtoReflect ¶
func (x *GetProposalsByPartyResponse) ProtoReflect() protoreflect.Message
func (*GetProposalsByPartyResponse) Reset ¶
func (x *GetProposalsByPartyResponse) Reset()
func (*GetProposalsByPartyResponse) String ¶
func (x *GetProposalsByPartyResponse) String() string
type GetProposalsRequest ¶
type GetProposalsRequest struct { // Optional proposal state SelectInState *vega.Proposal_State `` /* 134-byte string literal not displayed */ // 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() vega.Proposal_State
func (*GetProposalsRequest) ProtoMessage ¶
func (*GetProposalsRequest) ProtoMessage()
func (*GetProposalsRequest) ProtoReflect ¶
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 ¶
func (x *GetProposalsResponse) ProtoReflect() protoreflect.Message
func (*GetProposalsResponse) Reset ¶
func (x *GetProposalsResponse) Reset()
func (*GetProposalsResponse) String ¶
func (x *GetProposalsResponse) String() string
type GetRewardSummariesRequest ¶
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
func (*GetRewardSummariesRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetRewardSummariesRequest.ProtoReflect.Descriptor instead.
func (*GetRewardSummariesRequest) GetAssetId ¶
func (x *GetRewardSummariesRequest) GetAssetId() string
func (*GetRewardSummariesRequest) GetPartyId ¶
func (x *GetRewardSummariesRequest) GetPartyId() string
func (*GetRewardSummariesRequest) ProtoMessage ¶
func (*GetRewardSummariesRequest) ProtoMessage()
func (*GetRewardSummariesRequest) ProtoReflect ¶
func (x *GetRewardSummariesRequest) ProtoReflect() protoreflect.Message
func (*GetRewardSummariesRequest) Reset ¶
func (x *GetRewardSummariesRequest) Reset()
func (*GetRewardSummariesRequest) String ¶
func (x *GetRewardSummariesRequest) String() string
type GetRewardSummariesResponse ¶
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
func (*GetRewardSummariesResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetRewardSummariesResponse.ProtoReflect.Descriptor instead.
func (*GetRewardSummariesResponse) GetSummaries ¶
func (x *GetRewardSummariesResponse) GetSummaries() []*vega.RewardSummary
func (*GetRewardSummariesResponse) ProtoMessage ¶
func (*GetRewardSummariesResponse) ProtoMessage()
func (*GetRewardSummariesResponse) ProtoReflect ¶
func (x *GetRewardSummariesResponse) ProtoReflect() protoreflect.Message
func (*GetRewardSummariesResponse) Reset ¶
func (x *GetRewardSummariesResponse) Reset()
func (*GetRewardSummariesResponse) String ¶
func (x *GetRewardSummariesResponse) String() string
type GetRewardsRequest ¶
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
func (*GetRewardsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetRewardsRequest.ProtoReflect.Descriptor instead.
func (*GetRewardsRequest) GetAssetId ¶
func (x *GetRewardsRequest) GetAssetId() string
func (*GetRewardsRequest) GetPagination ¶
func (x *GetRewardsRequest) GetPagination() *Pagination
func (*GetRewardsRequest) GetPartyId ¶
func (x *GetRewardsRequest) GetPartyId() string
func (*GetRewardsRequest) ProtoMessage ¶
func (*GetRewardsRequest) ProtoMessage()
func (*GetRewardsRequest) ProtoReflect ¶
func (x *GetRewardsRequest) ProtoReflect() protoreflect.Message
func (*GetRewardsRequest) Reset ¶
func (x *GetRewardsRequest) Reset()
func (*GetRewardsRequest) String ¶
func (x *GetRewardsRequest) String() string
type GetRewardsResponse ¶
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
func (*GetRewardsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetRewardsResponse.ProtoReflect.Descriptor instead.
func (*GetRewardsResponse) GetRewards ¶
func (x *GetRewardsResponse) GetRewards() []*vega.Reward
func (*GetRewardsResponse) ProtoMessage ¶
func (*GetRewardsResponse) ProtoMessage()
func (*GetRewardsResponse) ProtoReflect ¶
func (x *GetRewardsResponse) ProtoReflect() protoreflect.Message
func (*GetRewardsResponse) Reset ¶
func (x *GetRewardsResponse) Reset()
func (*GetRewardsResponse) String ¶
func (x *GetRewardsResponse) String() string
type GetRiskFactorsRequest ¶
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
func (*GetRiskFactorsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetRiskFactorsRequest.ProtoReflect.Descriptor instead.
func (*GetRiskFactorsRequest) GetMarketId ¶
func (x *GetRiskFactorsRequest) GetMarketId() string
func (*GetRiskFactorsRequest) ProtoMessage ¶
func (*GetRiskFactorsRequest) ProtoMessage()
func (*GetRiskFactorsRequest) ProtoReflect ¶
func (x *GetRiskFactorsRequest) ProtoReflect() protoreflect.Message
func (*GetRiskFactorsRequest) Reset ¶
func (x *GetRiskFactorsRequest) Reset()
func (*GetRiskFactorsRequest) String ¶
func (x *GetRiskFactorsRequest) String() string
type GetRiskFactorsResponse ¶
type GetRiskFactorsResponse struct { 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
func (*GetRiskFactorsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetRiskFactorsResponse.ProtoReflect.Descriptor instead.
func (*GetRiskFactorsResponse) GetRiskFactor ¶
func (x *GetRiskFactorsResponse) GetRiskFactor() *vega.RiskFactor
func (*GetRiskFactorsResponse) ProtoMessage ¶
func (*GetRiskFactorsResponse) ProtoMessage()
func (*GetRiskFactorsResponse) ProtoReflect ¶
func (x *GetRiskFactorsResponse) ProtoReflect() protoreflect.Message
func (*GetRiskFactorsResponse) Reset ¶
func (x *GetRiskFactorsResponse) Reset()
func (*GetRiskFactorsResponse) String ¶
func (x *GetRiskFactorsResponse) String() string
type 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 *vega.Proposal_State `` /* 134-byte string literal not displayed */ // 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 (x *GetUpdateMarketProposalsRequest) GetSelectInState() vega.Proposal_State
func (*GetUpdateMarketProposalsRequest) ProtoMessage ¶
func (*GetUpdateMarketProposalsRequest) ProtoMessage()
func (*GetUpdateMarketProposalsRequest) ProtoReflect ¶
func (x *GetUpdateMarketProposalsRequest) ProtoReflect() protoreflect.Message
func (*GetUpdateMarketProposalsRequest) Reset ¶
func (x *GetUpdateMarketProposalsRequest) Reset()
func (*GetUpdateMarketProposalsRequest) String ¶
func (x *GetUpdateMarketProposalsRequest) String() 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 (x *GetUpdateMarketProposalsResponse) GetData() []*vega.GovernanceData
func (*GetUpdateMarketProposalsResponse) ProtoMessage ¶
func (*GetUpdateMarketProposalsResponse) ProtoMessage()
func (*GetUpdateMarketProposalsResponse) ProtoReflect ¶
func (x *GetUpdateMarketProposalsResponse) ProtoReflect() protoreflect.Message
func (*GetUpdateMarketProposalsResponse) Reset ¶
func (x *GetUpdateMarketProposalsResponse) Reset()
func (*GetUpdateMarketProposalsResponse) String ¶
func (x *GetUpdateMarketProposalsResponse) String() 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 ¶
func (x *GetVegaTimeRequest) ProtoReflect() protoreflect.Message
func (*GetVegaTimeRequest) Reset ¶
func (x *GetVegaTimeRequest) Reset()
func (*GetVegaTimeRequest) String ¶
func (x *GetVegaTimeRequest) String() string
type GetVegaTimeResponse ¶
type GetVegaTimeResponse struct { // Timestamp representation of current VegaTime as represented in // Nanoseconds since the epoch, for example `1580473859111222333` corresponds to `2020-01-31T12:30:59.111222333Z` Timestamp int64 `protobuf:"varint,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"` // contains filtered or unexported fields }
Response for the current consensus coordinated time on the Vega network, referred to as "VegaTime"
func (*GetVegaTimeResponse) Descriptor
deprecated
func (*GetVegaTimeResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetVegaTimeResponse.ProtoReflect.Descriptor instead.
func (*GetVegaTimeResponse) GetTimestamp ¶
func (x *GetVegaTimeResponse) GetTimestamp() int64
func (*GetVegaTimeResponse) ProtoMessage ¶
func (*GetVegaTimeResponse) ProtoMessage()
func (*GetVegaTimeResponse) ProtoReflect ¶
func (x *GetVegaTimeResponse) ProtoReflect() protoreflect.Message
func (*GetVegaTimeResponse) Reset ¶
func (x *GetVegaTimeResponse) Reset()
func (*GetVegaTimeResponse) String ¶
func (x *GetVegaTimeResponse) String() string
type 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 ¶
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 ¶
func (x *GetVotesByPartyResponse) ProtoReflect() protoreflect.Message
func (*GetVotesByPartyResponse) Reset ¶
func (x *GetVotesByPartyResponse) Reset()
func (*GetVotesByPartyResponse) String ¶
func (x *GetVotesByPartyResponse) String() string
type GlobalRewardPoolAccountsRequest ¶
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
func (*GlobalRewardPoolAccountsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GlobalRewardPoolAccountsRequest.ProtoReflect.Descriptor instead.
func (*GlobalRewardPoolAccountsRequest) GetAsset ¶
func (x *GlobalRewardPoolAccountsRequest) GetAsset() string
func (*GlobalRewardPoolAccountsRequest) ProtoMessage ¶
func (*GlobalRewardPoolAccountsRequest) ProtoMessage()
func (*GlobalRewardPoolAccountsRequest) ProtoReflect ¶
func (x *GlobalRewardPoolAccountsRequest) ProtoReflect() protoreflect.Message
func (*GlobalRewardPoolAccountsRequest) Reset ¶
func (x *GlobalRewardPoolAccountsRequest) Reset()
func (*GlobalRewardPoolAccountsRequest) String ¶
func (x *GlobalRewardPoolAccountsRequest) String() string
type GlobalRewardPoolAccountsResponse ¶
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
func (*GlobalRewardPoolAccountsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GlobalRewardPoolAccountsResponse.ProtoReflect.Descriptor instead.
func (*GlobalRewardPoolAccountsResponse) GetAccounts ¶
func (x *GlobalRewardPoolAccountsResponse) GetAccounts() []*vega.Account
func (*GlobalRewardPoolAccountsResponse) ProtoMessage ¶
func (*GlobalRewardPoolAccountsResponse) ProtoMessage()
func (*GlobalRewardPoolAccountsResponse) ProtoReflect ¶
func (x *GlobalRewardPoolAccountsResponse) ProtoReflect() protoreflect.Message
func (*GlobalRewardPoolAccountsResponse) Reset ¶
func (x *GlobalRewardPoolAccountsResponse) Reset()
func (*GlobalRewardPoolAccountsResponse) String ¶
func (x *GlobalRewardPoolAccountsResponse) String() string
type KeyRotation ¶
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
func (*KeyRotation) Descriptor() ([]byte, []int)
Deprecated: Use KeyRotation.ProtoReflect.Descriptor instead.
func (*KeyRotation) GetBlockHeight ¶
func (x *KeyRotation) GetBlockHeight() uint64
func (*KeyRotation) GetNewPubKey ¶
func (x *KeyRotation) GetNewPubKey() string
func (*KeyRotation) GetNodeId ¶
func (x *KeyRotation) GetNodeId() string
func (*KeyRotation) GetOldPubKey ¶
func (x *KeyRotation) GetOldPubKey() string
func (*KeyRotation) ProtoMessage ¶
func (*KeyRotation) ProtoMessage()
func (*KeyRotation) ProtoReflect ¶
func (x *KeyRotation) ProtoReflect() protoreflect.Message
func (*KeyRotation) Reset ¶
func (x *KeyRotation) Reset()
func (*KeyRotation) String ¶
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 ¶
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 ¶
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 ¶
func (x *LiquidityProvisionsRequest) ProtoReflect() protoreflect.Message
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 ¶
func (x *LiquidityProvisionsResponse) ProtoReflect() protoreflect.Message
func (*LiquidityProvisionsResponse) Reset ¶
func (x *LiquidityProvisionsResponse) Reset()
func (*LiquidityProvisionsResponse) String ¶
func (x *LiquidityProvisionsResponse) String() string
type ListOracleDataRequest ¶
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
func (*ListOracleDataRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListOracleDataRequest.ProtoReflect.Descriptor instead.
func (*ListOracleDataRequest) GetPagination ¶
func (x *ListOracleDataRequest) GetPagination() *Pagination
func (*ListOracleDataRequest) ProtoMessage ¶
func (*ListOracleDataRequest) ProtoMessage()
func (*ListOracleDataRequest) ProtoReflect ¶
func (x *ListOracleDataRequest) ProtoReflect() protoreflect.Message
func (*ListOracleDataRequest) Reset ¶
func (x *ListOracleDataRequest) Reset()
func (*ListOracleDataRequest) String ¶
func (x *ListOracleDataRequest) String() string
type ListOracleDataResponse ¶
type ListOracleDataResponse struct { // The list of seen oracle data OracleData []*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
func (*ListOracleDataResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListOracleDataResponse.ProtoReflect.Descriptor instead.
func (*ListOracleDataResponse) GetOracleData ¶
func (x *ListOracleDataResponse) GetOracleData() []*v12.OracleData
func (*ListOracleDataResponse) ProtoMessage ¶
func (*ListOracleDataResponse) ProtoMessage()
func (*ListOracleDataResponse) ProtoReflect ¶
func (x *ListOracleDataResponse) ProtoReflect() protoreflect.Message
func (*ListOracleDataResponse) Reset ¶
func (x *ListOracleDataResponse) Reset()
func (*ListOracleDataResponse) String ¶
func (x *ListOracleDataResponse) String() string
type 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 ¶
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 ¶
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 ¶
func (x *MarginLevelsSubscribeRequest) ProtoReflect() protoreflect.Message
func (*MarginLevelsSubscribeRequest) Reset ¶
func (x *MarginLevelsSubscribeRequest) Reset()
func (*MarginLevelsSubscribeRequest) String ¶
func (x *MarginLevelsSubscribeRequest) String() 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 ¶
func (x *MarginLevelsSubscribeResponse) ProtoReflect() protoreflect.Message
func (*MarginLevelsSubscribeResponse) Reset ¶
func (x *MarginLevelsSubscribeResponse) Reset()
func (*MarginLevelsSubscribeResponse) String ¶
func (x *MarginLevelsSubscribeResponse) String() 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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
func (x *MarketDepthSubscribeRequest) ProtoReflect() protoreflect.Message
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 ¶
func (x *MarketDepthSubscribeResponse) ProtoReflect() protoreflect.Message
func (*MarketDepthSubscribeResponse) Reset ¶
func (x *MarketDepthSubscribeResponse) Reset()
func (*MarketDepthSubscribeResponse) String ¶
func (x *MarketDepthSubscribeResponse) String() 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 ¶
func (x *MarketDepthUpdatesSubscribeRequest) ProtoReflect() protoreflect.Message
func (*MarketDepthUpdatesSubscribeRequest) Reset ¶
func (x *MarketDepthUpdatesSubscribeRequest) Reset()
func (*MarketDepthUpdatesSubscribeRequest) String ¶
func (x *MarketDepthUpdatesSubscribeRequest) String() 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 (x *MarketDepthUpdatesSubscribeResponse) GetUpdate() *vega.MarketDepthUpdate
func (*MarketDepthUpdatesSubscribeResponse) ProtoMessage ¶
func (*MarketDepthUpdatesSubscribeResponse) ProtoMessage()
func (*MarketDepthUpdatesSubscribeResponse) ProtoReflect ¶
func (x *MarketDepthUpdatesSubscribeResponse) ProtoReflect() protoreflect.Message
func (*MarketDepthUpdatesSubscribeResponse) Reset ¶
func (x *MarketDepthUpdatesSubscribeResponse) Reset()
func (*MarketDepthUpdatesSubscribeResponse) String ¶
func (x *MarketDepthUpdatesSubscribeResponse) String() 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 ¶
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 ¶
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 ¶
func (x *MarketsDataSubscribeRequest) ProtoReflect() protoreflect.Message
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 ¶
func (x *MarketsDataSubscribeResponse) ProtoReflect() protoreflect.Message
func (*MarketsDataSubscribeResponse) Reset ¶
func (x *MarketsDataSubscribeResponse) Reset()
func (*MarketsDataSubscribeResponse) String ¶
func (x *MarketsDataSubscribeResponse) String() 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 ¶
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 ¶
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 ¶
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 ¶
func (x *NetworkParametersResponse) ProtoReflect() protoreflect.Message
func (*NetworkParametersResponse) Reset ¶
func (x *NetworkParametersResponse) Reset()
func (*NetworkParametersResponse) String ¶
func (x *NetworkParametersResponse) String() string
type ObserveDelegationsRequest ¶
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
func (*ObserveDelegationsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ObserveDelegationsRequest.ProtoReflect.Descriptor instead.
func (*ObserveDelegationsRequest) GetNodeId ¶
func (x *ObserveDelegationsRequest) GetNodeId() string
func (*ObserveDelegationsRequest) GetParty ¶
func (x *ObserveDelegationsRequest) GetParty() string
func (*ObserveDelegationsRequest) ProtoMessage ¶
func (*ObserveDelegationsRequest) ProtoMessage()
func (*ObserveDelegationsRequest) ProtoReflect ¶
func (x *ObserveDelegationsRequest) ProtoReflect() protoreflect.Message
func (*ObserveDelegationsRequest) Reset ¶
func (x *ObserveDelegationsRequest) Reset()
func (*ObserveDelegationsRequest) String ¶
func (x *ObserveDelegationsRequest) String() string
type ObserveDelegationsResponse ¶
type ObserveDelegationsResponse struct { 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
func (*ObserveDelegationsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ObserveDelegationsResponse.ProtoReflect.Descriptor instead.
func (*ObserveDelegationsResponse) GetDelegation ¶
func (x *ObserveDelegationsResponse) GetDelegation() *vega.Delegation
func (*ObserveDelegationsResponse) ProtoMessage ¶
func (*ObserveDelegationsResponse) ProtoMessage()
func (*ObserveDelegationsResponse) ProtoReflect ¶
func (x *ObserveDelegationsResponse) ProtoReflect() protoreflect.Message
func (*ObserveDelegationsResponse) Reset ¶
func (x *ObserveDelegationsResponse) Reset()
func (*ObserveDelegationsResponse) String ¶
func (x *ObserveDelegationsResponse) String() string
type ObserveEventBusRequest ¶
type ObserveEventBusRequest struct { // One or more types of event, required field Type []v1.BusEventType `protobuf:"varint,1,rep,packed,name=type,proto3,enum=vega.events.v1.BusEventType" json:"type,omitempty"` // Market 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 ¶
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 ¶
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 ¶
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 (x *ObserveGovernanceResponse) GetData() *vega.GovernanceData
func (*ObserveGovernanceResponse) ProtoMessage ¶
func (*ObserveGovernanceResponse) ProtoMessage()
func (*ObserveGovernanceResponse) ProtoReflect ¶
func (x *ObserveGovernanceResponse) ProtoReflect() protoreflect.Message
func (*ObserveGovernanceResponse) Reset ¶
func (x *ObserveGovernanceResponse) Reset()
func (*ObserveGovernanceResponse) String ¶
func (x *ObserveGovernanceResponse) String() string
type 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 ¶
func (x *ObservePartyProposalsRequest) ProtoReflect() protoreflect.Message
func (*ObservePartyProposalsRequest) Reset ¶
func (x *ObservePartyProposalsRequest) Reset()
func (*ObservePartyProposalsRequest) String ¶
func (x *ObservePartyProposalsRequest) String() 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 (x *ObservePartyProposalsResponse) GetData() *vega.GovernanceData
func (*ObservePartyProposalsResponse) ProtoMessage ¶
func (*ObservePartyProposalsResponse) ProtoMessage()
func (*ObservePartyProposalsResponse) ProtoReflect ¶
func (x *ObservePartyProposalsResponse) ProtoReflect() protoreflect.Message
func (*ObservePartyProposalsResponse) Reset ¶
func (x *ObservePartyProposalsResponse) Reset()
func (*ObservePartyProposalsResponse) String ¶
func (x *ObservePartyProposalsResponse) String() 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 ¶
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 ¶
func (x *ObservePartyVotesResponse) ProtoReflect() protoreflect.Message
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 ¶
func (x *ObserveProposalVotesRequest) ProtoReflect() protoreflect.Message
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 ¶
func (x *ObserveProposalVotesResponse) ProtoReflect() protoreflect.Message
func (*ObserveProposalVotesResponse) Reset ¶
func (x *ObserveProposalVotesResponse) Reset()
func (*ObserveProposalVotesResponse) String ¶
func (x *ObserveProposalVotesResponse) String() string
type ObserveRewardsRequest ¶
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
func (*ObserveRewardsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ObserveRewardsRequest.ProtoReflect.Descriptor instead.
func (*ObserveRewardsRequest) GetAssetId ¶
func (x *ObserveRewardsRequest) GetAssetId() string
func (*ObserveRewardsRequest) GetParty ¶
func (x *ObserveRewardsRequest) GetParty() string
func (*ObserveRewardsRequest) ProtoMessage ¶
func (*ObserveRewardsRequest) ProtoMessage()
func (*ObserveRewardsRequest) ProtoReflect ¶
func (x *ObserveRewardsRequest) ProtoReflect() protoreflect.Message
func (*ObserveRewardsRequest) Reset ¶
func (x *ObserveRewardsRequest) Reset()
func (*ObserveRewardsRequest) String ¶
func (x *ObserveRewardsRequest) String() string
type ObserveRewardsResponse ¶
type ObserveRewardsResponse struct { Reward *vega.Reward `protobuf:"bytes,1,opt,name=reward,proto3" json:"reward,omitempty"` // contains filtered or unexported fields }
func (*ObserveRewardsResponse) Descriptor
deprecated
func (*ObserveRewardsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ObserveRewardsResponse.ProtoReflect.Descriptor instead.
func (*ObserveRewardsResponse) GetReward ¶
func (x *ObserveRewardsResponse) GetReward() *vega.Reward
func (*ObserveRewardsResponse) ProtoMessage ¶
func (*ObserveRewardsResponse) ProtoMessage()
func (*ObserveRewardsResponse) ProtoReflect ¶
func (x *ObserveRewardsResponse) ProtoReflect() protoreflect.Message
func (*ObserveRewardsResponse) Reset ¶
func (x *ObserveRewardsResponse) Reset()
func (*ObserveRewardsResponse) String ¶
func (x *ObserveRewardsResponse) String() string
type 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 ¶
func (x *OracleDataBySpecRequest) GetPagination() *Pagination
func (*OracleDataBySpecRequest) ProtoMessage ¶
func (*OracleDataBySpecRequest) ProtoMessage()
func (*OracleDataBySpecRequest) ProtoReflect ¶
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 ¶
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 ¶
func (x *OracleSpecRequest) GetPagination() *Pagination
func (*OracleSpecRequest) ProtoMessage ¶
func (*OracleSpecRequest) ProtoMessage()
func (*OracleSpecRequest) ProtoReflect ¶
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 ¶
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 ¶
func (x *OracleSpecsRequest) GetPagination() *Pagination
func (*OracleSpecsRequest) ProtoMessage ¶
func (*OracleSpecsRequest) ProtoMessage()
func (*OracleSpecsRequest) ProtoReflect ¶
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 ¶
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 ¶
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 ¶
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 ¶
func (x *OrderByMarketAndIDRequest) ProtoReflect() protoreflect.Message
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 ¶
func (x *OrderByMarketAndIDResponse) ProtoReflect() protoreflect.Message
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 ¶
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 ¶
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 ¶
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 ¶
func (x *OrderVersionsByIDResponse) ProtoReflect() protoreflect.Message
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
func (x *PartyByIDResponse) ProtoReflect() protoreflect.Message
func (*PartyByIDResponse) Reset ¶
func (x *PartyByIDResponse) Reset()
func (*PartyByIDResponse) String ¶
func (x *PartyByIDResponse) String() string
type PartyStakeRequest ¶
type PartyStakeRequest struct { Party string `protobuf:"bytes,1,opt,name=party,proto3" json:"party,omitempty"` // contains filtered or unexported fields }
func (*PartyStakeRequest) Descriptor
deprecated
func (*PartyStakeRequest) Descriptor() ([]byte, []int)
Deprecated: Use PartyStakeRequest.ProtoReflect.Descriptor instead.
func (*PartyStakeRequest) GetParty ¶
func (x *PartyStakeRequest) GetParty() string
func (*PartyStakeRequest) ProtoMessage ¶
func (*PartyStakeRequest) ProtoMessage()
func (*PartyStakeRequest) ProtoReflect ¶
func (x *PartyStakeRequest) ProtoReflect() protoreflect.Message
func (*PartyStakeRequest) Reset ¶
func (x *PartyStakeRequest) Reset()
func (*PartyStakeRequest) String ¶
func (x *PartyStakeRequest) String() string
type PartyStakeResponse ¶
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
func (*PartyStakeResponse) Descriptor() ([]byte, []int)
Deprecated: Use PartyStakeResponse.ProtoReflect.Descriptor instead.
func (*PartyStakeResponse) GetCurrentStakeAvailable ¶
func (x *PartyStakeResponse) GetCurrentStakeAvailable() string
func (*PartyStakeResponse) GetStakeLinkings ¶
func (x *PartyStakeResponse) GetStakeLinkings() []*v1.StakeLinking
func (*PartyStakeResponse) ProtoMessage ¶
func (*PartyStakeResponse) ProtoMessage()
func (*PartyStakeResponse) ProtoReflect ¶
func (x *PartyStakeResponse) ProtoReflect() protoreflect.Message
func (*PartyStakeResponse) Reset ¶
func (x *PartyStakeResponse) Reset()
func (*PartyStakeResponse) String ¶
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 ¶
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 ¶
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 ¶
func (x *PositionsSubscribeRequest) ProtoReflect() protoreflect.Message
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 ¶
func (x *PositionsSubscribeResponse) ProtoReflect() protoreflect.Message
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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.
func NewTradingDataServiceClient ¶
func NewTradingDataServiceClient(cc grpc.ClientConnInterface) TradingDataServiceClient
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 ¶
type TradingDataService_ObserveDelegationsClient interface { Recv() (*ObserveDelegationsResponse, error) grpc.ClientStream }
type TradingDataService_ObserveDelegationsServer ¶
type TradingDataService_ObserveDelegationsServer interface { Send(*ObserveDelegationsResponse) error grpc.ServerStream }
type TradingDataService_ObserveEventBusClient ¶
type TradingDataService_ObserveEventBusClient interface { Send(*ObserveEventBusRequest) error Recv() (*ObserveEventBusResponse, error) grpc.ClientStream }
type TradingDataService_ObserveEventBusServer ¶
type TradingDataService_ObserveEventBusServer interface { Send(*ObserveEventBusResponse) error Recv() (*ObserveEventBusRequest, error) grpc.ServerStream }
type TradingDataService_ObserveGovernanceClient ¶
type TradingDataService_ObserveGovernanceClient interface { Recv() (*ObserveGovernanceResponse, error) grpc.ClientStream }
type TradingDataService_ObserveGovernanceServer ¶
type TradingDataService_ObserveGovernanceServer interface { Send(*ObserveGovernanceResponse) error grpc.ServerStream }
type TradingDataService_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 ¶
type TradingDataService_ObserveRewardsClient interface { Recv() (*ObserveRewardsResponse, error) grpc.ClientStream }
type TradingDataService_ObserveRewardsServer ¶
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 ¶
func (x *TransferResponsesSubscribeRequest) ProtoReflect() protoreflect.Message
func (*TransferResponsesSubscribeRequest) Reset ¶
func (x *TransferResponsesSubscribeRequest) Reset()
func (*TransferResponsesSubscribeRequest) String ¶
func (x *TransferResponsesSubscribeRequest) String() 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 (x *TransferResponsesSubscribeResponse) GetResponse() *vega.TransferResponse
func (*TransferResponsesSubscribeResponse) ProtoMessage ¶
func (*TransferResponsesSubscribeResponse) ProtoMessage()
func (*TransferResponsesSubscribeResponse) ProtoReflect ¶
func (x *TransferResponsesSubscribeResponse) ProtoReflect() protoreflect.Message
func (*TransferResponsesSubscribeResponse) Reset ¶
func (x *TransferResponsesSubscribeResponse) Reset()
func (*TransferResponsesSubscribeResponse) String ¶
func (x *TransferResponsesSubscribeResponse) String() string
type TransfersRequest ¶
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
func (*TransfersRequest) Descriptor() ([]byte, []int)
Deprecated: Use TransfersRequest.ProtoReflect.Descriptor instead.
func (*TransfersRequest) GetIsFrom ¶
func (x *TransfersRequest) GetIsFrom() bool
func (*TransfersRequest) GetIsTo ¶
func (x *TransfersRequest) GetIsTo() bool
func (*TransfersRequest) GetPubkey ¶
func (x *TransfersRequest) GetPubkey() string
func (*TransfersRequest) ProtoMessage ¶
func (*TransfersRequest) ProtoMessage()
func (*TransfersRequest) ProtoReflect ¶
func (x *TransfersRequest) ProtoReflect() protoreflect.Message
func (*TransfersRequest) Reset ¶
func (x *TransfersRequest) Reset()
func (*TransfersRequest) String ¶
func (x *TransfersRequest) String() string
type TransfersResponse ¶
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
func (*TransfersResponse) Descriptor() ([]byte, []int)
Deprecated: Use TransfersResponse.ProtoReflect.Descriptor instead.
func (*TransfersResponse) GetTransfers ¶
func (x *TransfersResponse) GetTransfers() []*v1.Transfer
func (*TransfersResponse) ProtoMessage ¶
func (*TransfersResponse) ProtoMessage()
func (*TransfersResponse) ProtoReflect ¶
func (x *TransfersResponse) ProtoReflect() protoreflect.Message
func (*TransfersResponse) Reset ¶
func (x *TransfersResponse) Reset()
func (*TransfersResponse) String ¶
func (x *TransfersResponse) String() string
type UnimplementedTradingDataServiceServer ¶
type UnimplementedTradingDataServiceServer struct { }
UnimplementedTradingDataServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedTradingDataServiceServer) AccountsSubscribe ¶
func (UnimplementedTradingDataServiceServer) AccountsSubscribe(*AccountsSubscribeRequest, TradingDataService_AccountsSubscribeServer) error
func (UnimplementedTradingDataServiceServer) AssetByID ¶
func (UnimplementedTradingDataServiceServer) AssetByID(context.Context, *AssetByIDRequest) (*AssetByIDResponse, error)
func (UnimplementedTradingDataServiceServer) Assets ¶
func (UnimplementedTradingDataServiceServer) Assets(context.Context, *AssetsRequest) (*AssetsResponse, error)
func (UnimplementedTradingDataServiceServer) Candles ¶
func (UnimplementedTradingDataServiceServer) Candles(context.Context, *CandlesRequest) (*CandlesResponse, error)
func (UnimplementedTradingDataServiceServer) CandlesSubscribe ¶
func (UnimplementedTradingDataServiceServer) CandlesSubscribe(*CandlesSubscribeRequest, TradingDataService_CandlesSubscribeServer) error
func (UnimplementedTradingDataServiceServer) Checkpoints ¶
func (UnimplementedTradingDataServiceServer) Checkpoints(context.Context, *CheckpointsRequest) (*CheckpointsResponse, error)
func (UnimplementedTradingDataServiceServer) Delegations ¶
func (UnimplementedTradingDataServiceServer) Delegations(context.Context, *DelegationsRequest) (*DelegationsResponse, error)
func (UnimplementedTradingDataServiceServer) Deposit ¶
func (UnimplementedTradingDataServiceServer) Deposit(context.Context, *DepositRequest) (*DepositResponse, error)
func (UnimplementedTradingDataServiceServer) Deposits ¶
func (UnimplementedTradingDataServiceServer) Deposits(context.Context, *DepositsRequest) (*DepositsResponse, error)
func (UnimplementedTradingDataServiceServer) ERC20WithdrawalApproval ¶
func (UnimplementedTradingDataServiceServer) ERC20WithdrawalApproval(context.Context, *ERC20WithdrawalApprovalRequest) (*ERC20WithdrawalApprovalResponse, error)
func (UnimplementedTradingDataServiceServer) EstimateFee ¶
func (UnimplementedTradingDataServiceServer) EstimateFee(context.Context, *EstimateFeeRequest) (*EstimateFeeResponse, error)
func (UnimplementedTradingDataServiceServer) EstimateMargin ¶
func (UnimplementedTradingDataServiceServer) EstimateMargin(context.Context, *EstimateMarginRequest) (*EstimateMarginResponse, error)
func (UnimplementedTradingDataServiceServer) FeeInfrastructureAccounts ¶
func (UnimplementedTradingDataServiceServer) FeeInfrastructureAccounts(context.Context, *FeeInfrastructureAccountsRequest) (*FeeInfrastructureAccountsResponse, error)
func (UnimplementedTradingDataServiceServer) GetEpoch ¶
func (UnimplementedTradingDataServiceServer) GetEpoch(context.Context, *GetEpochRequest) (*GetEpochResponse, error)
func (UnimplementedTradingDataServiceServer) GetKeyRotations ¶
func (UnimplementedTradingDataServiceServer) GetKeyRotations(context.Context, *GetKeyRotationsRequest) (*GetKeyRotationsResponse, error)
func (UnimplementedTradingDataServiceServer) GetKeyRotationsByNode ¶
func (UnimplementedTradingDataServiceServer) GetKeyRotationsByNode(context.Context, *GetKeyRotationsByNodeRequest) (*GetKeyRotationsByNodeResponse, error)
func (UnimplementedTradingDataServiceServer) GetNetworkParametersProposals ¶
func (UnimplementedTradingDataServiceServer) GetNetworkParametersProposals(context.Context, *GetNetworkParametersProposalsRequest) (*GetNetworkParametersProposalsResponse, error)
func (UnimplementedTradingDataServiceServer) GetNewAssetProposals ¶
func (UnimplementedTradingDataServiceServer) GetNewAssetProposals(context.Context, *GetNewAssetProposalsRequest) (*GetNewAssetProposalsResponse, error)
func (UnimplementedTradingDataServiceServer) GetNewFreeformProposals ¶
func (UnimplementedTradingDataServiceServer) GetNewFreeformProposals(context.Context, *GetNewFreeformProposalsRequest) (*GetNewFreeformProposalsResponse, error)
func (UnimplementedTradingDataServiceServer) GetNewMarketProposals ¶
func (UnimplementedTradingDataServiceServer) GetNewMarketProposals(context.Context, *GetNewMarketProposalsRequest) (*GetNewMarketProposalsResponse, error)
func (UnimplementedTradingDataServiceServer) GetNodeByID ¶
func (UnimplementedTradingDataServiceServer) GetNodeByID(context.Context, *GetNodeByIDRequest) (*GetNodeByIDResponse, error)
func (UnimplementedTradingDataServiceServer) GetNodeData ¶
func (UnimplementedTradingDataServiceServer) GetNodeData(context.Context, *GetNodeDataRequest) (*GetNodeDataResponse, error)
func (UnimplementedTradingDataServiceServer) GetNodeSignaturesAggregate ¶
func (UnimplementedTradingDataServiceServer) GetNodeSignaturesAggregate(context.Context, *GetNodeSignaturesAggregateRequest) (*GetNodeSignaturesAggregateResponse, error)
func (UnimplementedTradingDataServiceServer) GetNodes ¶
func (UnimplementedTradingDataServiceServer) GetNodes(context.Context, *GetNodesRequest) (*GetNodesResponse, error)
func (UnimplementedTradingDataServiceServer) GetProposalByID ¶
func (UnimplementedTradingDataServiceServer) GetProposalByID(context.Context, *GetProposalByIDRequest) (*GetProposalByIDResponse, error)
func (UnimplementedTradingDataServiceServer) GetProposalByReference ¶
func (UnimplementedTradingDataServiceServer) GetProposalByReference(context.Context, *GetProposalByReferenceRequest) (*GetProposalByReferenceResponse, error)
func (UnimplementedTradingDataServiceServer) GetProposals ¶
func (UnimplementedTradingDataServiceServer) GetProposals(context.Context, *GetProposalsRequest) (*GetProposalsResponse, error)
func (UnimplementedTradingDataServiceServer) GetProposalsByParty ¶
func (UnimplementedTradingDataServiceServer) GetProposalsByParty(context.Context, *GetProposalsByPartyRequest) (*GetProposalsByPartyResponse, error)
func (UnimplementedTradingDataServiceServer) GetRewardSummaries ¶
func (UnimplementedTradingDataServiceServer) GetRewardSummaries(context.Context, *GetRewardSummariesRequest) (*GetRewardSummariesResponse, error)
func (UnimplementedTradingDataServiceServer) GetRewards ¶
func (UnimplementedTradingDataServiceServer) GetRewards(context.Context, *GetRewardsRequest) (*GetRewardsResponse, error)
func (UnimplementedTradingDataServiceServer) GetRiskFactors ¶
func (UnimplementedTradingDataServiceServer) GetRiskFactors(context.Context, *GetRiskFactorsRequest) (*GetRiskFactorsResponse, error)
func (UnimplementedTradingDataServiceServer) GetUpdateMarketProposals ¶
func (UnimplementedTradingDataServiceServer) GetUpdateMarketProposals(context.Context, *GetUpdateMarketProposalsRequest) (*GetUpdateMarketProposalsResponse, error)
func (UnimplementedTradingDataServiceServer) GetVegaTime ¶
func (UnimplementedTradingDataServiceServer) GetVegaTime(context.Context, *GetVegaTimeRequest) (*GetVegaTimeResponse, error)
func (UnimplementedTradingDataServiceServer) GetVotesByParty ¶
func (UnimplementedTradingDataServiceServer) GetVotesByParty(context.Context, *GetVotesByPartyRequest) (*GetVotesByPartyResponse, error)
func (UnimplementedTradingDataServiceServer) GlobalRewardPoolAccounts ¶
func (UnimplementedTradingDataServiceServer) GlobalRewardPoolAccounts(context.Context, *GlobalRewardPoolAccountsRequest) (*GlobalRewardPoolAccountsResponse, error)
func (UnimplementedTradingDataServiceServer) LastTrade ¶
func (UnimplementedTradingDataServiceServer) LastTrade(context.Context, *LastTradeRequest) (*LastTradeResponse, error)
func (UnimplementedTradingDataServiceServer) LiquidityProvisions ¶
func (UnimplementedTradingDataServiceServer) LiquidityProvisions(context.Context, *LiquidityProvisionsRequest) (*LiquidityProvisionsResponse, error)
func (UnimplementedTradingDataServiceServer) ListOracleData ¶
func (UnimplementedTradingDataServiceServer) ListOracleData(context.Context, *ListOracleDataRequest) (*ListOracleDataResponse, error)
func (UnimplementedTradingDataServiceServer) MarginLevels ¶
func (UnimplementedTradingDataServiceServer) MarginLevels(context.Context, *MarginLevelsRequest) (*MarginLevelsResponse, error)
func (UnimplementedTradingDataServiceServer) MarginLevelsSubscribe ¶
func (UnimplementedTradingDataServiceServer) MarginLevelsSubscribe(*MarginLevelsSubscribeRequest, TradingDataService_MarginLevelsSubscribeServer) error
func (UnimplementedTradingDataServiceServer) MarketAccounts ¶
func (UnimplementedTradingDataServiceServer) MarketAccounts(context.Context, *MarketAccountsRequest) (*MarketAccountsResponse, error)
func (UnimplementedTradingDataServiceServer) MarketByID ¶
func (UnimplementedTradingDataServiceServer) MarketByID(context.Context, *MarketByIDRequest) (*MarketByIDResponse, error)
func (UnimplementedTradingDataServiceServer) MarketDataByID ¶
func (UnimplementedTradingDataServiceServer) MarketDataByID(context.Context, *MarketDataByIDRequest) (*MarketDataByIDResponse, error)
func (UnimplementedTradingDataServiceServer) MarketDepth ¶
func (UnimplementedTradingDataServiceServer) MarketDepth(context.Context, *MarketDepthRequest) (*MarketDepthResponse, error)
func (UnimplementedTradingDataServiceServer) MarketDepthSubscribe ¶
func (UnimplementedTradingDataServiceServer) MarketDepthSubscribe(*MarketDepthSubscribeRequest, TradingDataService_MarketDepthSubscribeServer) error
func (UnimplementedTradingDataServiceServer) MarketDepthUpdatesSubscribe ¶
func (UnimplementedTradingDataServiceServer) MarketDepthUpdatesSubscribe(*MarketDepthUpdatesSubscribeRequest, TradingDataService_MarketDepthUpdatesSubscribeServer) error
func (UnimplementedTradingDataServiceServer) Markets ¶
func (UnimplementedTradingDataServiceServer) Markets(context.Context, *MarketsRequest) (*MarketsResponse, error)
func (UnimplementedTradingDataServiceServer) MarketsData ¶
func (UnimplementedTradingDataServiceServer) MarketsData(context.Context, *MarketsDataRequest) (*MarketsDataResponse, error)
func (UnimplementedTradingDataServiceServer) MarketsDataSubscribe ¶
func (UnimplementedTradingDataServiceServer) MarketsDataSubscribe(*MarketsDataSubscribeRequest, TradingDataService_MarketsDataSubscribeServer) error
func (UnimplementedTradingDataServiceServer) NetworkParameters ¶
func (UnimplementedTradingDataServiceServer) NetworkParameters(context.Context, *NetworkParametersRequest) (*NetworkParametersResponse, error)
func (UnimplementedTradingDataServiceServer) ObserveDelegations ¶
func (UnimplementedTradingDataServiceServer) ObserveDelegations(*ObserveDelegationsRequest, TradingDataService_ObserveDelegationsServer) error
func (UnimplementedTradingDataServiceServer) ObserveEventBus ¶
func (UnimplementedTradingDataServiceServer) ObserveEventBus(TradingDataService_ObserveEventBusServer) error
func (UnimplementedTradingDataServiceServer) ObserveGovernance ¶
func (UnimplementedTradingDataServiceServer) ObserveGovernance(*ObserveGovernanceRequest, TradingDataService_ObserveGovernanceServer) error
func (UnimplementedTradingDataServiceServer) ObservePartyProposals ¶
func (UnimplementedTradingDataServiceServer) ObservePartyProposals(*ObservePartyProposalsRequest, TradingDataService_ObservePartyProposalsServer) error
func (UnimplementedTradingDataServiceServer) ObservePartyVotes ¶
func (UnimplementedTradingDataServiceServer) ObservePartyVotes(*ObservePartyVotesRequest, TradingDataService_ObservePartyVotesServer) error
func (UnimplementedTradingDataServiceServer) ObserveProposalVotes ¶
func (UnimplementedTradingDataServiceServer) ObserveProposalVotes(*ObserveProposalVotesRequest, TradingDataService_ObserveProposalVotesServer) error
func (UnimplementedTradingDataServiceServer) ObserveRewards ¶
func (UnimplementedTradingDataServiceServer) ObserveRewards(*ObserveRewardsRequest, TradingDataService_ObserveRewardsServer) error
func (UnimplementedTradingDataServiceServer) OracleDataBySpec ¶
func (UnimplementedTradingDataServiceServer) OracleDataBySpec(context.Context, *OracleDataBySpecRequest) (*OracleDataBySpecResponse, error)
func (UnimplementedTradingDataServiceServer) OracleSpec ¶
func (UnimplementedTradingDataServiceServer) OracleSpec(context.Context, *OracleSpecRequest) (*OracleSpecResponse, error)
func (UnimplementedTradingDataServiceServer) OracleSpecs ¶
func (UnimplementedTradingDataServiceServer) OracleSpecs(context.Context, *OracleSpecsRequest) (*OracleSpecsResponse, error)
func (UnimplementedTradingDataServiceServer) OrderByID ¶
func (UnimplementedTradingDataServiceServer) OrderByID(context.Context, *OrderByIDRequest) (*OrderByIDResponse, error)
func (UnimplementedTradingDataServiceServer) OrderByMarketAndID ¶
func (UnimplementedTradingDataServiceServer) OrderByMarketAndID(context.Context, *OrderByMarketAndIDRequest) (*OrderByMarketAndIDResponse, error)
func (UnimplementedTradingDataServiceServer) OrderByReference ¶
func (UnimplementedTradingDataServiceServer) OrderByReference(context.Context, *OrderByReferenceRequest) (*OrderByReferenceResponse, error)
func (UnimplementedTradingDataServiceServer) OrderVersionsByID ¶
func (UnimplementedTradingDataServiceServer) OrderVersionsByID(context.Context, *OrderVersionsByIDRequest) (*OrderVersionsByIDResponse, error)
func (UnimplementedTradingDataServiceServer) OrdersByMarket ¶
func (UnimplementedTradingDataServiceServer) OrdersByMarket(context.Context, *OrdersByMarketRequest) (*OrdersByMarketResponse, error)
func (UnimplementedTradingDataServiceServer) OrdersByParty ¶
func (UnimplementedTradingDataServiceServer) OrdersByParty(context.Context, *OrdersByPartyRequest) (*OrdersByPartyResponse, error)
func (UnimplementedTradingDataServiceServer) OrdersSubscribe ¶
func (UnimplementedTradingDataServiceServer) OrdersSubscribe(*OrdersSubscribeRequest, TradingDataService_OrdersSubscribeServer) error
func (UnimplementedTradingDataServiceServer) Parties ¶
func (UnimplementedTradingDataServiceServer) Parties(context.Context, *PartiesRequest) (*PartiesResponse, error)
func (UnimplementedTradingDataServiceServer) PartyAccounts ¶
func (UnimplementedTradingDataServiceServer) PartyAccounts(context.Context, *PartyAccountsRequest) (*PartyAccountsResponse, error)
func (UnimplementedTradingDataServiceServer) PartyByID ¶
func (UnimplementedTradingDataServiceServer) PartyByID(context.Context, *PartyByIDRequest) (*PartyByIDResponse, error)
func (UnimplementedTradingDataServiceServer) PartyStake ¶
func (UnimplementedTradingDataServiceServer) PartyStake(context.Context, *PartyStakeRequest) (*PartyStakeResponse, error)
func (UnimplementedTradingDataServiceServer) PositionsByParty ¶
func (UnimplementedTradingDataServiceServer) PositionsByParty(context.Context, *PositionsByPartyRequest) (*PositionsByPartyResponse, error)
func (UnimplementedTradingDataServiceServer) PositionsSubscribe ¶
func (UnimplementedTradingDataServiceServer) PositionsSubscribe(*PositionsSubscribeRequest, TradingDataService_PositionsSubscribeServer) error
func (UnimplementedTradingDataServiceServer) TradesByMarket ¶
func (UnimplementedTradingDataServiceServer) TradesByMarket(context.Context, *TradesByMarketRequest) (*TradesByMarketResponse, error)
func (UnimplementedTradingDataServiceServer) TradesByOrder ¶
func (UnimplementedTradingDataServiceServer) TradesByOrder(context.Context, *TradesByOrderRequest) (*TradesByOrderResponse, error)
func (UnimplementedTradingDataServiceServer) TradesByParty ¶
func (UnimplementedTradingDataServiceServer) TradesByParty(context.Context, *TradesByPartyRequest) (*TradesByPartyResponse, error)
func (UnimplementedTradingDataServiceServer) TradesSubscribe ¶
func (UnimplementedTradingDataServiceServer) TradesSubscribe(*TradesSubscribeRequest, TradingDataService_TradesSubscribeServer) error
func (UnimplementedTradingDataServiceServer) TransferResponsesSubscribe ¶
func (UnimplementedTradingDataServiceServer) TransferResponsesSubscribe(*TransferResponsesSubscribeRequest, TradingDataService_TransferResponsesSubscribeServer) error
func (UnimplementedTradingDataServiceServer) Transfers ¶
func (UnimplementedTradingDataServiceServer) Transfers(context.Context, *TransfersRequest) (*TransfersResponse, error)
func (UnimplementedTradingDataServiceServer) Withdrawal ¶
func (UnimplementedTradingDataServiceServer) Withdrawal(context.Context, *WithdrawalRequest) (*WithdrawalResponse, error)
func (UnimplementedTradingDataServiceServer) Withdrawals ¶
func (UnimplementedTradingDataServiceServer) Withdrawals(context.Context, *WithdrawalsRequest) (*WithdrawalsResponse, error)
type UnsafeTradingDataServiceServer ¶
type UnsafeTradingDataServiceServer interface {
// contains filtered or unexported methods
}
UnsafeTradingDataServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to TradingDataServiceServer will result in compilation errors.
type 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 ¶
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 ¶
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 ¶
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 ¶
func (x *WithdrawalsResponse) ProtoReflect() protoreflect.Message
func (*WithdrawalsResponse) Reset ¶
func (x *WithdrawalsResponse) Reset()
func (*WithdrawalsResponse) String ¶
func (x *WithdrawalsResponse) String() string