Documentation
¶
Overview ¶
Package v1 is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Index ¶
- 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 RegisterTradingDataServiceServer(s *grpc.Server, srv TradingDataServiceServer)
- type AccountsSubscribeRequest
- func (*AccountsSubscribeRequest) Descriptor() ([]byte, []int)
- func (m *AccountsSubscribeRequest) GetAsset() string
- func (m *AccountsSubscribeRequest) GetMarketId() string
- func (m *AccountsSubscribeRequest) GetPartyId() string
- func (m *AccountsSubscribeRequest) GetType() vega.AccountType
- func (*AccountsSubscribeRequest) ProtoMessage()
- func (m *AccountsSubscribeRequest) Reset()
- func (m *AccountsSubscribeRequest) String() string
- func (this *AccountsSubscribeRequest) Validate() error
- func (m *AccountsSubscribeRequest) XXX_DiscardUnknown()
- func (m *AccountsSubscribeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AccountsSubscribeRequest) XXX_Merge(src proto.Message)
- func (m *AccountsSubscribeRequest) XXX_Size() int
- func (m *AccountsSubscribeRequest) XXX_Unmarshal(b []byte) error
- type AccountsSubscribeResponse
- func (*AccountsSubscribeResponse) Descriptor() ([]byte, []int)
- func (m *AccountsSubscribeResponse) GetAccount() *vega.Account
- func (*AccountsSubscribeResponse) ProtoMessage()
- func (m *AccountsSubscribeResponse) Reset()
- func (m *AccountsSubscribeResponse) String() string
- func (this *AccountsSubscribeResponse) Validate() error
- func (m *AccountsSubscribeResponse) XXX_DiscardUnknown()
- func (m *AccountsSubscribeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AccountsSubscribeResponse) XXX_Merge(src proto.Message)
- func (m *AccountsSubscribeResponse) XXX_Size() int
- func (m *AccountsSubscribeResponse) XXX_Unmarshal(b []byte) error
- type AssetByIDRequest
- func (*AssetByIDRequest) Descriptor() ([]byte, []int)
- func (m *AssetByIDRequest) GetId() string
- func (*AssetByIDRequest) ProtoMessage()
- func (m *AssetByIDRequest) Reset()
- func (m *AssetByIDRequest) String() string
- func (this *AssetByIDRequest) Validate() error
- func (m *AssetByIDRequest) XXX_DiscardUnknown()
- func (m *AssetByIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AssetByIDRequest) XXX_Merge(src proto.Message)
- func (m *AssetByIDRequest) XXX_Size() int
- func (m *AssetByIDRequest) XXX_Unmarshal(b []byte) error
- type AssetByIDResponse
- func (*AssetByIDResponse) Descriptor() ([]byte, []int)
- func (m *AssetByIDResponse) GetAsset() *vega.Asset
- func (*AssetByIDResponse) ProtoMessage()
- func (m *AssetByIDResponse) Reset()
- func (m *AssetByIDResponse) String() string
- func (this *AssetByIDResponse) Validate() error
- func (m *AssetByIDResponse) XXX_DiscardUnknown()
- func (m *AssetByIDResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AssetByIDResponse) XXX_Merge(src proto.Message)
- func (m *AssetByIDResponse) XXX_Size() int
- func (m *AssetByIDResponse) XXX_Unmarshal(b []byte) error
- type AssetsRequest
- func (*AssetsRequest) Descriptor() ([]byte, []int)
- func (*AssetsRequest) ProtoMessage()
- func (m *AssetsRequest) Reset()
- func (m *AssetsRequest) String() string
- func (this *AssetsRequest) Validate() error
- func (m *AssetsRequest) XXX_DiscardUnknown()
- func (m *AssetsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AssetsRequest) XXX_Merge(src proto.Message)
- func (m *AssetsRequest) XXX_Size() int
- func (m *AssetsRequest) XXX_Unmarshal(b []byte) error
- type AssetsResponse
- func (*AssetsResponse) Descriptor() ([]byte, []int)
- func (m *AssetsResponse) GetAssets() []*vega.Asset
- func (*AssetsResponse) ProtoMessage()
- func (m *AssetsResponse) Reset()
- func (m *AssetsResponse) String() string
- func (this *AssetsResponse) Validate() error
- func (m *AssetsResponse) XXX_DiscardUnknown()
- func (m *AssetsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AssetsResponse) XXX_Merge(src proto.Message)
- func (m *AssetsResponse) XXX_Size() int
- func (m *AssetsResponse) XXX_Unmarshal(b []byte) error
- type CandlesRequest
- func (*CandlesRequest) Descriptor() ([]byte, []int)
- func (m *CandlesRequest) GetInterval() vega.Interval
- func (m *CandlesRequest) GetMarketId() string
- func (m *CandlesRequest) GetSinceTimestamp() int64
- func (*CandlesRequest) ProtoMessage()
- func (m *CandlesRequest) Reset()
- func (m *CandlesRequest) String() string
- func (this *CandlesRequest) Validate() error
- func (m *CandlesRequest) XXX_DiscardUnknown()
- func (m *CandlesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CandlesRequest) XXX_Merge(src proto.Message)
- func (m *CandlesRequest) XXX_Size() int
- func (m *CandlesRequest) XXX_Unmarshal(b []byte) error
- type CandlesResponse
- func (*CandlesResponse) Descriptor() ([]byte, []int)
- func (m *CandlesResponse) GetCandles() []*vega.Candle
- func (*CandlesResponse) ProtoMessage()
- func (m *CandlesResponse) Reset()
- func (m *CandlesResponse) String() string
- func (this *CandlesResponse) Validate() error
- func (m *CandlesResponse) XXX_DiscardUnknown()
- func (m *CandlesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CandlesResponse) XXX_Merge(src proto.Message)
- func (m *CandlesResponse) XXX_Size() int
- func (m *CandlesResponse) XXX_Unmarshal(b []byte) error
- type CandlesSubscribeRequest
- func (*CandlesSubscribeRequest) Descriptor() ([]byte, []int)
- func (m *CandlesSubscribeRequest) GetInterval() vega.Interval
- func (m *CandlesSubscribeRequest) GetMarketId() string
- func (*CandlesSubscribeRequest) ProtoMessage()
- func (m *CandlesSubscribeRequest) Reset()
- func (m *CandlesSubscribeRequest) String() string
- func (this *CandlesSubscribeRequest) Validate() error
- func (m *CandlesSubscribeRequest) XXX_DiscardUnknown()
- func (m *CandlesSubscribeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CandlesSubscribeRequest) XXX_Merge(src proto.Message)
- func (m *CandlesSubscribeRequest) XXX_Size() int
- func (m *CandlesSubscribeRequest) XXX_Unmarshal(b []byte) error
- type CandlesSubscribeResponse
- func (*CandlesSubscribeResponse) Descriptor() ([]byte, []int)
- func (m *CandlesSubscribeResponse) GetCandle() *vega.Candle
- func (*CandlesSubscribeResponse) ProtoMessage()
- func (m *CandlesSubscribeResponse) Reset()
- func (m *CandlesSubscribeResponse) String() string
- func (this *CandlesSubscribeResponse) Validate() error
- func (m *CandlesSubscribeResponse) XXX_DiscardUnknown()
- func (m *CandlesSubscribeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CandlesSubscribeResponse) XXX_Merge(src proto.Message)
- func (m *CandlesSubscribeResponse) XXX_Size() int
- func (m *CandlesSubscribeResponse) XXX_Unmarshal(b []byte) error
- type Checkpoint
- func (*Checkpoint) Descriptor() ([]byte, []int)
- func (m *Checkpoint) GetAtBlock() uint64
- func (m *Checkpoint) GetBlockHash() string
- func (m *Checkpoint) GetHash() string
- func (*Checkpoint) ProtoMessage()
- func (m *Checkpoint) Reset()
- func (m *Checkpoint) String() string
- func (this *Checkpoint) Validate() error
- func (m *Checkpoint) XXX_DiscardUnknown()
- func (m *Checkpoint) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Checkpoint) XXX_Merge(src proto.Message)
- func (m *Checkpoint) XXX_Size() int
- func (m *Checkpoint) XXX_Unmarshal(b []byte) error
- type CheckpointsRequest
- func (*CheckpointsRequest) Descriptor() ([]byte, []int)
- func (*CheckpointsRequest) ProtoMessage()
- func (m *CheckpointsRequest) Reset()
- func (m *CheckpointsRequest) String() string
- func (this *CheckpointsRequest) Validate() error
- func (m *CheckpointsRequest) XXX_DiscardUnknown()
- func (m *CheckpointsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CheckpointsRequest) XXX_Merge(src proto.Message)
- func (m *CheckpointsRequest) XXX_Size() int
- func (m *CheckpointsRequest) XXX_Unmarshal(b []byte) error
- type CheckpointsResponse
- func (*CheckpointsResponse) Descriptor() ([]byte, []int)
- func (m *CheckpointsResponse) GetCheckpoints() []*Checkpoint
- func (*CheckpointsResponse) ProtoMessage()
- func (m *CheckpointsResponse) Reset()
- func (m *CheckpointsResponse) String() string
- func (this *CheckpointsResponse) Validate() error
- func (m *CheckpointsResponse) XXX_DiscardUnknown()
- func (m *CheckpointsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CheckpointsResponse) XXX_Merge(src proto.Message)
- func (m *CheckpointsResponse) XXX_Size() int
- func (m *CheckpointsResponse) XXX_Unmarshal(b []byte) error
- type DelegationsRequest
- func (*DelegationsRequest) Descriptor() ([]byte, []int)
- func (m *DelegationsRequest) GetEpochSeq() string
- func (m *DelegationsRequest) GetNodeId() string
- func (m *DelegationsRequest) GetParty() string
- func (*DelegationsRequest) ProtoMessage()
- func (m *DelegationsRequest) Reset()
- func (m *DelegationsRequest) String() string
- func (this *DelegationsRequest) Validate() error
- func (m *DelegationsRequest) XXX_DiscardUnknown()
- func (m *DelegationsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DelegationsRequest) XXX_Merge(src proto.Message)
- func (m *DelegationsRequest) XXX_Size() int
- func (m *DelegationsRequest) XXX_Unmarshal(b []byte) error
- type DelegationsResponse
- func (*DelegationsResponse) Descriptor() ([]byte, []int)
- func (m *DelegationsResponse) GetDelegations() []*vega.Delegation
- func (*DelegationsResponse) ProtoMessage()
- func (m *DelegationsResponse) Reset()
- func (m *DelegationsResponse) String() string
- func (this *DelegationsResponse) Validate() error
- func (m *DelegationsResponse) XXX_DiscardUnknown()
- func (m *DelegationsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DelegationsResponse) XXX_Merge(src proto.Message)
- func (m *DelegationsResponse) XXX_Size() int
- func (m *DelegationsResponse) XXX_Unmarshal(b []byte) error
- type DepositRequest
- func (*DepositRequest) Descriptor() ([]byte, []int)
- func (m *DepositRequest) GetId() string
- func (*DepositRequest) ProtoMessage()
- func (m *DepositRequest) Reset()
- func (m *DepositRequest) String() string
- func (this *DepositRequest) Validate() error
- func (m *DepositRequest) XXX_DiscardUnknown()
- func (m *DepositRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DepositRequest) XXX_Merge(src proto.Message)
- func (m *DepositRequest) XXX_Size() int
- func (m *DepositRequest) XXX_Unmarshal(b []byte) error
- type DepositResponse
- func (*DepositResponse) Descriptor() ([]byte, []int)
- func (m *DepositResponse) GetDeposit() *vega.Deposit
- func (*DepositResponse) ProtoMessage()
- func (m *DepositResponse) Reset()
- func (m *DepositResponse) String() string
- func (this *DepositResponse) Validate() error
- func (m *DepositResponse) XXX_DiscardUnknown()
- func (m *DepositResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DepositResponse) XXX_Merge(src proto.Message)
- func (m *DepositResponse) XXX_Size() int
- func (m *DepositResponse) XXX_Unmarshal(b []byte) error
- type DepositsRequest
- func (*DepositsRequest) Descriptor() ([]byte, []int)
- func (m *DepositsRequest) GetPartyId() string
- func (*DepositsRequest) ProtoMessage()
- func (m *DepositsRequest) Reset()
- func (m *DepositsRequest) String() string
- func (this *DepositsRequest) Validate() error
- func (m *DepositsRequest) XXX_DiscardUnknown()
- func (m *DepositsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DepositsRequest) XXX_Merge(src proto.Message)
- func (m *DepositsRequest) XXX_Size() int
- func (m *DepositsRequest) XXX_Unmarshal(b []byte) error
- type DepositsResponse
- func (*DepositsResponse) Descriptor() ([]byte, []int)
- func (m *DepositsResponse) GetDeposits() []*vega.Deposit
- func (*DepositsResponse) ProtoMessage()
- func (m *DepositsResponse) Reset()
- func (m *DepositsResponse) String() string
- func (this *DepositsResponse) Validate() error
- func (m *DepositsResponse) XXX_DiscardUnknown()
- func (m *DepositsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DepositsResponse) XXX_Merge(src proto.Message)
- func (m *DepositsResponse) XXX_Size() int
- func (m *DepositsResponse) XXX_Unmarshal(b []byte) error
- type ERC20WithdrawalApprovalRequest
- func (*ERC20WithdrawalApprovalRequest) Descriptor() ([]byte, []int)
- func (m *ERC20WithdrawalApprovalRequest) GetWithdrawalId() string
- func (*ERC20WithdrawalApprovalRequest) ProtoMessage()
- func (m *ERC20WithdrawalApprovalRequest) Reset()
- func (m *ERC20WithdrawalApprovalRequest) String() string
- func (this *ERC20WithdrawalApprovalRequest) Validate() error
- func (m *ERC20WithdrawalApprovalRequest) XXX_DiscardUnknown()
- func (m *ERC20WithdrawalApprovalRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ERC20WithdrawalApprovalRequest) XXX_Merge(src proto.Message)
- func (m *ERC20WithdrawalApprovalRequest) XXX_Size() int
- func (m *ERC20WithdrawalApprovalRequest) XXX_Unmarshal(b []byte) error
- type ERC20WithdrawalApprovalResponse
- func (*ERC20WithdrawalApprovalResponse) Descriptor() ([]byte, []int)
- func (m *ERC20WithdrawalApprovalResponse) GetAmount() string
- func (m *ERC20WithdrawalApprovalResponse) GetAssetSource() string
- func (m *ERC20WithdrawalApprovalResponse) GetExpiry() int64
- func (m *ERC20WithdrawalApprovalResponse) GetNonce() string
- func (m *ERC20WithdrawalApprovalResponse) GetSignatures() string
- func (m *ERC20WithdrawalApprovalResponse) GetTargetAddress() string
- func (*ERC20WithdrawalApprovalResponse) ProtoMessage()
- func (m *ERC20WithdrawalApprovalResponse) Reset()
- func (m *ERC20WithdrawalApprovalResponse) String() string
- func (this *ERC20WithdrawalApprovalResponse) Validate() error
- func (m *ERC20WithdrawalApprovalResponse) XXX_DiscardUnknown()
- func (m *ERC20WithdrawalApprovalResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ERC20WithdrawalApprovalResponse) XXX_Merge(src proto.Message)
- func (m *ERC20WithdrawalApprovalResponse) XXX_Size() int
- func (m *ERC20WithdrawalApprovalResponse) XXX_Unmarshal(b []byte) error
- type EstimateFeeRequest
- func (*EstimateFeeRequest) Descriptor() ([]byte, []int)
- func (m *EstimateFeeRequest) GetOrder() *vega.Order
- func (*EstimateFeeRequest) ProtoMessage()
- func (m *EstimateFeeRequest) Reset()
- func (m *EstimateFeeRequest) String() string
- func (this *EstimateFeeRequest) Validate() error
- func (m *EstimateFeeRequest) XXX_DiscardUnknown()
- func (m *EstimateFeeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EstimateFeeRequest) XXX_Merge(src proto.Message)
- func (m *EstimateFeeRequest) XXX_Size() int
- func (m *EstimateFeeRequest) XXX_Unmarshal(b []byte) error
- type EstimateFeeResponse
- func (*EstimateFeeResponse) Descriptor() ([]byte, []int)
- func (m *EstimateFeeResponse) GetFee() *vega.Fee
- func (*EstimateFeeResponse) ProtoMessage()
- func (m *EstimateFeeResponse) Reset()
- func (m *EstimateFeeResponse) String() string
- func (this *EstimateFeeResponse) Validate() error
- func (m *EstimateFeeResponse) XXX_DiscardUnknown()
- func (m *EstimateFeeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EstimateFeeResponse) XXX_Merge(src proto.Message)
- func (m *EstimateFeeResponse) XXX_Size() int
- func (m *EstimateFeeResponse) XXX_Unmarshal(b []byte) error
- type EstimateMarginRequest
- func (*EstimateMarginRequest) Descriptor() ([]byte, []int)
- func (m *EstimateMarginRequest) GetOrder() *vega.Order
- func (*EstimateMarginRequest) ProtoMessage()
- func (m *EstimateMarginRequest) Reset()
- func (m *EstimateMarginRequest) String() string
- func (this *EstimateMarginRequest) Validate() error
- func (m *EstimateMarginRequest) XXX_DiscardUnknown()
- func (m *EstimateMarginRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EstimateMarginRequest) XXX_Merge(src proto.Message)
- func (m *EstimateMarginRequest) XXX_Size() int
- func (m *EstimateMarginRequest) XXX_Unmarshal(b []byte) error
- type EstimateMarginResponse
- func (*EstimateMarginResponse) Descriptor() ([]byte, []int)
- func (m *EstimateMarginResponse) GetMarginLevels() *vega.MarginLevels
- func (*EstimateMarginResponse) ProtoMessage()
- func (m *EstimateMarginResponse) Reset()
- func (m *EstimateMarginResponse) String() string
- func (this *EstimateMarginResponse) Validate() error
- func (m *EstimateMarginResponse) XXX_DiscardUnknown()
- func (m *EstimateMarginResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EstimateMarginResponse) XXX_Merge(src proto.Message)
- func (m *EstimateMarginResponse) XXX_Size() int
- func (m *EstimateMarginResponse) XXX_Unmarshal(b []byte) error
- type FeeInfrastructureAccountsRequest
- func (*FeeInfrastructureAccountsRequest) Descriptor() ([]byte, []int)
- func (m *FeeInfrastructureAccountsRequest) GetAsset() string
- func (*FeeInfrastructureAccountsRequest) ProtoMessage()
- func (m *FeeInfrastructureAccountsRequest) Reset()
- func (m *FeeInfrastructureAccountsRequest) String() string
- func (this *FeeInfrastructureAccountsRequest) Validate() error
- func (m *FeeInfrastructureAccountsRequest) XXX_DiscardUnknown()
- func (m *FeeInfrastructureAccountsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *FeeInfrastructureAccountsRequest) XXX_Merge(src proto.Message)
- func (m *FeeInfrastructureAccountsRequest) XXX_Size() int
- func (m *FeeInfrastructureAccountsRequest) XXX_Unmarshal(b []byte) error
- type FeeInfrastructureAccountsResponse
- func (*FeeInfrastructureAccountsResponse) Descriptor() ([]byte, []int)
- func (m *FeeInfrastructureAccountsResponse) GetAccounts() []*vega.Account
- func (*FeeInfrastructureAccountsResponse) ProtoMessage()
- func (m *FeeInfrastructureAccountsResponse) Reset()
- func (m *FeeInfrastructureAccountsResponse) String() string
- func (this *FeeInfrastructureAccountsResponse) Validate() error
- func (m *FeeInfrastructureAccountsResponse) XXX_DiscardUnknown()
- func (m *FeeInfrastructureAccountsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *FeeInfrastructureAccountsResponse) XXX_Merge(src proto.Message)
- func (m *FeeInfrastructureAccountsResponse) XXX_Size() int
- func (m *FeeInfrastructureAccountsResponse) XXX_Unmarshal(b []byte) error
- type GetEpochRequest
- func (*GetEpochRequest) Descriptor() ([]byte, []int)
- func (m *GetEpochRequest) GetId() uint64
- func (*GetEpochRequest) ProtoMessage()
- func (m *GetEpochRequest) Reset()
- func (m *GetEpochRequest) String() string
- func (this *GetEpochRequest) Validate() error
- func (m *GetEpochRequest) XXX_DiscardUnknown()
- func (m *GetEpochRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetEpochRequest) XXX_Merge(src proto.Message)
- func (m *GetEpochRequest) XXX_Size() int
- func (m *GetEpochRequest) XXX_Unmarshal(b []byte) error
- type GetEpochResponse
- func (*GetEpochResponse) Descriptor() ([]byte, []int)
- func (m *GetEpochResponse) GetEpoch() *vega.Epoch
- func (*GetEpochResponse) ProtoMessage()
- func (m *GetEpochResponse) Reset()
- func (m *GetEpochResponse) String() string
- func (this *GetEpochResponse) Validate() error
- func (m *GetEpochResponse) XXX_DiscardUnknown()
- func (m *GetEpochResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetEpochResponse) XXX_Merge(src proto.Message)
- func (m *GetEpochResponse) XXX_Size() int
- func (m *GetEpochResponse) XXX_Unmarshal(b []byte) error
- type GetKeyRotationsByNodeRequest
- func (*GetKeyRotationsByNodeRequest) Descriptor() ([]byte, []int)
- func (m *GetKeyRotationsByNodeRequest) GetNodeId() string
- func (*GetKeyRotationsByNodeRequest) ProtoMessage()
- func (m *GetKeyRotationsByNodeRequest) Reset()
- func (m *GetKeyRotationsByNodeRequest) String() string
- func (this *GetKeyRotationsByNodeRequest) Validate() error
- func (m *GetKeyRotationsByNodeRequest) XXX_DiscardUnknown()
- func (m *GetKeyRotationsByNodeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetKeyRotationsByNodeRequest) XXX_Merge(src proto.Message)
- func (m *GetKeyRotationsByNodeRequest) XXX_Size() int
- func (m *GetKeyRotationsByNodeRequest) XXX_Unmarshal(b []byte) error
- type GetKeyRotationsByNodeResponse
- func (*GetKeyRotationsByNodeResponse) Descriptor() ([]byte, []int)
- func (m *GetKeyRotationsByNodeResponse) GetRotations() []*KeyRotation
- func (*GetKeyRotationsByNodeResponse) ProtoMessage()
- func (m *GetKeyRotationsByNodeResponse) Reset()
- func (m *GetKeyRotationsByNodeResponse) String() string
- func (this *GetKeyRotationsByNodeResponse) Validate() error
- func (m *GetKeyRotationsByNodeResponse) XXX_DiscardUnknown()
- func (m *GetKeyRotationsByNodeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetKeyRotationsByNodeResponse) XXX_Merge(src proto.Message)
- func (m *GetKeyRotationsByNodeResponse) XXX_Size() int
- func (m *GetKeyRotationsByNodeResponse) XXX_Unmarshal(b []byte) error
- type GetKeyRotationsRequest
- func (*GetKeyRotationsRequest) Descriptor() ([]byte, []int)
- func (*GetKeyRotationsRequest) ProtoMessage()
- func (m *GetKeyRotationsRequest) Reset()
- func (m *GetKeyRotationsRequest) String() string
- func (this *GetKeyRotationsRequest) Validate() error
- func (m *GetKeyRotationsRequest) XXX_DiscardUnknown()
- func (m *GetKeyRotationsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetKeyRotationsRequest) XXX_Merge(src proto.Message)
- func (m *GetKeyRotationsRequest) XXX_Size() int
- func (m *GetKeyRotationsRequest) XXX_Unmarshal(b []byte) error
- type GetKeyRotationsResponse
- func (*GetKeyRotationsResponse) Descriptor() ([]byte, []int)
- func (m *GetKeyRotationsResponse) GetRotations() []*KeyRotation
- func (*GetKeyRotationsResponse) ProtoMessage()
- func (m *GetKeyRotationsResponse) Reset()
- func (m *GetKeyRotationsResponse) String() string
- func (this *GetKeyRotationsResponse) Validate() error
- func (m *GetKeyRotationsResponse) XXX_DiscardUnknown()
- func (m *GetKeyRotationsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetKeyRotationsResponse) XXX_Merge(src proto.Message)
- func (m *GetKeyRotationsResponse) XXX_Size() int
- func (m *GetKeyRotationsResponse) XXX_Unmarshal(b []byte) error
- type GetNetworkParametersProposalsRequest
- func (*GetNetworkParametersProposalsRequest) Descriptor() ([]byte, []int)
- func (m *GetNetworkParametersProposalsRequest) GetSelectInState() *OptionalProposalState
- func (*GetNetworkParametersProposalsRequest) ProtoMessage()
- func (m *GetNetworkParametersProposalsRequest) Reset()
- func (m *GetNetworkParametersProposalsRequest) String() string
- func (this *GetNetworkParametersProposalsRequest) Validate() error
- func (m *GetNetworkParametersProposalsRequest) XXX_DiscardUnknown()
- func (m *GetNetworkParametersProposalsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetNetworkParametersProposalsRequest) XXX_Merge(src proto.Message)
- func (m *GetNetworkParametersProposalsRequest) XXX_Size() int
- func (m *GetNetworkParametersProposalsRequest) XXX_Unmarshal(b []byte) error
- type GetNetworkParametersProposalsResponse
- func (*GetNetworkParametersProposalsResponse) Descriptor() ([]byte, []int)
- func (m *GetNetworkParametersProposalsResponse) GetData() []*vega.GovernanceData
- func (*GetNetworkParametersProposalsResponse) ProtoMessage()
- func (m *GetNetworkParametersProposalsResponse) Reset()
- func (m *GetNetworkParametersProposalsResponse) String() string
- func (this *GetNetworkParametersProposalsResponse) Validate() error
- func (m *GetNetworkParametersProposalsResponse) XXX_DiscardUnknown()
- func (m *GetNetworkParametersProposalsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetNetworkParametersProposalsResponse) XXX_Merge(src proto.Message)
- func (m *GetNetworkParametersProposalsResponse) XXX_Size() int
- func (m *GetNetworkParametersProposalsResponse) XXX_Unmarshal(b []byte) error
- type GetNewAssetProposalsRequest
- func (*GetNewAssetProposalsRequest) Descriptor() ([]byte, []int)
- func (m *GetNewAssetProposalsRequest) GetSelectInState() *OptionalProposalState
- func (*GetNewAssetProposalsRequest) ProtoMessage()
- func (m *GetNewAssetProposalsRequest) Reset()
- func (m *GetNewAssetProposalsRequest) String() string
- func (this *GetNewAssetProposalsRequest) Validate() error
- func (m *GetNewAssetProposalsRequest) XXX_DiscardUnknown()
- func (m *GetNewAssetProposalsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetNewAssetProposalsRequest) XXX_Merge(src proto.Message)
- func (m *GetNewAssetProposalsRequest) XXX_Size() int
- func (m *GetNewAssetProposalsRequest) XXX_Unmarshal(b []byte) error
- type GetNewAssetProposalsResponse
- func (*GetNewAssetProposalsResponse) Descriptor() ([]byte, []int)
- func (m *GetNewAssetProposalsResponse) GetData() []*vega.GovernanceData
- func (*GetNewAssetProposalsResponse) ProtoMessage()
- func (m *GetNewAssetProposalsResponse) Reset()
- func (m *GetNewAssetProposalsResponse) String() string
- func (this *GetNewAssetProposalsResponse) Validate() error
- func (m *GetNewAssetProposalsResponse) XXX_DiscardUnknown()
- func (m *GetNewAssetProposalsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetNewAssetProposalsResponse) XXX_Merge(src proto.Message)
- func (m *GetNewAssetProposalsResponse) XXX_Size() int
- func (m *GetNewAssetProposalsResponse) XXX_Unmarshal(b []byte) error
- type GetNewMarketProposalsRequest
- func (*GetNewMarketProposalsRequest) Descriptor() ([]byte, []int)
- func (m *GetNewMarketProposalsRequest) GetSelectInState() *OptionalProposalState
- func (*GetNewMarketProposalsRequest) ProtoMessage()
- func (m *GetNewMarketProposalsRequest) Reset()
- func (m *GetNewMarketProposalsRequest) String() string
- func (this *GetNewMarketProposalsRequest) Validate() error
- func (m *GetNewMarketProposalsRequest) XXX_DiscardUnknown()
- func (m *GetNewMarketProposalsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetNewMarketProposalsRequest) XXX_Merge(src proto.Message)
- func (m *GetNewMarketProposalsRequest) XXX_Size() int
- func (m *GetNewMarketProposalsRequest) XXX_Unmarshal(b []byte) error
- type GetNewMarketProposalsResponse
- func (*GetNewMarketProposalsResponse) Descriptor() ([]byte, []int)
- func (m *GetNewMarketProposalsResponse) GetData() []*vega.GovernanceData
- func (*GetNewMarketProposalsResponse) ProtoMessage()
- func (m *GetNewMarketProposalsResponse) Reset()
- func (m *GetNewMarketProposalsResponse) String() string
- func (this *GetNewMarketProposalsResponse) Validate() error
- func (m *GetNewMarketProposalsResponse) XXX_DiscardUnknown()
- func (m *GetNewMarketProposalsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetNewMarketProposalsResponse) XXX_Merge(src proto.Message)
- func (m *GetNewMarketProposalsResponse) XXX_Size() int
- func (m *GetNewMarketProposalsResponse) XXX_Unmarshal(b []byte) error
- type GetNodeByIDRequest
- func (*GetNodeByIDRequest) Descriptor() ([]byte, []int)
- func (m *GetNodeByIDRequest) GetId() string
- func (*GetNodeByIDRequest) ProtoMessage()
- func (m *GetNodeByIDRequest) Reset()
- func (m *GetNodeByIDRequest) String() string
- func (this *GetNodeByIDRequest) Validate() error
- func (m *GetNodeByIDRequest) XXX_DiscardUnknown()
- func (m *GetNodeByIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetNodeByIDRequest) XXX_Merge(src proto.Message)
- func (m *GetNodeByIDRequest) XXX_Size() int
- func (m *GetNodeByIDRequest) XXX_Unmarshal(b []byte) error
- type GetNodeByIDResponse
- func (*GetNodeByIDResponse) Descriptor() ([]byte, []int)
- func (m *GetNodeByIDResponse) GetNode() *vega.Node
- func (*GetNodeByIDResponse) ProtoMessage()
- func (m *GetNodeByIDResponse) Reset()
- func (m *GetNodeByIDResponse) String() string
- func (this *GetNodeByIDResponse) Validate() error
- func (m *GetNodeByIDResponse) XXX_DiscardUnknown()
- func (m *GetNodeByIDResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetNodeByIDResponse) XXX_Merge(src proto.Message)
- func (m *GetNodeByIDResponse) XXX_Size() int
- func (m *GetNodeByIDResponse) XXX_Unmarshal(b []byte) error
- type GetNodeDataRequest
- func (*GetNodeDataRequest) Descriptor() ([]byte, []int)
- func (*GetNodeDataRequest) ProtoMessage()
- func (m *GetNodeDataRequest) Reset()
- func (m *GetNodeDataRequest) String() string
- func (this *GetNodeDataRequest) Validate() error
- func (m *GetNodeDataRequest) XXX_DiscardUnknown()
- func (m *GetNodeDataRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetNodeDataRequest) XXX_Merge(src proto.Message)
- func (m *GetNodeDataRequest) XXX_Size() int
- func (m *GetNodeDataRequest) XXX_Unmarshal(b []byte) error
- type GetNodeDataResponse
- func (*GetNodeDataResponse) Descriptor() ([]byte, []int)
- func (m *GetNodeDataResponse) GetNodeData() *vega.NodeData
- func (*GetNodeDataResponse) ProtoMessage()
- func (m *GetNodeDataResponse) Reset()
- func (m *GetNodeDataResponse) String() string
- func (this *GetNodeDataResponse) Validate() error
- func (m *GetNodeDataResponse) XXX_DiscardUnknown()
- func (m *GetNodeDataResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetNodeDataResponse) XXX_Merge(src proto.Message)
- func (m *GetNodeDataResponse) XXX_Size() int
- func (m *GetNodeDataResponse) XXX_Unmarshal(b []byte) error
- type GetNodeSignaturesAggregateRequest
- func (*GetNodeSignaturesAggregateRequest) Descriptor() ([]byte, []int)
- func (m *GetNodeSignaturesAggregateRequest) GetId() string
- func (*GetNodeSignaturesAggregateRequest) ProtoMessage()
- func (m *GetNodeSignaturesAggregateRequest) Reset()
- func (m *GetNodeSignaturesAggregateRequest) String() string
- func (this *GetNodeSignaturesAggregateRequest) Validate() error
- func (m *GetNodeSignaturesAggregateRequest) XXX_DiscardUnknown()
- func (m *GetNodeSignaturesAggregateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetNodeSignaturesAggregateRequest) XXX_Merge(src proto.Message)
- func (m *GetNodeSignaturesAggregateRequest) XXX_Size() int
- func (m *GetNodeSignaturesAggregateRequest) XXX_Unmarshal(b []byte) error
- type GetNodeSignaturesAggregateResponse
- func (*GetNodeSignaturesAggregateResponse) Descriptor() ([]byte, []int)
- func (m *GetNodeSignaturesAggregateResponse) GetSignatures() []*v11.NodeSignature
- func (*GetNodeSignaturesAggregateResponse) ProtoMessage()
- func (m *GetNodeSignaturesAggregateResponse) Reset()
- func (m *GetNodeSignaturesAggregateResponse) String() string
- func (this *GetNodeSignaturesAggregateResponse) Validate() error
- func (m *GetNodeSignaturesAggregateResponse) XXX_DiscardUnknown()
- func (m *GetNodeSignaturesAggregateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetNodeSignaturesAggregateResponse) XXX_Merge(src proto.Message)
- func (m *GetNodeSignaturesAggregateResponse) XXX_Size() int
- func (m *GetNodeSignaturesAggregateResponse) XXX_Unmarshal(b []byte) error
- type GetNodesRequest
- func (*GetNodesRequest) Descriptor() ([]byte, []int)
- func (*GetNodesRequest) ProtoMessage()
- func (m *GetNodesRequest) Reset()
- func (m *GetNodesRequest) String() string
- func (this *GetNodesRequest) Validate() error
- func (m *GetNodesRequest) XXX_DiscardUnknown()
- func (m *GetNodesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetNodesRequest) XXX_Merge(src proto.Message)
- func (m *GetNodesRequest) XXX_Size() int
- func (m *GetNodesRequest) XXX_Unmarshal(b []byte) error
- type GetNodesResponse
- func (*GetNodesResponse) Descriptor() ([]byte, []int)
- func (m *GetNodesResponse) GetNodes() []*vega.Node
- func (*GetNodesResponse) ProtoMessage()
- func (m *GetNodesResponse) Reset()
- func (m *GetNodesResponse) String() string
- func (this *GetNodesResponse) Validate() error
- func (m *GetNodesResponse) XXX_DiscardUnknown()
- func (m *GetNodesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetNodesResponse) XXX_Merge(src proto.Message)
- func (m *GetNodesResponse) XXX_Size() int
- func (m *GetNodesResponse) XXX_Unmarshal(b []byte) error
- type GetProposalByIDRequest
- func (*GetProposalByIDRequest) Descriptor() ([]byte, []int)
- func (m *GetProposalByIDRequest) GetProposalId() string
- func (*GetProposalByIDRequest) ProtoMessage()
- func (m *GetProposalByIDRequest) Reset()
- func (m *GetProposalByIDRequest) String() string
- func (this *GetProposalByIDRequest) Validate() error
- func (m *GetProposalByIDRequest) XXX_DiscardUnknown()
- func (m *GetProposalByIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetProposalByIDRequest) XXX_Merge(src proto.Message)
- func (m *GetProposalByIDRequest) XXX_Size() int
- func (m *GetProposalByIDRequest) XXX_Unmarshal(b []byte) error
- type GetProposalByIDResponse
- func (*GetProposalByIDResponse) Descriptor() ([]byte, []int)
- func (m *GetProposalByIDResponse) GetData() *vega.GovernanceData
- func (*GetProposalByIDResponse) ProtoMessage()
- func (m *GetProposalByIDResponse) Reset()
- func (m *GetProposalByIDResponse) String() string
- func (this *GetProposalByIDResponse) Validate() error
- func (m *GetProposalByIDResponse) XXX_DiscardUnknown()
- func (m *GetProposalByIDResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetProposalByIDResponse) XXX_Merge(src proto.Message)
- func (m *GetProposalByIDResponse) XXX_Size() int
- func (m *GetProposalByIDResponse) XXX_Unmarshal(b []byte) error
- type GetProposalByReferenceRequest
- func (*GetProposalByReferenceRequest) Descriptor() ([]byte, []int)
- func (m *GetProposalByReferenceRequest) GetReference() string
- func (*GetProposalByReferenceRequest) ProtoMessage()
- func (m *GetProposalByReferenceRequest) Reset()
- func (m *GetProposalByReferenceRequest) String() string
- func (this *GetProposalByReferenceRequest) Validate() error
- func (m *GetProposalByReferenceRequest) XXX_DiscardUnknown()
- func (m *GetProposalByReferenceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetProposalByReferenceRequest) XXX_Merge(src proto.Message)
- func (m *GetProposalByReferenceRequest) XXX_Size() int
- func (m *GetProposalByReferenceRequest) XXX_Unmarshal(b []byte) error
- type GetProposalByReferenceResponse
- func (*GetProposalByReferenceResponse) Descriptor() ([]byte, []int)
- func (m *GetProposalByReferenceResponse) GetData() *vega.GovernanceData
- func (*GetProposalByReferenceResponse) ProtoMessage()
- func (m *GetProposalByReferenceResponse) Reset()
- func (m *GetProposalByReferenceResponse) String() string
- func (this *GetProposalByReferenceResponse) Validate() error
- func (m *GetProposalByReferenceResponse) XXX_DiscardUnknown()
- func (m *GetProposalByReferenceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetProposalByReferenceResponse) XXX_Merge(src proto.Message)
- func (m *GetProposalByReferenceResponse) XXX_Size() int
- func (m *GetProposalByReferenceResponse) XXX_Unmarshal(b []byte) error
- type GetProposalsByPartyRequest
- func (*GetProposalsByPartyRequest) Descriptor() ([]byte, []int)
- func (m *GetProposalsByPartyRequest) GetPartyId() string
- func (m *GetProposalsByPartyRequest) GetSelectInState() *OptionalProposalState
- func (*GetProposalsByPartyRequest) ProtoMessage()
- func (m *GetProposalsByPartyRequest) Reset()
- func (m *GetProposalsByPartyRequest) String() string
- func (this *GetProposalsByPartyRequest) Validate() error
- func (m *GetProposalsByPartyRequest) XXX_DiscardUnknown()
- func (m *GetProposalsByPartyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetProposalsByPartyRequest) XXX_Merge(src proto.Message)
- func (m *GetProposalsByPartyRequest) XXX_Size() int
- func (m *GetProposalsByPartyRequest) XXX_Unmarshal(b []byte) error
- type GetProposalsByPartyResponse
- func (*GetProposalsByPartyResponse) Descriptor() ([]byte, []int)
- func (m *GetProposalsByPartyResponse) GetData() []*vega.GovernanceData
- func (*GetProposalsByPartyResponse) ProtoMessage()
- func (m *GetProposalsByPartyResponse) Reset()
- func (m *GetProposalsByPartyResponse) String() string
- func (this *GetProposalsByPartyResponse) Validate() error
- func (m *GetProposalsByPartyResponse) XXX_DiscardUnknown()
- func (m *GetProposalsByPartyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetProposalsByPartyResponse) XXX_Merge(src proto.Message)
- func (m *GetProposalsByPartyResponse) XXX_Size() int
- func (m *GetProposalsByPartyResponse) XXX_Unmarshal(b []byte) error
- type GetProposalsRequest
- func (*GetProposalsRequest) Descriptor() ([]byte, []int)
- func (m *GetProposalsRequest) GetSelectInState() *OptionalProposalState
- func (*GetProposalsRequest) ProtoMessage()
- func (m *GetProposalsRequest) Reset()
- func (m *GetProposalsRequest) String() string
- func (this *GetProposalsRequest) Validate() error
- func (m *GetProposalsRequest) XXX_DiscardUnknown()
- func (m *GetProposalsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetProposalsRequest) XXX_Merge(src proto.Message)
- func (m *GetProposalsRequest) XXX_Size() int
- func (m *GetProposalsRequest) XXX_Unmarshal(b []byte) error
- type GetProposalsResponse
- func (*GetProposalsResponse) Descriptor() ([]byte, []int)
- func (m *GetProposalsResponse) GetData() []*vega.GovernanceData
- func (*GetProposalsResponse) ProtoMessage()
- func (m *GetProposalsResponse) Reset()
- func (m *GetProposalsResponse) String() string
- func (this *GetProposalsResponse) Validate() error
- func (m *GetProposalsResponse) XXX_DiscardUnknown()
- func (m *GetProposalsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetProposalsResponse) XXX_Merge(src proto.Message)
- func (m *GetProposalsResponse) XXX_Size() int
- func (m *GetProposalsResponse) XXX_Unmarshal(b []byte) error
- type GetRewardDetailsRequest
- func (*GetRewardDetailsRequest) Descriptor() ([]byte, []int)
- func (m *GetRewardDetailsRequest) GetPartyId() string
- func (*GetRewardDetailsRequest) ProtoMessage()
- func (m *GetRewardDetailsRequest) Reset()
- func (m *GetRewardDetailsRequest) String() string
- func (this *GetRewardDetailsRequest) Validate() error
- func (m *GetRewardDetailsRequest) XXX_DiscardUnknown()
- func (m *GetRewardDetailsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetRewardDetailsRequest) XXX_Merge(src proto.Message)
- func (m *GetRewardDetailsRequest) XXX_Size() int
- func (m *GetRewardDetailsRequest) XXX_Unmarshal(b []byte) error
- type GetRewardDetailsResponse
- func (*GetRewardDetailsResponse) Descriptor() ([]byte, []int)
- func (m *GetRewardDetailsResponse) GetRewardDetails() []*vega.RewardPerAssetDetail
- func (*GetRewardDetailsResponse) ProtoMessage()
- func (m *GetRewardDetailsResponse) Reset()
- func (m *GetRewardDetailsResponse) String() string
- func (this *GetRewardDetailsResponse) Validate() error
- func (m *GetRewardDetailsResponse) XXX_DiscardUnknown()
- func (m *GetRewardDetailsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetRewardDetailsResponse) XXX_Merge(src proto.Message)
- func (m *GetRewardDetailsResponse) XXX_Size() int
- func (m *GetRewardDetailsResponse) XXX_Unmarshal(b []byte) error
- type GetUpdateMarketProposalsRequest
- func (*GetUpdateMarketProposalsRequest) Descriptor() ([]byte, []int)
- func (m *GetUpdateMarketProposalsRequest) GetMarketId() string
- func (m *GetUpdateMarketProposalsRequest) GetSelectInState() *OptionalProposalState
- func (*GetUpdateMarketProposalsRequest) ProtoMessage()
- func (m *GetUpdateMarketProposalsRequest) Reset()
- func (m *GetUpdateMarketProposalsRequest) String() string
- func (this *GetUpdateMarketProposalsRequest) Validate() error
- func (m *GetUpdateMarketProposalsRequest) XXX_DiscardUnknown()
- func (m *GetUpdateMarketProposalsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetUpdateMarketProposalsRequest) XXX_Merge(src proto.Message)
- func (m *GetUpdateMarketProposalsRequest) XXX_Size() int
- func (m *GetUpdateMarketProposalsRequest) XXX_Unmarshal(b []byte) error
- type GetUpdateMarketProposalsResponse
- func (*GetUpdateMarketProposalsResponse) Descriptor() ([]byte, []int)
- func (m *GetUpdateMarketProposalsResponse) GetData() []*vega.GovernanceData
- func (*GetUpdateMarketProposalsResponse) ProtoMessage()
- func (m *GetUpdateMarketProposalsResponse) Reset()
- func (m *GetUpdateMarketProposalsResponse) String() string
- func (this *GetUpdateMarketProposalsResponse) Validate() error
- func (m *GetUpdateMarketProposalsResponse) XXX_DiscardUnknown()
- func (m *GetUpdateMarketProposalsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetUpdateMarketProposalsResponse) XXX_Merge(src proto.Message)
- func (m *GetUpdateMarketProposalsResponse) XXX_Size() int
- func (m *GetUpdateMarketProposalsResponse) XXX_Unmarshal(b []byte) error
- type GetVegaTimeRequest
- func (*GetVegaTimeRequest) Descriptor() ([]byte, []int)
- func (*GetVegaTimeRequest) ProtoMessage()
- func (m *GetVegaTimeRequest) Reset()
- func (m *GetVegaTimeRequest) String() string
- func (this *GetVegaTimeRequest) Validate() error
- func (m *GetVegaTimeRequest) XXX_DiscardUnknown()
- func (m *GetVegaTimeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetVegaTimeRequest) XXX_Merge(src proto.Message)
- func (m *GetVegaTimeRequest) XXX_Size() int
- func (m *GetVegaTimeRequest) XXX_Unmarshal(b []byte) error
- type GetVegaTimeResponse
- func (*GetVegaTimeResponse) Descriptor() ([]byte, []int)
- func (m *GetVegaTimeResponse) GetTimestamp() int64
- func (*GetVegaTimeResponse) ProtoMessage()
- func (m *GetVegaTimeResponse) Reset()
- func (m *GetVegaTimeResponse) String() string
- func (this *GetVegaTimeResponse) Validate() error
- func (m *GetVegaTimeResponse) XXX_DiscardUnknown()
- func (m *GetVegaTimeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetVegaTimeResponse) XXX_Merge(src proto.Message)
- func (m *GetVegaTimeResponse) XXX_Size() int
- func (m *GetVegaTimeResponse) XXX_Unmarshal(b []byte) error
- type GetVotesByPartyRequest
- func (*GetVotesByPartyRequest) Descriptor() ([]byte, []int)
- func (m *GetVotesByPartyRequest) GetPartyId() string
- func (*GetVotesByPartyRequest) ProtoMessage()
- func (m *GetVotesByPartyRequest) Reset()
- func (m *GetVotesByPartyRequest) String() string
- func (this *GetVotesByPartyRequest) Validate() error
- func (m *GetVotesByPartyRequest) XXX_DiscardUnknown()
- func (m *GetVotesByPartyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetVotesByPartyRequest) XXX_Merge(src proto.Message)
- func (m *GetVotesByPartyRequest) XXX_Size() int
- func (m *GetVotesByPartyRequest) XXX_Unmarshal(b []byte) error
- type GetVotesByPartyResponse
- func (*GetVotesByPartyResponse) Descriptor() ([]byte, []int)
- func (m *GetVotesByPartyResponse) GetVotes() []*vega.Vote
- func (*GetVotesByPartyResponse) ProtoMessage()
- func (m *GetVotesByPartyResponse) Reset()
- func (m *GetVotesByPartyResponse) String() string
- func (this *GetVotesByPartyResponse) Validate() error
- func (m *GetVotesByPartyResponse) XXX_DiscardUnknown()
- func (m *GetVotesByPartyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetVotesByPartyResponse) XXX_Merge(src proto.Message)
- func (m *GetVotesByPartyResponse) XXX_Size() int
- func (m *GetVotesByPartyResponse) XXX_Unmarshal(b []byte) error
- type GlobalRewardPoolAccountsRequest
- func (*GlobalRewardPoolAccountsRequest) Descriptor() ([]byte, []int)
- func (m *GlobalRewardPoolAccountsRequest) GetAsset() string
- func (*GlobalRewardPoolAccountsRequest) ProtoMessage()
- func (m *GlobalRewardPoolAccountsRequest) Reset()
- func (m *GlobalRewardPoolAccountsRequest) String() string
- func (this *GlobalRewardPoolAccountsRequest) Validate() error
- func (m *GlobalRewardPoolAccountsRequest) XXX_DiscardUnknown()
- func (m *GlobalRewardPoolAccountsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GlobalRewardPoolAccountsRequest) XXX_Merge(src proto.Message)
- func (m *GlobalRewardPoolAccountsRequest) XXX_Size() int
- func (m *GlobalRewardPoolAccountsRequest) XXX_Unmarshal(b []byte) error
- type GlobalRewardPoolAccountsResponse
- func (*GlobalRewardPoolAccountsResponse) Descriptor() ([]byte, []int)
- func (m *GlobalRewardPoolAccountsResponse) GetAccounts() []*vega.Account
- func (*GlobalRewardPoolAccountsResponse) ProtoMessage()
- func (m *GlobalRewardPoolAccountsResponse) Reset()
- func (m *GlobalRewardPoolAccountsResponse) String() string
- func (this *GlobalRewardPoolAccountsResponse) Validate() error
- func (m *GlobalRewardPoolAccountsResponse) XXX_DiscardUnknown()
- func (m *GlobalRewardPoolAccountsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GlobalRewardPoolAccountsResponse) XXX_Merge(src proto.Message)
- func (m *GlobalRewardPoolAccountsResponse) XXX_Size() int
- func (m *GlobalRewardPoolAccountsResponse) XXX_Unmarshal(b []byte) error
- type KeyRotation
- func (*KeyRotation) Descriptor() ([]byte, []int)
- func (m *KeyRotation) GetBlockHeight() uint64
- func (m *KeyRotation) GetNewPubKey() string
- func (m *KeyRotation) GetNodeId() string
- func (m *KeyRotation) GetOldPubKey() string
- func (*KeyRotation) ProtoMessage()
- func (m *KeyRotation) Reset()
- func (m *KeyRotation) String() string
- func (this *KeyRotation) Validate() error
- func (m *KeyRotation) XXX_DiscardUnknown()
- func (m *KeyRotation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *KeyRotation) XXX_Merge(src proto.Message)
- func (m *KeyRotation) XXX_Size() int
- func (m *KeyRotation) XXX_Unmarshal(b []byte) error
- type LastTradeRequest
- func (*LastTradeRequest) Descriptor() ([]byte, []int)
- func (m *LastTradeRequest) GetMarketId() string
- func (*LastTradeRequest) ProtoMessage()
- func (m *LastTradeRequest) Reset()
- func (m *LastTradeRequest) String() string
- func (this *LastTradeRequest) Validate() error
- func (m *LastTradeRequest) XXX_DiscardUnknown()
- func (m *LastTradeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LastTradeRequest) XXX_Merge(src proto.Message)
- func (m *LastTradeRequest) XXX_Size() int
- func (m *LastTradeRequest) XXX_Unmarshal(b []byte) error
- type LastTradeResponse
- func (*LastTradeResponse) Descriptor() ([]byte, []int)
- func (m *LastTradeResponse) GetTrade() *vega.Trade
- func (*LastTradeResponse) ProtoMessage()
- func (m *LastTradeResponse) Reset()
- func (m *LastTradeResponse) String() string
- func (this *LastTradeResponse) Validate() error
- func (m *LastTradeResponse) XXX_DiscardUnknown()
- func (m *LastTradeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LastTradeResponse) XXX_Merge(src proto.Message)
- func (m *LastTradeResponse) XXX_Size() int
- func (m *LastTradeResponse) XXX_Unmarshal(b []byte) error
- type LiquidityProvisionsRequest
- func (*LiquidityProvisionsRequest) Descriptor() ([]byte, []int)
- func (m *LiquidityProvisionsRequest) GetMarket() string
- func (m *LiquidityProvisionsRequest) GetParty() string
- func (*LiquidityProvisionsRequest) ProtoMessage()
- func (m *LiquidityProvisionsRequest) Reset()
- func (m *LiquidityProvisionsRequest) String() string
- func (this *LiquidityProvisionsRequest) Validate() error
- func (m *LiquidityProvisionsRequest) XXX_DiscardUnknown()
- func (m *LiquidityProvisionsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LiquidityProvisionsRequest) XXX_Merge(src proto.Message)
- func (m *LiquidityProvisionsRequest) XXX_Size() int
- func (m *LiquidityProvisionsRequest) XXX_Unmarshal(b []byte) error
- type LiquidityProvisionsResponse
- func (*LiquidityProvisionsResponse) Descriptor() ([]byte, []int)
- func (m *LiquidityProvisionsResponse) GetLiquidityProvisions() []*vega.LiquidityProvision
- func (*LiquidityProvisionsResponse) ProtoMessage()
- func (m *LiquidityProvisionsResponse) Reset()
- func (m *LiquidityProvisionsResponse) String() string
- func (this *LiquidityProvisionsResponse) Validate() error
- func (m *LiquidityProvisionsResponse) XXX_DiscardUnknown()
- func (m *LiquidityProvisionsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LiquidityProvisionsResponse) XXX_Merge(src proto.Message)
- func (m *LiquidityProvisionsResponse) XXX_Size() int
- func (m *LiquidityProvisionsResponse) XXX_Unmarshal(b []byte) error
- type MarginLevelsRequest
- func (*MarginLevelsRequest) Descriptor() ([]byte, []int)
- func (m *MarginLevelsRequest) GetMarketId() string
- func (m *MarginLevelsRequest) GetPartyId() string
- func (*MarginLevelsRequest) ProtoMessage()
- func (m *MarginLevelsRequest) Reset()
- func (m *MarginLevelsRequest) String() string
- func (this *MarginLevelsRequest) Validate() error
- func (m *MarginLevelsRequest) XXX_DiscardUnknown()
- func (m *MarginLevelsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MarginLevelsRequest) XXX_Merge(src proto.Message)
- func (m *MarginLevelsRequest) XXX_Size() int
- func (m *MarginLevelsRequest) XXX_Unmarshal(b []byte) error
- type MarginLevelsResponse
- func (*MarginLevelsResponse) Descriptor() ([]byte, []int)
- func (m *MarginLevelsResponse) GetMarginLevels() []*vega.MarginLevels
- func (*MarginLevelsResponse) ProtoMessage()
- func (m *MarginLevelsResponse) Reset()
- func (m *MarginLevelsResponse) String() string
- func (this *MarginLevelsResponse) Validate() error
- func (m *MarginLevelsResponse) XXX_DiscardUnknown()
- func (m *MarginLevelsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MarginLevelsResponse) XXX_Merge(src proto.Message)
- func (m *MarginLevelsResponse) XXX_Size() int
- func (m *MarginLevelsResponse) XXX_Unmarshal(b []byte) error
- type MarginLevelsSubscribeRequest
- func (*MarginLevelsSubscribeRequest) Descriptor() ([]byte, []int)
- func (m *MarginLevelsSubscribeRequest) GetMarketId() string
- func (m *MarginLevelsSubscribeRequest) GetPartyId() string
- func (*MarginLevelsSubscribeRequest) ProtoMessage()
- func (m *MarginLevelsSubscribeRequest) Reset()
- func (m *MarginLevelsSubscribeRequest) String() string
- func (this *MarginLevelsSubscribeRequest) Validate() error
- func (m *MarginLevelsSubscribeRequest) XXX_DiscardUnknown()
- func (m *MarginLevelsSubscribeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MarginLevelsSubscribeRequest) XXX_Merge(src proto.Message)
- func (m *MarginLevelsSubscribeRequest) XXX_Size() int
- func (m *MarginLevelsSubscribeRequest) XXX_Unmarshal(b []byte) error
- type MarginLevelsSubscribeResponse
- func (*MarginLevelsSubscribeResponse) Descriptor() ([]byte, []int)
- func (m *MarginLevelsSubscribeResponse) GetMarginLevels() *vega.MarginLevels
- func (*MarginLevelsSubscribeResponse) ProtoMessage()
- func (m *MarginLevelsSubscribeResponse) Reset()
- func (m *MarginLevelsSubscribeResponse) String() string
- func (this *MarginLevelsSubscribeResponse) Validate() error
- func (m *MarginLevelsSubscribeResponse) XXX_DiscardUnknown()
- func (m *MarginLevelsSubscribeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MarginLevelsSubscribeResponse) XXX_Merge(src proto.Message)
- func (m *MarginLevelsSubscribeResponse) XXX_Size() int
- func (m *MarginLevelsSubscribeResponse) XXX_Unmarshal(b []byte) error
- type MarketAccountsRequest
- func (*MarketAccountsRequest) Descriptor() ([]byte, []int)
- func (m *MarketAccountsRequest) GetAsset() string
- func (m *MarketAccountsRequest) GetMarketId() string
- func (*MarketAccountsRequest) ProtoMessage()
- func (m *MarketAccountsRequest) Reset()
- func (m *MarketAccountsRequest) String() string
- func (this *MarketAccountsRequest) Validate() error
- func (m *MarketAccountsRequest) XXX_DiscardUnknown()
- func (m *MarketAccountsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MarketAccountsRequest) XXX_Merge(src proto.Message)
- func (m *MarketAccountsRequest) XXX_Size() int
- func (m *MarketAccountsRequest) XXX_Unmarshal(b []byte) error
- type MarketAccountsResponse
- func (*MarketAccountsResponse) Descriptor() ([]byte, []int)
- func (m *MarketAccountsResponse) GetAccounts() []*vega.Account
- func (*MarketAccountsResponse) ProtoMessage()
- func (m *MarketAccountsResponse) Reset()
- func (m *MarketAccountsResponse) String() string
- func (this *MarketAccountsResponse) Validate() error
- func (m *MarketAccountsResponse) XXX_DiscardUnknown()
- func (m *MarketAccountsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MarketAccountsResponse) XXX_Merge(src proto.Message)
- func (m *MarketAccountsResponse) XXX_Size() int
- func (m *MarketAccountsResponse) XXX_Unmarshal(b []byte) error
- type MarketByIDRequest
- func (*MarketByIDRequest) Descriptor() ([]byte, []int)
- func (m *MarketByIDRequest) GetMarketId() string
- func (*MarketByIDRequest) ProtoMessage()
- func (m *MarketByIDRequest) Reset()
- func (m *MarketByIDRequest) String() string
- func (this *MarketByIDRequest) Validate() error
- func (m *MarketByIDRequest) XXX_DiscardUnknown()
- func (m *MarketByIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MarketByIDRequest) XXX_Merge(src proto.Message)
- func (m *MarketByIDRequest) XXX_Size() int
- func (m *MarketByIDRequest) XXX_Unmarshal(b []byte) error
- type MarketByIDResponse
- func (*MarketByIDResponse) Descriptor() ([]byte, []int)
- func (m *MarketByIDResponse) GetMarket() *vega.Market
- func (*MarketByIDResponse) ProtoMessage()
- func (m *MarketByIDResponse) Reset()
- func (m *MarketByIDResponse) String() string
- func (this *MarketByIDResponse) Validate() error
- func (m *MarketByIDResponse) XXX_DiscardUnknown()
- func (m *MarketByIDResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MarketByIDResponse) XXX_Merge(src proto.Message)
- func (m *MarketByIDResponse) XXX_Size() int
- func (m *MarketByIDResponse) XXX_Unmarshal(b []byte) error
- type MarketDataByIDRequest
- func (*MarketDataByIDRequest) Descriptor() ([]byte, []int)
- func (m *MarketDataByIDRequest) GetMarketId() string
- func (*MarketDataByIDRequest) ProtoMessage()
- func (m *MarketDataByIDRequest) Reset()
- func (m *MarketDataByIDRequest) String() string
- func (this *MarketDataByIDRequest) Validate() error
- func (m *MarketDataByIDRequest) XXX_DiscardUnknown()
- func (m *MarketDataByIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MarketDataByIDRequest) XXX_Merge(src proto.Message)
- func (m *MarketDataByIDRequest) XXX_Size() int
- func (m *MarketDataByIDRequest) XXX_Unmarshal(b []byte) error
- type MarketDataByIDResponse
- func (*MarketDataByIDResponse) Descriptor() ([]byte, []int)
- func (m *MarketDataByIDResponse) GetMarketData() *vega.MarketData
- func (*MarketDataByIDResponse) ProtoMessage()
- func (m *MarketDataByIDResponse) Reset()
- func (m *MarketDataByIDResponse) String() string
- func (this *MarketDataByIDResponse) Validate() error
- func (m *MarketDataByIDResponse) XXX_DiscardUnknown()
- func (m *MarketDataByIDResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MarketDataByIDResponse) XXX_Merge(src proto.Message)
- func (m *MarketDataByIDResponse) XXX_Size() int
- func (m *MarketDataByIDResponse) XXX_Unmarshal(b []byte) error
- type MarketDepthRequest
- func (*MarketDepthRequest) Descriptor() ([]byte, []int)
- func (m *MarketDepthRequest) GetMarketId() string
- func (m *MarketDepthRequest) GetMaxDepth() uint64
- func (*MarketDepthRequest) ProtoMessage()
- func (m *MarketDepthRequest) Reset()
- func (m *MarketDepthRequest) String() string
- func (this *MarketDepthRequest) Validate() error
- func (m *MarketDepthRequest) XXX_DiscardUnknown()
- func (m *MarketDepthRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MarketDepthRequest) XXX_Merge(src proto.Message)
- func (m *MarketDepthRequest) XXX_Size() int
- func (m *MarketDepthRequest) XXX_Unmarshal(b []byte) error
- type MarketDepthResponse
- func (*MarketDepthResponse) Descriptor() ([]byte, []int)
- func (m *MarketDepthResponse) GetBuy() []*vega.PriceLevel
- func (m *MarketDepthResponse) GetLastTrade() *vega.Trade
- func (m *MarketDepthResponse) GetMarketId() string
- func (m *MarketDepthResponse) GetSell() []*vega.PriceLevel
- func (m *MarketDepthResponse) GetSequenceNumber() uint64
- func (*MarketDepthResponse) ProtoMessage()
- func (m *MarketDepthResponse) Reset()
- func (m *MarketDepthResponse) String() string
- func (this *MarketDepthResponse) Validate() error
- func (m *MarketDepthResponse) XXX_DiscardUnknown()
- func (m *MarketDepthResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MarketDepthResponse) XXX_Merge(src proto.Message)
- func (m *MarketDepthResponse) XXX_Size() int
- func (m *MarketDepthResponse) XXX_Unmarshal(b []byte) error
- type MarketDepthSubscribeRequest
- func (*MarketDepthSubscribeRequest) Descriptor() ([]byte, []int)
- func (m *MarketDepthSubscribeRequest) GetMarketId() string
- func (*MarketDepthSubscribeRequest) ProtoMessage()
- func (m *MarketDepthSubscribeRequest) Reset()
- func (m *MarketDepthSubscribeRequest) String() string
- func (this *MarketDepthSubscribeRequest) Validate() error
- func (m *MarketDepthSubscribeRequest) XXX_DiscardUnknown()
- func (m *MarketDepthSubscribeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MarketDepthSubscribeRequest) XXX_Merge(src proto.Message)
- func (m *MarketDepthSubscribeRequest) XXX_Size() int
- func (m *MarketDepthSubscribeRequest) XXX_Unmarshal(b []byte) error
- type MarketDepthSubscribeResponse
- func (*MarketDepthSubscribeResponse) Descriptor() ([]byte, []int)
- func (m *MarketDepthSubscribeResponse) GetMarketDepth() *vega.MarketDepth
- func (*MarketDepthSubscribeResponse) ProtoMessage()
- func (m *MarketDepthSubscribeResponse) Reset()
- func (m *MarketDepthSubscribeResponse) String() string
- func (this *MarketDepthSubscribeResponse) Validate() error
- func (m *MarketDepthSubscribeResponse) XXX_DiscardUnknown()
- func (m *MarketDepthSubscribeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MarketDepthSubscribeResponse) XXX_Merge(src proto.Message)
- func (m *MarketDepthSubscribeResponse) XXX_Size() int
- func (m *MarketDepthSubscribeResponse) XXX_Unmarshal(b []byte) error
- type MarketDepthUpdatesSubscribeRequest
- func (*MarketDepthUpdatesSubscribeRequest) Descriptor() ([]byte, []int)
- func (m *MarketDepthUpdatesSubscribeRequest) GetMarketId() string
- func (*MarketDepthUpdatesSubscribeRequest) ProtoMessage()
- func (m *MarketDepthUpdatesSubscribeRequest) Reset()
- func (m *MarketDepthUpdatesSubscribeRequest) String() string
- func (this *MarketDepthUpdatesSubscribeRequest) Validate() error
- func (m *MarketDepthUpdatesSubscribeRequest) XXX_DiscardUnknown()
- func (m *MarketDepthUpdatesSubscribeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MarketDepthUpdatesSubscribeRequest) XXX_Merge(src proto.Message)
- func (m *MarketDepthUpdatesSubscribeRequest) XXX_Size() int
- func (m *MarketDepthUpdatesSubscribeRequest) XXX_Unmarshal(b []byte) error
- type MarketDepthUpdatesSubscribeResponse
- func (*MarketDepthUpdatesSubscribeResponse) Descriptor() ([]byte, []int)
- func (m *MarketDepthUpdatesSubscribeResponse) GetUpdate() *vega.MarketDepthUpdate
- func (*MarketDepthUpdatesSubscribeResponse) ProtoMessage()
- func (m *MarketDepthUpdatesSubscribeResponse) Reset()
- func (m *MarketDepthUpdatesSubscribeResponse) String() string
- func (this *MarketDepthUpdatesSubscribeResponse) Validate() error
- func (m *MarketDepthUpdatesSubscribeResponse) XXX_DiscardUnknown()
- func (m *MarketDepthUpdatesSubscribeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MarketDepthUpdatesSubscribeResponse) XXX_Merge(src proto.Message)
- func (m *MarketDepthUpdatesSubscribeResponse) XXX_Size() int
- func (m *MarketDepthUpdatesSubscribeResponse) XXX_Unmarshal(b []byte) error
- type MarketsDataRequest
- func (*MarketsDataRequest) Descriptor() ([]byte, []int)
- func (*MarketsDataRequest) ProtoMessage()
- func (m *MarketsDataRequest) Reset()
- func (m *MarketsDataRequest) String() string
- func (this *MarketsDataRequest) Validate() error
- func (m *MarketsDataRequest) XXX_DiscardUnknown()
- func (m *MarketsDataRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MarketsDataRequest) XXX_Merge(src proto.Message)
- func (m *MarketsDataRequest) XXX_Size() int
- func (m *MarketsDataRequest) XXX_Unmarshal(b []byte) error
- type MarketsDataResponse
- func (*MarketsDataResponse) Descriptor() ([]byte, []int)
- func (m *MarketsDataResponse) GetMarketsData() []*vega.MarketData
- func (*MarketsDataResponse) ProtoMessage()
- func (m *MarketsDataResponse) Reset()
- func (m *MarketsDataResponse) String() string
- func (this *MarketsDataResponse) Validate() error
- func (m *MarketsDataResponse) XXX_DiscardUnknown()
- func (m *MarketsDataResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MarketsDataResponse) XXX_Merge(src proto.Message)
- func (m *MarketsDataResponse) XXX_Size() int
- func (m *MarketsDataResponse) XXX_Unmarshal(b []byte) error
- type MarketsDataSubscribeRequest
- func (*MarketsDataSubscribeRequest) Descriptor() ([]byte, []int)
- func (m *MarketsDataSubscribeRequest) GetMarketId() string
- func (*MarketsDataSubscribeRequest) ProtoMessage()
- func (m *MarketsDataSubscribeRequest) Reset()
- func (m *MarketsDataSubscribeRequest) String() string
- func (this *MarketsDataSubscribeRequest) Validate() error
- func (m *MarketsDataSubscribeRequest) XXX_DiscardUnknown()
- func (m *MarketsDataSubscribeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MarketsDataSubscribeRequest) XXX_Merge(src proto.Message)
- func (m *MarketsDataSubscribeRequest) XXX_Size() int
- func (m *MarketsDataSubscribeRequest) XXX_Unmarshal(b []byte) error
- type MarketsDataSubscribeResponse
- func (*MarketsDataSubscribeResponse) Descriptor() ([]byte, []int)
- func (m *MarketsDataSubscribeResponse) GetMarketData() *vega.MarketData
- func (*MarketsDataSubscribeResponse) ProtoMessage()
- func (m *MarketsDataSubscribeResponse) Reset()
- func (m *MarketsDataSubscribeResponse) String() string
- func (this *MarketsDataSubscribeResponse) Validate() error
- func (m *MarketsDataSubscribeResponse) XXX_DiscardUnknown()
- func (m *MarketsDataSubscribeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MarketsDataSubscribeResponse) XXX_Merge(src proto.Message)
- func (m *MarketsDataSubscribeResponse) XXX_Size() int
- func (m *MarketsDataSubscribeResponse) XXX_Unmarshal(b []byte) error
- type MarketsRequest
- func (*MarketsRequest) Descriptor() ([]byte, []int)
- func (*MarketsRequest) ProtoMessage()
- func (m *MarketsRequest) Reset()
- func (m *MarketsRequest) String() string
- func (this *MarketsRequest) Validate() error
- func (m *MarketsRequest) XXX_DiscardUnknown()
- func (m *MarketsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MarketsRequest) XXX_Merge(src proto.Message)
- func (m *MarketsRequest) XXX_Size() int
- func (m *MarketsRequest) XXX_Unmarshal(b []byte) error
- type MarketsResponse
- func (*MarketsResponse) Descriptor() ([]byte, []int)
- func (m *MarketsResponse) GetMarkets() []*vega.Market
- func (*MarketsResponse) ProtoMessage()
- func (m *MarketsResponse) Reset()
- func (m *MarketsResponse) String() string
- func (this *MarketsResponse) Validate() error
- func (m *MarketsResponse) XXX_DiscardUnknown()
- func (m *MarketsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MarketsResponse) XXX_Merge(src proto.Message)
- func (m *MarketsResponse) XXX_Size() int
- func (m *MarketsResponse) XXX_Unmarshal(b []byte) error
- type NetworkParametersRequest
- func (*NetworkParametersRequest) Descriptor() ([]byte, []int)
- func (*NetworkParametersRequest) ProtoMessage()
- func (m *NetworkParametersRequest) Reset()
- func (m *NetworkParametersRequest) String() string
- func (this *NetworkParametersRequest) Validate() error
- func (m *NetworkParametersRequest) XXX_DiscardUnknown()
- func (m *NetworkParametersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NetworkParametersRequest) XXX_Merge(src proto.Message)
- func (m *NetworkParametersRequest) XXX_Size() int
- func (m *NetworkParametersRequest) XXX_Unmarshal(b []byte) error
- type NetworkParametersResponse
- func (*NetworkParametersResponse) Descriptor() ([]byte, []int)
- func (m *NetworkParametersResponse) GetNetworkParameters() []*vega.NetworkParameter
- func (*NetworkParametersResponse) ProtoMessage()
- func (m *NetworkParametersResponse) Reset()
- func (m *NetworkParametersResponse) String() string
- func (this *NetworkParametersResponse) Validate() error
- func (m *NetworkParametersResponse) XXX_DiscardUnknown()
- func (m *NetworkParametersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NetworkParametersResponse) XXX_Merge(src proto.Message)
- func (m *NetworkParametersResponse) XXX_Size() int
- func (m *NetworkParametersResponse) XXX_Unmarshal(b []byte) error
- type ObserveDelegationsRequest
- func (*ObserveDelegationsRequest) Descriptor() ([]byte, []int)
- func (m *ObserveDelegationsRequest) GetNodeId() string
- func (m *ObserveDelegationsRequest) GetParty() string
- func (*ObserveDelegationsRequest) ProtoMessage()
- func (m *ObserveDelegationsRequest) Reset()
- func (m *ObserveDelegationsRequest) String() string
- func (this *ObserveDelegationsRequest) Validate() error
- func (m *ObserveDelegationsRequest) XXX_DiscardUnknown()
- func (m *ObserveDelegationsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ObserveDelegationsRequest) XXX_Merge(src proto.Message)
- func (m *ObserveDelegationsRequest) XXX_Size() int
- func (m *ObserveDelegationsRequest) XXX_Unmarshal(b []byte) error
- type ObserveDelegationsResponse
- func (*ObserveDelegationsResponse) Descriptor() ([]byte, []int)
- func (m *ObserveDelegationsResponse) GetDelegation() *vega.Delegation
- func (*ObserveDelegationsResponse) ProtoMessage()
- func (m *ObserveDelegationsResponse) Reset()
- func (m *ObserveDelegationsResponse) String() string
- func (this *ObserveDelegationsResponse) Validate() error
- func (m *ObserveDelegationsResponse) XXX_DiscardUnknown()
- func (m *ObserveDelegationsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ObserveDelegationsResponse) XXX_Merge(src proto.Message)
- func (m *ObserveDelegationsResponse) XXX_Size() int
- func (m *ObserveDelegationsResponse) XXX_Unmarshal(b []byte) error
- type ObserveEventBusRequest
- func (*ObserveEventBusRequest) Descriptor() ([]byte, []int)
- func (m *ObserveEventBusRequest) GetBatchSize() int64
- func (m *ObserveEventBusRequest) GetMarketId() string
- func (m *ObserveEventBusRequest) GetPartyId() string
- func (m *ObserveEventBusRequest) GetType() []v1.BusEventType
- func (*ObserveEventBusRequest) ProtoMessage()
- func (m *ObserveEventBusRequest) Reset()
- func (m *ObserveEventBusRequest) String() string
- func (this *ObserveEventBusRequest) Validate() error
- func (m *ObserveEventBusRequest) XXX_DiscardUnknown()
- func (m *ObserveEventBusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ObserveEventBusRequest) XXX_Merge(src proto.Message)
- func (m *ObserveEventBusRequest) XXX_Size() int
- func (m *ObserveEventBusRequest) XXX_Unmarshal(b []byte) error
- type ObserveEventBusResponse
- func (*ObserveEventBusResponse) Descriptor() ([]byte, []int)
- func (m *ObserveEventBusResponse) GetEvents() []*v1.BusEvent
- func (*ObserveEventBusResponse) ProtoMessage()
- func (m *ObserveEventBusResponse) Reset()
- func (m *ObserveEventBusResponse) String() string
- func (this *ObserveEventBusResponse) Validate() error
- func (m *ObserveEventBusResponse) XXX_DiscardUnknown()
- func (m *ObserveEventBusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ObserveEventBusResponse) XXX_Merge(src proto.Message)
- func (m *ObserveEventBusResponse) XXX_Size() int
- func (m *ObserveEventBusResponse) XXX_Unmarshal(b []byte) error
- type ObserveGovernanceRequest
- func (*ObserveGovernanceRequest) Descriptor() ([]byte, []int)
- func (*ObserveGovernanceRequest) ProtoMessage()
- func (m *ObserveGovernanceRequest) Reset()
- func (m *ObserveGovernanceRequest) String() string
- func (this *ObserveGovernanceRequest) Validate() error
- func (m *ObserveGovernanceRequest) XXX_DiscardUnknown()
- func (m *ObserveGovernanceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ObserveGovernanceRequest) XXX_Merge(src proto.Message)
- func (m *ObserveGovernanceRequest) XXX_Size() int
- func (m *ObserveGovernanceRequest) XXX_Unmarshal(b []byte) error
- type ObserveGovernanceResponse
- func (*ObserveGovernanceResponse) Descriptor() ([]byte, []int)
- func (m *ObserveGovernanceResponse) GetData() *vega.GovernanceData
- func (*ObserveGovernanceResponse) ProtoMessage()
- func (m *ObserveGovernanceResponse) Reset()
- func (m *ObserveGovernanceResponse) String() string
- func (this *ObserveGovernanceResponse) Validate() error
- func (m *ObserveGovernanceResponse) XXX_DiscardUnknown()
- func (m *ObserveGovernanceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ObserveGovernanceResponse) XXX_Merge(src proto.Message)
- func (m *ObserveGovernanceResponse) XXX_Size() int
- func (m *ObserveGovernanceResponse) XXX_Unmarshal(b []byte) error
- type ObservePartyProposalsRequest
- func (*ObservePartyProposalsRequest) Descriptor() ([]byte, []int)
- func (m *ObservePartyProposalsRequest) GetPartyId() string
- func (*ObservePartyProposalsRequest) ProtoMessage()
- func (m *ObservePartyProposalsRequest) Reset()
- func (m *ObservePartyProposalsRequest) String() string
- func (this *ObservePartyProposalsRequest) Validate() error
- func (m *ObservePartyProposalsRequest) XXX_DiscardUnknown()
- func (m *ObservePartyProposalsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ObservePartyProposalsRequest) XXX_Merge(src proto.Message)
- func (m *ObservePartyProposalsRequest) XXX_Size() int
- func (m *ObservePartyProposalsRequest) XXX_Unmarshal(b []byte) error
- type ObservePartyProposalsResponse
- func (*ObservePartyProposalsResponse) Descriptor() ([]byte, []int)
- func (m *ObservePartyProposalsResponse) GetData() *vega.GovernanceData
- func (*ObservePartyProposalsResponse) ProtoMessage()
- func (m *ObservePartyProposalsResponse) Reset()
- func (m *ObservePartyProposalsResponse) String() string
- func (this *ObservePartyProposalsResponse) Validate() error
- func (m *ObservePartyProposalsResponse) XXX_DiscardUnknown()
- func (m *ObservePartyProposalsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ObservePartyProposalsResponse) XXX_Merge(src proto.Message)
- func (m *ObservePartyProposalsResponse) XXX_Size() int
- func (m *ObservePartyProposalsResponse) XXX_Unmarshal(b []byte) error
- type ObservePartyVotesRequest
- func (*ObservePartyVotesRequest) Descriptor() ([]byte, []int)
- func (m *ObservePartyVotesRequest) GetPartyId() string
- func (*ObservePartyVotesRequest) ProtoMessage()
- func (m *ObservePartyVotesRequest) Reset()
- func (m *ObservePartyVotesRequest) String() string
- func (this *ObservePartyVotesRequest) Validate() error
- func (m *ObservePartyVotesRequest) XXX_DiscardUnknown()
- func (m *ObservePartyVotesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ObservePartyVotesRequest) XXX_Merge(src proto.Message)
- func (m *ObservePartyVotesRequest) XXX_Size() int
- func (m *ObservePartyVotesRequest) XXX_Unmarshal(b []byte) error
- type ObservePartyVotesResponse
- func (*ObservePartyVotesResponse) Descriptor() ([]byte, []int)
- func (m *ObservePartyVotesResponse) GetVote() *vega.Vote
- func (*ObservePartyVotesResponse) ProtoMessage()
- func (m *ObservePartyVotesResponse) Reset()
- func (m *ObservePartyVotesResponse) String() string
- func (this *ObservePartyVotesResponse) Validate() error
- func (m *ObservePartyVotesResponse) XXX_DiscardUnknown()
- func (m *ObservePartyVotesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ObservePartyVotesResponse) XXX_Merge(src proto.Message)
- func (m *ObservePartyVotesResponse) XXX_Size() int
- func (m *ObservePartyVotesResponse) XXX_Unmarshal(b []byte) error
- type ObserveProposalVotesRequest
- func (*ObserveProposalVotesRequest) Descriptor() ([]byte, []int)
- func (m *ObserveProposalVotesRequest) GetProposalId() string
- func (*ObserveProposalVotesRequest) ProtoMessage()
- func (m *ObserveProposalVotesRequest) Reset()
- func (m *ObserveProposalVotesRequest) String() string
- func (this *ObserveProposalVotesRequest) Validate() error
- func (m *ObserveProposalVotesRequest) XXX_DiscardUnknown()
- func (m *ObserveProposalVotesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ObserveProposalVotesRequest) XXX_Merge(src proto.Message)
- func (m *ObserveProposalVotesRequest) XXX_Size() int
- func (m *ObserveProposalVotesRequest) XXX_Unmarshal(b []byte) error
- type ObserveProposalVotesResponse
- func (*ObserveProposalVotesResponse) Descriptor() ([]byte, []int)
- func (m *ObserveProposalVotesResponse) GetVote() *vega.Vote
- func (*ObserveProposalVotesResponse) ProtoMessage()
- func (m *ObserveProposalVotesResponse) Reset()
- func (m *ObserveProposalVotesResponse) String() string
- func (this *ObserveProposalVotesResponse) Validate() error
- func (m *ObserveProposalVotesResponse) XXX_DiscardUnknown()
- func (m *ObserveProposalVotesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ObserveProposalVotesResponse) XXX_Merge(src proto.Message)
- func (m *ObserveProposalVotesResponse) XXX_Size() int
- func (m *ObserveProposalVotesResponse) XXX_Unmarshal(b []byte) error
- type ObserveRewardDetailsRequest
- func (*ObserveRewardDetailsRequest) Descriptor() ([]byte, []int)
- func (m *ObserveRewardDetailsRequest) GetAssetId() string
- func (m *ObserveRewardDetailsRequest) GetParty() string
- func (*ObserveRewardDetailsRequest) ProtoMessage()
- func (m *ObserveRewardDetailsRequest) Reset()
- func (m *ObserveRewardDetailsRequest) String() string
- func (this *ObserveRewardDetailsRequest) Validate() error
- func (m *ObserveRewardDetailsRequest) XXX_DiscardUnknown()
- func (m *ObserveRewardDetailsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ObserveRewardDetailsRequest) XXX_Merge(src proto.Message)
- func (m *ObserveRewardDetailsRequest) XXX_Size() int
- func (m *ObserveRewardDetailsRequest) XXX_Unmarshal(b []byte) error
- type ObserveRewardDetailsResponse
- func (*ObserveRewardDetailsResponse) Descriptor() ([]byte, []int)
- func (m *ObserveRewardDetailsResponse) GetRewardDetails() *vega.RewardDetails
- func (*ObserveRewardDetailsResponse) ProtoMessage()
- func (m *ObserveRewardDetailsResponse) Reset()
- func (m *ObserveRewardDetailsResponse) String() string
- func (this *ObserveRewardDetailsResponse) Validate() error
- func (m *ObserveRewardDetailsResponse) XXX_DiscardUnknown()
- func (m *ObserveRewardDetailsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ObserveRewardDetailsResponse) XXX_Merge(src proto.Message)
- func (m *ObserveRewardDetailsResponse) XXX_Size() int
- func (m *ObserveRewardDetailsResponse) XXX_Unmarshal(b []byte) error
- type OptionalProposalState
- func (*OptionalProposalState) Descriptor() ([]byte, []int)
- func (m *OptionalProposalState) GetValue() vega.Proposal_State
- func (*OptionalProposalState) ProtoMessage()
- func (m *OptionalProposalState) Reset()
- func (m *OptionalProposalState) String() string
- func (this *OptionalProposalState) Validate() error
- func (m *OptionalProposalState) XXX_DiscardUnknown()
- func (m *OptionalProposalState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OptionalProposalState) XXX_Merge(src proto.Message)
- func (m *OptionalProposalState) XXX_Size() int
- func (m *OptionalProposalState) XXX_Unmarshal(b []byte) error
- type OracleDataBySpecRequest
- func (*OracleDataBySpecRequest) Descriptor() ([]byte, []int)
- func (m *OracleDataBySpecRequest) GetId() string
- func (*OracleDataBySpecRequest) ProtoMessage()
- func (m *OracleDataBySpecRequest) Reset()
- func (m *OracleDataBySpecRequest) String() string
- func (this *OracleDataBySpecRequest) Validate() error
- func (m *OracleDataBySpecRequest) XXX_DiscardUnknown()
- func (m *OracleDataBySpecRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OracleDataBySpecRequest) XXX_Merge(src proto.Message)
- func (m *OracleDataBySpecRequest) XXX_Size() int
- func (m *OracleDataBySpecRequest) XXX_Unmarshal(b []byte) error
- type OracleDataBySpecResponse
- func (*OracleDataBySpecResponse) Descriptor() ([]byte, []int)
- func (m *OracleDataBySpecResponse) GetOracleData() []*v12.OracleData
- func (*OracleDataBySpecResponse) ProtoMessage()
- func (m *OracleDataBySpecResponse) Reset()
- func (m *OracleDataBySpecResponse) String() string
- func (this *OracleDataBySpecResponse) Validate() error
- func (m *OracleDataBySpecResponse) XXX_DiscardUnknown()
- func (m *OracleDataBySpecResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OracleDataBySpecResponse) XXX_Merge(src proto.Message)
- func (m *OracleDataBySpecResponse) XXX_Size() int
- func (m *OracleDataBySpecResponse) XXX_Unmarshal(b []byte) error
- type OracleSpecRequest
- func (*OracleSpecRequest) Descriptor() ([]byte, []int)
- func (m *OracleSpecRequest) GetId() string
- func (*OracleSpecRequest) ProtoMessage()
- func (m *OracleSpecRequest) Reset()
- func (m *OracleSpecRequest) String() string
- func (this *OracleSpecRequest) Validate() error
- func (m *OracleSpecRequest) XXX_DiscardUnknown()
- func (m *OracleSpecRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OracleSpecRequest) XXX_Merge(src proto.Message)
- func (m *OracleSpecRequest) XXX_Size() int
- func (m *OracleSpecRequest) XXX_Unmarshal(b []byte) error
- type OracleSpecResponse
- func (*OracleSpecResponse) Descriptor() ([]byte, []int)
- func (m *OracleSpecResponse) GetOracleSpec() *v12.OracleSpec
- func (*OracleSpecResponse) ProtoMessage()
- func (m *OracleSpecResponse) Reset()
- func (m *OracleSpecResponse) String() string
- func (this *OracleSpecResponse) Validate() error
- func (m *OracleSpecResponse) XXX_DiscardUnknown()
- func (m *OracleSpecResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OracleSpecResponse) XXX_Merge(src proto.Message)
- func (m *OracleSpecResponse) XXX_Size() int
- func (m *OracleSpecResponse) XXX_Unmarshal(b []byte) error
- type OracleSpecsRequest
- func (*OracleSpecsRequest) Descriptor() ([]byte, []int)
- func (*OracleSpecsRequest) ProtoMessage()
- func (m *OracleSpecsRequest) Reset()
- func (m *OracleSpecsRequest) String() string
- func (this *OracleSpecsRequest) Validate() error
- func (m *OracleSpecsRequest) XXX_DiscardUnknown()
- func (m *OracleSpecsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OracleSpecsRequest) XXX_Merge(src proto.Message)
- func (m *OracleSpecsRequest) XXX_Size() int
- func (m *OracleSpecsRequest) XXX_Unmarshal(b []byte) error
- type OracleSpecsResponse
- func (*OracleSpecsResponse) Descriptor() ([]byte, []int)
- func (m *OracleSpecsResponse) GetOracleSpecs() []*v12.OracleSpec
- func (*OracleSpecsResponse) ProtoMessage()
- func (m *OracleSpecsResponse) Reset()
- func (m *OracleSpecsResponse) String() string
- func (this *OracleSpecsResponse) Validate() error
- func (m *OracleSpecsResponse) XXX_DiscardUnknown()
- func (m *OracleSpecsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OracleSpecsResponse) XXX_Merge(src proto.Message)
- func (m *OracleSpecsResponse) XXX_Size() int
- func (m *OracleSpecsResponse) XXX_Unmarshal(b []byte) error
- type OrderByIDRequest
- func (*OrderByIDRequest) Descriptor() ([]byte, []int)
- func (m *OrderByIDRequest) GetOrderId() string
- func (m *OrderByIDRequest) GetVersion() uint64
- func (*OrderByIDRequest) ProtoMessage()
- func (m *OrderByIDRequest) Reset()
- func (m *OrderByIDRequest) String() string
- func (this *OrderByIDRequest) Validate() error
- func (m *OrderByIDRequest) XXX_DiscardUnknown()
- func (m *OrderByIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OrderByIDRequest) XXX_Merge(src proto.Message)
- func (m *OrderByIDRequest) XXX_Size() int
- func (m *OrderByIDRequest) XXX_Unmarshal(b []byte) error
- type OrderByIDResponse
- func (*OrderByIDResponse) Descriptor() ([]byte, []int)
- func (m *OrderByIDResponse) GetOrder() *vega.Order
- func (*OrderByIDResponse) ProtoMessage()
- func (m *OrderByIDResponse) Reset()
- func (m *OrderByIDResponse) String() string
- func (this *OrderByIDResponse) Validate() error
- func (m *OrderByIDResponse) XXX_DiscardUnknown()
- func (m *OrderByIDResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OrderByIDResponse) XXX_Merge(src proto.Message)
- func (m *OrderByIDResponse) XXX_Size() int
- func (m *OrderByIDResponse) XXX_Unmarshal(b []byte) error
- type OrderByMarketAndIDRequest
- func (*OrderByMarketAndIDRequest) Descriptor() ([]byte, []int)
- func (m *OrderByMarketAndIDRequest) GetMarketId() string
- func (m *OrderByMarketAndIDRequest) GetOrderId() string
- func (*OrderByMarketAndIDRequest) ProtoMessage()
- func (m *OrderByMarketAndIDRequest) Reset()
- func (m *OrderByMarketAndIDRequest) String() string
- func (this *OrderByMarketAndIDRequest) Validate() error
- func (m *OrderByMarketAndIDRequest) XXX_DiscardUnknown()
- func (m *OrderByMarketAndIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OrderByMarketAndIDRequest) XXX_Merge(src proto.Message)
- func (m *OrderByMarketAndIDRequest) XXX_Size() int
- func (m *OrderByMarketAndIDRequest) XXX_Unmarshal(b []byte) error
- type OrderByMarketAndIDResponse
- func (*OrderByMarketAndIDResponse) Descriptor() ([]byte, []int)
- func (m *OrderByMarketAndIDResponse) GetOrder() *vega.Order
- func (*OrderByMarketAndIDResponse) ProtoMessage()
- func (m *OrderByMarketAndIDResponse) Reset()
- func (m *OrderByMarketAndIDResponse) String() string
- func (this *OrderByMarketAndIDResponse) Validate() error
- func (m *OrderByMarketAndIDResponse) XXX_DiscardUnknown()
- func (m *OrderByMarketAndIDResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OrderByMarketAndIDResponse) XXX_Merge(src proto.Message)
- func (m *OrderByMarketAndIDResponse) XXX_Size() int
- func (m *OrderByMarketAndIDResponse) XXX_Unmarshal(b []byte) error
- type OrderByReferenceRequest
- func (*OrderByReferenceRequest) Descriptor() ([]byte, []int)
- func (m *OrderByReferenceRequest) GetReference() string
- func (*OrderByReferenceRequest) ProtoMessage()
- func (m *OrderByReferenceRequest) Reset()
- func (m *OrderByReferenceRequest) String() string
- func (this *OrderByReferenceRequest) Validate() error
- func (m *OrderByReferenceRequest) XXX_DiscardUnknown()
- func (m *OrderByReferenceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OrderByReferenceRequest) XXX_Merge(src proto.Message)
- func (m *OrderByReferenceRequest) XXX_Size() int
- func (m *OrderByReferenceRequest) XXX_Unmarshal(b []byte) error
- type OrderByReferenceResponse
- func (*OrderByReferenceResponse) Descriptor() ([]byte, []int)
- func (m *OrderByReferenceResponse) GetOrder() *vega.Order
- func (*OrderByReferenceResponse) ProtoMessage()
- func (m *OrderByReferenceResponse) Reset()
- func (m *OrderByReferenceResponse) String() string
- func (this *OrderByReferenceResponse) Validate() error
- func (m *OrderByReferenceResponse) XXX_DiscardUnknown()
- func (m *OrderByReferenceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OrderByReferenceResponse) XXX_Merge(src proto.Message)
- func (m *OrderByReferenceResponse) XXX_Size() int
- func (m *OrderByReferenceResponse) XXX_Unmarshal(b []byte) error
- type OrderVersionsByIDRequest
- func (*OrderVersionsByIDRequest) Descriptor() ([]byte, []int)
- func (m *OrderVersionsByIDRequest) GetOrderId() string
- func (m *OrderVersionsByIDRequest) GetPagination() *Pagination
- func (*OrderVersionsByIDRequest) ProtoMessage()
- func (m *OrderVersionsByIDRequest) Reset()
- func (m *OrderVersionsByIDRequest) String() string
- func (this *OrderVersionsByIDRequest) Validate() error
- func (m *OrderVersionsByIDRequest) XXX_DiscardUnknown()
- func (m *OrderVersionsByIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OrderVersionsByIDRequest) XXX_Merge(src proto.Message)
- func (m *OrderVersionsByIDRequest) XXX_Size() int
- func (m *OrderVersionsByIDRequest) XXX_Unmarshal(b []byte) error
- type OrderVersionsByIDResponse
- func (*OrderVersionsByIDResponse) Descriptor() ([]byte, []int)
- func (m *OrderVersionsByIDResponse) GetOrders() []*vega.Order
- func (*OrderVersionsByIDResponse) ProtoMessage()
- func (m *OrderVersionsByIDResponse) Reset()
- func (m *OrderVersionsByIDResponse) String() string
- func (this *OrderVersionsByIDResponse) Validate() error
- func (m *OrderVersionsByIDResponse) XXX_DiscardUnknown()
- func (m *OrderVersionsByIDResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OrderVersionsByIDResponse) XXX_Merge(src proto.Message)
- func (m *OrderVersionsByIDResponse) XXX_Size() int
- func (m *OrderVersionsByIDResponse) XXX_Unmarshal(b []byte) error
- type OrdersByMarketRequest
- func (*OrdersByMarketRequest) Descriptor() ([]byte, []int)
- func (m *OrdersByMarketRequest) GetMarketId() string
- func (m *OrdersByMarketRequest) GetPagination() *Pagination
- func (*OrdersByMarketRequest) ProtoMessage()
- func (m *OrdersByMarketRequest) Reset()
- func (m *OrdersByMarketRequest) String() string
- func (this *OrdersByMarketRequest) Validate() error
- func (m *OrdersByMarketRequest) XXX_DiscardUnknown()
- func (m *OrdersByMarketRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OrdersByMarketRequest) XXX_Merge(src proto.Message)
- func (m *OrdersByMarketRequest) XXX_Size() int
- func (m *OrdersByMarketRequest) XXX_Unmarshal(b []byte) error
- type OrdersByMarketResponse
- func (*OrdersByMarketResponse) Descriptor() ([]byte, []int)
- func (m *OrdersByMarketResponse) GetOrders() []*vega.Order
- func (*OrdersByMarketResponse) ProtoMessage()
- func (m *OrdersByMarketResponse) Reset()
- func (m *OrdersByMarketResponse) String() string
- func (this *OrdersByMarketResponse) Validate() error
- func (m *OrdersByMarketResponse) XXX_DiscardUnknown()
- func (m *OrdersByMarketResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OrdersByMarketResponse) XXX_Merge(src proto.Message)
- func (m *OrdersByMarketResponse) XXX_Size() int
- func (m *OrdersByMarketResponse) XXX_Unmarshal(b []byte) error
- type OrdersByPartyRequest
- func (*OrdersByPartyRequest) Descriptor() ([]byte, []int)
- func (m *OrdersByPartyRequest) GetPagination() *Pagination
- func (m *OrdersByPartyRequest) GetPartyId() string
- func (*OrdersByPartyRequest) ProtoMessage()
- func (m *OrdersByPartyRequest) Reset()
- func (m *OrdersByPartyRequest) String() string
- func (this *OrdersByPartyRequest) Validate() error
- func (m *OrdersByPartyRequest) XXX_DiscardUnknown()
- func (m *OrdersByPartyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OrdersByPartyRequest) XXX_Merge(src proto.Message)
- func (m *OrdersByPartyRequest) XXX_Size() int
- func (m *OrdersByPartyRequest) XXX_Unmarshal(b []byte) error
- type OrdersByPartyResponse
- func (*OrdersByPartyResponse) Descriptor() ([]byte, []int)
- func (m *OrdersByPartyResponse) GetOrders() []*vega.Order
- func (*OrdersByPartyResponse) ProtoMessage()
- func (m *OrdersByPartyResponse) Reset()
- func (m *OrdersByPartyResponse) String() string
- func (this *OrdersByPartyResponse) Validate() error
- func (m *OrdersByPartyResponse) XXX_DiscardUnknown()
- func (m *OrdersByPartyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OrdersByPartyResponse) XXX_Merge(src proto.Message)
- func (m *OrdersByPartyResponse) XXX_Size() int
- func (m *OrdersByPartyResponse) XXX_Unmarshal(b []byte) error
- type OrdersSubscribeRequest
- func (*OrdersSubscribeRequest) Descriptor() ([]byte, []int)
- func (m *OrdersSubscribeRequest) GetMarketId() string
- func (m *OrdersSubscribeRequest) GetPartyId() string
- func (*OrdersSubscribeRequest) ProtoMessage()
- func (m *OrdersSubscribeRequest) Reset()
- func (m *OrdersSubscribeRequest) String() string
- func (this *OrdersSubscribeRequest) Validate() error
- func (m *OrdersSubscribeRequest) XXX_DiscardUnknown()
- func (m *OrdersSubscribeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OrdersSubscribeRequest) XXX_Merge(src proto.Message)
- func (m *OrdersSubscribeRequest) XXX_Size() int
- func (m *OrdersSubscribeRequest) XXX_Unmarshal(b []byte) error
- type OrdersSubscribeResponse
- func (*OrdersSubscribeResponse) Descriptor() ([]byte, []int)
- func (m *OrdersSubscribeResponse) GetOrders() []*vega.Order
- func (*OrdersSubscribeResponse) ProtoMessage()
- func (m *OrdersSubscribeResponse) Reset()
- func (m *OrdersSubscribeResponse) String() string
- func (this *OrdersSubscribeResponse) Validate() error
- func (m *OrdersSubscribeResponse) XXX_DiscardUnknown()
- func (m *OrdersSubscribeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OrdersSubscribeResponse) XXX_Merge(src proto.Message)
- func (m *OrdersSubscribeResponse) XXX_Size() int
- func (m *OrdersSubscribeResponse) XXX_Unmarshal(b []byte) error
- type Pagination
- func (*Pagination) Descriptor() ([]byte, []int)
- func (m *Pagination) GetDescending() bool
- func (m *Pagination) GetLimit() uint64
- func (m *Pagination) GetSkip() uint64
- func (*Pagination) ProtoMessage()
- func (m *Pagination) Reset()
- func (m *Pagination) String() string
- func (this *Pagination) Validate() error
- func (m *Pagination) XXX_DiscardUnknown()
- func (m *Pagination) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Pagination) XXX_Merge(src proto.Message)
- func (m *Pagination) XXX_Size() int
- func (m *Pagination) XXX_Unmarshal(b []byte) error
- type PartiesRequest
- func (*PartiesRequest) Descriptor() ([]byte, []int)
- func (*PartiesRequest) ProtoMessage()
- func (m *PartiesRequest) Reset()
- func (m *PartiesRequest) String() string
- func (this *PartiesRequest) Validate() error
- func (m *PartiesRequest) XXX_DiscardUnknown()
- func (m *PartiesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PartiesRequest) XXX_Merge(src proto.Message)
- func (m *PartiesRequest) XXX_Size() int
- func (m *PartiesRequest) XXX_Unmarshal(b []byte) error
- type PartiesResponse
- func (*PartiesResponse) Descriptor() ([]byte, []int)
- func (m *PartiesResponse) GetParties() []*vega.Party
- func (*PartiesResponse) ProtoMessage()
- func (m *PartiesResponse) Reset()
- func (m *PartiesResponse) String() string
- func (this *PartiesResponse) Validate() error
- func (m *PartiesResponse) XXX_DiscardUnknown()
- func (m *PartiesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PartiesResponse) XXX_Merge(src proto.Message)
- func (m *PartiesResponse) XXX_Size() int
- func (m *PartiesResponse) XXX_Unmarshal(b []byte) error
- type PartyAccountsRequest
- func (*PartyAccountsRequest) Descriptor() ([]byte, []int)
- func (m *PartyAccountsRequest) GetAsset() string
- func (m *PartyAccountsRequest) GetMarketId() string
- func (m *PartyAccountsRequest) GetPartyId() string
- func (m *PartyAccountsRequest) GetType() vega.AccountType
- func (*PartyAccountsRequest) ProtoMessage()
- func (m *PartyAccountsRequest) Reset()
- func (m *PartyAccountsRequest) String() string
- func (this *PartyAccountsRequest) Validate() error
- func (m *PartyAccountsRequest) XXX_DiscardUnknown()
- func (m *PartyAccountsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PartyAccountsRequest) XXX_Merge(src proto.Message)
- func (m *PartyAccountsRequest) XXX_Size() int
- func (m *PartyAccountsRequest) XXX_Unmarshal(b []byte) error
- type PartyAccountsResponse
- func (*PartyAccountsResponse) Descriptor() ([]byte, []int)
- func (m *PartyAccountsResponse) GetAccounts() []*vega.Account
- func (*PartyAccountsResponse) ProtoMessage()
- func (m *PartyAccountsResponse) Reset()
- func (m *PartyAccountsResponse) String() string
- func (this *PartyAccountsResponse) Validate() error
- func (m *PartyAccountsResponse) XXX_DiscardUnknown()
- func (m *PartyAccountsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PartyAccountsResponse) XXX_Merge(src proto.Message)
- func (m *PartyAccountsResponse) XXX_Size() int
- func (m *PartyAccountsResponse) XXX_Unmarshal(b []byte) error
- type PartyByIDRequest
- func (*PartyByIDRequest) Descriptor() ([]byte, []int)
- func (m *PartyByIDRequest) GetPartyId() string
- func (*PartyByIDRequest) ProtoMessage()
- func (m *PartyByIDRequest) Reset()
- func (m *PartyByIDRequest) String() string
- func (this *PartyByIDRequest) Validate() error
- func (m *PartyByIDRequest) XXX_DiscardUnknown()
- func (m *PartyByIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PartyByIDRequest) XXX_Merge(src proto.Message)
- func (m *PartyByIDRequest) XXX_Size() int
- func (m *PartyByIDRequest) XXX_Unmarshal(b []byte) error
- type PartyByIDResponse
- func (*PartyByIDResponse) Descriptor() ([]byte, []int)
- func (m *PartyByIDResponse) GetParty() *vega.Party
- func (*PartyByIDResponse) ProtoMessage()
- func (m *PartyByIDResponse) Reset()
- func (m *PartyByIDResponse) String() string
- func (this *PartyByIDResponse) Validate() error
- func (m *PartyByIDResponse) XXX_DiscardUnknown()
- func (m *PartyByIDResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PartyByIDResponse) XXX_Merge(src proto.Message)
- func (m *PartyByIDResponse) XXX_Size() int
- func (m *PartyByIDResponse) XXX_Unmarshal(b []byte) error
- type PartyStakeRequest
- func (*PartyStakeRequest) Descriptor() ([]byte, []int)
- func (m *PartyStakeRequest) GetParty() string
- func (*PartyStakeRequest) ProtoMessage()
- func (m *PartyStakeRequest) Reset()
- func (m *PartyStakeRequest) String() string
- func (this *PartyStakeRequest) Validate() error
- func (m *PartyStakeRequest) XXX_DiscardUnknown()
- func (m *PartyStakeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PartyStakeRequest) XXX_Merge(src proto.Message)
- func (m *PartyStakeRequest) XXX_Size() int
- func (m *PartyStakeRequest) XXX_Unmarshal(b []byte) error
- type PartyStakeResponse
- func (*PartyStakeResponse) Descriptor() ([]byte, []int)
- func (m *PartyStakeResponse) GetCurrentStakeAvailable() string
- func (m *PartyStakeResponse) GetStakeLinkings() []*v1.StakeLinking
- func (*PartyStakeResponse) ProtoMessage()
- func (m *PartyStakeResponse) Reset()
- func (m *PartyStakeResponse) String() string
- func (this *PartyStakeResponse) Validate() error
- func (m *PartyStakeResponse) XXX_DiscardUnknown()
- func (m *PartyStakeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PartyStakeResponse) XXX_Merge(src proto.Message)
- func (m *PartyStakeResponse) XXX_Size() int
- func (m *PartyStakeResponse) XXX_Unmarshal(b []byte) error
- type PositionsByPartyRequest
- func (*PositionsByPartyRequest) Descriptor() ([]byte, []int)
- func (m *PositionsByPartyRequest) GetMarketId() string
- func (m *PositionsByPartyRequest) GetPartyId() string
- func (*PositionsByPartyRequest) ProtoMessage()
- func (m *PositionsByPartyRequest) Reset()
- func (m *PositionsByPartyRequest) String() string
- func (this *PositionsByPartyRequest) Validate() error
- func (m *PositionsByPartyRequest) XXX_DiscardUnknown()
- func (m *PositionsByPartyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PositionsByPartyRequest) XXX_Merge(src proto.Message)
- func (m *PositionsByPartyRequest) XXX_Size() int
- func (m *PositionsByPartyRequest) XXX_Unmarshal(b []byte) error
- type PositionsByPartyResponse
- func (*PositionsByPartyResponse) Descriptor() ([]byte, []int)
- func (m *PositionsByPartyResponse) GetPositions() []*vega.Position
- func (*PositionsByPartyResponse) ProtoMessage()
- func (m *PositionsByPartyResponse) Reset()
- func (m *PositionsByPartyResponse) String() string
- func (this *PositionsByPartyResponse) Validate() error
- func (m *PositionsByPartyResponse) XXX_DiscardUnknown()
- func (m *PositionsByPartyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PositionsByPartyResponse) XXX_Merge(src proto.Message)
- func (m *PositionsByPartyResponse) XXX_Size() int
- func (m *PositionsByPartyResponse) XXX_Unmarshal(b []byte) error
- type PositionsSubscribeRequest
- func (*PositionsSubscribeRequest) Descriptor() ([]byte, []int)
- func (m *PositionsSubscribeRequest) GetMarketId() string
- func (m *PositionsSubscribeRequest) GetPartyId() string
- func (*PositionsSubscribeRequest) ProtoMessage()
- func (m *PositionsSubscribeRequest) Reset()
- func (m *PositionsSubscribeRequest) String() string
- func (this *PositionsSubscribeRequest) Validate() error
- func (m *PositionsSubscribeRequest) XXX_DiscardUnknown()
- func (m *PositionsSubscribeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PositionsSubscribeRequest) XXX_Merge(src proto.Message)
- func (m *PositionsSubscribeRequest) XXX_Size() int
- func (m *PositionsSubscribeRequest) XXX_Unmarshal(b []byte) error
- type PositionsSubscribeResponse
- func (*PositionsSubscribeResponse) Descriptor() ([]byte, []int)
- func (m *PositionsSubscribeResponse) GetPosition() *vega.Position
- func (*PositionsSubscribeResponse) ProtoMessage()
- func (m *PositionsSubscribeResponse) Reset()
- func (m *PositionsSubscribeResponse) String() string
- func (this *PositionsSubscribeResponse) Validate() error
- func (m *PositionsSubscribeResponse) XXX_DiscardUnknown()
- func (m *PositionsSubscribeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PositionsSubscribeResponse) XXX_Merge(src proto.Message)
- func (m *PositionsSubscribeResponse) XXX_Size() int
- func (m *PositionsSubscribeResponse) XXX_Unmarshal(b []byte) error
- type TradesByMarketRequest
- func (*TradesByMarketRequest) Descriptor() ([]byte, []int)
- func (m *TradesByMarketRequest) GetMarketId() string
- func (m *TradesByMarketRequest) GetPagination() *Pagination
- func (*TradesByMarketRequest) ProtoMessage()
- func (m *TradesByMarketRequest) Reset()
- func (m *TradesByMarketRequest) String() string
- func (this *TradesByMarketRequest) Validate() error
- func (m *TradesByMarketRequest) XXX_DiscardUnknown()
- func (m *TradesByMarketRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TradesByMarketRequest) XXX_Merge(src proto.Message)
- func (m *TradesByMarketRequest) XXX_Size() int
- func (m *TradesByMarketRequest) XXX_Unmarshal(b []byte) error
- type TradesByMarketResponse
- func (*TradesByMarketResponse) Descriptor() ([]byte, []int)
- func (m *TradesByMarketResponse) GetTrades() []*vega.Trade
- func (*TradesByMarketResponse) ProtoMessage()
- func (m *TradesByMarketResponse) Reset()
- func (m *TradesByMarketResponse) String() string
- func (this *TradesByMarketResponse) Validate() error
- func (m *TradesByMarketResponse) XXX_DiscardUnknown()
- func (m *TradesByMarketResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TradesByMarketResponse) XXX_Merge(src proto.Message)
- func (m *TradesByMarketResponse) XXX_Size() int
- func (m *TradesByMarketResponse) XXX_Unmarshal(b []byte) error
- type TradesByOrderRequest
- func (*TradesByOrderRequest) Descriptor() ([]byte, []int)
- func (m *TradesByOrderRequest) GetOrderId() string
- func (*TradesByOrderRequest) ProtoMessage()
- func (m *TradesByOrderRequest) Reset()
- func (m *TradesByOrderRequest) String() string
- func (this *TradesByOrderRequest) Validate() error
- func (m *TradesByOrderRequest) XXX_DiscardUnknown()
- func (m *TradesByOrderRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TradesByOrderRequest) XXX_Merge(src proto.Message)
- func (m *TradesByOrderRequest) XXX_Size() int
- func (m *TradesByOrderRequest) XXX_Unmarshal(b []byte) error
- type TradesByOrderResponse
- func (*TradesByOrderResponse) Descriptor() ([]byte, []int)
- func (m *TradesByOrderResponse) GetTrades() []*vega.Trade
- func (*TradesByOrderResponse) ProtoMessage()
- func (m *TradesByOrderResponse) Reset()
- func (m *TradesByOrderResponse) String() string
- func (this *TradesByOrderResponse) Validate() error
- func (m *TradesByOrderResponse) XXX_DiscardUnknown()
- func (m *TradesByOrderResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TradesByOrderResponse) XXX_Merge(src proto.Message)
- func (m *TradesByOrderResponse) XXX_Size() int
- func (m *TradesByOrderResponse) XXX_Unmarshal(b []byte) error
- type TradesByPartyRequest
- func (*TradesByPartyRequest) Descriptor() ([]byte, []int)
- func (m *TradesByPartyRequest) GetMarketId() string
- func (m *TradesByPartyRequest) GetPagination() *Pagination
- func (m *TradesByPartyRequest) GetPartyId() string
- func (*TradesByPartyRequest) ProtoMessage()
- func (m *TradesByPartyRequest) Reset()
- func (m *TradesByPartyRequest) String() string
- func (this *TradesByPartyRequest) Validate() error
- func (m *TradesByPartyRequest) XXX_DiscardUnknown()
- func (m *TradesByPartyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TradesByPartyRequest) XXX_Merge(src proto.Message)
- func (m *TradesByPartyRequest) XXX_Size() int
- func (m *TradesByPartyRequest) XXX_Unmarshal(b []byte) error
- type TradesByPartyResponse
- func (*TradesByPartyResponse) Descriptor() ([]byte, []int)
- func (m *TradesByPartyResponse) GetTrades() []*vega.Trade
- func (*TradesByPartyResponse) ProtoMessage()
- func (m *TradesByPartyResponse) Reset()
- func (m *TradesByPartyResponse) String() string
- func (this *TradesByPartyResponse) Validate() error
- func (m *TradesByPartyResponse) XXX_DiscardUnknown()
- func (m *TradesByPartyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TradesByPartyResponse) XXX_Merge(src proto.Message)
- func (m *TradesByPartyResponse) XXX_Size() int
- func (m *TradesByPartyResponse) XXX_Unmarshal(b []byte) error
- type TradesSubscribeRequest
- func (*TradesSubscribeRequest) Descriptor() ([]byte, []int)
- func (m *TradesSubscribeRequest) GetMarketId() string
- func (m *TradesSubscribeRequest) GetPartyId() string
- func (*TradesSubscribeRequest) ProtoMessage()
- func (m *TradesSubscribeRequest) Reset()
- func (m *TradesSubscribeRequest) String() string
- func (this *TradesSubscribeRequest) Validate() error
- func (m *TradesSubscribeRequest) XXX_DiscardUnknown()
- func (m *TradesSubscribeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TradesSubscribeRequest) XXX_Merge(src proto.Message)
- func (m *TradesSubscribeRequest) XXX_Size() int
- func (m *TradesSubscribeRequest) XXX_Unmarshal(b []byte) error
- type TradesSubscribeResponse
- func (*TradesSubscribeResponse) Descriptor() ([]byte, []int)
- func (m *TradesSubscribeResponse) GetTrades() []*vega.Trade
- func (*TradesSubscribeResponse) ProtoMessage()
- func (m *TradesSubscribeResponse) Reset()
- func (m *TradesSubscribeResponse) String() string
- func (this *TradesSubscribeResponse) Validate() error
- func (m *TradesSubscribeResponse) XXX_DiscardUnknown()
- func (m *TradesSubscribeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TradesSubscribeResponse) XXX_Merge(src proto.Message)
- func (m *TradesSubscribeResponse) XXX_Size() int
- func (m *TradesSubscribeResponse) XXX_Unmarshal(b []byte) error
- 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_ObserveRewardDetailsClient
- type TradingDataService_ObserveRewardDetailsServer
- 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)
- func (*TransferResponsesSubscribeRequest) ProtoMessage()
- func (m *TransferResponsesSubscribeRequest) Reset()
- func (m *TransferResponsesSubscribeRequest) String() string
- func (this *TransferResponsesSubscribeRequest) Validate() error
- func (m *TransferResponsesSubscribeRequest) XXX_DiscardUnknown()
- func (m *TransferResponsesSubscribeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TransferResponsesSubscribeRequest) XXX_Merge(src proto.Message)
- func (m *TransferResponsesSubscribeRequest) XXX_Size() int
- func (m *TransferResponsesSubscribeRequest) XXX_Unmarshal(b []byte) error
- type TransferResponsesSubscribeResponse
- func (*TransferResponsesSubscribeResponse) Descriptor() ([]byte, []int)
- func (m *TransferResponsesSubscribeResponse) GetResponse() *vega.TransferResponse
- func (*TransferResponsesSubscribeResponse) ProtoMessage()
- func (m *TransferResponsesSubscribeResponse) Reset()
- func (m *TransferResponsesSubscribeResponse) String() string
- func (this *TransferResponsesSubscribeResponse) Validate() error
- func (m *TransferResponsesSubscribeResponse) XXX_DiscardUnknown()
- func (m *TransferResponsesSubscribeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TransferResponsesSubscribeResponse) XXX_Merge(src proto.Message)
- func (m *TransferResponsesSubscribeResponse) XXX_Size() int
- func (m *TransferResponsesSubscribeResponse) XXX_Unmarshal(b []byte) error
- type WithdrawalRequest
- func (*WithdrawalRequest) Descriptor() ([]byte, []int)
- func (m *WithdrawalRequest) GetId() string
- func (*WithdrawalRequest) ProtoMessage()
- func (m *WithdrawalRequest) Reset()
- func (m *WithdrawalRequest) String() string
- func (this *WithdrawalRequest) Validate() error
- func (m *WithdrawalRequest) XXX_DiscardUnknown()
- func (m *WithdrawalRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *WithdrawalRequest) XXX_Merge(src proto.Message)
- func (m *WithdrawalRequest) XXX_Size() int
- func (m *WithdrawalRequest) XXX_Unmarshal(b []byte) error
- type WithdrawalResponse
- func (*WithdrawalResponse) Descriptor() ([]byte, []int)
- func (m *WithdrawalResponse) GetWithdrawal() *vega.Withdrawal
- func (*WithdrawalResponse) ProtoMessage()
- func (m *WithdrawalResponse) Reset()
- func (m *WithdrawalResponse) String() string
- func (this *WithdrawalResponse) Validate() error
- func (m *WithdrawalResponse) XXX_DiscardUnknown()
- func (m *WithdrawalResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *WithdrawalResponse) XXX_Merge(src proto.Message)
- func (m *WithdrawalResponse) XXX_Size() int
- func (m *WithdrawalResponse) XXX_Unmarshal(b []byte) error
- type WithdrawalsRequest
- func (*WithdrawalsRequest) Descriptor() ([]byte, []int)
- func (m *WithdrawalsRequest) GetPartyId() string
- func (*WithdrawalsRequest) ProtoMessage()
- func (m *WithdrawalsRequest) Reset()
- func (m *WithdrawalsRequest) String() string
- func (this *WithdrawalsRequest) Validate() error
- func (m *WithdrawalsRequest) XXX_DiscardUnknown()
- func (m *WithdrawalsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *WithdrawalsRequest) XXX_Merge(src proto.Message)
- func (m *WithdrawalsRequest) XXX_Size() int
- func (m *WithdrawalsRequest) XXX_Unmarshal(b []byte) error
- type WithdrawalsResponse
- func (*WithdrawalsResponse) Descriptor() ([]byte, []int)
- func (m *WithdrawalsResponse) GetWithdrawals() []*vega.Withdrawal
- func (*WithdrawalsResponse) ProtoMessage()
- func (m *WithdrawalsResponse) Reset()
- func (m *WithdrawalsResponse) String() string
- func (this *WithdrawalsResponse) Validate() error
- func (m *WithdrawalsResponse) XXX_DiscardUnknown()
- func (m *WithdrawalsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *WithdrawalsResponse) XXX_Merge(src proto.Message)
- func (m *WithdrawalsResponse) XXX_Size() int
- func (m *WithdrawalsResponse) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
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 RegisterTradingDataServiceServer ¶
func RegisterTradingDataServiceServer(s *grpc.Server, 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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Request to subscribe to a stream of (Accounts)[#vega.Account]
func (*AccountsSubscribeRequest) Descriptor ¶
func (*AccountsSubscribeRequest) Descriptor() ([]byte, []int)
func (*AccountsSubscribeRequest) GetAsset ¶
func (m *AccountsSubscribeRequest) GetAsset() string
func (*AccountsSubscribeRequest) GetMarketId ¶
func (m *AccountsSubscribeRequest) GetMarketId() string
func (*AccountsSubscribeRequest) GetPartyId ¶
func (m *AccountsSubscribeRequest) GetPartyId() string
func (*AccountsSubscribeRequest) GetType ¶
func (m *AccountsSubscribeRequest) GetType() vega.AccountType
func (*AccountsSubscribeRequest) ProtoMessage ¶
func (*AccountsSubscribeRequest) ProtoMessage()
func (*AccountsSubscribeRequest) Reset ¶
func (m *AccountsSubscribeRequest) Reset()
func (*AccountsSubscribeRequest) String ¶
func (m *AccountsSubscribeRequest) String() string
func (*AccountsSubscribeRequest) Validate ¶
func (this *AccountsSubscribeRequest) Validate() error
func (*AccountsSubscribeRequest) XXX_DiscardUnknown ¶
func (m *AccountsSubscribeRequest) XXX_DiscardUnknown()
func (*AccountsSubscribeRequest) XXX_Marshal ¶
func (m *AccountsSubscribeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AccountsSubscribeRequest) XXX_Merge ¶
func (m *AccountsSubscribeRequest) XXX_Merge(src proto.Message)
func (*AccountsSubscribeRequest) XXX_Size ¶
func (m *AccountsSubscribeRequest) XXX_Size() int
func (*AccountsSubscribeRequest) XXX_Unmarshal ¶
func (m *AccountsSubscribeRequest) XXX_Unmarshal(b []byte) error
type AccountsSubscribeResponse ¶
type AccountsSubscribeResponse struct {
Account *vega.Account `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*AccountsSubscribeResponse) Descriptor ¶
func (*AccountsSubscribeResponse) Descriptor() ([]byte, []int)
func (*AccountsSubscribeResponse) GetAccount ¶
func (m *AccountsSubscribeResponse) GetAccount() *vega.Account
func (*AccountsSubscribeResponse) ProtoMessage ¶
func (*AccountsSubscribeResponse) ProtoMessage()
func (*AccountsSubscribeResponse) Reset ¶
func (m *AccountsSubscribeResponse) Reset()
func (*AccountsSubscribeResponse) String ¶
func (m *AccountsSubscribeResponse) String() string
func (*AccountsSubscribeResponse) Validate ¶
func (this *AccountsSubscribeResponse) Validate() error
func (*AccountsSubscribeResponse) XXX_DiscardUnknown ¶
func (m *AccountsSubscribeResponse) XXX_DiscardUnknown()
func (*AccountsSubscribeResponse) XXX_Marshal ¶
func (m *AccountsSubscribeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AccountsSubscribeResponse) XXX_Merge ¶
func (m *AccountsSubscribeResponse) XXX_Merge(src proto.Message)
func (*AccountsSubscribeResponse) XXX_Size ¶
func (m *AccountsSubscribeResponse) XXX_Size() int
func (*AccountsSubscribeResponse) XXX_Unmarshal ¶
func (m *AccountsSubscribeResponse) XXX_Unmarshal(b []byte) error
type AssetByIDRequest ¶
type AssetByIDRequest struct {
// Asset identifier, required field
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Request for an asset given an asset identifier
func (*AssetByIDRequest) Descriptor ¶
func (*AssetByIDRequest) Descriptor() ([]byte, []int)
func (*AssetByIDRequest) GetId ¶
func (m *AssetByIDRequest) GetId() string
func (*AssetByIDRequest) ProtoMessage ¶
func (*AssetByIDRequest) ProtoMessage()
func (*AssetByIDRequest) Reset ¶
func (m *AssetByIDRequest) Reset()
func (*AssetByIDRequest) String ¶
func (m *AssetByIDRequest) String() string
func (*AssetByIDRequest) Validate ¶
func (this *AssetByIDRequest) Validate() error
func (*AssetByIDRequest) XXX_DiscardUnknown ¶
func (m *AssetByIDRequest) XXX_DiscardUnknown()
func (*AssetByIDRequest) XXX_Marshal ¶
func (m *AssetByIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AssetByIDRequest) XXX_Merge ¶
func (m *AssetByIDRequest) XXX_Merge(src proto.Message)
func (*AssetByIDRequest) XXX_Size ¶
func (m *AssetByIDRequest) XXX_Size() int
func (*AssetByIDRequest) XXX_Unmarshal ¶
func (m *AssetByIDRequest) XXX_Unmarshal(b []byte) error
type AssetByIDResponse ¶
type AssetByIDResponse struct {
// An asset record, if found
Asset *vega.Asset `protobuf:"bytes,1,opt,name=asset,proto3" json:"asset,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Response for an asset given an asset identifier
func (*AssetByIDResponse) Descriptor ¶
func (*AssetByIDResponse) Descriptor() ([]byte, []int)
func (*AssetByIDResponse) GetAsset ¶
func (m *AssetByIDResponse) GetAsset() *vega.Asset
func (*AssetByIDResponse) ProtoMessage ¶
func (*AssetByIDResponse) ProtoMessage()
func (*AssetByIDResponse) Reset ¶
func (m *AssetByIDResponse) Reset()
func (*AssetByIDResponse) String ¶
func (m *AssetByIDResponse) String() string
func (*AssetByIDResponse) Validate ¶
func (this *AssetByIDResponse) Validate() error
func (*AssetByIDResponse) XXX_DiscardUnknown ¶
func (m *AssetByIDResponse) XXX_DiscardUnknown()
func (*AssetByIDResponse) XXX_Marshal ¶
func (m *AssetByIDResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AssetByIDResponse) XXX_Merge ¶
func (m *AssetByIDResponse) XXX_Merge(src proto.Message)
func (*AssetByIDResponse) XXX_Size ¶
func (m *AssetByIDResponse) XXX_Size() int
func (*AssetByIDResponse) XXX_Unmarshal ¶
func (m *AssetByIDResponse) XXX_Unmarshal(b []byte) error
type AssetsRequest ¶
type AssetsRequest struct {
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Request for a list of all assets enabled on Vega
func (*AssetsRequest) Descriptor ¶
func (*AssetsRequest) Descriptor() ([]byte, []int)
func (*AssetsRequest) ProtoMessage ¶
func (*AssetsRequest) ProtoMessage()
func (*AssetsRequest) Reset ¶
func (m *AssetsRequest) Reset()
func (*AssetsRequest) String ¶
func (m *AssetsRequest) String() string
func (*AssetsRequest) Validate ¶
func (this *AssetsRequest) Validate() error
func (*AssetsRequest) XXX_DiscardUnknown ¶
func (m *AssetsRequest) XXX_DiscardUnknown()
func (*AssetsRequest) XXX_Marshal ¶
func (m *AssetsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AssetsRequest) XXX_Merge ¶
func (m *AssetsRequest) XXX_Merge(src proto.Message)
func (*AssetsRequest) XXX_Size ¶
func (m *AssetsRequest) XXX_Size() int
func (*AssetsRequest) XXX_Unmarshal ¶
func (m *AssetsRequest) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Response for a list of all assets enabled on Vega
func (*AssetsResponse) Descriptor ¶
func (*AssetsResponse) Descriptor() ([]byte, []int)
func (*AssetsResponse) GetAssets ¶
func (m *AssetsResponse) GetAssets() []*vega.Asset
func (*AssetsResponse) ProtoMessage ¶
func (*AssetsResponse) ProtoMessage()
func (*AssetsResponse) Reset ¶
func (m *AssetsResponse) Reset()
func (*AssetsResponse) String ¶
func (m *AssetsResponse) String() string
func (*AssetsResponse) Validate ¶
func (this *AssetsResponse) Validate() error
func (*AssetsResponse) XXX_DiscardUnknown ¶
func (m *AssetsResponse) XXX_DiscardUnknown()
func (*AssetsResponse) XXX_Marshal ¶
func (m *AssetsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AssetsResponse) XXX_Merge ¶
func (m *AssetsResponse) XXX_Merge(src proto.Message)
func (*AssetsResponse) XXX_Size ¶
func (m *AssetsResponse) XXX_Size() int
func (*AssetsResponse) XXX_Unmarshal ¶
func (m *AssetsResponse) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Request for a list of candles for a market at an interval
func (*CandlesRequest) Descriptor ¶
func (*CandlesRequest) Descriptor() ([]byte, []int)
func (*CandlesRequest) GetInterval ¶
func (m *CandlesRequest) GetInterval() vega.Interval
func (*CandlesRequest) GetMarketId ¶
func (m *CandlesRequest) GetMarketId() string
func (*CandlesRequest) GetSinceTimestamp ¶
func (m *CandlesRequest) GetSinceTimestamp() int64
func (*CandlesRequest) ProtoMessage ¶
func (*CandlesRequest) ProtoMessage()
func (*CandlesRequest) Reset ¶
func (m *CandlesRequest) Reset()
func (*CandlesRequest) String ¶
func (m *CandlesRequest) String() string
func (*CandlesRequest) Validate ¶
func (this *CandlesRequest) Validate() error
func (*CandlesRequest) XXX_DiscardUnknown ¶
func (m *CandlesRequest) XXX_DiscardUnknown()
func (*CandlesRequest) XXX_Marshal ¶
func (m *CandlesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CandlesRequest) XXX_Merge ¶
func (m *CandlesRequest) XXX_Merge(src proto.Message)
func (*CandlesRequest) XXX_Size ¶
func (m *CandlesRequest) XXX_Size() int
func (*CandlesRequest) XXX_Unmarshal ¶
func (m *CandlesRequest) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Response for a list of candles for a market at an interval
func (*CandlesResponse) Descriptor ¶
func (*CandlesResponse) Descriptor() ([]byte, []int)
func (*CandlesResponse) GetCandles ¶
func (m *CandlesResponse) GetCandles() []*vega.Candle
func (*CandlesResponse) ProtoMessage ¶
func (*CandlesResponse) ProtoMessage()
func (*CandlesResponse) Reset ¶
func (m *CandlesResponse) Reset()
func (*CandlesResponse) String ¶
func (m *CandlesResponse) String() string
func (*CandlesResponse) Validate ¶
func (this *CandlesResponse) Validate() error
func (*CandlesResponse) XXX_DiscardUnknown ¶
func (m *CandlesResponse) XXX_DiscardUnknown()
func (*CandlesResponse) XXX_Marshal ¶
func (m *CandlesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CandlesResponse) XXX_Merge ¶
func (m *CandlesResponse) XXX_Merge(src proto.Message)
func (*CandlesResponse) XXX_Size ¶
func (m *CandlesResponse) XXX_Size() int
func (*CandlesResponse) XXX_Unmarshal ¶
func (m *CandlesResponse) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Request to subscribe to a stream of (Candles)[#vega.Candle]
func (*CandlesSubscribeRequest) Descriptor ¶
func (*CandlesSubscribeRequest) Descriptor() ([]byte, []int)
func (*CandlesSubscribeRequest) GetInterval ¶
func (m *CandlesSubscribeRequest) GetInterval() vega.Interval
func (*CandlesSubscribeRequest) GetMarketId ¶
func (m *CandlesSubscribeRequest) GetMarketId() string
func (*CandlesSubscribeRequest) ProtoMessage ¶
func (*CandlesSubscribeRequest) ProtoMessage()
func (*CandlesSubscribeRequest) Reset ¶
func (m *CandlesSubscribeRequest) Reset()
func (*CandlesSubscribeRequest) String ¶
func (m *CandlesSubscribeRequest) String() string
func (*CandlesSubscribeRequest) Validate ¶
func (this *CandlesSubscribeRequest) Validate() error
func (*CandlesSubscribeRequest) XXX_DiscardUnknown ¶
func (m *CandlesSubscribeRequest) XXX_DiscardUnknown()
func (*CandlesSubscribeRequest) XXX_Marshal ¶
func (m *CandlesSubscribeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CandlesSubscribeRequest) XXX_Merge ¶
func (m *CandlesSubscribeRequest) XXX_Merge(src proto.Message)
func (*CandlesSubscribeRequest) XXX_Size ¶
func (m *CandlesSubscribeRequest) XXX_Size() int
func (*CandlesSubscribeRequest) XXX_Unmarshal ¶
func (m *CandlesSubscribeRequest) XXX_Unmarshal(b []byte) error
type CandlesSubscribeResponse ¶
type CandlesSubscribeResponse struct {
Candle *vega.Candle `protobuf:"bytes,1,opt,name=candle,proto3" json:"candle,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*CandlesSubscribeResponse) Descriptor ¶
func (*CandlesSubscribeResponse) Descriptor() ([]byte, []int)
func (*CandlesSubscribeResponse) GetCandle ¶
func (m *CandlesSubscribeResponse) GetCandle() *vega.Candle
func (*CandlesSubscribeResponse) ProtoMessage ¶
func (*CandlesSubscribeResponse) ProtoMessage()
func (*CandlesSubscribeResponse) Reset ¶
func (m *CandlesSubscribeResponse) Reset()
func (*CandlesSubscribeResponse) String ¶
func (m *CandlesSubscribeResponse) String() string
func (*CandlesSubscribeResponse) Validate ¶
func (this *CandlesSubscribeResponse) Validate() error
func (*CandlesSubscribeResponse) XXX_DiscardUnknown ¶
func (m *CandlesSubscribeResponse) XXX_DiscardUnknown()
func (*CandlesSubscribeResponse) XXX_Marshal ¶
func (m *CandlesSubscribeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CandlesSubscribeResponse) XXX_Merge ¶
func (m *CandlesSubscribeResponse) XXX_Merge(src proto.Message)
func (*CandlesSubscribeResponse) XXX_Size ¶
func (m *CandlesSubscribeResponse) XXX_Size() int
func (*CandlesSubscribeResponse) XXX_Unmarshal ¶
func (m *CandlesSubscribeResponse) XXX_Unmarshal(b []byte) error
type Checkpoint ¶ added in v0.42.0
type Checkpoint struct {
Hash string `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
BlockHash string `protobuf:"bytes,2,opt,name=block_hash,json=blockHash,proto3" json:"block_hash,omitempty"`
AtBlock uint64 `protobuf:"varint,3,opt,name=at_block,json=atBlock,proto3" json:"at_block,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
The actual data regarding a checkpoint
func (*Checkpoint) Descriptor ¶ added in v0.42.0
func (*Checkpoint) Descriptor() ([]byte, []int)
func (*Checkpoint) GetAtBlock ¶ added in v0.42.0
func (m *Checkpoint) GetAtBlock() uint64
func (*Checkpoint) GetBlockHash ¶ added in v0.42.0
func (m *Checkpoint) GetBlockHash() string
func (*Checkpoint) GetHash ¶ added in v0.42.0
func (m *Checkpoint) GetHash() string
func (*Checkpoint) ProtoMessage ¶ added in v0.42.0
func (*Checkpoint) ProtoMessage()
func (*Checkpoint) Reset ¶ added in v0.42.0
func (m *Checkpoint) Reset()
func (*Checkpoint) String ¶ added in v0.42.0
func (m *Checkpoint) String() string
func (*Checkpoint) Validate ¶ added in v0.42.0
func (this *Checkpoint) Validate() error
func (*Checkpoint) XXX_DiscardUnknown ¶ added in v0.42.0
func (m *Checkpoint) XXX_DiscardUnknown()
func (*Checkpoint) XXX_Marshal ¶ added in v0.42.0
func (m *Checkpoint) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Checkpoint) XXX_Merge ¶ added in v0.42.0
func (m *Checkpoint) XXX_Merge(src proto.Message)
func (*Checkpoint) XXX_Size ¶ added in v0.42.0
func (m *Checkpoint) XXX_Size() int
func (*Checkpoint) XXX_Unmarshal ¶ added in v0.42.0
func (m *Checkpoint) XXX_Unmarshal(b []byte) error
type CheckpointsRequest ¶ added in v0.42.0
type CheckpointsRequest struct {
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Request to get all checkpoints. Currently no fields, probably will be expanded to allow filtering data
func (*CheckpointsRequest) Descriptor ¶ added in v0.42.0
func (*CheckpointsRequest) Descriptor() ([]byte, []int)
func (*CheckpointsRequest) ProtoMessage ¶ added in v0.42.0
func (*CheckpointsRequest) ProtoMessage()
func (*CheckpointsRequest) Reset ¶ added in v0.42.0
func (m *CheckpointsRequest) Reset()
func (*CheckpointsRequest) String ¶ added in v0.42.0
func (m *CheckpointsRequest) String() string
func (*CheckpointsRequest) Validate ¶ added in v0.42.0
func (this *CheckpointsRequest) Validate() error
func (*CheckpointsRequest) XXX_DiscardUnknown ¶ added in v0.42.0
func (m *CheckpointsRequest) XXX_DiscardUnknown()
func (*CheckpointsRequest) XXX_Marshal ¶ added in v0.42.0
func (m *CheckpointsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CheckpointsRequest) XXX_Merge ¶ added in v0.42.0
func (m *CheckpointsRequest) XXX_Merge(src proto.Message)
func (*CheckpointsRequest) XXX_Size ¶ added in v0.42.0
func (m *CheckpointsRequest) XXX_Size() int
func (*CheckpointsRequest) XXX_Unmarshal ¶ added in v0.42.0
func (m *CheckpointsRequest) XXX_Unmarshal(b []byte) error
type CheckpointsResponse ¶ added in v0.42.0
type CheckpointsResponse struct {
Checkpoints []*Checkpoint `protobuf:"bytes,1,rep,name=checkpoints,proto3" json:"checkpoints,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Response message containing all checkpoints requested
func (*CheckpointsResponse) Descriptor ¶ added in v0.42.0
func (*CheckpointsResponse) Descriptor() ([]byte, []int)
func (*CheckpointsResponse) GetCheckpoints ¶ added in v0.42.0
func (m *CheckpointsResponse) GetCheckpoints() []*Checkpoint
func (*CheckpointsResponse) ProtoMessage ¶ added in v0.42.0
func (*CheckpointsResponse) ProtoMessage()
func (*CheckpointsResponse) Reset ¶ added in v0.42.0
func (m *CheckpointsResponse) Reset()
func (*CheckpointsResponse) String ¶ added in v0.42.0
func (m *CheckpointsResponse) String() string
func (*CheckpointsResponse) Validate ¶ added in v0.42.0
func (this *CheckpointsResponse) Validate() error
func (*CheckpointsResponse) XXX_DiscardUnknown ¶ added in v0.42.0
func (m *CheckpointsResponse) XXX_DiscardUnknown()
func (*CheckpointsResponse) XXX_Marshal ¶ added in v0.42.0
func (m *CheckpointsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CheckpointsResponse) XXX_Merge ¶ added in v0.42.0
func (m *CheckpointsResponse) XXX_Merge(src proto.Message)
func (*CheckpointsResponse) XXX_Size ¶ added in v0.42.0
func (m *CheckpointsResponse) XXX_Size() int
func (*CheckpointsResponse) XXX_Unmarshal ¶ added in v0.42.0
func (m *CheckpointsResponse) XXX_Unmarshal(b []byte) error
type DelegationsRequest ¶ added in v0.42.0
type DelegationsRequest struct {
Party string `protobuf:"bytes,1,opt,name=party,proto3" json:"party,omitempty"`
NodeId string `protobuf:"bytes,2,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
EpochSeq string `protobuf:"bytes,3,opt,name=epoch_seq,json=epochSeq,proto3" json:"epoch_seq,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
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 ¶ added in v0.42.0
func (*DelegationsRequest) Descriptor() ([]byte, []int)
func (*DelegationsRequest) GetEpochSeq ¶ added in v0.42.0
func (m *DelegationsRequest) GetEpochSeq() string
func (*DelegationsRequest) GetNodeId ¶ added in v0.42.0
func (m *DelegationsRequest) GetNodeId() string
func (*DelegationsRequest) GetParty ¶ added in v0.42.0
func (m *DelegationsRequest) GetParty() string
func (*DelegationsRequest) ProtoMessage ¶ added in v0.42.0
func (*DelegationsRequest) ProtoMessage()
func (*DelegationsRequest) Reset ¶ added in v0.42.0
func (m *DelegationsRequest) Reset()
func (*DelegationsRequest) String ¶ added in v0.42.0
func (m *DelegationsRequest) String() string
func (*DelegationsRequest) Validate ¶ added in v0.42.0
func (this *DelegationsRequest) Validate() error
func (*DelegationsRequest) XXX_DiscardUnknown ¶ added in v0.42.0
func (m *DelegationsRequest) XXX_DiscardUnknown()
func (*DelegationsRequest) XXX_Marshal ¶ added in v0.42.0
func (m *DelegationsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DelegationsRequest) XXX_Merge ¶ added in v0.42.0
func (m *DelegationsRequest) XXX_Merge(src proto.Message)
func (*DelegationsRequest) XXX_Size ¶ added in v0.42.0
func (m *DelegationsRequest) XXX_Size() int
func (*DelegationsRequest) XXX_Unmarshal ¶ added in v0.42.0
func (m *DelegationsRequest) XXX_Unmarshal(b []byte) error
type DelegationsResponse ¶ added in v0.42.0
type DelegationsResponse struct {
Delegations []*vega.Delegation `protobuf:"bytes,1,rep,name=delegations,proto3" json:"delegations,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*DelegationsResponse) Descriptor ¶ added in v0.42.0
func (*DelegationsResponse) Descriptor() ([]byte, []int)
func (*DelegationsResponse) GetDelegations ¶ added in v0.42.0
func (m *DelegationsResponse) GetDelegations() []*vega.Delegation
func (*DelegationsResponse) ProtoMessage ¶ added in v0.42.0
func (*DelegationsResponse) ProtoMessage()
func (*DelegationsResponse) Reset ¶ added in v0.42.0
func (m *DelegationsResponse) Reset()
func (*DelegationsResponse) String ¶ added in v0.42.0
func (m *DelegationsResponse) String() string
func (*DelegationsResponse) Validate ¶ added in v0.42.0
func (this *DelegationsResponse) Validate() error
func (*DelegationsResponse) XXX_DiscardUnknown ¶ added in v0.42.0
func (m *DelegationsResponse) XXX_DiscardUnknown()
func (*DelegationsResponse) XXX_Marshal ¶ added in v0.42.0
func (m *DelegationsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DelegationsResponse) XXX_Merge ¶ added in v0.42.0
func (m *DelegationsResponse) XXX_Merge(src proto.Message)
func (*DelegationsResponse) XXX_Size ¶ added in v0.42.0
func (m *DelegationsResponse) XXX_Size() int
func (*DelegationsResponse) XXX_Unmarshal ¶ added in v0.42.0
func (m *DelegationsResponse) XXX_Unmarshal(b []byte) error
type DepositRequest ¶
type DepositRequest struct {
// The identifier of the deposit
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
A request to get a specific deposit by identifier
func (*DepositRequest) Descriptor ¶
func (*DepositRequest) Descriptor() ([]byte, []int)
func (*DepositRequest) GetId ¶
func (m *DepositRequest) GetId() string
func (*DepositRequest) ProtoMessage ¶
func (*DepositRequest) ProtoMessage()
func (*DepositRequest) Reset ¶
func (m *DepositRequest) Reset()
func (*DepositRequest) String ¶
func (m *DepositRequest) String() string
func (*DepositRequest) Validate ¶
func (this *DepositRequest) Validate() error
func (*DepositRequest) XXX_DiscardUnknown ¶
func (m *DepositRequest) XXX_DiscardUnknown()
func (*DepositRequest) XXX_Marshal ¶
func (m *DepositRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DepositRequest) XXX_Merge ¶
func (m *DepositRequest) XXX_Merge(src proto.Message)
func (*DepositRequest) XXX_Size ¶
func (m *DepositRequest) XXX_Size() int
func (*DepositRequest) XXX_Unmarshal ¶
func (m *DepositRequest) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
A response for a deposit
func (*DepositResponse) Descriptor ¶
func (*DepositResponse) Descriptor() ([]byte, []int)
func (*DepositResponse) GetDeposit ¶
func (m *DepositResponse) GetDeposit() *vega.Deposit
func (*DepositResponse) ProtoMessage ¶
func (*DepositResponse) ProtoMessage()
func (*DepositResponse) Reset ¶
func (m *DepositResponse) Reset()
func (*DepositResponse) String ¶
func (m *DepositResponse) String() string
func (*DepositResponse) Validate ¶
func (this *DepositResponse) Validate() error
func (*DepositResponse) XXX_DiscardUnknown ¶
func (m *DepositResponse) XXX_DiscardUnknown()
func (*DepositResponse) XXX_Marshal ¶
func (m *DepositResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DepositResponse) XXX_Merge ¶
func (m *DepositResponse) XXX_Merge(src proto.Message)
func (*DepositResponse) XXX_Size ¶
func (m *DepositResponse) XXX_Size() int
func (*DepositResponse) XXX_Unmarshal ¶
func (m *DepositResponse) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
A request to get a list of deposit from a given party
func (*DepositsRequest) Descriptor ¶
func (*DepositsRequest) Descriptor() ([]byte, []int)
func (*DepositsRequest) GetPartyId ¶
func (m *DepositsRequest) GetPartyId() string
func (*DepositsRequest) ProtoMessage ¶
func (*DepositsRequest) ProtoMessage()
func (*DepositsRequest) Reset ¶
func (m *DepositsRequest) Reset()
func (*DepositsRequest) String ¶
func (m *DepositsRequest) String() string
func (*DepositsRequest) Validate ¶
func (this *DepositsRequest) Validate() error
func (*DepositsRequest) XXX_DiscardUnknown ¶
func (m *DepositsRequest) XXX_DiscardUnknown()
func (*DepositsRequest) XXX_Marshal ¶
func (m *DepositsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DepositsRequest) XXX_Merge ¶
func (m *DepositsRequest) XXX_Merge(src proto.Message)
func (*DepositsRequest) XXX_Size ¶
func (m *DepositsRequest) XXX_Size() int
func (*DepositsRequest) XXX_Unmarshal ¶
func (m *DepositsRequest) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
The response for a list of deposits
func (*DepositsResponse) Descriptor ¶
func (*DepositsResponse) Descriptor() ([]byte, []int)
func (*DepositsResponse) GetDeposits ¶
func (m *DepositsResponse) GetDeposits() []*vega.Deposit
func (*DepositsResponse) ProtoMessage ¶
func (*DepositsResponse) ProtoMessage()
func (*DepositsResponse) Reset ¶
func (m *DepositsResponse) Reset()
func (*DepositsResponse) String ¶
func (m *DepositsResponse) String() string
func (*DepositsResponse) Validate ¶
func (this *DepositsResponse) Validate() error
func (*DepositsResponse) XXX_DiscardUnknown ¶
func (m *DepositsResponse) XXX_DiscardUnknown()
func (*DepositsResponse) XXX_Marshal ¶
func (m *DepositsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DepositsResponse) XXX_Merge ¶
func (m *DepositsResponse) XXX_Merge(src proto.Message)
func (*DepositsResponse) XXX_Size ¶
func (m *DepositsResponse) XXX_Size() int
func (*DepositsResponse) XXX_Unmarshal ¶
func (m *DepositsResponse) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
The request to get all information required to bundle the call to finalise the withdrawal on the erc20 bridge
func (*ERC20WithdrawalApprovalRequest) Descriptor ¶
func (*ERC20WithdrawalApprovalRequest) Descriptor() ([]byte, []int)
func (*ERC20WithdrawalApprovalRequest) GetWithdrawalId ¶
func (m *ERC20WithdrawalApprovalRequest) GetWithdrawalId() string
func (*ERC20WithdrawalApprovalRequest) ProtoMessage ¶
func (*ERC20WithdrawalApprovalRequest) ProtoMessage()
func (*ERC20WithdrawalApprovalRequest) Reset ¶
func (m *ERC20WithdrawalApprovalRequest) Reset()
func (*ERC20WithdrawalApprovalRequest) String ¶
func (m *ERC20WithdrawalApprovalRequest) String() string
func (*ERC20WithdrawalApprovalRequest) Validate ¶
func (this *ERC20WithdrawalApprovalRequest) Validate() error
func (*ERC20WithdrawalApprovalRequest) XXX_DiscardUnknown ¶
func (m *ERC20WithdrawalApprovalRequest) XXX_DiscardUnknown()
func (*ERC20WithdrawalApprovalRequest) XXX_Marshal ¶
func (m *ERC20WithdrawalApprovalRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ERC20WithdrawalApprovalRequest) XXX_Merge ¶
func (m *ERC20WithdrawalApprovalRequest) XXX_Merge(src proto.Message)
func (*ERC20WithdrawalApprovalRequest) XXX_Size ¶
func (m *ERC20WithdrawalApprovalRequest) XXX_Size() int
func (*ERC20WithdrawalApprovalRequest) XXX_Unmarshal ¶
func (m *ERC20WithdrawalApprovalRequest) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
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 ¶
func (*ERC20WithdrawalApprovalResponse) Descriptor() ([]byte, []int)
func (*ERC20WithdrawalApprovalResponse) GetAmount ¶
func (m *ERC20WithdrawalApprovalResponse) GetAmount() string
func (*ERC20WithdrawalApprovalResponse) GetAssetSource ¶
func (m *ERC20WithdrawalApprovalResponse) GetAssetSource() string
func (*ERC20WithdrawalApprovalResponse) GetExpiry ¶
func (m *ERC20WithdrawalApprovalResponse) GetExpiry() int64
func (*ERC20WithdrawalApprovalResponse) GetNonce ¶
func (m *ERC20WithdrawalApprovalResponse) GetNonce() string
func (*ERC20WithdrawalApprovalResponse) GetSignatures ¶
func (m *ERC20WithdrawalApprovalResponse) GetSignatures() string
func (*ERC20WithdrawalApprovalResponse) GetTargetAddress ¶ added in v0.42.0
func (m *ERC20WithdrawalApprovalResponse) GetTargetAddress() string
func (*ERC20WithdrawalApprovalResponse) ProtoMessage ¶
func (*ERC20WithdrawalApprovalResponse) ProtoMessage()
func (*ERC20WithdrawalApprovalResponse) Reset ¶
func (m *ERC20WithdrawalApprovalResponse) Reset()
func (*ERC20WithdrawalApprovalResponse) String ¶
func (m *ERC20WithdrawalApprovalResponse) String() string
func (*ERC20WithdrawalApprovalResponse) Validate ¶
func (this *ERC20WithdrawalApprovalResponse) Validate() error
func (*ERC20WithdrawalApprovalResponse) XXX_DiscardUnknown ¶
func (m *ERC20WithdrawalApprovalResponse) XXX_DiscardUnknown()
func (*ERC20WithdrawalApprovalResponse) XXX_Marshal ¶
func (m *ERC20WithdrawalApprovalResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ERC20WithdrawalApprovalResponse) XXX_Merge ¶
func (m *ERC20WithdrawalApprovalResponse) XXX_Merge(src proto.Message)
func (*ERC20WithdrawalApprovalResponse) XXX_Size ¶
func (m *ERC20WithdrawalApprovalResponse) XXX_Size() int
func (*ERC20WithdrawalApprovalResponse) XXX_Unmarshal ¶
func (m *ERC20WithdrawalApprovalResponse) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Request to fetch the estimated fee if an order were to trade immediately
func (*EstimateFeeRequest) Descriptor ¶
func (*EstimateFeeRequest) Descriptor() ([]byte, []int)
func (*EstimateFeeRequest) GetOrder ¶
func (m *EstimateFeeRequest) GetOrder() *vega.Order
func (*EstimateFeeRequest) ProtoMessage ¶
func (*EstimateFeeRequest) ProtoMessage()
func (*EstimateFeeRequest) Reset ¶
func (m *EstimateFeeRequest) Reset()
func (*EstimateFeeRequest) String ¶
func (m *EstimateFeeRequest) String() string
func (*EstimateFeeRequest) Validate ¶
func (this *EstimateFeeRequest) Validate() error
func (*EstimateFeeRequest) XXX_DiscardUnknown ¶
func (m *EstimateFeeRequest) XXX_DiscardUnknown()
func (*EstimateFeeRequest) XXX_Marshal ¶
func (m *EstimateFeeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EstimateFeeRequest) XXX_Merge ¶
func (m *EstimateFeeRequest) XXX_Merge(src proto.Message)
func (*EstimateFeeRequest) XXX_Size ¶
func (m *EstimateFeeRequest) XXX_Size() int
func (*EstimateFeeRequest) XXX_Unmarshal ¶
func (m *EstimateFeeRequest) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Response to a EstimateFeeRequest, containing the estimated fees for a given order
func (*EstimateFeeResponse) Descriptor ¶
func (*EstimateFeeResponse) Descriptor() ([]byte, []int)
func (*EstimateFeeResponse) GetFee ¶
func (m *EstimateFeeResponse) GetFee() *vega.Fee
func (*EstimateFeeResponse) ProtoMessage ¶
func (*EstimateFeeResponse) ProtoMessage()
func (*EstimateFeeResponse) Reset ¶
func (m *EstimateFeeResponse) Reset()
func (*EstimateFeeResponse) String ¶
func (m *EstimateFeeResponse) String() string
func (*EstimateFeeResponse) Validate ¶
func (this *EstimateFeeResponse) Validate() error
func (*EstimateFeeResponse) XXX_DiscardUnknown ¶
func (m *EstimateFeeResponse) XXX_DiscardUnknown()
func (*EstimateFeeResponse) XXX_Marshal ¶
func (m *EstimateFeeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EstimateFeeResponse) XXX_Merge ¶
func (m *EstimateFeeResponse) XXX_Merge(src proto.Message)
func (*EstimateFeeResponse) XXX_Size ¶
func (m *EstimateFeeResponse) XXX_Size() int
func (*EstimateFeeResponse) XXX_Unmarshal ¶
func (m *EstimateFeeResponse) XXX_Unmarshal(b []byte) error
type EstimateMarginRequest ¶
type EstimateMarginRequest struct {
// Order to estimate fees for
Order *vega.Order `protobuf:"bytes,1,opt,name=order,proto3" json:"order,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Request to fetch the estimated MarginLevels if an order were to trade immediately
func (*EstimateMarginRequest) Descriptor ¶
func (*EstimateMarginRequest) Descriptor() ([]byte, []int)
func (*EstimateMarginRequest) GetOrder ¶
func (m *EstimateMarginRequest) GetOrder() *vega.Order
func (*EstimateMarginRequest) ProtoMessage ¶
func (*EstimateMarginRequest) ProtoMessage()
func (*EstimateMarginRequest) Reset ¶
func (m *EstimateMarginRequest) Reset()
func (*EstimateMarginRequest) String ¶
func (m *EstimateMarginRequest) String() string
func (*EstimateMarginRequest) Validate ¶
func (this *EstimateMarginRequest) Validate() error
func (*EstimateMarginRequest) XXX_DiscardUnknown ¶
func (m *EstimateMarginRequest) XXX_DiscardUnknown()
func (*EstimateMarginRequest) XXX_Marshal ¶
func (m *EstimateMarginRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EstimateMarginRequest) XXX_Merge ¶
func (m *EstimateMarginRequest) XXX_Merge(src proto.Message)
func (*EstimateMarginRequest) XXX_Size ¶
func (m *EstimateMarginRequest) XXX_Size() int
func (*EstimateMarginRequest) XXX_Unmarshal ¶
func (m *EstimateMarginRequest) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Response to a EstimateMarginRequest, containing the estimated marginLevels for a given order
func (*EstimateMarginResponse) Descriptor ¶
func (*EstimateMarginResponse) Descriptor() ([]byte, []int)
func (*EstimateMarginResponse) GetMarginLevels ¶
func (m *EstimateMarginResponse) GetMarginLevels() *vega.MarginLevels
func (*EstimateMarginResponse) ProtoMessage ¶
func (*EstimateMarginResponse) ProtoMessage()
func (*EstimateMarginResponse) Reset ¶
func (m *EstimateMarginResponse) Reset()
func (*EstimateMarginResponse) String ¶
func (m *EstimateMarginResponse) String() string
func (*EstimateMarginResponse) Validate ¶
func (this *EstimateMarginResponse) Validate() error
func (*EstimateMarginResponse) XXX_DiscardUnknown ¶
func (m *EstimateMarginResponse) XXX_DiscardUnknown()
func (*EstimateMarginResponse) XXX_Marshal ¶
func (m *EstimateMarginResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EstimateMarginResponse) XXX_Merge ¶
func (m *EstimateMarginResponse) XXX_Merge(src proto.Message)
func (*EstimateMarginResponse) XXX_Size ¶
func (m *EstimateMarginResponse) XXX_Size() int
func (*EstimateMarginResponse) XXX_Unmarshal ¶
func (m *EstimateMarginResponse) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Request for a list of infrastructure fee accounts
func (*FeeInfrastructureAccountsRequest) Descriptor ¶
func (*FeeInfrastructureAccountsRequest) Descriptor() ([]byte, []int)
func (*FeeInfrastructureAccountsRequest) GetAsset ¶
func (m *FeeInfrastructureAccountsRequest) GetAsset() string
func (*FeeInfrastructureAccountsRequest) ProtoMessage ¶
func (*FeeInfrastructureAccountsRequest) ProtoMessage()
func (*FeeInfrastructureAccountsRequest) Reset ¶
func (m *FeeInfrastructureAccountsRequest) Reset()
func (*FeeInfrastructureAccountsRequest) String ¶
func (m *FeeInfrastructureAccountsRequest) String() string
func (*FeeInfrastructureAccountsRequest) Validate ¶
func (this *FeeInfrastructureAccountsRequest) Validate() error
func (*FeeInfrastructureAccountsRequest) XXX_DiscardUnknown ¶
func (m *FeeInfrastructureAccountsRequest) XXX_DiscardUnknown()
func (*FeeInfrastructureAccountsRequest) XXX_Marshal ¶
func (m *FeeInfrastructureAccountsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*FeeInfrastructureAccountsRequest) XXX_Merge ¶
func (m *FeeInfrastructureAccountsRequest) XXX_Merge(src proto.Message)
func (*FeeInfrastructureAccountsRequest) XXX_Size ¶
func (m *FeeInfrastructureAccountsRequest) XXX_Size() int
func (*FeeInfrastructureAccountsRequest) XXX_Unmarshal ¶
func (m *FeeInfrastructureAccountsRequest) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Response for a list of infrastructure fee accounts
func (*FeeInfrastructureAccountsResponse) Descriptor ¶
func (*FeeInfrastructureAccountsResponse) Descriptor() ([]byte, []int)
func (*FeeInfrastructureAccountsResponse) GetAccounts ¶
func (m *FeeInfrastructureAccountsResponse) GetAccounts() []*vega.Account
func (*FeeInfrastructureAccountsResponse) ProtoMessage ¶
func (*FeeInfrastructureAccountsResponse) ProtoMessage()
func (*FeeInfrastructureAccountsResponse) Reset ¶
func (m *FeeInfrastructureAccountsResponse) Reset()
func (*FeeInfrastructureAccountsResponse) String ¶
func (m *FeeInfrastructureAccountsResponse) String() string
func (*FeeInfrastructureAccountsResponse) Validate ¶
func (this *FeeInfrastructureAccountsResponse) Validate() error
func (*FeeInfrastructureAccountsResponse) XXX_DiscardUnknown ¶
func (m *FeeInfrastructureAccountsResponse) XXX_DiscardUnknown()
func (*FeeInfrastructureAccountsResponse) XXX_Marshal ¶
func (m *FeeInfrastructureAccountsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*FeeInfrastructureAccountsResponse) XXX_Merge ¶
func (m *FeeInfrastructureAccountsResponse) XXX_Merge(src proto.Message)
func (*FeeInfrastructureAccountsResponse) XXX_Size ¶
func (m *FeeInfrastructureAccountsResponse) XXX_Size() int
func (*FeeInfrastructureAccountsResponse) XXX_Unmarshal ¶
func (m *FeeInfrastructureAccountsResponse) XXX_Unmarshal(b []byte) error
type GetEpochRequest ¶ added in v0.42.0
type GetEpochRequest struct {
// Optional - if id omitted it gets the current epoch
Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*GetEpochRequest) Descriptor ¶ added in v0.42.0
func (*GetEpochRequest) Descriptor() ([]byte, []int)
func (*GetEpochRequest) GetId ¶ added in v0.42.0
func (m *GetEpochRequest) GetId() uint64
func (*GetEpochRequest) ProtoMessage ¶ added in v0.42.0
func (*GetEpochRequest) ProtoMessage()
func (*GetEpochRequest) Reset ¶ added in v0.42.0
func (m *GetEpochRequest) Reset()
func (*GetEpochRequest) String ¶ added in v0.42.0
func (m *GetEpochRequest) String() string
func (*GetEpochRequest) Validate ¶ added in v0.42.0
func (this *GetEpochRequest) Validate() error
func (*GetEpochRequest) XXX_DiscardUnknown ¶ added in v0.42.0
func (m *GetEpochRequest) XXX_DiscardUnknown()
func (*GetEpochRequest) XXX_Marshal ¶ added in v0.42.0
func (m *GetEpochRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetEpochRequest) XXX_Merge ¶ added in v0.42.0
func (m *GetEpochRequest) XXX_Merge(src proto.Message)
func (*GetEpochRequest) XXX_Size ¶ added in v0.42.0
func (m *GetEpochRequest) XXX_Size() int
func (*GetEpochRequest) XXX_Unmarshal ¶ added in v0.42.0
func (m *GetEpochRequest) XXX_Unmarshal(b []byte) error
type GetEpochResponse ¶ added in v0.42.0
type GetEpochResponse struct {
Epoch *vega.Epoch `protobuf:"bytes,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*GetEpochResponse) Descriptor ¶ added in v0.42.0
func (*GetEpochResponse) Descriptor() ([]byte, []int)
func (*GetEpochResponse) GetEpoch ¶ added in v0.42.0
func (m *GetEpochResponse) GetEpoch() *vega.Epoch
func (*GetEpochResponse) ProtoMessage ¶ added in v0.42.0
func (*GetEpochResponse) ProtoMessage()
func (*GetEpochResponse) Reset ¶ added in v0.42.0
func (m *GetEpochResponse) Reset()
func (*GetEpochResponse) String ¶ added in v0.42.0
func (m *GetEpochResponse) String() string
func (*GetEpochResponse) Validate ¶ added in v0.42.0
func (this *GetEpochResponse) Validate() error
func (*GetEpochResponse) XXX_DiscardUnknown ¶ added in v0.42.0
func (m *GetEpochResponse) XXX_DiscardUnknown()
func (*GetEpochResponse) XXX_Marshal ¶ added in v0.42.0
func (m *GetEpochResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetEpochResponse) XXX_Merge ¶ added in v0.42.0
func (m *GetEpochResponse) XXX_Merge(src proto.Message)
func (*GetEpochResponse) XXX_Size ¶ added in v0.42.0
func (m *GetEpochResponse) XXX_Size() int
func (*GetEpochResponse) XXX_Unmarshal ¶ added in v0.42.0
func (m *GetEpochResponse) XXX_Unmarshal(b []byte) error
type GetKeyRotationsByNodeRequest ¶ added in v0.47.0
type GetKeyRotationsByNodeRequest struct {
// Required id of node
NodeId string `protobuf:"bytes,1,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Request to list all key rotations per node
func (*GetKeyRotationsByNodeRequest) Descriptor ¶ added in v0.47.0
func (*GetKeyRotationsByNodeRequest) Descriptor() ([]byte, []int)
func (*GetKeyRotationsByNodeRequest) GetNodeId ¶ added in v0.47.0
func (m *GetKeyRotationsByNodeRequest) GetNodeId() string
func (*GetKeyRotationsByNodeRequest) ProtoMessage ¶ added in v0.47.0
func (*GetKeyRotationsByNodeRequest) ProtoMessage()
func (*GetKeyRotationsByNodeRequest) Reset ¶ added in v0.47.0
func (m *GetKeyRotationsByNodeRequest) Reset()
func (*GetKeyRotationsByNodeRequest) String ¶ added in v0.47.0
func (m *GetKeyRotationsByNodeRequest) String() string
func (*GetKeyRotationsByNodeRequest) Validate ¶ added in v0.47.0
func (this *GetKeyRotationsByNodeRequest) Validate() error
func (*GetKeyRotationsByNodeRequest) XXX_DiscardUnknown ¶ added in v0.47.0
func (m *GetKeyRotationsByNodeRequest) XXX_DiscardUnknown()
func (*GetKeyRotationsByNodeRequest) XXX_Marshal ¶ added in v0.47.0
func (m *GetKeyRotationsByNodeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetKeyRotationsByNodeRequest) XXX_Merge ¶ added in v0.47.0
func (m *GetKeyRotationsByNodeRequest) XXX_Merge(src proto.Message)
func (*GetKeyRotationsByNodeRequest) XXX_Size ¶ added in v0.47.0
func (m *GetKeyRotationsByNodeRequest) XXX_Size() int
func (*GetKeyRotationsByNodeRequest) XXX_Unmarshal ¶ added in v0.47.0
func (m *GetKeyRotationsByNodeRequest) XXX_Unmarshal(b []byte) error
type GetKeyRotationsByNodeResponse ¶ added in v0.47.0
type GetKeyRotationsByNodeResponse struct {
Rotations []*KeyRotation `protobuf:"bytes,1,rep,name=rotations,proto3" json:"rotations,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Response with all key rotations per node
func (*GetKeyRotationsByNodeResponse) Descriptor ¶ added in v0.47.0
func (*GetKeyRotationsByNodeResponse) Descriptor() ([]byte, []int)
func (*GetKeyRotationsByNodeResponse) GetRotations ¶ added in v0.47.0
func (m *GetKeyRotationsByNodeResponse) GetRotations() []*KeyRotation
func (*GetKeyRotationsByNodeResponse) ProtoMessage ¶ added in v0.47.0
func (*GetKeyRotationsByNodeResponse) ProtoMessage()
func (*GetKeyRotationsByNodeResponse) Reset ¶ added in v0.47.0
func (m *GetKeyRotationsByNodeResponse) Reset()
func (*GetKeyRotationsByNodeResponse) String ¶ added in v0.47.0
func (m *GetKeyRotationsByNodeResponse) String() string
func (*GetKeyRotationsByNodeResponse) Validate ¶ added in v0.47.0
func (this *GetKeyRotationsByNodeResponse) Validate() error
func (*GetKeyRotationsByNodeResponse) XXX_DiscardUnknown ¶ added in v0.47.0
func (m *GetKeyRotationsByNodeResponse) XXX_DiscardUnknown()
func (*GetKeyRotationsByNodeResponse) XXX_Marshal ¶ added in v0.47.0
func (m *GetKeyRotationsByNodeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetKeyRotationsByNodeResponse) XXX_Merge ¶ added in v0.47.0
func (m *GetKeyRotationsByNodeResponse) XXX_Merge(src proto.Message)
func (*GetKeyRotationsByNodeResponse) XXX_Size ¶ added in v0.47.0
func (m *GetKeyRotationsByNodeResponse) XXX_Size() int
func (*GetKeyRotationsByNodeResponse) XXX_Unmarshal ¶ added in v0.47.0
func (m *GetKeyRotationsByNodeResponse) XXX_Unmarshal(b []byte) error
type GetKeyRotationsRequest ¶ added in v0.47.0
type GetKeyRotationsRequest struct {
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Request to list all key rotations
func (*GetKeyRotationsRequest) Descriptor ¶ added in v0.47.0
func (*GetKeyRotationsRequest) Descriptor() ([]byte, []int)
func (*GetKeyRotationsRequest) ProtoMessage ¶ added in v0.47.0
func (*GetKeyRotationsRequest) ProtoMessage()
func (*GetKeyRotationsRequest) Reset ¶ added in v0.47.0
func (m *GetKeyRotationsRequest) Reset()
func (*GetKeyRotationsRequest) String ¶ added in v0.47.0
func (m *GetKeyRotationsRequest) String() string
func (*GetKeyRotationsRequest) Validate ¶ added in v0.47.0
func (this *GetKeyRotationsRequest) Validate() error
func (*GetKeyRotationsRequest) XXX_DiscardUnknown ¶ added in v0.47.0
func (m *GetKeyRotationsRequest) XXX_DiscardUnknown()
func (*GetKeyRotationsRequest) XXX_Marshal ¶ added in v0.47.0
func (m *GetKeyRotationsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetKeyRotationsRequest) XXX_Merge ¶ added in v0.47.0
func (m *GetKeyRotationsRequest) XXX_Merge(src proto.Message)
func (*GetKeyRotationsRequest) XXX_Size ¶ added in v0.47.0
func (m *GetKeyRotationsRequest) XXX_Size() int
func (*GetKeyRotationsRequest) XXX_Unmarshal ¶ added in v0.47.0
func (m *GetKeyRotationsRequest) XXX_Unmarshal(b []byte) error
type GetKeyRotationsResponse ¶ added in v0.47.0
type GetKeyRotationsResponse struct {
Rotations []*KeyRotation `protobuf:"bytes,1,rep,name=rotations,proto3" json:"rotations,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Response with all key rotations
func (*GetKeyRotationsResponse) Descriptor ¶ added in v0.47.0
func (*GetKeyRotationsResponse) Descriptor() ([]byte, []int)
func (*GetKeyRotationsResponse) GetRotations ¶ added in v0.47.0
func (m *GetKeyRotationsResponse) GetRotations() []*KeyRotation
func (*GetKeyRotationsResponse) ProtoMessage ¶ added in v0.47.0
func (*GetKeyRotationsResponse) ProtoMessage()
func (*GetKeyRotationsResponse) Reset ¶ added in v0.47.0
func (m *GetKeyRotationsResponse) Reset()
func (*GetKeyRotationsResponse) String ¶ added in v0.47.0
func (m *GetKeyRotationsResponse) String() string
func (*GetKeyRotationsResponse) Validate ¶ added in v0.47.0
func (this *GetKeyRotationsResponse) Validate() error
func (*GetKeyRotationsResponse) XXX_DiscardUnknown ¶ added in v0.47.0
func (m *GetKeyRotationsResponse) XXX_DiscardUnknown()
func (*GetKeyRotationsResponse) XXX_Marshal ¶ added in v0.47.0
func (m *GetKeyRotationsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetKeyRotationsResponse) XXX_Merge ¶ added in v0.47.0
func (m *GetKeyRotationsResponse) XXX_Merge(src proto.Message)
func (*GetKeyRotationsResponse) XXX_Size ¶ added in v0.47.0
func (m *GetKeyRotationsResponse) XXX_Size() int
func (*GetKeyRotationsResponse) XXX_Unmarshal ¶ added in v0.47.0
func (m *GetKeyRotationsResponse) XXX_Unmarshal(b []byte) error
type GetNetworkParametersProposalsRequest ¶
type GetNetworkParametersProposalsRequest struct {
// Optional proposal state
SelectInState *OptionalProposalState `protobuf:"bytes,1,opt,name=select_in_state,json=selectInState,proto3" json:"select_in_state,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Request for a list of network parameter proposals
func (*GetNetworkParametersProposalsRequest) Descriptor ¶
func (*GetNetworkParametersProposalsRequest) Descriptor() ([]byte, []int)
func (*GetNetworkParametersProposalsRequest) GetSelectInState ¶
func (m *GetNetworkParametersProposalsRequest) GetSelectInState() *OptionalProposalState
func (*GetNetworkParametersProposalsRequest) ProtoMessage ¶
func (*GetNetworkParametersProposalsRequest) ProtoMessage()
func (*GetNetworkParametersProposalsRequest) Reset ¶
func (m *GetNetworkParametersProposalsRequest) Reset()
func (*GetNetworkParametersProposalsRequest) String ¶
func (m *GetNetworkParametersProposalsRequest) String() string
func (*GetNetworkParametersProposalsRequest) Validate ¶
func (this *GetNetworkParametersProposalsRequest) Validate() error
func (*GetNetworkParametersProposalsRequest) XXX_DiscardUnknown ¶
func (m *GetNetworkParametersProposalsRequest) XXX_DiscardUnknown()
func (*GetNetworkParametersProposalsRequest) XXX_Marshal ¶
func (m *GetNetworkParametersProposalsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetNetworkParametersProposalsRequest) XXX_Merge ¶
func (m *GetNetworkParametersProposalsRequest) XXX_Merge(src proto.Message)
func (*GetNetworkParametersProposalsRequest) XXX_Size ¶
func (m *GetNetworkParametersProposalsRequest) XXX_Size() int
func (*GetNetworkParametersProposalsRequest) XXX_Unmarshal ¶
func (m *GetNetworkParametersProposalsRequest) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Response for a list of network parameter proposals
func (*GetNetworkParametersProposalsResponse) Descriptor ¶
func (*GetNetworkParametersProposalsResponse) Descriptor() ([]byte, []int)
func (*GetNetworkParametersProposalsResponse) GetData ¶
func (m *GetNetworkParametersProposalsResponse) GetData() []*vega.GovernanceData
func (*GetNetworkParametersProposalsResponse) ProtoMessage ¶
func (*GetNetworkParametersProposalsResponse) ProtoMessage()
func (*GetNetworkParametersProposalsResponse) Reset ¶
func (m *GetNetworkParametersProposalsResponse) Reset()
func (*GetNetworkParametersProposalsResponse) String ¶
func (m *GetNetworkParametersProposalsResponse) String() string
func (*GetNetworkParametersProposalsResponse) Validate ¶
func (this *GetNetworkParametersProposalsResponse) Validate() error
func (*GetNetworkParametersProposalsResponse) XXX_DiscardUnknown ¶
func (m *GetNetworkParametersProposalsResponse) XXX_DiscardUnknown()
func (*GetNetworkParametersProposalsResponse) XXX_Marshal ¶
func (m *GetNetworkParametersProposalsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetNetworkParametersProposalsResponse) XXX_Merge ¶
func (m *GetNetworkParametersProposalsResponse) XXX_Merge(src proto.Message)
func (*GetNetworkParametersProposalsResponse) XXX_Size ¶
func (m *GetNetworkParametersProposalsResponse) XXX_Size() int
func (*GetNetworkParametersProposalsResponse) XXX_Unmarshal ¶
func (m *GetNetworkParametersProposalsResponse) XXX_Unmarshal(b []byte) error
type GetNewAssetProposalsRequest ¶
type GetNewAssetProposalsRequest struct {
// Optional proposal state
SelectInState *OptionalProposalState `protobuf:"bytes,1,opt,name=select_in_state,json=selectInState,proto3" json:"select_in_state,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Request for a list of new asset proposals
func (*GetNewAssetProposalsRequest) Descriptor ¶
func (*GetNewAssetProposalsRequest) Descriptor() ([]byte, []int)
func (*GetNewAssetProposalsRequest) GetSelectInState ¶
func (m *GetNewAssetProposalsRequest) GetSelectInState() *OptionalProposalState
func (*GetNewAssetProposalsRequest) ProtoMessage ¶
func (*GetNewAssetProposalsRequest) ProtoMessage()
func (*GetNewAssetProposalsRequest) Reset ¶
func (m *GetNewAssetProposalsRequest) Reset()
func (*GetNewAssetProposalsRequest) String ¶
func (m *GetNewAssetProposalsRequest) String() string
func (*GetNewAssetProposalsRequest) Validate ¶
func (this *GetNewAssetProposalsRequest) Validate() error
func (*GetNewAssetProposalsRequest) XXX_DiscardUnknown ¶
func (m *GetNewAssetProposalsRequest) XXX_DiscardUnknown()
func (*GetNewAssetProposalsRequest) XXX_Marshal ¶
func (m *GetNewAssetProposalsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetNewAssetProposalsRequest) XXX_Merge ¶
func (m *GetNewAssetProposalsRequest) XXX_Merge(src proto.Message)
func (*GetNewAssetProposalsRequest) XXX_Size ¶
func (m *GetNewAssetProposalsRequest) XXX_Size() int
func (*GetNewAssetProposalsRequest) XXX_Unmarshal ¶
func (m *GetNewAssetProposalsRequest) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Response for a list of new asset proposals
func (*GetNewAssetProposalsResponse) Descriptor ¶
func (*GetNewAssetProposalsResponse) Descriptor() ([]byte, []int)
func (*GetNewAssetProposalsResponse) GetData ¶
func (m *GetNewAssetProposalsResponse) GetData() []*vega.GovernanceData
func (*GetNewAssetProposalsResponse) ProtoMessage ¶
func (*GetNewAssetProposalsResponse) ProtoMessage()
func (*GetNewAssetProposalsResponse) Reset ¶
func (m *GetNewAssetProposalsResponse) Reset()
func (*GetNewAssetProposalsResponse) String ¶
func (m *GetNewAssetProposalsResponse) String() string
func (*GetNewAssetProposalsResponse) Validate ¶
func (this *GetNewAssetProposalsResponse) Validate() error
func (*GetNewAssetProposalsResponse) XXX_DiscardUnknown ¶
func (m *GetNewAssetProposalsResponse) XXX_DiscardUnknown()
func (*GetNewAssetProposalsResponse) XXX_Marshal ¶
func (m *GetNewAssetProposalsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetNewAssetProposalsResponse) XXX_Merge ¶
func (m *GetNewAssetProposalsResponse) XXX_Merge(src proto.Message)
func (*GetNewAssetProposalsResponse) XXX_Size ¶
func (m *GetNewAssetProposalsResponse) XXX_Size() int
func (*GetNewAssetProposalsResponse) XXX_Unmarshal ¶
func (m *GetNewAssetProposalsResponse) XXX_Unmarshal(b []byte) error
type GetNewMarketProposalsRequest ¶
type GetNewMarketProposalsRequest struct {
// Optional proposal state
SelectInState *OptionalProposalState `protobuf:"bytes,1,opt,name=select_in_state,json=selectInState,proto3" json:"select_in_state,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Request for a list of new market proposals
func (*GetNewMarketProposalsRequest) Descriptor ¶
func (*GetNewMarketProposalsRequest) Descriptor() ([]byte, []int)
func (*GetNewMarketProposalsRequest) GetSelectInState ¶
func (m *GetNewMarketProposalsRequest) GetSelectInState() *OptionalProposalState
func (*GetNewMarketProposalsRequest) ProtoMessage ¶
func (*GetNewMarketProposalsRequest) ProtoMessage()
func (*GetNewMarketProposalsRequest) Reset ¶
func (m *GetNewMarketProposalsRequest) Reset()
func (*GetNewMarketProposalsRequest) String ¶
func (m *GetNewMarketProposalsRequest) String() string
func (*GetNewMarketProposalsRequest) Validate ¶
func (this *GetNewMarketProposalsRequest) Validate() error
func (*GetNewMarketProposalsRequest) XXX_DiscardUnknown ¶
func (m *GetNewMarketProposalsRequest) XXX_DiscardUnknown()
func (*GetNewMarketProposalsRequest) XXX_Marshal ¶
func (m *GetNewMarketProposalsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetNewMarketProposalsRequest) XXX_Merge ¶
func (m *GetNewMarketProposalsRequest) XXX_Merge(src proto.Message)
func (*GetNewMarketProposalsRequest) XXX_Size ¶
func (m *GetNewMarketProposalsRequest) XXX_Size() int
func (*GetNewMarketProposalsRequest) XXX_Unmarshal ¶
func (m *GetNewMarketProposalsRequest) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Response for a list of new market proposals
func (*GetNewMarketProposalsResponse) Descriptor ¶
func (*GetNewMarketProposalsResponse) Descriptor() ([]byte, []int)
func (*GetNewMarketProposalsResponse) GetData ¶
func (m *GetNewMarketProposalsResponse) GetData() []*vega.GovernanceData
func (*GetNewMarketProposalsResponse) ProtoMessage ¶
func (*GetNewMarketProposalsResponse) ProtoMessage()
func (*GetNewMarketProposalsResponse) Reset ¶
func (m *GetNewMarketProposalsResponse) Reset()
func (*GetNewMarketProposalsResponse) String ¶
func (m *GetNewMarketProposalsResponse) String() string
func (*GetNewMarketProposalsResponse) Validate ¶
func (this *GetNewMarketProposalsResponse) Validate() error
func (*GetNewMarketProposalsResponse) XXX_DiscardUnknown ¶
func (m *GetNewMarketProposalsResponse) XXX_DiscardUnknown()
func (*GetNewMarketProposalsResponse) XXX_Marshal ¶
func (m *GetNewMarketProposalsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetNewMarketProposalsResponse) XXX_Merge ¶
func (m *GetNewMarketProposalsResponse) XXX_Merge(src proto.Message)
func (*GetNewMarketProposalsResponse) XXX_Size ¶
func (m *GetNewMarketProposalsResponse) XXX_Size() int
func (*GetNewMarketProposalsResponse) XXX_Unmarshal ¶
func (m *GetNewMarketProposalsResponse) XXX_Unmarshal(b []byte) error
type GetNodeByIDRequest ¶ added in v0.42.0
type GetNodeByIDRequest struct {
// Required id of node
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Request to list all nodes
func (*GetNodeByIDRequest) Descriptor ¶ added in v0.42.0
func (*GetNodeByIDRequest) Descriptor() ([]byte, []int)
func (*GetNodeByIDRequest) GetId ¶ added in v0.42.0
func (m *GetNodeByIDRequest) GetId() string
func (*GetNodeByIDRequest) ProtoMessage ¶ added in v0.42.0
func (*GetNodeByIDRequest) ProtoMessage()
func (*GetNodeByIDRequest) Reset ¶ added in v0.42.0
func (m *GetNodeByIDRequest) Reset()
func (*GetNodeByIDRequest) String ¶ added in v0.42.0
func (m *GetNodeByIDRequest) String() string
func (*GetNodeByIDRequest) Validate ¶ added in v0.42.0
func (this *GetNodeByIDRequest) Validate() error
func (*GetNodeByIDRequest) XXX_DiscardUnknown ¶ added in v0.42.0
func (m *GetNodeByIDRequest) XXX_DiscardUnknown()
func (*GetNodeByIDRequest) XXX_Marshal ¶ added in v0.42.0
func (m *GetNodeByIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetNodeByIDRequest) XXX_Merge ¶ added in v0.42.0
func (m *GetNodeByIDRequest) XXX_Merge(src proto.Message)
func (*GetNodeByIDRequest) XXX_Size ¶ added in v0.42.0
func (m *GetNodeByIDRequest) XXX_Size() int
func (*GetNodeByIDRequest) XXX_Unmarshal ¶ added in v0.42.0
func (m *GetNodeByIDRequest) XXX_Unmarshal(b []byte) error
type GetNodeByIDResponse ¶ added in v0.42.0
type GetNodeByIDResponse struct {
Node *vega.Node `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Response with all nodes
func (*GetNodeByIDResponse) Descriptor ¶ added in v0.42.0
func (*GetNodeByIDResponse) Descriptor() ([]byte, []int)
func (*GetNodeByIDResponse) GetNode ¶ added in v0.42.0
func (m *GetNodeByIDResponse) GetNode() *vega.Node
func (*GetNodeByIDResponse) ProtoMessage ¶ added in v0.42.0
func (*GetNodeByIDResponse) ProtoMessage()
func (*GetNodeByIDResponse) Reset ¶ added in v0.42.0
func (m *GetNodeByIDResponse) Reset()
func (*GetNodeByIDResponse) String ¶ added in v0.42.0
func (m *GetNodeByIDResponse) String() string
func (*GetNodeByIDResponse) Validate ¶ added in v0.42.0
func (this *GetNodeByIDResponse) Validate() error
func (*GetNodeByIDResponse) XXX_DiscardUnknown ¶ added in v0.42.0
func (m *GetNodeByIDResponse) XXX_DiscardUnknown()
func (*GetNodeByIDResponse) XXX_Marshal ¶ added in v0.42.0
func (m *GetNodeByIDResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetNodeByIDResponse) XXX_Merge ¶ added in v0.42.0
func (m *GetNodeByIDResponse) XXX_Merge(src proto.Message)
func (*GetNodeByIDResponse) XXX_Size ¶ added in v0.42.0
func (m *GetNodeByIDResponse) XXX_Size() int
func (*GetNodeByIDResponse) XXX_Unmarshal ¶ added in v0.42.0
func (m *GetNodeByIDResponse) XXX_Unmarshal(b []byte) error
type GetNodeDataRequest ¶ added in v0.42.0
type GetNodeDataRequest struct {
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Request for current Node data
func (*GetNodeDataRequest) Descriptor ¶ added in v0.42.0
func (*GetNodeDataRequest) Descriptor() ([]byte, []int)
func (*GetNodeDataRequest) ProtoMessage ¶ added in v0.42.0
func (*GetNodeDataRequest) ProtoMessage()
func (*GetNodeDataRequest) Reset ¶ added in v0.42.0
func (m *GetNodeDataRequest) Reset()
func (*GetNodeDataRequest) String ¶ added in v0.42.0
func (m *GetNodeDataRequest) String() string
func (*GetNodeDataRequest) Validate ¶ added in v0.42.0
func (this *GetNodeDataRequest) Validate() error
func (*GetNodeDataRequest) XXX_DiscardUnknown ¶ added in v0.42.0
func (m *GetNodeDataRequest) XXX_DiscardUnknown()
func (*GetNodeDataRequest) XXX_Marshal ¶ added in v0.42.0
func (m *GetNodeDataRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetNodeDataRequest) XXX_Merge ¶ added in v0.42.0
func (m *GetNodeDataRequest) XXX_Merge(src proto.Message)
func (*GetNodeDataRequest) XXX_Size ¶ added in v0.42.0
func (m *GetNodeDataRequest) XXX_Size() int
func (*GetNodeDataRequest) XXX_Unmarshal ¶ added in v0.42.0
func (m *GetNodeDataRequest) XXX_Unmarshal(b []byte) error
type GetNodeDataResponse ¶ added in v0.42.0
type GetNodeDataResponse struct {
NodeData *vega.NodeData `protobuf:"bytes,1,opt,name=node_data,json=nodeData,proto3" json:"node_data,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Response with node data
func (*GetNodeDataResponse) Descriptor ¶ added in v0.42.0
func (*GetNodeDataResponse) Descriptor() ([]byte, []int)
func (*GetNodeDataResponse) GetNodeData ¶ added in v0.42.0
func (m *GetNodeDataResponse) GetNodeData() *vega.NodeData
func (*GetNodeDataResponse) ProtoMessage ¶ added in v0.42.0
func (*GetNodeDataResponse) ProtoMessage()
func (*GetNodeDataResponse) Reset ¶ added in v0.42.0
func (m *GetNodeDataResponse) Reset()
func (*GetNodeDataResponse) String ¶ added in v0.42.0
func (m *GetNodeDataResponse) String() string
func (*GetNodeDataResponse) Validate ¶ added in v0.42.0
func (this *GetNodeDataResponse) Validate() error
func (*GetNodeDataResponse) XXX_DiscardUnknown ¶ added in v0.42.0
func (m *GetNodeDataResponse) XXX_DiscardUnknown()
func (*GetNodeDataResponse) XXX_Marshal ¶ added in v0.42.0
func (m *GetNodeDataResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetNodeDataResponse) XXX_Merge ¶ added in v0.42.0
func (m *GetNodeDataResponse) XXX_Merge(src proto.Message)
func (*GetNodeDataResponse) XXX_Size ¶ added in v0.42.0
func (m *GetNodeDataResponse) XXX_Size() int
func (*GetNodeDataResponse) XXX_Unmarshal ¶ added in v0.42.0
func (m *GetNodeDataResponse) XXX_Unmarshal(b []byte) error
type GetNodeSignaturesAggregateRequest ¶
type GetNodeSignaturesAggregateRequest struct {
// Resource identifier, required field
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Request to specify the identifier of the resource we want to retrieve aggregated signatures for
func (*GetNodeSignaturesAggregateRequest) Descriptor ¶
func (*GetNodeSignaturesAggregateRequest) Descriptor() ([]byte, []int)
func (*GetNodeSignaturesAggregateRequest) GetId ¶
func (m *GetNodeSignaturesAggregateRequest) GetId() string
func (*GetNodeSignaturesAggregateRequest) ProtoMessage ¶
func (*GetNodeSignaturesAggregateRequest) ProtoMessage()
func (*GetNodeSignaturesAggregateRequest) Reset ¶
func (m *GetNodeSignaturesAggregateRequest) Reset()
func (*GetNodeSignaturesAggregateRequest) String ¶
func (m *GetNodeSignaturesAggregateRequest) String() string
func (*GetNodeSignaturesAggregateRequest) Validate ¶
func (this *GetNodeSignaturesAggregateRequest) Validate() error
func (*GetNodeSignaturesAggregateRequest) XXX_DiscardUnknown ¶
func (m *GetNodeSignaturesAggregateRequest) XXX_DiscardUnknown()
func (*GetNodeSignaturesAggregateRequest) XXX_Marshal ¶
func (m *GetNodeSignaturesAggregateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetNodeSignaturesAggregateRequest) XXX_Merge ¶
func (m *GetNodeSignaturesAggregateRequest) XXX_Merge(src proto.Message)
func (*GetNodeSignaturesAggregateRequest) XXX_Size ¶
func (m *GetNodeSignaturesAggregateRequest) XXX_Size() int
func (*GetNodeSignaturesAggregateRequest) XXX_Unmarshal ¶
func (m *GetNodeSignaturesAggregateRequest) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Response to specify the identifier of the resource we want to retrieve aggregated signatures for
func (*GetNodeSignaturesAggregateResponse) Descriptor ¶
func (*GetNodeSignaturesAggregateResponse) Descriptor() ([]byte, []int)
func (*GetNodeSignaturesAggregateResponse) GetSignatures ¶
func (m *GetNodeSignaturesAggregateResponse) GetSignatures() []*v11.NodeSignature
func (*GetNodeSignaturesAggregateResponse) ProtoMessage ¶
func (*GetNodeSignaturesAggregateResponse) ProtoMessage()
func (*GetNodeSignaturesAggregateResponse) Reset ¶
func (m *GetNodeSignaturesAggregateResponse) Reset()
func (*GetNodeSignaturesAggregateResponse) String ¶
func (m *GetNodeSignaturesAggregateResponse) String() string
func (*GetNodeSignaturesAggregateResponse) Validate ¶
func (this *GetNodeSignaturesAggregateResponse) Validate() error
func (*GetNodeSignaturesAggregateResponse) XXX_DiscardUnknown ¶
func (m *GetNodeSignaturesAggregateResponse) XXX_DiscardUnknown()
func (*GetNodeSignaturesAggregateResponse) XXX_Marshal ¶
func (m *GetNodeSignaturesAggregateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetNodeSignaturesAggregateResponse) XXX_Merge ¶
func (m *GetNodeSignaturesAggregateResponse) XXX_Merge(src proto.Message)
func (*GetNodeSignaturesAggregateResponse) XXX_Size ¶
func (m *GetNodeSignaturesAggregateResponse) XXX_Size() int
func (*GetNodeSignaturesAggregateResponse) XXX_Unmarshal ¶
func (m *GetNodeSignaturesAggregateResponse) XXX_Unmarshal(b []byte) error
type GetNodesRequest ¶ added in v0.42.0
type GetNodesRequest struct {
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Request to list all nodes
func (*GetNodesRequest) Descriptor ¶ added in v0.42.0
func (*GetNodesRequest) Descriptor() ([]byte, []int)
func (*GetNodesRequest) ProtoMessage ¶ added in v0.42.0
func (*GetNodesRequest) ProtoMessage()
func (*GetNodesRequest) Reset ¶ added in v0.42.0
func (m *GetNodesRequest) Reset()
func (*GetNodesRequest) String ¶ added in v0.42.0
func (m *GetNodesRequest) String() string
func (*GetNodesRequest) Validate ¶ added in v0.42.0
func (this *GetNodesRequest) Validate() error
func (*GetNodesRequest) XXX_DiscardUnknown ¶ added in v0.42.0
func (m *GetNodesRequest) XXX_DiscardUnknown()
func (*GetNodesRequest) XXX_Marshal ¶ added in v0.42.0
func (m *GetNodesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetNodesRequest) XXX_Merge ¶ added in v0.42.0
func (m *GetNodesRequest) XXX_Merge(src proto.Message)
func (*GetNodesRequest) XXX_Size ¶ added in v0.42.0
func (m *GetNodesRequest) XXX_Size() int
func (*GetNodesRequest) XXX_Unmarshal ¶ added in v0.42.0
func (m *GetNodesRequest) XXX_Unmarshal(b []byte) error
type GetNodesResponse ¶ added in v0.42.0
type GetNodesResponse struct {
Nodes []*vega.Node `protobuf:"bytes,1,rep,name=nodes,proto3" json:"nodes,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Response with all nodes
func (*GetNodesResponse) Descriptor ¶ added in v0.42.0
func (*GetNodesResponse) Descriptor() ([]byte, []int)
func (*GetNodesResponse) GetNodes ¶ added in v0.42.0
func (m *GetNodesResponse) GetNodes() []*vega.Node
func (*GetNodesResponse) ProtoMessage ¶ added in v0.42.0
func (*GetNodesResponse) ProtoMessage()
func (*GetNodesResponse) Reset ¶ added in v0.42.0
func (m *GetNodesResponse) Reset()
func (*GetNodesResponse) String ¶ added in v0.42.0
func (m *GetNodesResponse) String() string
func (*GetNodesResponse) Validate ¶ added in v0.42.0
func (this *GetNodesResponse) Validate() error
func (*GetNodesResponse) XXX_DiscardUnknown ¶ added in v0.42.0
func (m *GetNodesResponse) XXX_DiscardUnknown()
func (*GetNodesResponse) XXX_Marshal ¶ added in v0.42.0
func (m *GetNodesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetNodesResponse) XXX_Merge ¶ added in v0.42.0
func (m *GetNodesResponse) XXX_Merge(src proto.Message)
func (*GetNodesResponse) XXX_Size ¶ added in v0.42.0
func (m *GetNodesResponse) XXX_Size() int
func (*GetNodesResponse) XXX_Unmarshal ¶ added in v0.42.0
func (m *GetNodesResponse) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Request for a governance proposal given a proposal identifier
func (*GetProposalByIDRequest) Descriptor ¶
func (*GetProposalByIDRequest) Descriptor() ([]byte, []int)
func (*GetProposalByIDRequest) GetProposalId ¶
func (m *GetProposalByIDRequest) GetProposalId() string
func (*GetProposalByIDRequest) ProtoMessage ¶
func (*GetProposalByIDRequest) ProtoMessage()
func (*GetProposalByIDRequest) Reset ¶
func (m *GetProposalByIDRequest) Reset()
func (*GetProposalByIDRequest) String ¶
func (m *GetProposalByIDRequest) String() string
func (*GetProposalByIDRequest) Validate ¶
func (this *GetProposalByIDRequest) Validate() error
func (*GetProposalByIDRequest) XXX_DiscardUnknown ¶
func (m *GetProposalByIDRequest) XXX_DiscardUnknown()
func (*GetProposalByIDRequest) XXX_Marshal ¶
func (m *GetProposalByIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetProposalByIDRequest) XXX_Merge ¶
func (m *GetProposalByIDRequest) XXX_Merge(src proto.Message)
func (*GetProposalByIDRequest) XXX_Size ¶
func (m *GetProposalByIDRequest) XXX_Size() int
func (*GetProposalByIDRequest) XXX_Unmarshal ¶
func (m *GetProposalByIDRequest) XXX_Unmarshal(b []byte) error
type GetProposalByIDResponse ¶
type GetProposalByIDResponse struct {
// Governance data, if found
Data *vega.GovernanceData `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Response for a governance proposal given a proposal identifier
func (*GetProposalByIDResponse) Descriptor ¶
func (*GetProposalByIDResponse) Descriptor() ([]byte, []int)
func (*GetProposalByIDResponse) GetData ¶
func (m *GetProposalByIDResponse) GetData() *vega.GovernanceData
func (*GetProposalByIDResponse) ProtoMessage ¶
func (*GetProposalByIDResponse) ProtoMessage()
func (*GetProposalByIDResponse) Reset ¶
func (m *GetProposalByIDResponse) Reset()
func (*GetProposalByIDResponse) String ¶
func (m *GetProposalByIDResponse) String() string
func (*GetProposalByIDResponse) Validate ¶
func (this *GetProposalByIDResponse) Validate() error
func (*GetProposalByIDResponse) XXX_DiscardUnknown ¶
func (m *GetProposalByIDResponse) XXX_DiscardUnknown()
func (*GetProposalByIDResponse) XXX_Marshal ¶
func (m *GetProposalByIDResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetProposalByIDResponse) XXX_Merge ¶
func (m *GetProposalByIDResponse) XXX_Merge(src proto.Message)
func (*GetProposalByIDResponse) XXX_Size ¶
func (m *GetProposalByIDResponse) XXX_Size() int
func (*GetProposalByIDResponse) XXX_Unmarshal ¶
func (m *GetProposalByIDResponse) XXX_Unmarshal(b []byte) error
type GetProposalByReferenceRequest ¶
type GetProposalByReferenceRequest struct {
// Proposal reference. Required field
Reference string `protobuf:"bytes,1,opt,name=reference,proto3" json:"reference,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Request for a governance proposal given a proposal reference
func (*GetProposalByReferenceRequest) Descriptor ¶
func (*GetProposalByReferenceRequest) Descriptor() ([]byte, []int)
func (*GetProposalByReferenceRequest) GetReference ¶
func (m *GetProposalByReferenceRequest) GetReference() string
func (*GetProposalByReferenceRequest) ProtoMessage ¶
func (*GetProposalByReferenceRequest) ProtoMessage()
func (*GetProposalByReferenceRequest) Reset ¶
func (m *GetProposalByReferenceRequest) Reset()
func (*GetProposalByReferenceRequest) String ¶
func (m *GetProposalByReferenceRequest) String() string
func (*GetProposalByReferenceRequest) Validate ¶
func (this *GetProposalByReferenceRequest) Validate() error
func (*GetProposalByReferenceRequest) XXX_DiscardUnknown ¶
func (m *GetProposalByReferenceRequest) XXX_DiscardUnknown()
func (*GetProposalByReferenceRequest) XXX_Marshal ¶
func (m *GetProposalByReferenceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetProposalByReferenceRequest) XXX_Merge ¶
func (m *GetProposalByReferenceRequest) XXX_Merge(src proto.Message)
func (*GetProposalByReferenceRequest) XXX_Size ¶
func (m *GetProposalByReferenceRequest) XXX_Size() int
func (*GetProposalByReferenceRequest) XXX_Unmarshal ¶
func (m *GetProposalByReferenceRequest) XXX_Unmarshal(b []byte) error
type GetProposalByReferenceResponse ¶
type GetProposalByReferenceResponse struct {
// Governance data, if found
Data *vega.GovernanceData `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Response for a governance proposal given a proposal reference
func (*GetProposalByReferenceResponse) Descriptor ¶
func (*GetProposalByReferenceResponse) Descriptor() ([]byte, []int)
func (*GetProposalByReferenceResponse) GetData ¶
func (m *GetProposalByReferenceResponse) GetData() *vega.GovernanceData
func (*GetProposalByReferenceResponse) ProtoMessage ¶
func (*GetProposalByReferenceResponse) ProtoMessage()
func (*GetProposalByReferenceResponse) Reset ¶
func (m *GetProposalByReferenceResponse) Reset()
func (*GetProposalByReferenceResponse) String ¶
func (m *GetProposalByReferenceResponse) String() string
func (*GetProposalByReferenceResponse) Validate ¶
func (this *GetProposalByReferenceResponse) Validate() error
func (*GetProposalByReferenceResponse) XXX_DiscardUnknown ¶
func (m *GetProposalByReferenceResponse) XXX_DiscardUnknown()
func (*GetProposalByReferenceResponse) XXX_Marshal ¶
func (m *GetProposalByReferenceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetProposalByReferenceResponse) XXX_Merge ¶
func (m *GetProposalByReferenceResponse) XXX_Merge(src proto.Message)
func (*GetProposalByReferenceResponse) XXX_Size ¶
func (m *GetProposalByReferenceResponse) XXX_Size() int
func (*GetProposalByReferenceResponse) XXX_Unmarshal ¶
func (m *GetProposalByReferenceResponse) XXX_Unmarshal(b []byte) error
type GetProposalsByPartyRequest ¶
type GetProposalsByPartyRequest struct {
// Party identifier, required field
PartyId string `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"`
// Optional proposal state
SelectInState *OptionalProposalState `protobuf:"bytes,2,opt,name=select_in_state,json=selectInState,proto3" json:"select_in_state,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Request for a list of proposals for a party
func (*GetProposalsByPartyRequest) Descriptor ¶
func (*GetProposalsByPartyRequest) Descriptor() ([]byte, []int)
func (*GetProposalsByPartyRequest) GetPartyId ¶
func (m *GetProposalsByPartyRequest) GetPartyId() string
func (*GetProposalsByPartyRequest) GetSelectInState ¶
func (m *GetProposalsByPartyRequest) GetSelectInState() *OptionalProposalState
func (*GetProposalsByPartyRequest) ProtoMessage ¶
func (*GetProposalsByPartyRequest) ProtoMessage()
func (*GetProposalsByPartyRequest) Reset ¶
func (m *GetProposalsByPartyRequest) Reset()
func (*GetProposalsByPartyRequest) String ¶
func (m *GetProposalsByPartyRequest) String() string
func (*GetProposalsByPartyRequest) Validate ¶
func (this *GetProposalsByPartyRequest) Validate() error
func (*GetProposalsByPartyRequest) XXX_DiscardUnknown ¶
func (m *GetProposalsByPartyRequest) XXX_DiscardUnknown()
func (*GetProposalsByPartyRequest) XXX_Marshal ¶
func (m *GetProposalsByPartyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetProposalsByPartyRequest) XXX_Merge ¶
func (m *GetProposalsByPartyRequest) XXX_Merge(src proto.Message)
func (*GetProposalsByPartyRequest) XXX_Size ¶
func (m *GetProposalsByPartyRequest) XXX_Size() int
func (*GetProposalsByPartyRequest) XXX_Unmarshal ¶
func (m *GetProposalsByPartyRequest) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Response for a list of proposals for a party
func (*GetProposalsByPartyResponse) Descriptor ¶
func (*GetProposalsByPartyResponse) Descriptor() ([]byte, []int)
func (*GetProposalsByPartyResponse) GetData ¶
func (m *GetProposalsByPartyResponse) GetData() []*vega.GovernanceData
func (*GetProposalsByPartyResponse) ProtoMessage ¶
func (*GetProposalsByPartyResponse) ProtoMessage()
func (*GetProposalsByPartyResponse) Reset ¶
func (m *GetProposalsByPartyResponse) Reset()
func (*GetProposalsByPartyResponse) String ¶
func (m *GetProposalsByPartyResponse) String() string
func (*GetProposalsByPartyResponse) Validate ¶
func (this *GetProposalsByPartyResponse) Validate() error
func (*GetProposalsByPartyResponse) XXX_DiscardUnknown ¶
func (m *GetProposalsByPartyResponse) XXX_DiscardUnknown()
func (*GetProposalsByPartyResponse) XXX_Marshal ¶
func (m *GetProposalsByPartyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetProposalsByPartyResponse) XXX_Merge ¶
func (m *GetProposalsByPartyResponse) XXX_Merge(src proto.Message)
func (*GetProposalsByPartyResponse) XXX_Size ¶
func (m *GetProposalsByPartyResponse) XXX_Size() int
func (*GetProposalsByPartyResponse) XXX_Unmarshal ¶
func (m *GetProposalsByPartyResponse) XXX_Unmarshal(b []byte) error
type GetProposalsRequest ¶
type GetProposalsRequest struct {
// Optional proposal state
SelectInState *OptionalProposalState `protobuf:"bytes,1,opt,name=select_in_state,json=selectInState,proto3" json:"select_in_state,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Request for a list of proposals
func (*GetProposalsRequest) Descriptor ¶
func (*GetProposalsRequest) Descriptor() ([]byte, []int)
func (*GetProposalsRequest) GetSelectInState ¶
func (m *GetProposalsRequest) GetSelectInState() *OptionalProposalState
func (*GetProposalsRequest) ProtoMessage ¶
func (*GetProposalsRequest) ProtoMessage()
func (*GetProposalsRequest) Reset ¶
func (m *GetProposalsRequest) Reset()
func (*GetProposalsRequest) String ¶
func (m *GetProposalsRequest) String() string
func (*GetProposalsRequest) Validate ¶
func (this *GetProposalsRequest) Validate() error
func (*GetProposalsRequest) XXX_DiscardUnknown ¶
func (m *GetProposalsRequest) XXX_DiscardUnknown()
func (*GetProposalsRequest) XXX_Marshal ¶
func (m *GetProposalsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetProposalsRequest) XXX_Merge ¶
func (m *GetProposalsRequest) XXX_Merge(src proto.Message)
func (*GetProposalsRequest) XXX_Size ¶
func (m *GetProposalsRequest) XXX_Size() int
func (*GetProposalsRequest) XXX_Unmarshal ¶
func (m *GetProposalsRequest) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Response for a list of proposals
func (*GetProposalsResponse) Descriptor ¶
func (*GetProposalsResponse) Descriptor() ([]byte, []int)
func (*GetProposalsResponse) GetData ¶
func (m *GetProposalsResponse) GetData() []*vega.GovernanceData
func (*GetProposalsResponse) ProtoMessage ¶
func (*GetProposalsResponse) ProtoMessage()
func (*GetProposalsResponse) Reset ¶
func (m *GetProposalsResponse) Reset()
func (*GetProposalsResponse) String ¶
func (m *GetProposalsResponse) String() string
func (*GetProposalsResponse) Validate ¶
func (this *GetProposalsResponse) Validate() error
func (*GetProposalsResponse) XXX_DiscardUnknown ¶
func (m *GetProposalsResponse) XXX_DiscardUnknown()
func (*GetProposalsResponse) XXX_Marshal ¶
func (m *GetProposalsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetProposalsResponse) XXX_Merge ¶
func (m *GetProposalsResponse) XXX_Merge(src proto.Message)
func (*GetProposalsResponse) XXX_Size ¶
func (m *GetProposalsResponse) XXX_Size() int
func (*GetProposalsResponse) XXX_Unmarshal ¶
func (m *GetProposalsResponse) XXX_Unmarshal(b []byte) error
type GetRewardDetailsRequest ¶ added in v0.42.0
type GetRewardDetailsRequest struct {
PartyId string `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
A request to get reward details for a party
func (*GetRewardDetailsRequest) Descriptor ¶ added in v0.42.0
func (*GetRewardDetailsRequest) Descriptor() ([]byte, []int)
func (*GetRewardDetailsRequest) GetPartyId ¶ added in v0.42.0
func (m *GetRewardDetailsRequest) GetPartyId() string
func (*GetRewardDetailsRequest) ProtoMessage ¶ added in v0.42.0
func (*GetRewardDetailsRequest) ProtoMessage()
func (*GetRewardDetailsRequest) Reset ¶ added in v0.42.0
func (m *GetRewardDetailsRequest) Reset()
func (*GetRewardDetailsRequest) String ¶ added in v0.42.0
func (m *GetRewardDetailsRequest) String() string
func (*GetRewardDetailsRequest) Validate ¶ added in v0.42.0
func (this *GetRewardDetailsRequest) Validate() error
func (*GetRewardDetailsRequest) XXX_DiscardUnknown ¶ added in v0.42.0
func (m *GetRewardDetailsRequest) XXX_DiscardUnknown()
func (*GetRewardDetailsRequest) XXX_Marshal ¶ added in v0.42.0
func (m *GetRewardDetailsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetRewardDetailsRequest) XXX_Merge ¶ added in v0.42.0
func (m *GetRewardDetailsRequest) XXX_Merge(src proto.Message)
func (*GetRewardDetailsRequest) XXX_Size ¶ added in v0.42.0
func (m *GetRewardDetailsRequest) XXX_Size() int
func (*GetRewardDetailsRequest) XXX_Unmarshal ¶ added in v0.42.0
func (m *GetRewardDetailsRequest) XXX_Unmarshal(b []byte) error
type GetRewardDetailsResponse ¶ added in v0.42.0
type GetRewardDetailsResponse struct {
RewardDetails []*vega.RewardPerAssetDetail `protobuf:"bytes,1,rep,name=reward_details,json=rewardDetails,proto3" json:"reward_details,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
The return message with reward details in for a single party
func (*GetRewardDetailsResponse) Descriptor ¶ added in v0.42.0
func (*GetRewardDetailsResponse) Descriptor() ([]byte, []int)
func (*GetRewardDetailsResponse) GetRewardDetails ¶ added in v0.42.0
func (m *GetRewardDetailsResponse) GetRewardDetails() []*vega.RewardPerAssetDetail
func (*GetRewardDetailsResponse) ProtoMessage ¶ added in v0.42.0
func (*GetRewardDetailsResponse) ProtoMessage()
func (*GetRewardDetailsResponse) Reset ¶ added in v0.42.0
func (m *GetRewardDetailsResponse) Reset()
func (*GetRewardDetailsResponse) String ¶ added in v0.42.0
func (m *GetRewardDetailsResponse) String() string
func (*GetRewardDetailsResponse) Validate ¶ added in v0.42.0
func (this *GetRewardDetailsResponse) Validate() error
func (*GetRewardDetailsResponse) XXX_DiscardUnknown ¶ added in v0.42.0
func (m *GetRewardDetailsResponse) XXX_DiscardUnknown()
func (*GetRewardDetailsResponse) XXX_Marshal ¶ added in v0.42.0
func (m *GetRewardDetailsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetRewardDetailsResponse) XXX_Merge ¶ added in v0.42.0
func (m *GetRewardDetailsResponse) XXX_Merge(src proto.Message)
func (*GetRewardDetailsResponse) XXX_Size ¶ added in v0.42.0
func (m *GetRewardDetailsResponse) XXX_Size() int
func (*GetRewardDetailsResponse) XXX_Unmarshal ¶ added in v0.42.0
func (m *GetRewardDetailsResponse) XXX_Unmarshal(b []byte) error
type GetUpdateMarketProposalsRequest ¶
type GetUpdateMarketProposalsRequest struct {
// Market identifier, required field
MarketId string `protobuf:"bytes,1,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"`
// Proposal state
SelectInState *OptionalProposalState `protobuf:"bytes,2,opt,name=select_in_state,json=selectInState,proto3" json:"select_in_state,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Request for a list of update market proposals
func (*GetUpdateMarketProposalsRequest) Descriptor ¶
func (*GetUpdateMarketProposalsRequest) Descriptor() ([]byte, []int)
func (*GetUpdateMarketProposalsRequest) GetMarketId ¶
func (m *GetUpdateMarketProposalsRequest) GetMarketId() string
func (*GetUpdateMarketProposalsRequest) GetSelectInState ¶
func (m *GetUpdateMarketProposalsRequest) GetSelectInState() *OptionalProposalState
func (*GetUpdateMarketProposalsRequest) ProtoMessage ¶
func (*GetUpdateMarketProposalsRequest) ProtoMessage()
func (*GetUpdateMarketProposalsRequest) Reset ¶
func (m *GetUpdateMarketProposalsRequest) Reset()
func (*GetUpdateMarketProposalsRequest) String ¶
func (m *GetUpdateMarketProposalsRequest) String() string
func (*GetUpdateMarketProposalsRequest) Validate ¶
func (this *GetUpdateMarketProposalsRequest) Validate() error
func (*GetUpdateMarketProposalsRequest) XXX_DiscardUnknown ¶
func (m *GetUpdateMarketProposalsRequest) XXX_DiscardUnknown()
func (*GetUpdateMarketProposalsRequest) XXX_Marshal ¶
func (m *GetUpdateMarketProposalsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetUpdateMarketProposalsRequest) XXX_Merge ¶
func (m *GetUpdateMarketProposalsRequest) XXX_Merge(src proto.Message)
func (*GetUpdateMarketProposalsRequest) XXX_Size ¶
func (m *GetUpdateMarketProposalsRequest) XXX_Size() int
func (*GetUpdateMarketProposalsRequest) XXX_Unmarshal ¶
func (m *GetUpdateMarketProposalsRequest) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Response for a list of update market proposals
func (*GetUpdateMarketProposalsResponse) Descriptor ¶
func (*GetUpdateMarketProposalsResponse) Descriptor() ([]byte, []int)
func (*GetUpdateMarketProposalsResponse) GetData ¶
func (m *GetUpdateMarketProposalsResponse) GetData() []*vega.GovernanceData
func (*GetUpdateMarketProposalsResponse) ProtoMessage ¶
func (*GetUpdateMarketProposalsResponse) ProtoMessage()
func (*GetUpdateMarketProposalsResponse) Reset ¶
func (m *GetUpdateMarketProposalsResponse) Reset()
func (*GetUpdateMarketProposalsResponse) String ¶
func (m *GetUpdateMarketProposalsResponse) String() string
func (*GetUpdateMarketProposalsResponse) Validate ¶
func (this *GetUpdateMarketProposalsResponse) Validate() error
func (*GetUpdateMarketProposalsResponse) XXX_DiscardUnknown ¶
func (m *GetUpdateMarketProposalsResponse) XXX_DiscardUnknown()
func (*GetUpdateMarketProposalsResponse) XXX_Marshal ¶
func (m *GetUpdateMarketProposalsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetUpdateMarketProposalsResponse) XXX_Merge ¶
func (m *GetUpdateMarketProposalsResponse) XXX_Merge(src proto.Message)
func (*GetUpdateMarketProposalsResponse) XXX_Size ¶
func (m *GetUpdateMarketProposalsResponse) XXX_Size() int
func (*GetUpdateMarketProposalsResponse) XXX_Unmarshal ¶
func (m *GetUpdateMarketProposalsResponse) XXX_Unmarshal(b []byte) error
type GetVegaTimeRequest ¶
type GetVegaTimeRequest struct {
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Request for the current time of the vega network
func (*GetVegaTimeRequest) Descriptor ¶
func (*GetVegaTimeRequest) Descriptor() ([]byte, []int)
func (*GetVegaTimeRequest) ProtoMessage ¶
func (*GetVegaTimeRequest) ProtoMessage()
func (*GetVegaTimeRequest) Reset ¶
func (m *GetVegaTimeRequest) Reset()
func (*GetVegaTimeRequest) String ¶
func (m *GetVegaTimeRequest) String() string
func (*GetVegaTimeRequest) Validate ¶
func (this *GetVegaTimeRequest) Validate() error
func (*GetVegaTimeRequest) XXX_DiscardUnknown ¶
func (m *GetVegaTimeRequest) XXX_DiscardUnknown()
func (*GetVegaTimeRequest) XXX_Marshal ¶
func (m *GetVegaTimeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetVegaTimeRequest) XXX_Merge ¶
func (m *GetVegaTimeRequest) XXX_Merge(src proto.Message)
func (*GetVegaTimeRequest) XXX_Size ¶
func (m *GetVegaTimeRequest) XXX_Size() int
func (*GetVegaTimeRequest) XXX_Unmarshal ¶
func (m *GetVegaTimeRequest) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Response for the current consensus coordinated time on the Vega network, referred to as "VegaTime"
func (*GetVegaTimeResponse) Descriptor ¶
func (*GetVegaTimeResponse) Descriptor() ([]byte, []int)
func (*GetVegaTimeResponse) GetTimestamp ¶
func (m *GetVegaTimeResponse) GetTimestamp() int64
func (*GetVegaTimeResponse) ProtoMessage ¶
func (*GetVegaTimeResponse) ProtoMessage()
func (*GetVegaTimeResponse) Reset ¶
func (m *GetVegaTimeResponse) Reset()
func (*GetVegaTimeResponse) String ¶
func (m *GetVegaTimeResponse) String() string
func (*GetVegaTimeResponse) Validate ¶
func (this *GetVegaTimeResponse) Validate() error
func (*GetVegaTimeResponse) XXX_DiscardUnknown ¶
func (m *GetVegaTimeResponse) XXX_DiscardUnknown()
func (*GetVegaTimeResponse) XXX_Marshal ¶
func (m *GetVegaTimeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetVegaTimeResponse) XXX_Merge ¶
func (m *GetVegaTimeResponse) XXX_Merge(src proto.Message)
func (*GetVegaTimeResponse) XXX_Size ¶
func (m *GetVegaTimeResponse) XXX_Size() int
func (*GetVegaTimeResponse) XXX_Unmarshal ¶
func (m *GetVegaTimeResponse) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Request for a list of votes for a party
func (*GetVotesByPartyRequest) Descriptor ¶
func (*GetVotesByPartyRequest) Descriptor() ([]byte, []int)
func (*GetVotesByPartyRequest) GetPartyId ¶
func (m *GetVotesByPartyRequest) GetPartyId() string
func (*GetVotesByPartyRequest) ProtoMessage ¶
func (*GetVotesByPartyRequest) ProtoMessage()
func (*GetVotesByPartyRequest) Reset ¶
func (m *GetVotesByPartyRequest) Reset()
func (*GetVotesByPartyRequest) String ¶
func (m *GetVotesByPartyRequest) String() string
func (*GetVotesByPartyRequest) Validate ¶
func (this *GetVotesByPartyRequest) Validate() error
func (*GetVotesByPartyRequest) XXX_DiscardUnknown ¶
func (m *GetVotesByPartyRequest) XXX_DiscardUnknown()
func (*GetVotesByPartyRequest) XXX_Marshal ¶
func (m *GetVotesByPartyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetVotesByPartyRequest) XXX_Merge ¶
func (m *GetVotesByPartyRequest) XXX_Merge(src proto.Message)
func (*GetVotesByPartyRequest) XXX_Size ¶
func (m *GetVotesByPartyRequest) XXX_Size() int
func (*GetVotesByPartyRequest) XXX_Unmarshal ¶
func (m *GetVotesByPartyRequest) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Response for a list of votes for a party
func (*GetVotesByPartyResponse) Descriptor ¶
func (*GetVotesByPartyResponse) Descriptor() ([]byte, []int)
func (*GetVotesByPartyResponse) GetVotes ¶
func (m *GetVotesByPartyResponse) GetVotes() []*vega.Vote
func (*GetVotesByPartyResponse) ProtoMessage ¶
func (*GetVotesByPartyResponse) ProtoMessage()
func (*GetVotesByPartyResponse) Reset ¶
func (m *GetVotesByPartyResponse) Reset()
func (*GetVotesByPartyResponse) String ¶
func (m *GetVotesByPartyResponse) String() string
func (*GetVotesByPartyResponse) Validate ¶
func (this *GetVotesByPartyResponse) Validate() error
func (*GetVotesByPartyResponse) XXX_DiscardUnknown ¶
func (m *GetVotesByPartyResponse) XXX_DiscardUnknown()
func (*GetVotesByPartyResponse) XXX_Marshal ¶
func (m *GetVotesByPartyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetVotesByPartyResponse) XXX_Merge ¶
func (m *GetVotesByPartyResponse) XXX_Merge(src proto.Message)
func (*GetVotesByPartyResponse) XXX_Size ¶
func (m *GetVotesByPartyResponse) XXX_Size() int
func (*GetVotesByPartyResponse) XXX_Unmarshal ¶
func (m *GetVotesByPartyResponse) XXX_Unmarshal(b []byte) error
type GlobalRewardPoolAccountsRequest ¶ added in v0.44.0
type GlobalRewardPoolAccountsRequest struct {
// Asset identifier, required field
// - Set to an empty string to return all accounts
// - Set to an asset ID to return a single global reward pool account for a given asset
Asset string `protobuf:"bytes,1,opt,name=asset,proto3" json:"asset,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Request for a list of global reward pool accounts
func (*GlobalRewardPoolAccountsRequest) Descriptor ¶ added in v0.44.0
func (*GlobalRewardPoolAccountsRequest) Descriptor() ([]byte, []int)
func (*GlobalRewardPoolAccountsRequest) GetAsset ¶ added in v0.44.0
func (m *GlobalRewardPoolAccountsRequest) GetAsset() string
func (*GlobalRewardPoolAccountsRequest) ProtoMessage ¶ added in v0.44.0
func (*GlobalRewardPoolAccountsRequest) ProtoMessage()
func (*GlobalRewardPoolAccountsRequest) Reset ¶ added in v0.44.0
func (m *GlobalRewardPoolAccountsRequest) Reset()
func (*GlobalRewardPoolAccountsRequest) String ¶ added in v0.44.0
func (m *GlobalRewardPoolAccountsRequest) String() string
func (*GlobalRewardPoolAccountsRequest) Validate ¶ added in v0.44.0
func (this *GlobalRewardPoolAccountsRequest) Validate() error
func (*GlobalRewardPoolAccountsRequest) XXX_DiscardUnknown ¶ added in v0.44.0
func (m *GlobalRewardPoolAccountsRequest) XXX_DiscardUnknown()
func (*GlobalRewardPoolAccountsRequest) XXX_Marshal ¶ added in v0.44.0
func (m *GlobalRewardPoolAccountsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GlobalRewardPoolAccountsRequest) XXX_Merge ¶ added in v0.44.0
func (m *GlobalRewardPoolAccountsRequest) XXX_Merge(src proto.Message)
func (*GlobalRewardPoolAccountsRequest) XXX_Size ¶ added in v0.44.0
func (m *GlobalRewardPoolAccountsRequest) XXX_Size() int
func (*GlobalRewardPoolAccountsRequest) XXX_Unmarshal ¶ added in v0.44.0
func (m *GlobalRewardPoolAccountsRequest) XXX_Unmarshal(b []byte) error
type GlobalRewardPoolAccountsResponse ¶ added in v0.44.0
type GlobalRewardPoolAccountsResponse struct {
// A list of 0 or more global reward pool accounts
Accounts []*vega.Account `protobuf:"bytes,1,rep,name=accounts,proto3" json:"accounts,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Response for a list of global reward pool accounts
func (*GlobalRewardPoolAccountsResponse) Descriptor ¶ added in v0.44.0
func (*GlobalRewardPoolAccountsResponse) Descriptor() ([]byte, []int)
func (*GlobalRewardPoolAccountsResponse) GetAccounts ¶ added in v0.44.0
func (m *GlobalRewardPoolAccountsResponse) GetAccounts() []*vega.Account
func (*GlobalRewardPoolAccountsResponse) ProtoMessage ¶ added in v0.44.0
func (*GlobalRewardPoolAccountsResponse) ProtoMessage()
func (*GlobalRewardPoolAccountsResponse) Reset ¶ added in v0.44.0
func (m *GlobalRewardPoolAccountsResponse) Reset()
func (*GlobalRewardPoolAccountsResponse) String ¶ added in v0.44.0
func (m *GlobalRewardPoolAccountsResponse) String() string
func (*GlobalRewardPoolAccountsResponse) Validate ¶ added in v0.44.0
func (this *GlobalRewardPoolAccountsResponse) Validate() error
func (*GlobalRewardPoolAccountsResponse) XXX_DiscardUnknown ¶ added in v0.44.0
func (m *GlobalRewardPoolAccountsResponse) XXX_DiscardUnknown()
func (*GlobalRewardPoolAccountsResponse) XXX_Marshal ¶ added in v0.44.0
func (m *GlobalRewardPoolAccountsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GlobalRewardPoolAccountsResponse) XXX_Merge ¶ added in v0.44.0
func (m *GlobalRewardPoolAccountsResponse) XXX_Merge(src proto.Message)
func (*GlobalRewardPoolAccountsResponse) XXX_Size ¶ added in v0.44.0
func (m *GlobalRewardPoolAccountsResponse) XXX_Size() int
func (*GlobalRewardPoolAccountsResponse) XXX_Unmarshal ¶ added in v0.44.0
func (m *GlobalRewardPoolAccountsResponse) XXX_Unmarshal(b []byte) error
type KeyRotation ¶ added in v0.47.0
type KeyRotation struct {
NodeId string `protobuf:"bytes,1,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
OldPubKey string `protobuf:"bytes,2,opt,name=old_pub_key,json=oldPubKey,proto3" json:"old_pub_key,omitempty"`
NewPubKey string `protobuf:"bytes,3,opt,name=new_pub_key,json=newPubKey,proto3" json:"new_pub_key,omitempty"`
BlockHeight uint64 `protobuf:"varint,4,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*KeyRotation) Descriptor ¶ added in v0.47.0
func (*KeyRotation) Descriptor() ([]byte, []int)
func (*KeyRotation) GetBlockHeight ¶ added in v0.47.0
func (m *KeyRotation) GetBlockHeight() uint64
func (*KeyRotation) GetNewPubKey ¶ added in v0.47.0
func (m *KeyRotation) GetNewPubKey() string
func (*KeyRotation) GetNodeId ¶ added in v0.47.0
func (m *KeyRotation) GetNodeId() string
func (*KeyRotation) GetOldPubKey ¶ added in v0.47.0
func (m *KeyRotation) GetOldPubKey() string
func (*KeyRotation) ProtoMessage ¶ added in v0.47.0
func (*KeyRotation) ProtoMessage()
func (*KeyRotation) Reset ¶ added in v0.47.0
func (m *KeyRotation) Reset()
func (*KeyRotation) String ¶ added in v0.47.0
func (m *KeyRotation) String() string
func (*KeyRotation) Validate ¶ added in v0.47.0
func (this *KeyRotation) Validate() error
func (*KeyRotation) XXX_DiscardUnknown ¶ added in v0.47.0
func (m *KeyRotation) XXX_DiscardUnknown()
func (*KeyRotation) XXX_Marshal ¶ added in v0.47.0
func (m *KeyRotation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*KeyRotation) XXX_Merge ¶ added in v0.47.0
func (m *KeyRotation) XXX_Merge(src proto.Message)
func (*KeyRotation) XXX_Size ¶ added in v0.47.0
func (m *KeyRotation) XXX_Size() int
func (*KeyRotation) XXX_Unmarshal ¶ added in v0.47.0
func (m *KeyRotation) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Request for the latest trade that occurred on Vega for a given market
func (*LastTradeRequest) Descriptor ¶
func (*LastTradeRequest) Descriptor() ([]byte, []int)
func (*LastTradeRequest) GetMarketId ¶
func (m *LastTradeRequest) GetMarketId() string
func (*LastTradeRequest) ProtoMessage ¶
func (*LastTradeRequest) ProtoMessage()
func (*LastTradeRequest) Reset ¶
func (m *LastTradeRequest) Reset()
func (*LastTradeRequest) String ¶
func (m *LastTradeRequest) String() string
func (*LastTradeRequest) Validate ¶
func (this *LastTradeRequest) Validate() error
func (*LastTradeRequest) XXX_DiscardUnknown ¶
func (m *LastTradeRequest) XXX_DiscardUnknown()
func (*LastTradeRequest) XXX_Marshal ¶
func (m *LastTradeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LastTradeRequest) XXX_Merge ¶
func (m *LastTradeRequest) XXX_Merge(src proto.Message)
func (*LastTradeRequest) XXX_Size ¶
func (m *LastTradeRequest) XXX_Size() int
func (*LastTradeRequest) XXX_Unmarshal ¶
func (m *LastTradeRequest) XXX_Unmarshal(b []byte) error
type LastTradeResponse ¶
type LastTradeResponse struct {
// A trade, if found
Trade *vega.Trade `protobuf:"bytes,1,opt,name=trade,proto3" json:"trade,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Response for the latest trade that occurred on Vega for a given market
func (*LastTradeResponse) Descriptor ¶
func (*LastTradeResponse) Descriptor() ([]byte, []int)
func (*LastTradeResponse) GetTrade ¶
func (m *LastTradeResponse) GetTrade() *vega.Trade
func (*LastTradeResponse) ProtoMessage ¶
func (*LastTradeResponse) ProtoMessage()
func (*LastTradeResponse) Reset ¶
func (m *LastTradeResponse) Reset()
func (*LastTradeResponse) String ¶
func (m *LastTradeResponse) String() string
func (*LastTradeResponse) Validate ¶
func (this *LastTradeResponse) Validate() error
func (*LastTradeResponse) XXX_DiscardUnknown ¶
func (m *LastTradeResponse) XXX_DiscardUnknown()
func (*LastTradeResponse) XXX_Marshal ¶
func (m *LastTradeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LastTradeResponse) XXX_Merge ¶
func (m *LastTradeResponse) XXX_Merge(src proto.Message)
func (*LastTradeResponse) XXX_Size ¶
func (m *LastTradeResponse) XXX_Size() int
func (*LastTradeResponse) XXX_Unmarshal ¶
func (m *LastTradeResponse) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
A message requesting for the list of liquidity provision orders for markets One of the two filters is required (or both)
func (*LiquidityProvisionsRequest) Descriptor ¶
func (*LiquidityProvisionsRequest) Descriptor() ([]byte, []int)
func (*LiquidityProvisionsRequest) GetMarket ¶
func (m *LiquidityProvisionsRequest) GetMarket() string
func (*LiquidityProvisionsRequest) GetParty ¶
func (m *LiquidityProvisionsRequest) GetParty() string
func (*LiquidityProvisionsRequest) ProtoMessage ¶
func (*LiquidityProvisionsRequest) ProtoMessage()
func (*LiquidityProvisionsRequest) Reset ¶
func (m *LiquidityProvisionsRequest) Reset()
func (*LiquidityProvisionsRequest) String ¶
func (m *LiquidityProvisionsRequest) String() string
func (*LiquidityProvisionsRequest) Validate ¶
func (this *LiquidityProvisionsRequest) Validate() error
func (*LiquidityProvisionsRequest) XXX_DiscardUnknown ¶
func (m *LiquidityProvisionsRequest) XXX_DiscardUnknown()
func (*LiquidityProvisionsRequest) XXX_Marshal ¶
func (m *LiquidityProvisionsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LiquidityProvisionsRequest) XXX_Merge ¶
func (m *LiquidityProvisionsRequest) XXX_Merge(src proto.Message)
func (*LiquidityProvisionsRequest) XXX_Size ¶
func (m *LiquidityProvisionsRequest) XXX_Size() int
func (*LiquidityProvisionsRequest) XXX_Unmarshal ¶
func (m *LiquidityProvisionsRequest) XXX_Unmarshal(b []byte) error
type LiquidityProvisionsResponse ¶
type LiquidityProvisionsResponse struct {
LiquidityProvisions []*vega.LiquidityProvision `protobuf:"bytes,1,rep,name=liquidity_provisions,json=liquidityProvisions,proto3" json:"liquidity_provisions,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
A response containing all of the Vega liquidity provision orders
func (*LiquidityProvisionsResponse) Descriptor ¶
func (*LiquidityProvisionsResponse) Descriptor() ([]byte, []int)
func (*LiquidityProvisionsResponse) GetLiquidityProvisions ¶
func (m *LiquidityProvisionsResponse) GetLiquidityProvisions() []*vega.LiquidityProvision
func (*LiquidityProvisionsResponse) ProtoMessage ¶
func (*LiquidityProvisionsResponse) ProtoMessage()
func (*LiquidityProvisionsResponse) Reset ¶
func (m *LiquidityProvisionsResponse) Reset()
func (*LiquidityProvisionsResponse) String ¶
func (m *LiquidityProvisionsResponse) String() string
func (*LiquidityProvisionsResponse) Validate ¶
func (this *LiquidityProvisionsResponse) Validate() error
func (*LiquidityProvisionsResponse) XXX_DiscardUnknown ¶
func (m *LiquidityProvisionsResponse) XXX_DiscardUnknown()
func (*LiquidityProvisionsResponse) XXX_Marshal ¶
func (m *LiquidityProvisionsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LiquidityProvisionsResponse) XXX_Merge ¶
func (m *LiquidityProvisionsResponse) XXX_Merge(src proto.Message)
func (*LiquidityProvisionsResponse) XXX_Size ¶
func (m *LiquidityProvisionsResponse) XXX_Size() int
func (*LiquidityProvisionsResponse) XXX_Unmarshal ¶
func (m *LiquidityProvisionsResponse) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Request for margin levels for a party
func (*MarginLevelsRequest) Descriptor ¶
func (*MarginLevelsRequest) Descriptor() ([]byte, []int)
func (*MarginLevelsRequest) GetMarketId ¶
func (m *MarginLevelsRequest) GetMarketId() string
func (*MarginLevelsRequest) GetPartyId ¶
func (m *MarginLevelsRequest) GetPartyId() string
func (*MarginLevelsRequest) ProtoMessage ¶
func (*MarginLevelsRequest) ProtoMessage()
func (*MarginLevelsRequest) Reset ¶
func (m *MarginLevelsRequest) Reset()
func (*MarginLevelsRequest) String ¶
func (m *MarginLevelsRequest) String() string
func (*MarginLevelsRequest) Validate ¶
func (this *MarginLevelsRequest) Validate() error
func (*MarginLevelsRequest) XXX_DiscardUnknown ¶
func (m *MarginLevelsRequest) XXX_DiscardUnknown()
func (*MarginLevelsRequest) XXX_Marshal ¶
func (m *MarginLevelsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MarginLevelsRequest) XXX_Merge ¶
func (m *MarginLevelsRequest) XXX_Merge(src proto.Message)
func (*MarginLevelsRequest) XXX_Size ¶
func (m *MarginLevelsRequest) XXX_Size() int
func (*MarginLevelsRequest) XXX_Unmarshal ¶
func (m *MarginLevelsRequest) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Response for margin levels for a party
func (*MarginLevelsResponse) Descriptor ¶
func (*MarginLevelsResponse) Descriptor() ([]byte, []int)
func (*MarginLevelsResponse) GetMarginLevels ¶
func (m *MarginLevelsResponse) GetMarginLevels() []*vega.MarginLevels
func (*MarginLevelsResponse) ProtoMessage ¶
func (*MarginLevelsResponse) ProtoMessage()
func (*MarginLevelsResponse) Reset ¶
func (m *MarginLevelsResponse) Reset()
func (*MarginLevelsResponse) String ¶
func (m *MarginLevelsResponse) String() string
func (*MarginLevelsResponse) Validate ¶
func (this *MarginLevelsResponse) Validate() error
func (*MarginLevelsResponse) XXX_DiscardUnknown ¶
func (m *MarginLevelsResponse) XXX_DiscardUnknown()
func (*MarginLevelsResponse) XXX_Marshal ¶
func (m *MarginLevelsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MarginLevelsResponse) XXX_Merge ¶
func (m *MarginLevelsResponse) XXX_Merge(src proto.Message)
func (*MarginLevelsResponse) XXX_Size ¶
func (m *MarginLevelsResponse) XXX_Size() int
func (*MarginLevelsResponse) XXX_Unmarshal ¶
func (m *MarginLevelsResponse) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
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 ¶
func (*MarginLevelsSubscribeRequest) Descriptor() ([]byte, []int)
func (*MarginLevelsSubscribeRequest) GetMarketId ¶
func (m *MarginLevelsSubscribeRequest) GetMarketId() string
func (*MarginLevelsSubscribeRequest) GetPartyId ¶
func (m *MarginLevelsSubscribeRequest) GetPartyId() string
func (*MarginLevelsSubscribeRequest) ProtoMessage ¶
func (*MarginLevelsSubscribeRequest) ProtoMessage()
func (*MarginLevelsSubscribeRequest) Reset ¶
func (m *MarginLevelsSubscribeRequest) Reset()
func (*MarginLevelsSubscribeRequest) String ¶
func (m *MarginLevelsSubscribeRequest) String() string
func (*MarginLevelsSubscribeRequest) Validate ¶
func (this *MarginLevelsSubscribeRequest) Validate() error
func (*MarginLevelsSubscribeRequest) XXX_DiscardUnknown ¶
func (m *MarginLevelsSubscribeRequest) XXX_DiscardUnknown()
func (*MarginLevelsSubscribeRequest) XXX_Marshal ¶
func (m *MarginLevelsSubscribeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MarginLevelsSubscribeRequest) XXX_Merge ¶
func (m *MarginLevelsSubscribeRequest) XXX_Merge(src proto.Message)
func (*MarginLevelsSubscribeRequest) XXX_Size ¶
func (m *MarginLevelsSubscribeRequest) XXX_Size() int
func (*MarginLevelsSubscribeRequest) XXX_Unmarshal ¶
func (m *MarginLevelsSubscribeRequest) XXX_Unmarshal(b []byte) error
type MarginLevelsSubscribeResponse ¶
type MarginLevelsSubscribeResponse struct {
MarginLevels *vega.MarginLevels `protobuf:"bytes,1,opt,name=margin_levels,json=marginLevels,proto3" json:"margin_levels,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*MarginLevelsSubscribeResponse) Descriptor ¶
func (*MarginLevelsSubscribeResponse) Descriptor() ([]byte, []int)
func (*MarginLevelsSubscribeResponse) GetMarginLevels ¶
func (m *MarginLevelsSubscribeResponse) GetMarginLevels() *vega.MarginLevels
func (*MarginLevelsSubscribeResponse) ProtoMessage ¶
func (*MarginLevelsSubscribeResponse) ProtoMessage()
func (*MarginLevelsSubscribeResponse) Reset ¶
func (m *MarginLevelsSubscribeResponse) Reset()
func (*MarginLevelsSubscribeResponse) String ¶
func (m *MarginLevelsSubscribeResponse) String() string
func (*MarginLevelsSubscribeResponse) Validate ¶
func (this *MarginLevelsSubscribeResponse) Validate() error
func (*MarginLevelsSubscribeResponse) XXX_DiscardUnknown ¶
func (m *MarginLevelsSubscribeResponse) XXX_DiscardUnknown()
func (*MarginLevelsSubscribeResponse) XXX_Marshal ¶
func (m *MarginLevelsSubscribeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MarginLevelsSubscribeResponse) XXX_Merge ¶
func (m *MarginLevelsSubscribeResponse) XXX_Merge(src proto.Message)
func (*MarginLevelsSubscribeResponse) XXX_Size ¶
func (m *MarginLevelsSubscribeResponse) XXX_Size() int
func (*MarginLevelsSubscribeResponse) XXX_Unmarshal ¶
func (m *MarginLevelsSubscribeResponse) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Request for a list of accounts for a market
func (*MarketAccountsRequest) Descriptor ¶
func (*MarketAccountsRequest) Descriptor() ([]byte, []int)
func (*MarketAccountsRequest) GetAsset ¶
func (m *MarketAccountsRequest) GetAsset() string
func (*MarketAccountsRequest) GetMarketId ¶
func (m *MarketAccountsRequest) GetMarketId() string
func (*MarketAccountsRequest) ProtoMessage ¶
func (*MarketAccountsRequest) ProtoMessage()
func (*MarketAccountsRequest) Reset ¶
func (m *MarketAccountsRequest) Reset()
func (*MarketAccountsRequest) String ¶
func (m *MarketAccountsRequest) String() string
func (*MarketAccountsRequest) Validate ¶
func (this *MarketAccountsRequest) Validate() error
func (*MarketAccountsRequest) XXX_DiscardUnknown ¶
func (m *MarketAccountsRequest) XXX_DiscardUnknown()
func (*MarketAccountsRequest) XXX_Marshal ¶
func (m *MarketAccountsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MarketAccountsRequest) XXX_Merge ¶
func (m *MarketAccountsRequest) XXX_Merge(src proto.Message)
func (*MarketAccountsRequest) XXX_Size ¶
func (m *MarketAccountsRequest) XXX_Size() int
func (*MarketAccountsRequest) XXX_Unmarshal ¶
func (m *MarketAccountsRequest) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Response for a list of accounts for a market
func (*MarketAccountsResponse) Descriptor ¶
func (*MarketAccountsResponse) Descriptor() ([]byte, []int)
func (*MarketAccountsResponse) GetAccounts ¶
func (m *MarketAccountsResponse) GetAccounts() []*vega.Account
func (*MarketAccountsResponse) ProtoMessage ¶
func (*MarketAccountsResponse) ProtoMessage()
func (*MarketAccountsResponse) Reset ¶
func (m *MarketAccountsResponse) Reset()
func (*MarketAccountsResponse) String ¶
func (m *MarketAccountsResponse) String() string
func (*MarketAccountsResponse) Validate ¶
func (this *MarketAccountsResponse) Validate() error
func (*MarketAccountsResponse) XXX_DiscardUnknown ¶
func (m *MarketAccountsResponse) XXX_DiscardUnknown()
func (*MarketAccountsResponse) XXX_Marshal ¶
func (m *MarketAccountsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MarketAccountsResponse) XXX_Merge ¶
func (m *MarketAccountsResponse) XXX_Merge(src proto.Message)
func (*MarketAccountsResponse) XXX_Size ¶
func (m *MarketAccountsResponse) XXX_Size() int
func (*MarketAccountsResponse) XXX_Unmarshal ¶
func (m *MarketAccountsResponse) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Request for a market given a market identifier
func (*MarketByIDRequest) Descriptor ¶
func (*MarketByIDRequest) Descriptor() ([]byte, []int)
func (*MarketByIDRequest) GetMarketId ¶
func (m *MarketByIDRequest) GetMarketId() string
func (*MarketByIDRequest) ProtoMessage ¶
func (*MarketByIDRequest) ProtoMessage()
func (*MarketByIDRequest) Reset ¶
func (m *MarketByIDRequest) Reset()
func (*MarketByIDRequest) String ¶
func (m *MarketByIDRequest) String() string
func (*MarketByIDRequest) Validate ¶
func (this *MarketByIDRequest) Validate() error
func (*MarketByIDRequest) XXX_DiscardUnknown ¶
func (m *MarketByIDRequest) XXX_DiscardUnknown()
func (*MarketByIDRequest) XXX_Marshal ¶
func (m *MarketByIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MarketByIDRequest) XXX_Merge ¶
func (m *MarketByIDRequest) XXX_Merge(src proto.Message)
func (*MarketByIDRequest) XXX_Size ¶
func (m *MarketByIDRequest) XXX_Size() int
func (*MarketByIDRequest) XXX_Unmarshal ¶
func (m *MarketByIDRequest) XXX_Unmarshal(b []byte) error
type MarketByIDResponse ¶
type MarketByIDResponse struct {
// A market, if found
Market *vega.Market `protobuf:"bytes,1,opt,name=market,proto3" json:"market,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Response for a market given a market identifier
func (*MarketByIDResponse) Descriptor ¶
func (*MarketByIDResponse) Descriptor() ([]byte, []int)
func (*MarketByIDResponse) GetMarket ¶
func (m *MarketByIDResponse) GetMarket() *vega.Market
func (*MarketByIDResponse) ProtoMessage ¶
func (*MarketByIDResponse) ProtoMessage()
func (*MarketByIDResponse) Reset ¶
func (m *MarketByIDResponse) Reset()
func (*MarketByIDResponse) String ¶
func (m *MarketByIDResponse) String() string
func (*MarketByIDResponse) Validate ¶
func (this *MarketByIDResponse) Validate() error
func (*MarketByIDResponse) XXX_DiscardUnknown ¶
func (m *MarketByIDResponse) XXX_DiscardUnknown()
func (*MarketByIDResponse) XXX_Marshal ¶
func (m *MarketByIDResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MarketByIDResponse) XXX_Merge ¶
func (m *MarketByIDResponse) XXX_Merge(src proto.Message)
func (*MarketByIDResponse) XXX_Size ¶
func (m *MarketByIDResponse) XXX_Size() int
func (*MarketByIDResponse) XXX_Unmarshal ¶
func (m *MarketByIDResponse) XXX_Unmarshal(b []byte) error
type MarketDataByIDRequest ¶
type MarketDataByIDRequest struct {
// Market identifier
MarketId string `protobuf:"bytes,1,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Request for market data for a market
func (*MarketDataByIDRequest) Descriptor ¶
func (*MarketDataByIDRequest) Descriptor() ([]byte, []int)
func (*MarketDataByIDRequest) GetMarketId ¶
func (m *MarketDataByIDRequest) GetMarketId() string
func (*MarketDataByIDRequest) ProtoMessage ¶
func (*MarketDataByIDRequest) ProtoMessage()
func (*MarketDataByIDRequest) Reset ¶
func (m *MarketDataByIDRequest) Reset()
func (*MarketDataByIDRequest) String ¶
func (m *MarketDataByIDRequest) String() string
func (*MarketDataByIDRequest) Validate ¶
func (this *MarketDataByIDRequest) Validate() error
func (*MarketDataByIDRequest) XXX_DiscardUnknown ¶
func (m *MarketDataByIDRequest) XXX_DiscardUnknown()
func (*MarketDataByIDRequest) XXX_Marshal ¶
func (m *MarketDataByIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MarketDataByIDRequest) XXX_Merge ¶
func (m *MarketDataByIDRequest) XXX_Merge(src proto.Message)
func (*MarketDataByIDRequest) XXX_Size ¶
func (m *MarketDataByIDRequest) XXX_Size() int
func (*MarketDataByIDRequest) XXX_Unmarshal ¶
func (m *MarketDataByIDRequest) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Response for market data for a market
func (*MarketDataByIDResponse) Descriptor ¶
func (*MarketDataByIDResponse) Descriptor() ([]byte, []int)
func (*MarketDataByIDResponse) GetMarketData ¶
func (m *MarketDataByIDResponse) GetMarketData() *vega.MarketData
func (*MarketDataByIDResponse) ProtoMessage ¶
func (*MarketDataByIDResponse) ProtoMessage()
func (*MarketDataByIDResponse) Reset ¶
func (m *MarketDataByIDResponse) Reset()
func (*MarketDataByIDResponse) String ¶
func (m *MarketDataByIDResponse) String() string
func (*MarketDataByIDResponse) Validate ¶
func (this *MarketDataByIDResponse) Validate() error
func (*MarketDataByIDResponse) XXX_DiscardUnknown ¶
func (m *MarketDataByIDResponse) XXX_DiscardUnknown()
func (*MarketDataByIDResponse) XXX_Marshal ¶
func (m *MarketDataByIDResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MarketDataByIDResponse) XXX_Merge ¶
func (m *MarketDataByIDResponse) XXX_Merge(src proto.Message)
func (*MarketDataByIDResponse) XXX_Size ¶
func (m *MarketDataByIDResponse) XXX_Size() int
func (*MarketDataByIDResponse) XXX_Unmarshal ¶
func (m *MarketDataByIDResponse) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
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 ¶
func (*MarketDepthRequest) Descriptor() ([]byte, []int)
func (*MarketDepthRequest) GetMarketId ¶
func (m *MarketDepthRequest) GetMarketId() string
func (*MarketDepthRequest) GetMaxDepth ¶
func (m *MarketDepthRequest) GetMaxDepth() uint64
func (*MarketDepthRequest) ProtoMessage ¶
func (*MarketDepthRequest) ProtoMessage()
func (*MarketDepthRequest) Reset ¶
func (m *MarketDepthRequest) Reset()
func (*MarketDepthRequest) String ¶
func (m *MarketDepthRequest) String() string
func (*MarketDepthRequest) Validate ¶
func (this *MarketDepthRequest) Validate() error
func (*MarketDepthRequest) XXX_DiscardUnknown ¶
func (m *MarketDepthRequest) XXX_DiscardUnknown()
func (*MarketDepthRequest) XXX_Marshal ¶
func (m *MarketDepthRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MarketDepthRequest) XXX_Merge ¶
func (m *MarketDepthRequest) XXX_Merge(src proto.Message)
func (*MarketDepthRequest) XXX_Size ¶
func (m *MarketDepthRequest) XXX_Size() int
func (*MarketDepthRequest) XXX_Unmarshal ¶
func (m *MarketDepthRequest) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Response for the market depth/order book price levels on a market
func (*MarketDepthResponse) Descriptor ¶
func (*MarketDepthResponse) Descriptor() ([]byte, []int)
func (*MarketDepthResponse) GetBuy ¶
func (m *MarketDepthResponse) GetBuy() []*vega.PriceLevel
func (*MarketDepthResponse) GetLastTrade ¶
func (m *MarketDepthResponse) GetLastTrade() *vega.Trade
func (*MarketDepthResponse) GetMarketId ¶
func (m *MarketDepthResponse) GetMarketId() string
func (*MarketDepthResponse) GetSell ¶
func (m *MarketDepthResponse) GetSell() []*vega.PriceLevel
func (*MarketDepthResponse) GetSequenceNumber ¶
func (m *MarketDepthResponse) GetSequenceNumber() uint64
func (*MarketDepthResponse) ProtoMessage ¶
func (*MarketDepthResponse) ProtoMessage()
func (*MarketDepthResponse) Reset ¶
func (m *MarketDepthResponse) Reset()
func (*MarketDepthResponse) String ¶
func (m *MarketDepthResponse) String() string
func (*MarketDepthResponse) Validate ¶
func (this *MarketDepthResponse) Validate() error
func (*MarketDepthResponse) XXX_DiscardUnknown ¶
func (m *MarketDepthResponse) XXX_DiscardUnknown()
func (*MarketDepthResponse) XXX_Marshal ¶
func (m *MarketDepthResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MarketDepthResponse) XXX_Merge ¶
func (m *MarketDepthResponse) XXX_Merge(src proto.Message)
func (*MarketDepthResponse) XXX_Size ¶
func (m *MarketDepthResponse) XXX_Size() int
func (*MarketDepthResponse) XXX_Unmarshal ¶
func (m *MarketDepthResponse) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Request to subscribe to a stream of (MarketDepth)[#vega.MarketDepth] data
func (*MarketDepthSubscribeRequest) Descriptor ¶
func (*MarketDepthSubscribeRequest) Descriptor() ([]byte, []int)
func (*MarketDepthSubscribeRequest) GetMarketId ¶
func (m *MarketDepthSubscribeRequest) GetMarketId() string
func (*MarketDepthSubscribeRequest) ProtoMessage ¶
func (*MarketDepthSubscribeRequest) ProtoMessage()
func (*MarketDepthSubscribeRequest) Reset ¶
func (m *MarketDepthSubscribeRequest) Reset()
func (*MarketDepthSubscribeRequest) String ¶
func (m *MarketDepthSubscribeRequest) String() string
func (*MarketDepthSubscribeRequest) Validate ¶
func (this *MarketDepthSubscribeRequest) Validate() error
func (*MarketDepthSubscribeRequest) XXX_DiscardUnknown ¶
func (m *MarketDepthSubscribeRequest) XXX_DiscardUnknown()
func (*MarketDepthSubscribeRequest) XXX_Marshal ¶
func (m *MarketDepthSubscribeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MarketDepthSubscribeRequest) XXX_Merge ¶
func (m *MarketDepthSubscribeRequest) XXX_Merge(src proto.Message)
func (*MarketDepthSubscribeRequest) XXX_Size ¶
func (m *MarketDepthSubscribeRequest) XXX_Size() int
func (*MarketDepthSubscribeRequest) XXX_Unmarshal ¶
func (m *MarketDepthSubscribeRequest) XXX_Unmarshal(b []byte) error
type MarketDepthSubscribeResponse ¶
type MarketDepthSubscribeResponse struct {
MarketDepth *vega.MarketDepth `protobuf:"bytes,1,opt,name=market_depth,json=marketDepth,proto3" json:"market_depth,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*MarketDepthSubscribeResponse) Descriptor ¶
func (*MarketDepthSubscribeResponse) Descriptor() ([]byte, []int)
func (*MarketDepthSubscribeResponse) GetMarketDepth ¶
func (m *MarketDepthSubscribeResponse) GetMarketDepth() *vega.MarketDepth
func (*MarketDepthSubscribeResponse) ProtoMessage ¶
func (*MarketDepthSubscribeResponse) ProtoMessage()
func (*MarketDepthSubscribeResponse) Reset ¶
func (m *MarketDepthSubscribeResponse) Reset()
func (*MarketDepthSubscribeResponse) String ¶
func (m *MarketDepthSubscribeResponse) String() string
func (*MarketDepthSubscribeResponse) Validate ¶
func (this *MarketDepthSubscribeResponse) Validate() error
func (*MarketDepthSubscribeResponse) XXX_DiscardUnknown ¶
func (m *MarketDepthSubscribeResponse) XXX_DiscardUnknown()
func (*MarketDepthSubscribeResponse) XXX_Marshal ¶
func (m *MarketDepthSubscribeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MarketDepthSubscribeResponse) XXX_Merge ¶
func (m *MarketDepthSubscribeResponse) XXX_Merge(src proto.Message)
func (*MarketDepthSubscribeResponse) XXX_Size ¶
func (m *MarketDepthSubscribeResponse) XXX_Size() int
func (*MarketDepthSubscribeResponse) XXX_Unmarshal ¶
func (m *MarketDepthSubscribeResponse) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Request to subscribe to a stream of (MarketDepth Update)[#vega.MarketDepthUpdate] data
func (*MarketDepthUpdatesSubscribeRequest) Descriptor ¶
func (*MarketDepthUpdatesSubscribeRequest) Descriptor() ([]byte, []int)
func (*MarketDepthUpdatesSubscribeRequest) GetMarketId ¶
func (m *MarketDepthUpdatesSubscribeRequest) GetMarketId() string
func (*MarketDepthUpdatesSubscribeRequest) ProtoMessage ¶
func (*MarketDepthUpdatesSubscribeRequest) ProtoMessage()
func (*MarketDepthUpdatesSubscribeRequest) Reset ¶
func (m *MarketDepthUpdatesSubscribeRequest) Reset()
func (*MarketDepthUpdatesSubscribeRequest) String ¶
func (m *MarketDepthUpdatesSubscribeRequest) String() string
func (*MarketDepthUpdatesSubscribeRequest) Validate ¶
func (this *MarketDepthUpdatesSubscribeRequest) Validate() error
func (*MarketDepthUpdatesSubscribeRequest) XXX_DiscardUnknown ¶
func (m *MarketDepthUpdatesSubscribeRequest) XXX_DiscardUnknown()
func (*MarketDepthUpdatesSubscribeRequest) XXX_Marshal ¶
func (m *MarketDepthUpdatesSubscribeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MarketDepthUpdatesSubscribeRequest) XXX_Merge ¶
func (m *MarketDepthUpdatesSubscribeRequest) XXX_Merge(src proto.Message)
func (*MarketDepthUpdatesSubscribeRequest) XXX_Size ¶
func (m *MarketDepthUpdatesSubscribeRequest) XXX_Size() int
func (*MarketDepthUpdatesSubscribeRequest) XXX_Unmarshal ¶
func (m *MarketDepthUpdatesSubscribeRequest) XXX_Unmarshal(b []byte) error
type MarketDepthUpdatesSubscribeResponse ¶
type MarketDepthUpdatesSubscribeResponse struct {
Update *vega.MarketDepthUpdate `protobuf:"bytes,1,opt,name=update,proto3" json:"update,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*MarketDepthUpdatesSubscribeResponse) Descriptor ¶
func (*MarketDepthUpdatesSubscribeResponse) Descriptor() ([]byte, []int)
func (*MarketDepthUpdatesSubscribeResponse) GetUpdate ¶
func (m *MarketDepthUpdatesSubscribeResponse) GetUpdate() *vega.MarketDepthUpdate
func (*MarketDepthUpdatesSubscribeResponse) ProtoMessage ¶
func (*MarketDepthUpdatesSubscribeResponse) ProtoMessage()
func (*MarketDepthUpdatesSubscribeResponse) Reset ¶
func (m *MarketDepthUpdatesSubscribeResponse) Reset()
func (*MarketDepthUpdatesSubscribeResponse) String ¶
func (m *MarketDepthUpdatesSubscribeResponse) String() string
func (*MarketDepthUpdatesSubscribeResponse) Validate ¶
func (this *MarketDepthUpdatesSubscribeResponse) Validate() error
func (*MarketDepthUpdatesSubscribeResponse) XXX_DiscardUnknown ¶
func (m *MarketDepthUpdatesSubscribeResponse) XXX_DiscardUnknown()
func (*MarketDepthUpdatesSubscribeResponse) XXX_Marshal ¶
func (m *MarketDepthUpdatesSubscribeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MarketDepthUpdatesSubscribeResponse) XXX_Merge ¶
func (m *MarketDepthUpdatesSubscribeResponse) XXX_Merge(src proto.Message)
func (*MarketDepthUpdatesSubscribeResponse) XXX_Size ¶
func (m *MarketDepthUpdatesSubscribeResponse) XXX_Size() int
func (*MarketDepthUpdatesSubscribeResponse) XXX_Unmarshal ¶
func (m *MarketDepthUpdatesSubscribeResponse) XXX_Unmarshal(b []byte) error
type MarketsDataRequest ¶
type MarketsDataRequest struct {
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Request for market data
func (*MarketsDataRequest) Descriptor ¶
func (*MarketsDataRequest) Descriptor() ([]byte, []int)
func (*MarketsDataRequest) ProtoMessage ¶
func (*MarketsDataRequest) ProtoMessage()
func (*MarketsDataRequest) Reset ¶
func (m *MarketsDataRequest) Reset()
func (*MarketsDataRequest) String ¶
func (m *MarketsDataRequest) String() string
func (*MarketsDataRequest) Validate ¶
func (this *MarketsDataRequest) Validate() error
func (*MarketsDataRequest) XXX_DiscardUnknown ¶
func (m *MarketsDataRequest) XXX_DiscardUnknown()
func (*MarketsDataRequest) XXX_Marshal ¶
func (m *MarketsDataRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MarketsDataRequest) XXX_Merge ¶
func (m *MarketsDataRequest) XXX_Merge(src proto.Message)
func (*MarketsDataRequest) XXX_Size ¶
func (m *MarketsDataRequest) XXX_Size() int
func (*MarketsDataRequest) XXX_Unmarshal ¶
func (m *MarketsDataRequest) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Response for market data
func (*MarketsDataResponse) Descriptor ¶
func (*MarketsDataResponse) Descriptor() ([]byte, []int)
func (*MarketsDataResponse) GetMarketsData ¶
func (m *MarketsDataResponse) GetMarketsData() []*vega.MarketData
func (*MarketsDataResponse) ProtoMessage ¶
func (*MarketsDataResponse) ProtoMessage()
func (*MarketsDataResponse) Reset ¶
func (m *MarketsDataResponse) Reset()
func (*MarketsDataResponse) String ¶
func (m *MarketsDataResponse) String() string
func (*MarketsDataResponse) Validate ¶
func (this *MarketsDataResponse) Validate() error
func (*MarketsDataResponse) XXX_DiscardUnknown ¶
func (m *MarketsDataResponse) XXX_DiscardUnknown()
func (*MarketsDataResponse) XXX_Marshal ¶
func (m *MarketsDataResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MarketsDataResponse) XXX_Merge ¶
func (m *MarketsDataResponse) XXX_Merge(src proto.Message)
func (*MarketsDataResponse) XXX_Size ¶
func (m *MarketsDataResponse) XXX_Size() int
func (*MarketsDataResponse) XXX_Unmarshal ¶
func (m *MarketsDataResponse) XXX_Unmarshal(b []byte) error
type MarketsDataSubscribeRequest ¶
type MarketsDataSubscribeRequest struct {
// Market identifier
MarketId string `protobuf:"bytes,1,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Request to subscribe to a stream of MarketsData Optionally, the list can be additionally filtered by market
func (*MarketsDataSubscribeRequest) Descriptor ¶
func (*MarketsDataSubscribeRequest) Descriptor() ([]byte, []int)
func (*MarketsDataSubscribeRequest) GetMarketId ¶
func (m *MarketsDataSubscribeRequest) GetMarketId() string
func (*MarketsDataSubscribeRequest) ProtoMessage ¶
func (*MarketsDataSubscribeRequest) ProtoMessage()
func (*MarketsDataSubscribeRequest) Reset ¶
func (m *MarketsDataSubscribeRequest) Reset()
func (*MarketsDataSubscribeRequest) String ¶
func (m *MarketsDataSubscribeRequest) String() string
func (*MarketsDataSubscribeRequest) Validate ¶
func (this *MarketsDataSubscribeRequest) Validate() error
func (*MarketsDataSubscribeRequest) XXX_DiscardUnknown ¶
func (m *MarketsDataSubscribeRequest) XXX_DiscardUnknown()
func (*MarketsDataSubscribeRequest) XXX_Marshal ¶
func (m *MarketsDataSubscribeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MarketsDataSubscribeRequest) XXX_Merge ¶
func (m *MarketsDataSubscribeRequest) XXX_Merge(src proto.Message)
func (*MarketsDataSubscribeRequest) XXX_Size ¶
func (m *MarketsDataSubscribeRequest) XXX_Size() int
func (*MarketsDataSubscribeRequest) XXX_Unmarshal ¶
func (m *MarketsDataSubscribeRequest) XXX_Unmarshal(b []byte) error
type MarketsDataSubscribeResponse ¶
type MarketsDataSubscribeResponse struct {
MarketData *vega.MarketData `protobuf:"bytes,1,opt,name=market_data,json=marketData,proto3" json:"market_data,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*MarketsDataSubscribeResponse) Descriptor ¶
func (*MarketsDataSubscribeResponse) Descriptor() ([]byte, []int)
func (*MarketsDataSubscribeResponse) GetMarketData ¶
func (m *MarketsDataSubscribeResponse) GetMarketData() *vega.MarketData
func (*MarketsDataSubscribeResponse) ProtoMessage ¶
func (*MarketsDataSubscribeResponse) ProtoMessage()
func (*MarketsDataSubscribeResponse) Reset ¶
func (m *MarketsDataSubscribeResponse) Reset()
func (*MarketsDataSubscribeResponse) String ¶
func (m *MarketsDataSubscribeResponse) String() string
func (*MarketsDataSubscribeResponse) Validate ¶
func (this *MarketsDataSubscribeResponse) Validate() error
func (*MarketsDataSubscribeResponse) XXX_DiscardUnknown ¶
func (m *MarketsDataSubscribeResponse) XXX_DiscardUnknown()
func (*MarketsDataSubscribeResponse) XXX_Marshal ¶
func (m *MarketsDataSubscribeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MarketsDataSubscribeResponse) XXX_Merge ¶
func (m *MarketsDataSubscribeResponse) XXX_Merge(src proto.Message)
func (*MarketsDataSubscribeResponse) XXX_Size ¶
func (m *MarketsDataSubscribeResponse) XXX_Size() int
func (*MarketsDataSubscribeResponse) XXX_Unmarshal ¶
func (m *MarketsDataSubscribeResponse) XXX_Unmarshal(b []byte) error
type MarketsRequest ¶
type MarketsRequest struct {
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Request for a list of markets on Vega
func (*MarketsRequest) Descriptor ¶
func (*MarketsRequest) Descriptor() ([]byte, []int)
func (*MarketsRequest) ProtoMessage ¶
func (*MarketsRequest) ProtoMessage()
func (*MarketsRequest) Reset ¶
func (m *MarketsRequest) Reset()
func (*MarketsRequest) String ¶
func (m *MarketsRequest) String() string
func (*MarketsRequest) Validate ¶
func (this *MarketsRequest) Validate() error
func (*MarketsRequest) XXX_DiscardUnknown ¶
func (m *MarketsRequest) XXX_DiscardUnknown()
func (*MarketsRequest) XXX_Marshal ¶
func (m *MarketsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MarketsRequest) XXX_Merge ¶
func (m *MarketsRequest) XXX_Merge(src proto.Message)
func (*MarketsRequest) XXX_Size ¶
func (m *MarketsRequest) XXX_Size() int
func (*MarketsRequest) XXX_Unmarshal ¶
func (m *MarketsRequest) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Response for a list of markets on Vega
func (*MarketsResponse) Descriptor ¶
func (*MarketsResponse) Descriptor() ([]byte, []int)
func (*MarketsResponse) GetMarkets ¶
func (m *MarketsResponse) GetMarkets() []*vega.Market
func (*MarketsResponse) ProtoMessage ¶
func (*MarketsResponse) ProtoMessage()
func (*MarketsResponse) Reset ¶
func (m *MarketsResponse) Reset()
func (*MarketsResponse) String ¶
func (m *MarketsResponse) String() string
func (*MarketsResponse) Validate ¶
func (this *MarketsResponse) Validate() error
func (*MarketsResponse) XXX_DiscardUnknown ¶
func (m *MarketsResponse) XXX_DiscardUnknown()
func (*MarketsResponse) XXX_Marshal ¶
func (m *MarketsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MarketsResponse) XXX_Merge ¶
func (m *MarketsResponse) XXX_Merge(src proto.Message)
func (*MarketsResponse) XXX_Size ¶
func (m *MarketsResponse) XXX_Size() int
func (*MarketsResponse) XXX_Unmarshal ¶
func (m *MarketsResponse) XXX_Unmarshal(b []byte) error
type NetworkParametersRequest ¶
type NetworkParametersRequest struct {
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
A message requesting for the list of all network parameters
func (*NetworkParametersRequest) Descriptor ¶
func (*NetworkParametersRequest) Descriptor() ([]byte, []int)
func (*NetworkParametersRequest) ProtoMessage ¶
func (*NetworkParametersRequest) ProtoMessage()
func (*NetworkParametersRequest) Reset ¶
func (m *NetworkParametersRequest) Reset()
func (*NetworkParametersRequest) String ¶
func (m *NetworkParametersRequest) String() string
func (*NetworkParametersRequest) Validate ¶
func (this *NetworkParametersRequest) Validate() error
func (*NetworkParametersRequest) XXX_DiscardUnknown ¶
func (m *NetworkParametersRequest) XXX_DiscardUnknown()
func (*NetworkParametersRequest) XXX_Marshal ¶
func (m *NetworkParametersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NetworkParametersRequest) XXX_Merge ¶
func (m *NetworkParametersRequest) XXX_Merge(src proto.Message)
func (*NetworkParametersRequest) XXX_Size ¶
func (m *NetworkParametersRequest) XXX_Size() int
func (*NetworkParametersRequest) XXX_Unmarshal ¶
func (m *NetworkParametersRequest) XXX_Unmarshal(b []byte) error
type NetworkParametersResponse ¶
type NetworkParametersResponse struct {
NetworkParameters []*vega.NetworkParameter `protobuf:"bytes,1,rep,name=network_parameters,json=networkParameters,proto3" json:"network_parameters,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
A response containing all of the vega network parameters
func (*NetworkParametersResponse) Descriptor ¶
func (*NetworkParametersResponse) Descriptor() ([]byte, []int)
func (*NetworkParametersResponse) GetNetworkParameters ¶
func (m *NetworkParametersResponse) GetNetworkParameters() []*vega.NetworkParameter
func (*NetworkParametersResponse) ProtoMessage ¶
func (*NetworkParametersResponse) ProtoMessage()
func (*NetworkParametersResponse) Reset ¶
func (m *NetworkParametersResponse) Reset()
func (*NetworkParametersResponse) String ¶
func (m *NetworkParametersResponse) String() string
func (*NetworkParametersResponse) Validate ¶
func (this *NetworkParametersResponse) Validate() error
func (*NetworkParametersResponse) XXX_DiscardUnknown ¶
func (m *NetworkParametersResponse) XXX_DiscardUnknown()
func (*NetworkParametersResponse) XXX_Marshal ¶
func (m *NetworkParametersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NetworkParametersResponse) XXX_Merge ¶
func (m *NetworkParametersResponse) XXX_Merge(src proto.Message)
func (*NetworkParametersResponse) XXX_Size ¶
func (m *NetworkParametersResponse) XXX_Size() int
func (*NetworkParametersResponse) XXX_Unmarshal ¶
func (m *NetworkParametersResponse) XXX_Unmarshal(b []byte) error
type ObserveDelegationsRequest ¶ added in v0.46.0
type ObserveDelegationsRequest struct {
Party string `protobuf:"bytes,1,opt,name=party,proto3" json:"party,omitempty"`
NodeId string `protobuf:"bytes,2,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Request to obsever all event related to delegation with the given filters
func (*ObserveDelegationsRequest) Descriptor ¶ added in v0.46.0
func (*ObserveDelegationsRequest) Descriptor() ([]byte, []int)
func (*ObserveDelegationsRequest) GetNodeId ¶ added in v0.46.0
func (m *ObserveDelegationsRequest) GetNodeId() string
func (*ObserveDelegationsRequest) GetParty ¶ added in v0.46.0
func (m *ObserveDelegationsRequest) GetParty() string
func (*ObserveDelegationsRequest) ProtoMessage ¶ added in v0.46.0
func (*ObserveDelegationsRequest) ProtoMessage()
func (*ObserveDelegationsRequest) Reset ¶ added in v0.46.0
func (m *ObserveDelegationsRequest) Reset()
func (*ObserveDelegationsRequest) String ¶ added in v0.46.0
func (m *ObserveDelegationsRequest) String() string
func (*ObserveDelegationsRequest) Validate ¶ added in v0.46.0
func (this *ObserveDelegationsRequest) Validate() error
func (*ObserveDelegationsRequest) XXX_DiscardUnknown ¶ added in v0.46.0
func (m *ObserveDelegationsRequest) XXX_DiscardUnknown()
func (*ObserveDelegationsRequest) XXX_Marshal ¶ added in v0.46.0
func (m *ObserveDelegationsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ObserveDelegationsRequest) XXX_Merge ¶ added in v0.46.0
func (m *ObserveDelegationsRequest) XXX_Merge(src proto.Message)
func (*ObserveDelegationsRequest) XXX_Size ¶ added in v0.46.0
func (m *ObserveDelegationsRequest) XXX_Size() int
func (*ObserveDelegationsRequest) XXX_Unmarshal ¶ added in v0.46.0
func (m *ObserveDelegationsRequest) XXX_Unmarshal(b []byte) error
type ObserveDelegationsResponse ¶ added in v0.46.0
type ObserveDelegationsResponse struct {
Delegation *vega.Delegation `protobuf:"bytes,1,opt,name=delegation,proto3" json:"delegation,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
All events related to delegation with the given filters
func (*ObserveDelegationsResponse) Descriptor ¶ added in v0.46.0
func (*ObserveDelegationsResponse) Descriptor() ([]byte, []int)
func (*ObserveDelegationsResponse) GetDelegation ¶ added in v0.46.0
func (m *ObserveDelegationsResponse) GetDelegation() *vega.Delegation
func (*ObserveDelegationsResponse) ProtoMessage ¶ added in v0.46.0
func (*ObserveDelegationsResponse) ProtoMessage()
func (*ObserveDelegationsResponse) Reset ¶ added in v0.46.0
func (m *ObserveDelegationsResponse) Reset()
func (*ObserveDelegationsResponse) String ¶ added in v0.46.0
func (m *ObserveDelegationsResponse) String() string
func (*ObserveDelegationsResponse) Validate ¶ added in v0.46.0
func (this *ObserveDelegationsResponse) Validate() error
func (*ObserveDelegationsResponse) XXX_DiscardUnknown ¶ added in v0.46.0
func (m *ObserveDelegationsResponse) XXX_DiscardUnknown()
func (*ObserveDelegationsResponse) XXX_Marshal ¶ added in v0.46.0
func (m *ObserveDelegationsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ObserveDelegationsResponse) XXX_Merge ¶ added in v0.46.0
func (m *ObserveDelegationsResponse) XXX_Merge(src proto.Message)
func (*ObserveDelegationsResponse) XXX_Size ¶ added in v0.46.0
func (m *ObserveDelegationsResponse) XXX_Size() int
func (*ObserveDelegationsResponse) XXX_Unmarshal ¶ added in v0.46.0
func (m *ObserveDelegationsResponse) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Request to subscribe to a stream of one or more event types from the Vega event bus
func (*ObserveEventBusRequest) Descriptor ¶
func (*ObserveEventBusRequest) Descriptor() ([]byte, []int)
func (*ObserveEventBusRequest) GetBatchSize ¶
func (m *ObserveEventBusRequest) GetBatchSize() int64
func (*ObserveEventBusRequest) GetMarketId ¶
func (m *ObserveEventBusRequest) GetMarketId() string
func (*ObserveEventBusRequest) GetPartyId ¶
func (m *ObserveEventBusRequest) GetPartyId() string
func (*ObserveEventBusRequest) GetType ¶
func (m *ObserveEventBusRequest) GetType() []v1.BusEventType
func (*ObserveEventBusRequest) ProtoMessage ¶
func (*ObserveEventBusRequest) ProtoMessage()
func (*ObserveEventBusRequest) Reset ¶
func (m *ObserveEventBusRequest) Reset()
func (*ObserveEventBusRequest) String ¶
func (m *ObserveEventBusRequest) String() string
func (*ObserveEventBusRequest) Validate ¶
func (this *ObserveEventBusRequest) Validate() error
func (*ObserveEventBusRequest) XXX_DiscardUnknown ¶
func (m *ObserveEventBusRequest) XXX_DiscardUnknown()
func (*ObserveEventBusRequest) XXX_Marshal ¶
func (m *ObserveEventBusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ObserveEventBusRequest) XXX_Merge ¶
func (m *ObserveEventBusRequest) XXX_Merge(src proto.Message)
func (*ObserveEventBusRequest) XXX_Size ¶
func (m *ObserveEventBusRequest) XXX_Size() int
func (*ObserveEventBusRequest) XXX_Unmarshal ¶
func (m *ObserveEventBusRequest) XXX_Unmarshal(b []byte) error
type ObserveEventBusResponse ¶
type ObserveEventBusResponse struct {
// One or more events
Events []*v1.BusEvent `protobuf:"bytes,1,rep,name=events,proto3" json:"events,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Response to a subscribed stream of events from the Vega event bus
func (*ObserveEventBusResponse) Descriptor ¶
func (*ObserveEventBusResponse) Descriptor() ([]byte, []int)
func (*ObserveEventBusResponse) GetEvents ¶
func (m *ObserveEventBusResponse) GetEvents() []*v1.BusEvent
func (*ObserveEventBusResponse) ProtoMessage ¶
func (*ObserveEventBusResponse) ProtoMessage()
func (*ObserveEventBusResponse) Reset ¶
func (m *ObserveEventBusResponse) Reset()
func (*ObserveEventBusResponse) String ¶
func (m *ObserveEventBusResponse) String() string
func (*ObserveEventBusResponse) Validate ¶
func (this *ObserveEventBusResponse) Validate() error
func (*ObserveEventBusResponse) XXX_DiscardUnknown ¶
func (m *ObserveEventBusResponse) XXX_DiscardUnknown()
func (*ObserveEventBusResponse) XXX_Marshal ¶
func (m *ObserveEventBusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ObserveEventBusResponse) XXX_Merge ¶
func (m *ObserveEventBusResponse) XXX_Merge(src proto.Message)
func (*ObserveEventBusResponse) XXX_Size ¶
func (m *ObserveEventBusResponse) XXX_Size() int
func (*ObserveEventBusResponse) XXX_Unmarshal ¶
func (m *ObserveEventBusResponse) XXX_Unmarshal(b []byte) error
type ObserveGovernanceRequest ¶
type ObserveGovernanceRequest struct {
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Request to obsever all event related to governance
func (*ObserveGovernanceRequest) Descriptor ¶
func (*ObserveGovernanceRequest) Descriptor() ([]byte, []int)
func (*ObserveGovernanceRequest) ProtoMessage ¶
func (*ObserveGovernanceRequest) ProtoMessage()
func (*ObserveGovernanceRequest) Reset ¶
func (m *ObserveGovernanceRequest) Reset()
func (*ObserveGovernanceRequest) String ¶
func (m *ObserveGovernanceRequest) String() string
func (*ObserveGovernanceRequest) Validate ¶
func (this *ObserveGovernanceRequest) Validate() error
func (*ObserveGovernanceRequest) XXX_DiscardUnknown ¶
func (m *ObserveGovernanceRequest) XXX_DiscardUnknown()
func (*ObserveGovernanceRequest) XXX_Marshal ¶
func (m *ObserveGovernanceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ObserveGovernanceRequest) XXX_Merge ¶
func (m *ObserveGovernanceRequest) XXX_Merge(src proto.Message)
func (*ObserveGovernanceRequest) XXX_Size ¶
func (m *ObserveGovernanceRequest) XXX_Size() int
func (*ObserveGovernanceRequest) XXX_Unmarshal ¶
func (m *ObserveGovernanceRequest) XXX_Unmarshal(b []byte) error
type ObserveGovernanceResponse ¶
type ObserveGovernanceResponse struct {
Data *vega.GovernanceData `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
All events related to governance
func (*ObserveGovernanceResponse) Descriptor ¶
func (*ObserveGovernanceResponse) Descriptor() ([]byte, []int)
func (*ObserveGovernanceResponse) GetData ¶
func (m *ObserveGovernanceResponse) GetData() *vega.GovernanceData
func (*ObserveGovernanceResponse) ProtoMessage ¶
func (*ObserveGovernanceResponse) ProtoMessage()
func (*ObserveGovernanceResponse) Reset ¶
func (m *ObserveGovernanceResponse) Reset()
func (*ObserveGovernanceResponse) String ¶
func (m *ObserveGovernanceResponse) String() string
func (*ObserveGovernanceResponse) Validate ¶
func (this *ObserveGovernanceResponse) Validate() error
func (*ObserveGovernanceResponse) XXX_DiscardUnknown ¶
func (m *ObserveGovernanceResponse) XXX_DiscardUnknown()
func (*ObserveGovernanceResponse) XXX_Marshal ¶
func (m *ObserveGovernanceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ObserveGovernanceResponse) XXX_Merge ¶
func (m *ObserveGovernanceResponse) XXX_Merge(src proto.Message)
func (*ObserveGovernanceResponse) XXX_Size ¶
func (m *ObserveGovernanceResponse) XXX_Size() int
func (*ObserveGovernanceResponse) XXX_Unmarshal ¶
func (m *ObserveGovernanceResponse) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Request to subscribe to a stream of governance proposals for a party
func (*ObservePartyProposalsRequest) Descriptor ¶
func (*ObservePartyProposalsRequest) Descriptor() ([]byte, []int)
func (*ObservePartyProposalsRequest) GetPartyId ¶
func (m *ObservePartyProposalsRequest) GetPartyId() string
func (*ObservePartyProposalsRequest) ProtoMessage ¶
func (*ObservePartyProposalsRequest) ProtoMessage()
func (*ObservePartyProposalsRequest) Reset ¶
func (m *ObservePartyProposalsRequest) Reset()
func (*ObservePartyProposalsRequest) String ¶
func (m *ObservePartyProposalsRequest) String() string
func (*ObservePartyProposalsRequest) Validate ¶
func (this *ObservePartyProposalsRequest) Validate() error
func (*ObservePartyProposalsRequest) XXX_DiscardUnknown ¶
func (m *ObservePartyProposalsRequest) XXX_DiscardUnknown()
func (*ObservePartyProposalsRequest) XXX_Marshal ¶
func (m *ObservePartyProposalsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ObservePartyProposalsRequest) XXX_Merge ¶
func (m *ObservePartyProposalsRequest) XXX_Merge(src proto.Message)
func (*ObservePartyProposalsRequest) XXX_Size ¶
func (m *ObservePartyProposalsRequest) XXX_Size() int
func (*ObservePartyProposalsRequest) XXX_Unmarshal ¶
func (m *ObservePartyProposalsRequest) XXX_Unmarshal(b []byte) error
type ObservePartyProposalsResponse ¶
type ObservePartyProposalsResponse struct {
Data *vega.GovernanceData `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*ObservePartyProposalsResponse) Descriptor ¶
func (*ObservePartyProposalsResponse) Descriptor() ([]byte, []int)
func (*ObservePartyProposalsResponse) GetData ¶
func (m *ObservePartyProposalsResponse) GetData() *vega.GovernanceData
func (*ObservePartyProposalsResponse) ProtoMessage ¶
func (*ObservePartyProposalsResponse) ProtoMessage()
func (*ObservePartyProposalsResponse) Reset ¶
func (m *ObservePartyProposalsResponse) Reset()
func (*ObservePartyProposalsResponse) String ¶
func (m *ObservePartyProposalsResponse) String() string
func (*ObservePartyProposalsResponse) Validate ¶
func (this *ObservePartyProposalsResponse) Validate() error
func (*ObservePartyProposalsResponse) XXX_DiscardUnknown ¶
func (m *ObservePartyProposalsResponse) XXX_DiscardUnknown()
func (*ObservePartyProposalsResponse) XXX_Marshal ¶
func (m *ObservePartyProposalsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ObservePartyProposalsResponse) XXX_Merge ¶
func (m *ObservePartyProposalsResponse) XXX_Merge(src proto.Message)
func (*ObservePartyProposalsResponse) XXX_Size ¶
func (m *ObservePartyProposalsResponse) XXX_Size() int
func (*ObservePartyProposalsResponse) XXX_Unmarshal ¶
func (m *ObservePartyProposalsResponse) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Request to subscribe to a stream of governance votes for a party
func (*ObservePartyVotesRequest) Descriptor ¶
func (*ObservePartyVotesRequest) Descriptor() ([]byte, []int)
func (*ObservePartyVotesRequest) GetPartyId ¶
func (m *ObservePartyVotesRequest) GetPartyId() string
func (*ObservePartyVotesRequest) ProtoMessage ¶
func (*ObservePartyVotesRequest) ProtoMessage()
func (*ObservePartyVotesRequest) Reset ¶
func (m *ObservePartyVotesRequest) Reset()
func (*ObservePartyVotesRequest) String ¶
func (m *ObservePartyVotesRequest) String() string
func (*ObservePartyVotesRequest) Validate ¶
func (this *ObservePartyVotesRequest) Validate() error
func (*ObservePartyVotesRequest) XXX_DiscardUnknown ¶
func (m *ObservePartyVotesRequest) XXX_DiscardUnknown()
func (*ObservePartyVotesRequest) XXX_Marshal ¶
func (m *ObservePartyVotesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ObservePartyVotesRequest) XXX_Merge ¶
func (m *ObservePartyVotesRequest) XXX_Merge(src proto.Message)
func (*ObservePartyVotesRequest) XXX_Size ¶
func (m *ObservePartyVotesRequest) XXX_Size() int
func (*ObservePartyVotesRequest) XXX_Unmarshal ¶
func (m *ObservePartyVotesRequest) XXX_Unmarshal(b []byte) error
type ObservePartyVotesResponse ¶
type ObservePartyVotesResponse struct {
Vote *vega.Vote `protobuf:"bytes,1,opt,name=vote,proto3" json:"vote,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*ObservePartyVotesResponse) Descriptor ¶
func (*ObservePartyVotesResponse) Descriptor() ([]byte, []int)
func (*ObservePartyVotesResponse) GetVote ¶
func (m *ObservePartyVotesResponse) GetVote() *vega.Vote
func (*ObservePartyVotesResponse) ProtoMessage ¶
func (*ObservePartyVotesResponse) ProtoMessage()
func (*ObservePartyVotesResponse) Reset ¶
func (m *ObservePartyVotesResponse) Reset()
func (*ObservePartyVotesResponse) String ¶
func (m *ObservePartyVotesResponse) String() string
func (*ObservePartyVotesResponse) Validate ¶
func (this *ObservePartyVotesResponse) Validate() error
func (*ObservePartyVotesResponse) XXX_DiscardUnknown ¶
func (m *ObservePartyVotesResponse) XXX_DiscardUnknown()
func (*ObservePartyVotesResponse) XXX_Marshal ¶
func (m *ObservePartyVotesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ObservePartyVotesResponse) XXX_Merge ¶
func (m *ObservePartyVotesResponse) XXX_Merge(src proto.Message)
func (*ObservePartyVotesResponse) XXX_Size ¶
func (m *ObservePartyVotesResponse) XXX_Size() int
func (*ObservePartyVotesResponse) XXX_Unmarshal ¶
func (m *ObservePartyVotesResponse) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Request to subscribe to a stream of governance votes for a proposal
func (*ObserveProposalVotesRequest) Descriptor ¶
func (*ObserveProposalVotesRequest) Descriptor() ([]byte, []int)
func (*ObserveProposalVotesRequest) GetProposalId ¶
func (m *ObserveProposalVotesRequest) GetProposalId() string
func (*ObserveProposalVotesRequest) ProtoMessage ¶
func (*ObserveProposalVotesRequest) ProtoMessage()
func (*ObserveProposalVotesRequest) Reset ¶
func (m *ObserveProposalVotesRequest) Reset()
func (*ObserveProposalVotesRequest) String ¶
func (m *ObserveProposalVotesRequest) String() string
func (*ObserveProposalVotesRequest) Validate ¶
func (this *ObserveProposalVotesRequest) Validate() error
func (*ObserveProposalVotesRequest) XXX_DiscardUnknown ¶
func (m *ObserveProposalVotesRequest) XXX_DiscardUnknown()
func (*ObserveProposalVotesRequest) XXX_Marshal ¶
func (m *ObserveProposalVotesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ObserveProposalVotesRequest) XXX_Merge ¶
func (m *ObserveProposalVotesRequest) XXX_Merge(src proto.Message)
func (*ObserveProposalVotesRequest) XXX_Size ¶
func (m *ObserveProposalVotesRequest) XXX_Size() int
func (*ObserveProposalVotesRequest) XXX_Unmarshal ¶
func (m *ObserveProposalVotesRequest) XXX_Unmarshal(b []byte) error
type ObserveProposalVotesResponse ¶
type ObserveProposalVotesResponse struct {
Vote *vega.Vote `protobuf:"bytes,1,opt,name=vote,proto3" json:"vote,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*ObserveProposalVotesResponse) Descriptor ¶
func (*ObserveProposalVotesResponse) Descriptor() ([]byte, []int)
func (*ObserveProposalVotesResponse) GetVote ¶
func (m *ObserveProposalVotesResponse) GetVote() *vega.Vote
func (*ObserveProposalVotesResponse) ProtoMessage ¶
func (*ObserveProposalVotesResponse) ProtoMessage()
func (*ObserveProposalVotesResponse) Reset ¶
func (m *ObserveProposalVotesResponse) Reset()
func (*ObserveProposalVotesResponse) String ¶
func (m *ObserveProposalVotesResponse) String() string
func (*ObserveProposalVotesResponse) Validate ¶
func (this *ObserveProposalVotesResponse) Validate() error
func (*ObserveProposalVotesResponse) XXX_DiscardUnknown ¶
func (m *ObserveProposalVotesResponse) XXX_DiscardUnknown()
func (*ObserveProposalVotesResponse) XXX_Marshal ¶
func (m *ObserveProposalVotesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ObserveProposalVotesResponse) XXX_Merge ¶
func (m *ObserveProposalVotesResponse) XXX_Merge(src proto.Message)
func (*ObserveProposalVotesResponse) XXX_Size ¶
func (m *ObserveProposalVotesResponse) XXX_Size() int
func (*ObserveProposalVotesResponse) XXX_Unmarshal ¶
func (m *ObserveProposalVotesResponse) XXX_Unmarshal(b []byte) error
type ObserveRewardDetailsRequest ¶ added in v0.46.0
type ObserveRewardDetailsRequest 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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*ObserveRewardDetailsRequest) Descriptor ¶ added in v0.46.0
func (*ObserveRewardDetailsRequest) Descriptor() ([]byte, []int)
func (*ObserveRewardDetailsRequest) GetAssetId ¶ added in v0.46.0
func (m *ObserveRewardDetailsRequest) GetAssetId() string
func (*ObserveRewardDetailsRequest) GetParty ¶ added in v0.46.0
func (m *ObserveRewardDetailsRequest) GetParty() string
func (*ObserveRewardDetailsRequest) ProtoMessage ¶ added in v0.46.0
func (*ObserveRewardDetailsRequest) ProtoMessage()
func (*ObserveRewardDetailsRequest) Reset ¶ added in v0.46.0
func (m *ObserveRewardDetailsRequest) Reset()
func (*ObserveRewardDetailsRequest) String ¶ added in v0.46.0
func (m *ObserveRewardDetailsRequest) String() string
func (*ObserveRewardDetailsRequest) Validate ¶ added in v0.46.0
func (this *ObserveRewardDetailsRequest) Validate() error
func (*ObserveRewardDetailsRequest) XXX_DiscardUnknown ¶ added in v0.46.0
func (m *ObserveRewardDetailsRequest) XXX_DiscardUnknown()
func (*ObserveRewardDetailsRequest) XXX_Marshal ¶ added in v0.46.0
func (m *ObserveRewardDetailsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ObserveRewardDetailsRequest) XXX_Merge ¶ added in v0.46.0
func (m *ObserveRewardDetailsRequest) XXX_Merge(src proto.Message)
func (*ObserveRewardDetailsRequest) XXX_Size ¶ added in v0.46.0
func (m *ObserveRewardDetailsRequest) XXX_Size() int
func (*ObserveRewardDetailsRequest) XXX_Unmarshal ¶ added in v0.46.0
func (m *ObserveRewardDetailsRequest) XXX_Unmarshal(b []byte) error
type ObserveRewardDetailsResponse ¶ added in v0.46.0
type ObserveRewardDetailsResponse struct {
RewardDetails *vega.RewardDetails `protobuf:"bytes,1,opt,name=reward_details,json=rewardDetails,proto3" json:"reward_details,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*ObserveRewardDetailsResponse) Descriptor ¶ added in v0.46.0
func (*ObserveRewardDetailsResponse) Descriptor() ([]byte, []int)
func (*ObserveRewardDetailsResponse) GetRewardDetails ¶ added in v0.46.0
func (m *ObserveRewardDetailsResponse) GetRewardDetails() *vega.RewardDetails
func (*ObserveRewardDetailsResponse) ProtoMessage ¶ added in v0.46.0
func (*ObserveRewardDetailsResponse) ProtoMessage()
func (*ObserveRewardDetailsResponse) Reset ¶ added in v0.46.0
func (m *ObserveRewardDetailsResponse) Reset()
func (*ObserveRewardDetailsResponse) String ¶ added in v0.46.0
func (m *ObserveRewardDetailsResponse) String() string
func (*ObserveRewardDetailsResponse) Validate ¶ added in v0.46.0
func (this *ObserveRewardDetailsResponse) Validate() error
func (*ObserveRewardDetailsResponse) XXX_DiscardUnknown ¶ added in v0.46.0
func (m *ObserveRewardDetailsResponse) XXX_DiscardUnknown()
func (*ObserveRewardDetailsResponse) XXX_Marshal ¶ added in v0.46.0
func (m *ObserveRewardDetailsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ObserveRewardDetailsResponse) XXX_Merge ¶ added in v0.46.0
func (m *ObserveRewardDetailsResponse) XXX_Merge(src proto.Message)
func (*ObserveRewardDetailsResponse) XXX_Size ¶ added in v0.46.0
func (m *ObserveRewardDetailsResponse) XXX_Size() int
func (*ObserveRewardDetailsResponse) XXX_Unmarshal ¶ added in v0.46.0
func (m *ObserveRewardDetailsResponse) XXX_Unmarshal(b []byte) error
type OptionalProposalState ¶
type OptionalProposalState struct {
// Proposal state value
Value vega.Proposal_State `protobuf:"varint,1,opt,name=value,proto3,enum=vega.Proposal_State" json:"value,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Optional proposal state
func (*OptionalProposalState) Descriptor ¶
func (*OptionalProposalState) Descriptor() ([]byte, []int)
func (*OptionalProposalState) GetValue ¶
func (m *OptionalProposalState) GetValue() vega.Proposal_State
func (*OptionalProposalState) ProtoMessage ¶
func (*OptionalProposalState) ProtoMessage()
func (*OptionalProposalState) Reset ¶
func (m *OptionalProposalState) Reset()
func (*OptionalProposalState) String ¶
func (m *OptionalProposalState) String() string
func (*OptionalProposalState) Validate ¶
func (this *OptionalProposalState) Validate() error
func (*OptionalProposalState) XXX_DiscardUnknown ¶
func (m *OptionalProposalState) XXX_DiscardUnknown()
func (*OptionalProposalState) XXX_Marshal ¶
func (m *OptionalProposalState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OptionalProposalState) XXX_Merge ¶
func (m *OptionalProposalState) XXX_Merge(src proto.Message)
func (*OptionalProposalState) XXX_Size ¶
func (m *OptionalProposalState) XXX_Size() int
func (*OptionalProposalState) XXX_Unmarshal ¶
func (m *OptionalProposalState) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
A request to all oracle data broadcast to a given spec
func (*OracleDataBySpecRequest) Descriptor ¶
func (*OracleDataBySpecRequest) Descriptor() ([]byte, []int)
func (*OracleDataBySpecRequest) GetId ¶
func (m *OracleDataBySpecRequest) GetId() string
func (*OracleDataBySpecRequest) ProtoMessage ¶
func (*OracleDataBySpecRequest) ProtoMessage()
func (*OracleDataBySpecRequest) Reset ¶
func (m *OracleDataBySpecRequest) Reset()
func (*OracleDataBySpecRequest) String ¶
func (m *OracleDataBySpecRequest) String() string
func (*OracleDataBySpecRequest) Validate ¶
func (this *OracleDataBySpecRequest) Validate() error
func (*OracleDataBySpecRequest) XXX_DiscardUnknown ¶
func (m *OracleDataBySpecRequest) XXX_DiscardUnknown()
func (*OracleDataBySpecRequest) XXX_Marshal ¶
func (m *OracleDataBySpecRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OracleDataBySpecRequest) XXX_Merge ¶
func (m *OracleDataBySpecRequest) XXX_Merge(src proto.Message)
func (*OracleDataBySpecRequest) XXX_Size ¶
func (m *OracleDataBySpecRequest) XXX_Size() int
func (*OracleDataBySpecRequest) XXX_Unmarshal ¶
func (m *OracleDataBySpecRequest) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
The response for a list of all oracle data broadcast to a given spec
func (*OracleDataBySpecResponse) Descriptor ¶
func (*OracleDataBySpecResponse) Descriptor() ([]byte, []int)
func (*OracleDataBySpecResponse) GetOracleData ¶
func (m *OracleDataBySpecResponse) GetOracleData() []*v12.OracleData
func (*OracleDataBySpecResponse) ProtoMessage ¶
func (*OracleDataBySpecResponse) ProtoMessage()
func (*OracleDataBySpecResponse) Reset ¶
func (m *OracleDataBySpecResponse) Reset()
func (*OracleDataBySpecResponse) String ¶
func (m *OracleDataBySpecResponse) String() string
func (*OracleDataBySpecResponse) Validate ¶
func (this *OracleDataBySpecResponse) Validate() error
func (*OracleDataBySpecResponse) XXX_DiscardUnknown ¶
func (m *OracleDataBySpecResponse) XXX_DiscardUnknown()
func (*OracleDataBySpecResponse) XXX_Marshal ¶
func (m *OracleDataBySpecResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OracleDataBySpecResponse) XXX_Merge ¶
func (m *OracleDataBySpecResponse) XXX_Merge(src proto.Message)
func (*OracleDataBySpecResponse) XXX_Size ¶
func (m *OracleDataBySpecResponse) XXX_Size() int
func (*OracleDataBySpecResponse) XXX_Unmarshal ¶
func (m *OracleDataBySpecResponse) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
A request to get a specific oracle spec by identifier
func (*OracleSpecRequest) Descriptor ¶
func (*OracleSpecRequest) Descriptor() ([]byte, []int)
func (*OracleSpecRequest) GetId ¶
func (m *OracleSpecRequest) GetId() string
func (*OracleSpecRequest) ProtoMessage ¶
func (*OracleSpecRequest) ProtoMessage()
func (*OracleSpecRequest) Reset ¶
func (m *OracleSpecRequest) Reset()
func (*OracleSpecRequest) String ¶
func (m *OracleSpecRequest) String() string
func (*OracleSpecRequest) Validate ¶
func (this *OracleSpecRequest) Validate() error
func (*OracleSpecRequest) XXX_DiscardUnknown ¶
func (m *OracleSpecRequest) XXX_DiscardUnknown()
func (*OracleSpecRequest) XXX_Marshal ¶
func (m *OracleSpecRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OracleSpecRequest) XXX_Merge ¶
func (m *OracleSpecRequest) XXX_Merge(src proto.Message)
func (*OracleSpecRequest) XXX_Size ¶
func (m *OracleSpecRequest) XXX_Size() int
func (*OracleSpecRequest) XXX_Unmarshal ¶
func (m *OracleSpecRequest) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
A response for a oracle spec
func (*OracleSpecResponse) Descriptor ¶
func (*OracleSpecResponse) Descriptor() ([]byte, []int)
func (*OracleSpecResponse) GetOracleSpec ¶
func (m *OracleSpecResponse) GetOracleSpec() *v12.OracleSpec
func (*OracleSpecResponse) ProtoMessage ¶
func (*OracleSpecResponse) ProtoMessage()
func (*OracleSpecResponse) Reset ¶
func (m *OracleSpecResponse) Reset()
func (*OracleSpecResponse) String ¶
func (m *OracleSpecResponse) String() string
func (*OracleSpecResponse) Validate ¶
func (this *OracleSpecResponse) Validate() error
func (*OracleSpecResponse) XXX_DiscardUnknown ¶
func (m *OracleSpecResponse) XXX_DiscardUnknown()
func (*OracleSpecResponse) XXX_Marshal ¶
func (m *OracleSpecResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OracleSpecResponse) XXX_Merge ¶
func (m *OracleSpecResponse) XXX_Merge(src proto.Message)
func (*OracleSpecResponse) XXX_Size ¶
func (m *OracleSpecResponse) XXX_Size() int
func (*OracleSpecResponse) XXX_Unmarshal ¶
func (m *OracleSpecResponse) XXX_Unmarshal(b []byte) error
type OracleSpecsRequest ¶
type OracleSpecsRequest struct {
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
A request to get a specific oracle spec by identifier
func (*OracleSpecsRequest) Descriptor ¶
func (*OracleSpecsRequest) Descriptor() ([]byte, []int)
func (*OracleSpecsRequest) ProtoMessage ¶
func (*OracleSpecsRequest) ProtoMessage()
func (*OracleSpecsRequest) Reset ¶
func (m *OracleSpecsRequest) Reset()
func (*OracleSpecsRequest) String ¶
func (m *OracleSpecsRequest) String() string
func (*OracleSpecsRequest) Validate ¶
func (this *OracleSpecsRequest) Validate() error
func (*OracleSpecsRequest) XXX_DiscardUnknown ¶
func (m *OracleSpecsRequest) XXX_DiscardUnknown()
func (*OracleSpecsRequest) XXX_Marshal ¶
func (m *OracleSpecsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OracleSpecsRequest) XXX_Merge ¶
func (m *OracleSpecsRequest) XXX_Merge(src proto.Message)
func (*OracleSpecsRequest) XXX_Size ¶
func (m *OracleSpecsRequest) XXX_Size() int
func (*OracleSpecsRequest) XXX_Unmarshal ¶
func (m *OracleSpecsRequest) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
The response for a list of withdrawals
func (*OracleSpecsResponse) Descriptor ¶
func (*OracleSpecsResponse) Descriptor() ([]byte, []int)
func (*OracleSpecsResponse) GetOracleSpecs ¶
func (m *OracleSpecsResponse) GetOracleSpecs() []*v12.OracleSpec
func (*OracleSpecsResponse) ProtoMessage ¶
func (*OracleSpecsResponse) ProtoMessage()
func (*OracleSpecsResponse) Reset ¶
func (m *OracleSpecsResponse) Reset()
func (*OracleSpecsResponse) String ¶
func (m *OracleSpecsResponse) String() string
func (*OracleSpecsResponse) Validate ¶
func (this *OracleSpecsResponse) Validate() error
func (*OracleSpecsResponse) XXX_DiscardUnknown ¶
func (m *OracleSpecsResponse) XXX_DiscardUnknown()
func (*OracleSpecsResponse) XXX_Marshal ¶
func (m *OracleSpecsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OracleSpecsResponse) XXX_Merge ¶
func (m *OracleSpecsResponse) XXX_Merge(src proto.Message)
func (*OracleSpecsResponse) XXX_Size ¶
func (m *OracleSpecsResponse) XXX_Size() int
func (*OracleSpecsResponse) XXX_Unmarshal ¶
func (m *OracleSpecsResponse) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Request for an order with the specified order identifier Optionally, return a specific version of the order with the `version` field
func (*OrderByIDRequest) Descriptor ¶
func (*OrderByIDRequest) Descriptor() ([]byte, []int)
func (*OrderByIDRequest) GetOrderId ¶
func (m *OrderByIDRequest) GetOrderId() string
func (*OrderByIDRequest) GetVersion ¶
func (m *OrderByIDRequest) GetVersion() uint64
func (*OrderByIDRequest) ProtoMessage ¶
func (*OrderByIDRequest) ProtoMessage()
func (*OrderByIDRequest) Reset ¶
func (m *OrderByIDRequest) Reset()
func (*OrderByIDRequest) String ¶
func (m *OrderByIDRequest) String() string
func (*OrderByIDRequest) Validate ¶
func (this *OrderByIDRequest) Validate() error
func (*OrderByIDRequest) XXX_DiscardUnknown ¶
func (m *OrderByIDRequest) XXX_DiscardUnknown()
func (*OrderByIDRequest) XXX_Marshal ¶
func (m *OrderByIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OrderByIDRequest) XXX_Merge ¶
func (m *OrderByIDRequest) XXX_Merge(src proto.Message)
func (*OrderByIDRequest) XXX_Size ¶
func (m *OrderByIDRequest) XXX_Size() int
func (*OrderByIDRequest) XXX_Unmarshal ¶
func (m *OrderByIDRequest) XXX_Unmarshal(b []byte) error
type OrderByIDResponse ¶
type OrderByIDResponse struct {
Order *vega.Order `protobuf:"bytes,1,opt,name=order,proto3" json:"order,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*OrderByIDResponse) Descriptor ¶
func (*OrderByIDResponse) Descriptor() ([]byte, []int)
func (*OrderByIDResponse) GetOrder ¶
func (m *OrderByIDResponse) GetOrder() *vega.Order
func (*OrderByIDResponse) ProtoMessage ¶
func (*OrderByIDResponse) ProtoMessage()
func (*OrderByIDResponse) Reset ¶
func (m *OrderByIDResponse) Reset()
func (*OrderByIDResponse) String ¶
func (m *OrderByIDResponse) String() string
func (*OrderByIDResponse) Validate ¶
func (this *OrderByIDResponse) Validate() error
func (*OrderByIDResponse) XXX_DiscardUnknown ¶
func (m *OrderByIDResponse) XXX_DiscardUnknown()
func (*OrderByIDResponse) XXX_Marshal ¶
func (m *OrderByIDResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OrderByIDResponse) XXX_Merge ¶
func (m *OrderByIDResponse) XXX_Merge(src proto.Message)
func (*OrderByIDResponse) XXX_Size ¶
func (m *OrderByIDResponse) XXX_Size() int
func (*OrderByIDResponse) XXX_Unmarshal ¶
func (m *OrderByIDResponse) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Request for an order on a market given an order identifier
func (*OrderByMarketAndIDRequest) Descriptor ¶
func (*OrderByMarketAndIDRequest) Descriptor() ([]byte, []int)
func (*OrderByMarketAndIDRequest) GetMarketId ¶
func (m *OrderByMarketAndIDRequest) GetMarketId() string
func (*OrderByMarketAndIDRequest) GetOrderId ¶
func (m *OrderByMarketAndIDRequest) GetOrderId() string
func (*OrderByMarketAndIDRequest) ProtoMessage ¶
func (*OrderByMarketAndIDRequest) ProtoMessage()
func (*OrderByMarketAndIDRequest) Reset ¶
func (m *OrderByMarketAndIDRequest) Reset()
func (*OrderByMarketAndIDRequest) String ¶
func (m *OrderByMarketAndIDRequest) String() string
func (*OrderByMarketAndIDRequest) Validate ¶
func (this *OrderByMarketAndIDRequest) Validate() error
func (*OrderByMarketAndIDRequest) XXX_DiscardUnknown ¶
func (m *OrderByMarketAndIDRequest) XXX_DiscardUnknown()
func (*OrderByMarketAndIDRequest) XXX_Marshal ¶
func (m *OrderByMarketAndIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OrderByMarketAndIDRequest) XXX_Merge ¶
func (m *OrderByMarketAndIDRequest) XXX_Merge(src proto.Message)
func (*OrderByMarketAndIDRequest) XXX_Size ¶
func (m *OrderByMarketAndIDRequest) XXX_Size() int
func (*OrderByMarketAndIDRequest) XXX_Unmarshal ¶
func (m *OrderByMarketAndIDRequest) XXX_Unmarshal(b []byte) error
type OrderByMarketAndIDResponse ¶
type OrderByMarketAndIDResponse struct {
// An order, if found
Order *vega.Order `protobuf:"bytes,1,opt,name=order,proto3" json:"order,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Response for an order on a market given an order identifier
func (*OrderByMarketAndIDResponse) Descriptor ¶
func (*OrderByMarketAndIDResponse) Descriptor() ([]byte, []int)
func (*OrderByMarketAndIDResponse) GetOrder ¶
func (m *OrderByMarketAndIDResponse) GetOrder() *vega.Order
func (*OrderByMarketAndIDResponse) ProtoMessage ¶
func (*OrderByMarketAndIDResponse) ProtoMessage()
func (*OrderByMarketAndIDResponse) Reset ¶
func (m *OrderByMarketAndIDResponse) Reset()
func (*OrderByMarketAndIDResponse) String ¶
func (m *OrderByMarketAndIDResponse) String() string
func (*OrderByMarketAndIDResponse) Validate ¶
func (this *OrderByMarketAndIDResponse) Validate() error
func (*OrderByMarketAndIDResponse) XXX_DiscardUnknown ¶
func (m *OrderByMarketAndIDResponse) XXX_DiscardUnknown()
func (*OrderByMarketAndIDResponse) XXX_Marshal ¶
func (m *OrderByMarketAndIDResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OrderByMarketAndIDResponse) XXX_Merge ¶
func (m *OrderByMarketAndIDResponse) XXX_Merge(src proto.Message)
func (*OrderByMarketAndIDResponse) XXX_Size ¶
func (m *OrderByMarketAndIDResponse) XXX_Size() int
func (*OrderByMarketAndIDResponse) XXX_Unmarshal ¶
func (m *OrderByMarketAndIDResponse) XXX_Unmarshal(b []byte) error
type OrderByReferenceRequest ¶
type OrderByReferenceRequest struct {
// Unique reference, required field
Reference string `protobuf:"bytes,1,opt,name=reference,proto3" json:"reference,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Request for an order given an order reference
func (*OrderByReferenceRequest) Descriptor ¶
func (*OrderByReferenceRequest) Descriptor() ([]byte, []int)
func (*OrderByReferenceRequest) GetReference ¶
func (m *OrderByReferenceRequest) GetReference() string
func (*OrderByReferenceRequest) ProtoMessage ¶
func (*OrderByReferenceRequest) ProtoMessage()
func (*OrderByReferenceRequest) Reset ¶
func (m *OrderByReferenceRequest) Reset()
func (*OrderByReferenceRequest) String ¶
func (m *OrderByReferenceRequest) String() string
func (*OrderByReferenceRequest) Validate ¶
func (this *OrderByReferenceRequest) Validate() error
func (*OrderByReferenceRequest) XXX_DiscardUnknown ¶
func (m *OrderByReferenceRequest) XXX_DiscardUnknown()
func (*OrderByReferenceRequest) XXX_Marshal ¶
func (m *OrderByReferenceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OrderByReferenceRequest) XXX_Merge ¶
func (m *OrderByReferenceRequest) XXX_Merge(src proto.Message)
func (*OrderByReferenceRequest) XXX_Size ¶
func (m *OrderByReferenceRequest) XXX_Size() int
func (*OrderByReferenceRequest) XXX_Unmarshal ¶
func (m *OrderByReferenceRequest) XXX_Unmarshal(b []byte) error
type OrderByReferenceResponse ¶
type OrderByReferenceResponse struct {
// An order, if found
Order *vega.Order `protobuf:"bytes,1,opt,name=order,proto3" json:"order,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Response for an order given an order reference
func (*OrderByReferenceResponse) Descriptor ¶
func (*OrderByReferenceResponse) Descriptor() ([]byte, []int)
func (*OrderByReferenceResponse) GetOrder ¶
func (m *OrderByReferenceResponse) GetOrder() *vega.Order
func (*OrderByReferenceResponse) ProtoMessage ¶
func (*OrderByReferenceResponse) ProtoMessage()
func (*OrderByReferenceResponse) Reset ¶
func (m *OrderByReferenceResponse) Reset()
func (*OrderByReferenceResponse) String ¶
func (m *OrderByReferenceResponse) String() string
func (*OrderByReferenceResponse) Validate ¶
func (this *OrderByReferenceResponse) Validate() error
func (*OrderByReferenceResponse) XXX_DiscardUnknown ¶
func (m *OrderByReferenceResponse) XXX_DiscardUnknown()
func (*OrderByReferenceResponse) XXX_Marshal ¶
func (m *OrderByReferenceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OrderByReferenceResponse) XXX_Merge ¶
func (m *OrderByReferenceResponse) XXX_Merge(src proto.Message)
func (*OrderByReferenceResponse) XXX_Size ¶
func (m *OrderByReferenceResponse) XXX_Size() int
func (*OrderByReferenceResponse) XXX_Unmarshal ¶
func (m *OrderByReferenceResponse) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Request for a list of all versions of an order given the specified order identifier
func (*OrderVersionsByIDRequest) Descriptor ¶
func (*OrderVersionsByIDRequest) Descriptor() ([]byte, []int)
func (*OrderVersionsByIDRequest) GetOrderId ¶
func (m *OrderVersionsByIDRequest) GetOrderId() string
func (*OrderVersionsByIDRequest) GetPagination ¶
func (m *OrderVersionsByIDRequest) GetPagination() *Pagination
func (*OrderVersionsByIDRequest) ProtoMessage ¶
func (*OrderVersionsByIDRequest) ProtoMessage()
func (*OrderVersionsByIDRequest) Reset ¶
func (m *OrderVersionsByIDRequest) Reset()
func (*OrderVersionsByIDRequest) String ¶
func (m *OrderVersionsByIDRequest) String() string
func (*OrderVersionsByIDRequest) Validate ¶
func (this *OrderVersionsByIDRequest) Validate() error
func (*OrderVersionsByIDRequest) XXX_DiscardUnknown ¶
func (m *OrderVersionsByIDRequest) XXX_DiscardUnknown()
func (*OrderVersionsByIDRequest) XXX_Marshal ¶
func (m *OrderVersionsByIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OrderVersionsByIDRequest) XXX_Merge ¶
func (m *OrderVersionsByIDRequest) XXX_Merge(src proto.Message)
func (*OrderVersionsByIDRequest) XXX_Size ¶
func (m *OrderVersionsByIDRequest) XXX_Size() int
func (*OrderVersionsByIDRequest) XXX_Unmarshal ¶
func (m *OrderVersionsByIDRequest) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Response to a request for a list of all versions of an order
func (*OrderVersionsByIDResponse) Descriptor ¶
func (*OrderVersionsByIDResponse) Descriptor() ([]byte, []int)
func (*OrderVersionsByIDResponse) GetOrders ¶
func (m *OrderVersionsByIDResponse) GetOrders() []*vega.Order
func (*OrderVersionsByIDResponse) ProtoMessage ¶
func (*OrderVersionsByIDResponse) ProtoMessage()
func (*OrderVersionsByIDResponse) Reset ¶
func (m *OrderVersionsByIDResponse) Reset()
func (*OrderVersionsByIDResponse) String ¶
func (m *OrderVersionsByIDResponse) String() string
func (*OrderVersionsByIDResponse) Validate ¶
func (this *OrderVersionsByIDResponse) Validate() error
func (*OrderVersionsByIDResponse) XXX_DiscardUnknown ¶
func (m *OrderVersionsByIDResponse) XXX_DiscardUnknown()
func (*OrderVersionsByIDResponse) XXX_Marshal ¶
func (m *OrderVersionsByIDResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OrderVersionsByIDResponse) XXX_Merge ¶
func (m *OrderVersionsByIDResponse) XXX_Merge(src proto.Message)
func (*OrderVersionsByIDResponse) XXX_Size ¶
func (m *OrderVersionsByIDResponse) XXX_Size() int
func (*OrderVersionsByIDResponse) XXX_Unmarshal ¶
func (m *OrderVersionsByIDResponse) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Request for a list of orders for a market
func (*OrdersByMarketRequest) Descriptor ¶
func (*OrdersByMarketRequest) Descriptor() ([]byte, []int)
func (*OrdersByMarketRequest) GetMarketId ¶
func (m *OrdersByMarketRequest) GetMarketId() string
func (*OrdersByMarketRequest) GetPagination ¶
func (m *OrdersByMarketRequest) GetPagination() *Pagination
func (*OrdersByMarketRequest) ProtoMessage ¶
func (*OrdersByMarketRequest) ProtoMessage()
func (*OrdersByMarketRequest) Reset ¶
func (m *OrdersByMarketRequest) Reset()
func (*OrdersByMarketRequest) String ¶
func (m *OrdersByMarketRequest) String() string
func (*OrdersByMarketRequest) Validate ¶
func (this *OrdersByMarketRequest) Validate() error
func (*OrdersByMarketRequest) XXX_DiscardUnknown ¶
func (m *OrdersByMarketRequest) XXX_DiscardUnknown()
func (*OrdersByMarketRequest) XXX_Marshal ¶
func (m *OrdersByMarketRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OrdersByMarketRequest) XXX_Merge ¶
func (m *OrdersByMarketRequest) XXX_Merge(src proto.Message)
func (*OrdersByMarketRequest) XXX_Size ¶
func (m *OrdersByMarketRequest) XXX_Size() int
func (*OrdersByMarketRequest) XXX_Unmarshal ¶
func (m *OrdersByMarketRequest) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Response for a list of orders for a market
func (*OrdersByMarketResponse) Descriptor ¶
func (*OrdersByMarketResponse) Descriptor() ([]byte, []int)
func (*OrdersByMarketResponse) GetOrders ¶
func (m *OrdersByMarketResponse) GetOrders() []*vega.Order
func (*OrdersByMarketResponse) ProtoMessage ¶
func (*OrdersByMarketResponse) ProtoMessage()
func (*OrdersByMarketResponse) Reset ¶
func (m *OrdersByMarketResponse) Reset()
func (*OrdersByMarketResponse) String ¶
func (m *OrdersByMarketResponse) String() string
func (*OrdersByMarketResponse) Validate ¶
func (this *OrdersByMarketResponse) Validate() error
func (*OrdersByMarketResponse) XXX_DiscardUnknown ¶
func (m *OrdersByMarketResponse) XXX_DiscardUnknown()
func (*OrdersByMarketResponse) XXX_Marshal ¶
func (m *OrdersByMarketResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OrdersByMarketResponse) XXX_Merge ¶
func (m *OrdersByMarketResponse) XXX_Merge(src proto.Message)
func (*OrdersByMarketResponse) XXX_Size ¶
func (m *OrdersByMarketResponse) XXX_Size() int
func (*OrdersByMarketResponse) XXX_Unmarshal ¶
func (m *OrdersByMarketResponse) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Request for a list of orders for a party
func (*OrdersByPartyRequest) Descriptor ¶
func (*OrdersByPartyRequest) Descriptor() ([]byte, []int)
func (*OrdersByPartyRequest) GetPagination ¶
func (m *OrdersByPartyRequest) GetPagination() *Pagination
func (*OrdersByPartyRequest) GetPartyId ¶
func (m *OrdersByPartyRequest) GetPartyId() string
func (*OrdersByPartyRequest) ProtoMessage ¶
func (*OrdersByPartyRequest) ProtoMessage()
func (*OrdersByPartyRequest) Reset ¶
func (m *OrdersByPartyRequest) Reset()
func (*OrdersByPartyRequest) String ¶
func (m *OrdersByPartyRequest) String() string
func (*OrdersByPartyRequest) Validate ¶
func (this *OrdersByPartyRequest) Validate() error
func (*OrdersByPartyRequest) XXX_DiscardUnknown ¶
func (m *OrdersByPartyRequest) XXX_DiscardUnknown()
func (*OrdersByPartyRequest) XXX_Marshal ¶
func (m *OrdersByPartyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OrdersByPartyRequest) XXX_Merge ¶
func (m *OrdersByPartyRequest) XXX_Merge(src proto.Message)
func (*OrdersByPartyRequest) XXX_Size ¶
func (m *OrdersByPartyRequest) XXX_Size() int
func (*OrdersByPartyRequest) XXX_Unmarshal ¶
func (m *OrdersByPartyRequest) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Response for a list of orders for a party
func (*OrdersByPartyResponse) Descriptor ¶
func (*OrdersByPartyResponse) Descriptor() ([]byte, []int)
func (*OrdersByPartyResponse) GetOrders ¶
func (m *OrdersByPartyResponse) GetOrders() []*vega.Order
func (*OrdersByPartyResponse) ProtoMessage ¶
func (*OrdersByPartyResponse) ProtoMessage()
func (*OrdersByPartyResponse) Reset ¶
func (m *OrdersByPartyResponse) Reset()
func (*OrdersByPartyResponse) String ¶
func (m *OrdersByPartyResponse) String() string
func (*OrdersByPartyResponse) Validate ¶
func (this *OrdersByPartyResponse) Validate() error
func (*OrdersByPartyResponse) XXX_DiscardUnknown ¶
func (m *OrdersByPartyResponse) XXX_DiscardUnknown()
func (*OrdersByPartyResponse) XXX_Marshal ¶
func (m *OrdersByPartyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OrdersByPartyResponse) XXX_Merge ¶
func (m *OrdersByPartyResponse) XXX_Merge(src proto.Message)
func (*OrdersByPartyResponse) XXX_Size ¶
func (m *OrdersByPartyResponse) XXX_Size() int
func (*OrdersByPartyResponse) XXX_Unmarshal ¶
func (m *OrdersByPartyResponse) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Request to subscribe to a stream of (Orders)[#vega.Order]
func (*OrdersSubscribeRequest) Descriptor ¶
func (*OrdersSubscribeRequest) Descriptor() ([]byte, []int)
func (*OrdersSubscribeRequest) GetMarketId ¶
func (m *OrdersSubscribeRequest) GetMarketId() string
func (*OrdersSubscribeRequest) GetPartyId ¶
func (m *OrdersSubscribeRequest) GetPartyId() string
func (*OrdersSubscribeRequest) ProtoMessage ¶
func (*OrdersSubscribeRequest) ProtoMessage()
func (*OrdersSubscribeRequest) Reset ¶
func (m *OrdersSubscribeRequest) Reset()
func (*OrdersSubscribeRequest) String ¶
func (m *OrdersSubscribeRequest) String() string
func (*OrdersSubscribeRequest) Validate ¶
func (this *OrdersSubscribeRequest) Validate() error
func (*OrdersSubscribeRequest) XXX_DiscardUnknown ¶
func (m *OrdersSubscribeRequest) XXX_DiscardUnknown()
func (*OrdersSubscribeRequest) XXX_Marshal ¶
func (m *OrdersSubscribeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OrdersSubscribeRequest) XXX_Merge ¶
func (m *OrdersSubscribeRequest) XXX_Merge(src proto.Message)
func (*OrdersSubscribeRequest) XXX_Size ¶
func (m *OrdersSubscribeRequest) XXX_Size() int
func (*OrdersSubscribeRequest) XXX_Unmarshal ¶
func (m *OrdersSubscribeRequest) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
A stream of orders
func (*OrdersSubscribeResponse) Descriptor ¶
func (*OrdersSubscribeResponse) Descriptor() ([]byte, []int)
func (*OrdersSubscribeResponse) GetOrders ¶
func (m *OrdersSubscribeResponse) GetOrders() []*vega.Order
func (*OrdersSubscribeResponse) ProtoMessage ¶
func (*OrdersSubscribeResponse) ProtoMessage()
func (*OrdersSubscribeResponse) Reset ¶
func (m *OrdersSubscribeResponse) Reset()
func (*OrdersSubscribeResponse) String ¶
func (m *OrdersSubscribeResponse) String() string
func (*OrdersSubscribeResponse) Validate ¶
func (this *OrdersSubscribeResponse) Validate() error
func (*OrdersSubscribeResponse) XXX_DiscardUnknown ¶
func (m *OrdersSubscribeResponse) XXX_DiscardUnknown()
func (*OrdersSubscribeResponse) XXX_Marshal ¶
func (m *OrdersSubscribeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OrdersSubscribeResponse) XXX_Merge ¶
func (m *OrdersSubscribeResponse) XXX_Merge(src proto.Message)
func (*OrdersSubscribeResponse) XXX_Size ¶
func (m *OrdersSubscribeResponse) XXX_Size() int
func (*OrdersSubscribeResponse) XXX_Unmarshal ¶
func (m *OrdersSubscribeResponse) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Pagination controls
func (*Pagination) Descriptor ¶
func (*Pagination) Descriptor() ([]byte, []int)
func (*Pagination) GetDescending ¶
func (m *Pagination) GetDescending() bool
func (*Pagination) GetLimit ¶
func (m *Pagination) GetLimit() uint64
func (*Pagination) GetSkip ¶
func (m *Pagination) GetSkip() uint64
func (*Pagination) ProtoMessage ¶
func (*Pagination) ProtoMessage()
func (*Pagination) Reset ¶
func (m *Pagination) Reset()
func (*Pagination) String ¶
func (m *Pagination) String() string
func (*Pagination) Validate ¶
func (this *Pagination) Validate() error
func (*Pagination) XXX_DiscardUnknown ¶
func (m *Pagination) XXX_DiscardUnknown()
func (*Pagination) XXX_Marshal ¶
func (m *Pagination) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Pagination) XXX_Merge ¶
func (m *Pagination) XXX_Merge(src proto.Message)
func (*Pagination) XXX_Size ¶
func (m *Pagination) XXX_Size() int
func (*Pagination) XXX_Unmarshal ¶
func (m *Pagination) XXX_Unmarshal(b []byte) error
type PartiesRequest ¶
type PartiesRequest struct {
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Request for a list of all parties
func (*PartiesRequest) Descriptor ¶
func (*PartiesRequest) Descriptor() ([]byte, []int)
func (*PartiesRequest) ProtoMessage ¶
func (*PartiesRequest) ProtoMessage()
func (*PartiesRequest) Reset ¶
func (m *PartiesRequest) Reset()
func (*PartiesRequest) String ¶
func (m *PartiesRequest) String() string
func (*PartiesRequest) Validate ¶
func (this *PartiesRequest) Validate() error
func (*PartiesRequest) XXX_DiscardUnknown ¶
func (m *PartiesRequest) XXX_DiscardUnknown()
func (*PartiesRequest) XXX_Marshal ¶
func (m *PartiesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PartiesRequest) XXX_Merge ¶
func (m *PartiesRequest) XXX_Merge(src proto.Message)
func (*PartiesRequest) XXX_Size ¶
func (m *PartiesRequest) XXX_Size() int
func (*PartiesRequest) XXX_Unmarshal ¶
func (m *PartiesRequest) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Response to a request for a list of parties
func (*PartiesResponse) Descriptor ¶
func (*PartiesResponse) Descriptor() ([]byte, []int)
func (*PartiesResponse) GetParties ¶
func (m *PartiesResponse) GetParties() []*vega.Party
func (*PartiesResponse) ProtoMessage ¶
func (*PartiesResponse) ProtoMessage()
func (*PartiesResponse) Reset ¶
func (m *PartiesResponse) Reset()
func (*PartiesResponse) String ¶
func (m *PartiesResponse) String() string
func (*PartiesResponse) Validate ¶
func (this *PartiesResponse) Validate() error
func (*PartiesResponse) XXX_DiscardUnknown ¶
func (m *PartiesResponse) XXX_DiscardUnknown()
func (*PartiesResponse) XXX_Marshal ¶
func (m *PartiesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PartiesResponse) XXX_Merge ¶
func (m *PartiesResponse) XXX_Merge(src proto.Message)
func (*PartiesResponse) XXX_Size ¶
func (m *PartiesResponse) XXX_Size() int
func (*PartiesResponse) XXX_Unmarshal ¶
func (m *PartiesResponse) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Request for a list of accounts for a party
func (*PartyAccountsRequest) Descriptor ¶
func (*PartyAccountsRequest) Descriptor() ([]byte, []int)
func (*PartyAccountsRequest) GetAsset ¶
func (m *PartyAccountsRequest) GetAsset() string
func (*PartyAccountsRequest) GetMarketId ¶
func (m *PartyAccountsRequest) GetMarketId() string
func (*PartyAccountsRequest) GetPartyId ¶
func (m *PartyAccountsRequest) GetPartyId() string
func (*PartyAccountsRequest) GetType ¶
func (m *PartyAccountsRequest) GetType() vega.AccountType
func (*PartyAccountsRequest) ProtoMessage ¶
func (*PartyAccountsRequest) ProtoMessage()
func (*PartyAccountsRequest) Reset ¶
func (m *PartyAccountsRequest) Reset()
func (*PartyAccountsRequest) String ¶
func (m *PartyAccountsRequest) String() string
func (*PartyAccountsRequest) Validate ¶
func (this *PartyAccountsRequest) Validate() error
func (*PartyAccountsRequest) XXX_DiscardUnknown ¶
func (m *PartyAccountsRequest) XXX_DiscardUnknown()
func (*PartyAccountsRequest) XXX_Marshal ¶
func (m *PartyAccountsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PartyAccountsRequest) XXX_Merge ¶
func (m *PartyAccountsRequest) XXX_Merge(src proto.Message)
func (*PartyAccountsRequest) XXX_Size ¶
func (m *PartyAccountsRequest) XXX_Size() int
func (*PartyAccountsRequest) XXX_Unmarshal ¶
func (m *PartyAccountsRequest) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Response for a list of accounts for a party
func (*PartyAccountsResponse) Descriptor ¶
func (*PartyAccountsResponse) Descriptor() ([]byte, []int)
func (*PartyAccountsResponse) GetAccounts ¶
func (m *PartyAccountsResponse) GetAccounts() []*vega.Account
func (*PartyAccountsResponse) ProtoMessage ¶
func (*PartyAccountsResponse) ProtoMessage()
func (*PartyAccountsResponse) Reset ¶
func (m *PartyAccountsResponse) Reset()
func (*PartyAccountsResponse) String ¶
func (m *PartyAccountsResponse) String() string
func (*PartyAccountsResponse) Validate ¶
func (this *PartyAccountsResponse) Validate() error
func (*PartyAccountsResponse) XXX_DiscardUnknown ¶
func (m *PartyAccountsResponse) XXX_DiscardUnknown()
func (*PartyAccountsResponse) XXX_Marshal ¶
func (m *PartyAccountsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PartyAccountsResponse) XXX_Merge ¶
func (m *PartyAccountsResponse) XXX_Merge(src proto.Message)
func (*PartyAccountsResponse) XXX_Size ¶
func (m *PartyAccountsResponse) XXX_Size() int
func (*PartyAccountsResponse) XXX_Unmarshal ¶
func (m *PartyAccountsResponse) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Request for a party given a party identifier
func (*PartyByIDRequest) Descriptor ¶
func (*PartyByIDRequest) Descriptor() ([]byte, []int)
func (*PartyByIDRequest) GetPartyId ¶
func (m *PartyByIDRequest) GetPartyId() string
func (*PartyByIDRequest) ProtoMessage ¶
func (*PartyByIDRequest) ProtoMessage()
func (*PartyByIDRequest) Reset ¶
func (m *PartyByIDRequest) Reset()
func (*PartyByIDRequest) String ¶
func (m *PartyByIDRequest) String() string
func (*PartyByIDRequest) Validate ¶
func (this *PartyByIDRequest) Validate() error
func (*PartyByIDRequest) XXX_DiscardUnknown ¶
func (m *PartyByIDRequest) XXX_DiscardUnknown()
func (*PartyByIDRequest) XXX_Marshal ¶
func (m *PartyByIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PartyByIDRequest) XXX_Merge ¶
func (m *PartyByIDRequest) XXX_Merge(src proto.Message)
func (*PartyByIDRequest) XXX_Size ¶
func (m *PartyByIDRequest) XXX_Size() int
func (*PartyByIDRequest) XXX_Unmarshal ¶
func (m *PartyByIDRequest) XXX_Unmarshal(b []byte) error
type PartyByIDResponse ¶
type PartyByIDResponse struct {
// A party, if found
Party *vega.Party `protobuf:"bytes,1,opt,name=party,proto3" json:"party,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Response for a party given a party identifier
func (*PartyByIDResponse) Descriptor ¶
func (*PartyByIDResponse) Descriptor() ([]byte, []int)
func (*PartyByIDResponse) GetParty ¶
func (m *PartyByIDResponse) GetParty() *vega.Party
func (*PartyByIDResponse) ProtoMessage ¶
func (*PartyByIDResponse) ProtoMessage()
func (*PartyByIDResponse) Reset ¶
func (m *PartyByIDResponse) Reset()
func (*PartyByIDResponse) String ¶
func (m *PartyByIDResponse) String() string
func (*PartyByIDResponse) Validate ¶
func (this *PartyByIDResponse) Validate() error
func (*PartyByIDResponse) XXX_DiscardUnknown ¶
func (m *PartyByIDResponse) XXX_DiscardUnknown()
func (*PartyByIDResponse) XXX_Marshal ¶
func (m *PartyByIDResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PartyByIDResponse) XXX_Merge ¶
func (m *PartyByIDResponse) XXX_Merge(src proto.Message)
func (*PartyByIDResponse) XXX_Size ¶
func (m *PartyByIDResponse) XXX_Size() int
func (*PartyByIDResponse) XXX_Unmarshal ¶
func (m *PartyByIDResponse) XXX_Unmarshal(b []byte) error
type PartyStakeRequest ¶ added in v0.42.0
type PartyStakeRequest struct {
Party string `protobuf:"bytes,1,opt,name=party,proto3" json:"party,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*PartyStakeRequest) Descriptor ¶ added in v0.42.0
func (*PartyStakeRequest) Descriptor() ([]byte, []int)
func (*PartyStakeRequest) GetParty ¶ added in v0.42.0
func (m *PartyStakeRequest) GetParty() string
func (*PartyStakeRequest) ProtoMessage ¶ added in v0.42.0
func (*PartyStakeRequest) ProtoMessage()
func (*PartyStakeRequest) Reset ¶ added in v0.42.0
func (m *PartyStakeRequest) Reset()
func (*PartyStakeRequest) String ¶ added in v0.42.0
func (m *PartyStakeRequest) String() string
func (*PartyStakeRequest) Validate ¶ added in v0.42.0
func (this *PartyStakeRequest) Validate() error
func (*PartyStakeRequest) XXX_DiscardUnknown ¶ added in v0.42.0
func (m *PartyStakeRequest) XXX_DiscardUnknown()
func (*PartyStakeRequest) XXX_Marshal ¶ added in v0.42.0
func (m *PartyStakeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PartyStakeRequest) XXX_Merge ¶ added in v0.42.0
func (m *PartyStakeRequest) XXX_Merge(src proto.Message)
func (*PartyStakeRequest) XXX_Size ¶ added in v0.42.0
func (m *PartyStakeRequest) XXX_Size() int
func (*PartyStakeRequest) XXX_Unmarshal ¶ added in v0.42.0
func (m *PartyStakeRequest) XXX_Unmarshal(b []byte) error
type PartyStakeResponse ¶ added in v0.42.0
type PartyStakeResponse struct {
CurrentStakeAvailable string `` /* 126-byte string literal not displayed */
StakeLinkings []*v1.StakeLinking `protobuf:"bytes,2,rep,name=stake_linkings,json=stakeLinkings,proto3" json:"stake_linkings,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*PartyStakeResponse) Descriptor ¶ added in v0.42.0
func (*PartyStakeResponse) Descriptor() ([]byte, []int)
func (*PartyStakeResponse) GetCurrentStakeAvailable ¶ added in v0.42.0
func (m *PartyStakeResponse) GetCurrentStakeAvailable() string
func (*PartyStakeResponse) GetStakeLinkings ¶ added in v0.42.0
func (m *PartyStakeResponse) GetStakeLinkings() []*v1.StakeLinking
func (*PartyStakeResponse) ProtoMessage ¶ added in v0.42.0
func (*PartyStakeResponse) ProtoMessage()
func (*PartyStakeResponse) Reset ¶ added in v0.42.0
func (m *PartyStakeResponse) Reset()
func (*PartyStakeResponse) String ¶ added in v0.42.0
func (m *PartyStakeResponse) String() string
func (*PartyStakeResponse) Validate ¶ added in v0.42.0
func (this *PartyStakeResponse) Validate() error
func (*PartyStakeResponse) XXX_DiscardUnknown ¶ added in v0.42.0
func (m *PartyStakeResponse) XXX_DiscardUnknown()
func (*PartyStakeResponse) XXX_Marshal ¶ added in v0.42.0
func (m *PartyStakeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PartyStakeResponse) XXX_Merge ¶ added in v0.42.0
func (m *PartyStakeResponse) XXX_Merge(src proto.Message)
func (*PartyStakeResponse) XXX_Size ¶ added in v0.42.0
func (m *PartyStakeResponse) XXX_Size() int
func (*PartyStakeResponse) XXX_Unmarshal ¶ added in v0.42.0
func (m *PartyStakeResponse) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
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 ¶
func (*PositionsByPartyRequest) Descriptor() ([]byte, []int)
func (*PositionsByPartyRequest) GetMarketId ¶
func (m *PositionsByPartyRequest) GetMarketId() string
func (*PositionsByPartyRequest) GetPartyId ¶
func (m *PositionsByPartyRequest) GetPartyId() string
func (*PositionsByPartyRequest) ProtoMessage ¶
func (*PositionsByPartyRequest) ProtoMessage()
func (*PositionsByPartyRequest) Reset ¶
func (m *PositionsByPartyRequest) Reset()
func (*PositionsByPartyRequest) String ¶
func (m *PositionsByPartyRequest) String() string
func (*PositionsByPartyRequest) Validate ¶
func (this *PositionsByPartyRequest) Validate() error
func (*PositionsByPartyRequest) XXX_DiscardUnknown ¶
func (m *PositionsByPartyRequest) XXX_DiscardUnknown()
func (*PositionsByPartyRequest) XXX_Marshal ¶
func (m *PositionsByPartyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PositionsByPartyRequest) XXX_Merge ¶
func (m *PositionsByPartyRequest) XXX_Merge(src proto.Message)
func (*PositionsByPartyRequest) XXX_Size ¶
func (m *PositionsByPartyRequest) XXX_Size() int
func (*PositionsByPartyRequest) XXX_Unmarshal ¶
func (m *PositionsByPartyRequest) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Response for a list of positions for a party
func (*PositionsByPartyResponse) Descriptor ¶
func (*PositionsByPartyResponse) Descriptor() ([]byte, []int)
func (*PositionsByPartyResponse) GetPositions ¶
func (m *PositionsByPartyResponse) GetPositions() []*vega.Position
func (*PositionsByPartyResponse) ProtoMessage ¶
func (*PositionsByPartyResponse) ProtoMessage()
func (*PositionsByPartyResponse) Reset ¶
func (m *PositionsByPartyResponse) Reset()
func (*PositionsByPartyResponse) String ¶
func (m *PositionsByPartyResponse) String() string
func (*PositionsByPartyResponse) Validate ¶
func (this *PositionsByPartyResponse) Validate() error
func (*PositionsByPartyResponse) XXX_DiscardUnknown ¶
func (m *PositionsByPartyResponse) XXX_DiscardUnknown()
func (*PositionsByPartyResponse) XXX_Marshal ¶
func (m *PositionsByPartyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PositionsByPartyResponse) XXX_Merge ¶
func (m *PositionsByPartyResponse) XXX_Merge(src proto.Message)
func (*PositionsByPartyResponse) XXX_Size ¶
func (m *PositionsByPartyResponse) XXX_Size() int
func (*PositionsByPartyResponse) XXX_Unmarshal ¶
func (m *PositionsByPartyResponse) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Request to subscribe to a stream of (Positions)[#vega.Position]
func (*PositionsSubscribeRequest) Descriptor ¶
func (*PositionsSubscribeRequest) Descriptor() ([]byte, []int)
func (*PositionsSubscribeRequest) GetMarketId ¶
func (m *PositionsSubscribeRequest) GetMarketId() string
func (*PositionsSubscribeRequest) GetPartyId ¶
func (m *PositionsSubscribeRequest) GetPartyId() string
func (*PositionsSubscribeRequest) ProtoMessage ¶
func (*PositionsSubscribeRequest) ProtoMessage()
func (*PositionsSubscribeRequest) Reset ¶
func (m *PositionsSubscribeRequest) Reset()
func (*PositionsSubscribeRequest) String ¶
func (m *PositionsSubscribeRequest) String() string
func (*PositionsSubscribeRequest) Validate ¶
func (this *PositionsSubscribeRequest) Validate() error
func (*PositionsSubscribeRequest) XXX_DiscardUnknown ¶
func (m *PositionsSubscribeRequest) XXX_DiscardUnknown()
func (*PositionsSubscribeRequest) XXX_Marshal ¶
func (m *PositionsSubscribeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PositionsSubscribeRequest) XXX_Merge ¶
func (m *PositionsSubscribeRequest) XXX_Merge(src proto.Message)
func (*PositionsSubscribeRequest) XXX_Size ¶
func (m *PositionsSubscribeRequest) XXX_Size() int
func (*PositionsSubscribeRequest) XXX_Unmarshal ¶
func (m *PositionsSubscribeRequest) XXX_Unmarshal(b []byte) error
type PositionsSubscribeResponse ¶
type PositionsSubscribeResponse struct {
Position *vega.Position `protobuf:"bytes,1,opt,name=position,proto3" json:"position,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*PositionsSubscribeResponse) Descriptor ¶
func (*PositionsSubscribeResponse) Descriptor() ([]byte, []int)
func (*PositionsSubscribeResponse) GetPosition ¶
func (m *PositionsSubscribeResponse) GetPosition() *vega.Position
func (*PositionsSubscribeResponse) ProtoMessage ¶
func (*PositionsSubscribeResponse) ProtoMessage()
func (*PositionsSubscribeResponse) Reset ¶
func (m *PositionsSubscribeResponse) Reset()
func (*PositionsSubscribeResponse) String ¶
func (m *PositionsSubscribeResponse) String() string
func (*PositionsSubscribeResponse) Validate ¶
func (this *PositionsSubscribeResponse) Validate() error
func (*PositionsSubscribeResponse) XXX_DiscardUnknown ¶
func (m *PositionsSubscribeResponse) XXX_DiscardUnknown()
func (*PositionsSubscribeResponse) XXX_Marshal ¶
func (m *PositionsSubscribeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PositionsSubscribeResponse) XXX_Merge ¶
func (m *PositionsSubscribeResponse) XXX_Merge(src proto.Message)
func (*PositionsSubscribeResponse) XXX_Size ¶
func (m *PositionsSubscribeResponse) XXX_Size() int
func (*PositionsSubscribeResponse) XXX_Unmarshal ¶
func (m *PositionsSubscribeResponse) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Request for a list of trades on a market
func (*TradesByMarketRequest) Descriptor ¶
func (*TradesByMarketRequest) Descriptor() ([]byte, []int)
func (*TradesByMarketRequest) GetMarketId ¶
func (m *TradesByMarketRequest) GetMarketId() string
func (*TradesByMarketRequest) GetPagination ¶
func (m *TradesByMarketRequest) GetPagination() *Pagination
func (*TradesByMarketRequest) ProtoMessage ¶
func (*TradesByMarketRequest) ProtoMessage()
func (*TradesByMarketRequest) Reset ¶
func (m *TradesByMarketRequest) Reset()
func (*TradesByMarketRequest) String ¶
func (m *TradesByMarketRequest) String() string
func (*TradesByMarketRequest) Validate ¶
func (this *TradesByMarketRequest) Validate() error
func (*TradesByMarketRequest) XXX_DiscardUnknown ¶
func (m *TradesByMarketRequest) XXX_DiscardUnknown()
func (*TradesByMarketRequest) XXX_Marshal ¶
func (m *TradesByMarketRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TradesByMarketRequest) XXX_Merge ¶
func (m *TradesByMarketRequest) XXX_Merge(src proto.Message)
func (*TradesByMarketRequest) XXX_Size ¶
func (m *TradesByMarketRequest) XXX_Size() int
func (*TradesByMarketRequest) XXX_Unmarshal ¶
func (m *TradesByMarketRequest) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Response for a list of trades on a market
func (*TradesByMarketResponse) Descriptor ¶
func (*TradesByMarketResponse) Descriptor() ([]byte, []int)
func (*TradesByMarketResponse) GetTrades ¶
func (m *TradesByMarketResponse) GetTrades() []*vega.Trade
func (*TradesByMarketResponse) ProtoMessage ¶
func (*TradesByMarketResponse) ProtoMessage()
func (*TradesByMarketResponse) Reset ¶
func (m *TradesByMarketResponse) Reset()
func (*TradesByMarketResponse) String ¶
func (m *TradesByMarketResponse) String() string
func (*TradesByMarketResponse) Validate ¶
func (this *TradesByMarketResponse) Validate() error
func (*TradesByMarketResponse) XXX_DiscardUnknown ¶
func (m *TradesByMarketResponse) XXX_DiscardUnknown()
func (*TradesByMarketResponse) XXX_Marshal ¶
func (m *TradesByMarketResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TradesByMarketResponse) XXX_Merge ¶
func (m *TradesByMarketResponse) XXX_Merge(src proto.Message)
func (*TradesByMarketResponse) XXX_Size ¶
func (m *TradesByMarketResponse) XXX_Size() int
func (*TradesByMarketResponse) XXX_Unmarshal ¶
func (m *TradesByMarketResponse) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Request for a list of trades related to an order
func (*TradesByOrderRequest) Descriptor ¶
func (*TradesByOrderRequest) Descriptor() ([]byte, []int)
func (*TradesByOrderRequest) GetOrderId ¶
func (m *TradesByOrderRequest) GetOrderId() string
func (*TradesByOrderRequest) ProtoMessage ¶
func (*TradesByOrderRequest) ProtoMessage()
func (*TradesByOrderRequest) Reset ¶
func (m *TradesByOrderRequest) Reset()
func (*TradesByOrderRequest) String ¶
func (m *TradesByOrderRequest) String() string
func (*TradesByOrderRequest) Validate ¶
func (this *TradesByOrderRequest) Validate() error
func (*TradesByOrderRequest) XXX_DiscardUnknown ¶
func (m *TradesByOrderRequest) XXX_DiscardUnknown()
func (*TradesByOrderRequest) XXX_Marshal ¶
func (m *TradesByOrderRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TradesByOrderRequest) XXX_Merge ¶
func (m *TradesByOrderRequest) XXX_Merge(src proto.Message)
func (*TradesByOrderRequest) XXX_Size ¶
func (m *TradesByOrderRequest) XXX_Size() int
func (*TradesByOrderRequest) XXX_Unmarshal ¶
func (m *TradesByOrderRequest) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Response for a list of trades related to an order
func (*TradesByOrderResponse) Descriptor ¶
func (*TradesByOrderResponse) Descriptor() ([]byte, []int)
func (*TradesByOrderResponse) GetTrades ¶
func (m *TradesByOrderResponse) GetTrades() []*vega.Trade
func (*TradesByOrderResponse) ProtoMessage ¶
func (*TradesByOrderResponse) ProtoMessage()
func (*TradesByOrderResponse) Reset ¶
func (m *TradesByOrderResponse) Reset()
func (*TradesByOrderResponse) String ¶
func (m *TradesByOrderResponse) String() string
func (*TradesByOrderResponse) Validate ¶
func (this *TradesByOrderResponse) Validate() error
func (*TradesByOrderResponse) XXX_DiscardUnknown ¶
func (m *TradesByOrderResponse) XXX_DiscardUnknown()
func (*TradesByOrderResponse) XXX_Marshal ¶
func (m *TradesByOrderResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TradesByOrderResponse) XXX_Merge ¶
func (m *TradesByOrderResponse) XXX_Merge(src proto.Message)
func (*TradesByOrderResponse) XXX_Size ¶
func (m *TradesByOrderResponse) XXX_Size() int
func (*TradesByOrderResponse) XXX_Unmarshal ¶
func (m *TradesByOrderResponse) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
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 ¶
func (*TradesByPartyRequest) Descriptor() ([]byte, []int)
func (*TradesByPartyRequest) GetMarketId ¶
func (m *TradesByPartyRequest) GetMarketId() string
func (*TradesByPartyRequest) GetPagination ¶
func (m *TradesByPartyRequest) GetPagination() *Pagination
func (*TradesByPartyRequest) GetPartyId ¶
func (m *TradesByPartyRequest) GetPartyId() string
func (*TradesByPartyRequest) ProtoMessage ¶
func (*TradesByPartyRequest) ProtoMessage()
func (*TradesByPartyRequest) Reset ¶
func (m *TradesByPartyRequest) Reset()
func (*TradesByPartyRequest) String ¶
func (m *TradesByPartyRequest) String() string
func (*TradesByPartyRequest) Validate ¶
func (this *TradesByPartyRequest) Validate() error
func (*TradesByPartyRequest) XXX_DiscardUnknown ¶
func (m *TradesByPartyRequest) XXX_DiscardUnknown()
func (*TradesByPartyRequest) XXX_Marshal ¶
func (m *TradesByPartyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TradesByPartyRequest) XXX_Merge ¶
func (m *TradesByPartyRequest) XXX_Merge(src proto.Message)
func (*TradesByPartyRequest) XXX_Size ¶
func (m *TradesByPartyRequest) XXX_Size() int
func (*TradesByPartyRequest) XXX_Unmarshal ¶
func (m *TradesByPartyRequest) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Response for a list of trades relating to a party
func (*TradesByPartyResponse) Descriptor ¶
func (*TradesByPartyResponse) Descriptor() ([]byte, []int)
func (*TradesByPartyResponse) GetTrades ¶
func (m *TradesByPartyResponse) GetTrades() []*vega.Trade
func (*TradesByPartyResponse) ProtoMessage ¶
func (*TradesByPartyResponse) ProtoMessage()
func (*TradesByPartyResponse) Reset ¶
func (m *TradesByPartyResponse) Reset()
func (*TradesByPartyResponse) String ¶
func (m *TradesByPartyResponse) String() string
func (*TradesByPartyResponse) Validate ¶
func (this *TradesByPartyResponse) Validate() error
func (*TradesByPartyResponse) XXX_DiscardUnknown ¶
func (m *TradesByPartyResponse) XXX_DiscardUnknown()
func (*TradesByPartyResponse) XXX_Marshal ¶
func (m *TradesByPartyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TradesByPartyResponse) XXX_Merge ¶
func (m *TradesByPartyResponse) XXX_Merge(src proto.Message)
func (*TradesByPartyResponse) XXX_Size ¶
func (m *TradesByPartyResponse) XXX_Size() int
func (*TradesByPartyResponse) XXX_Unmarshal ¶
func (m *TradesByPartyResponse) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
Request to subscribe to a stream of (Trades)[#vega.Trade]
func (*TradesSubscribeRequest) Descriptor ¶
func (*TradesSubscribeRequest) Descriptor() ([]byte, []int)
func (*TradesSubscribeRequest) GetMarketId ¶
func (m *TradesSubscribeRequest) GetMarketId() string
func (*TradesSubscribeRequest) GetPartyId ¶
func (m *TradesSubscribeRequest) GetPartyId() string
func (*TradesSubscribeRequest) ProtoMessage ¶
func (*TradesSubscribeRequest) ProtoMessage()
func (*TradesSubscribeRequest) Reset ¶
func (m *TradesSubscribeRequest) Reset()
func (*TradesSubscribeRequest) String ¶
func (m *TradesSubscribeRequest) String() string
func (*TradesSubscribeRequest) Validate ¶
func (this *TradesSubscribeRequest) Validate() error
func (*TradesSubscribeRequest) XXX_DiscardUnknown ¶
func (m *TradesSubscribeRequest) XXX_DiscardUnknown()
func (*TradesSubscribeRequest) XXX_Marshal ¶
func (m *TradesSubscribeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TradesSubscribeRequest) XXX_Merge ¶
func (m *TradesSubscribeRequest) XXX_Merge(src proto.Message)
func (*TradesSubscribeRequest) XXX_Size ¶
func (m *TradesSubscribeRequest) XXX_Size() int
func (*TradesSubscribeRequest) XXX_Unmarshal ¶
func (m *TradesSubscribeRequest) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
A stream of trades
func (*TradesSubscribeResponse) Descriptor ¶
func (*TradesSubscribeResponse) Descriptor() ([]byte, []int)
func (*TradesSubscribeResponse) GetTrades ¶
func (m *TradesSubscribeResponse) GetTrades() []*vega.Trade
func (*TradesSubscribeResponse) ProtoMessage ¶
func (*TradesSubscribeResponse) ProtoMessage()
func (*TradesSubscribeResponse) Reset ¶
func (m *TradesSubscribeResponse) Reset()
func (*TradesSubscribeResponse) String ¶
func (m *TradesSubscribeResponse) String() string
func (*TradesSubscribeResponse) Validate ¶
func (this *TradesSubscribeResponse) Validate() error
func (*TradesSubscribeResponse) XXX_DiscardUnknown ¶
func (m *TradesSubscribeResponse) XXX_DiscardUnknown()
func (*TradesSubscribeResponse) XXX_Marshal ¶
func (m *TradesSubscribeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TradesSubscribeResponse) XXX_Merge ¶
func (m *TradesSubscribeResponse) XXX_Merge(src proto.Message)
func (*TradesSubscribeResponse) XXX_Size ¶
func (m *TradesSubscribeResponse) XXX_Size() int
func (*TradesSubscribeResponse) XXX_Unmarshal ¶
func (m *TradesSubscribeResponse) XXX_Unmarshal(b []byte) error
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 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 all oracle data
OracleDataBySpec(ctx context.Context, in *OracleDataBySpecRequest, opts ...grpc.CallOption) (*OracleDataBySpecResponse, error)
// subscribe to reward details
ObserveRewardDetails(ctx context.Context, in *ObserveRewardDetailsRequest, opts ...grpc.CallOption) (TradingDataService_ObserveRewardDetailsClient, error)
// Get Reward data
GetRewardDetails(ctx context.Context, in *GetRewardDetailsRequest, opts ...grpc.CallOption) (*GetRewardDetailsResponse, 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)
}
TradingDataServiceClient is the client API for TradingDataService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewTradingDataServiceClient ¶
func NewTradingDataServiceClient(cc *grpc.ClientConn) 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 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 all oracle data
OracleDataBySpec(context.Context, *OracleDataBySpecRequest) (*OracleDataBySpecResponse, error)
// subscribe to reward details
ObserveRewardDetails(*ObserveRewardDetailsRequest, TradingDataService_ObserveRewardDetailsServer) error
// Get Reward data
GetRewardDetails(context.Context, *GetRewardDetailsRequest) (*GetRewardDetailsResponse, 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)
}
TradingDataServiceServer is the server API for TradingDataService service.
type TradingDataService_AccountsSubscribeClient ¶
type TradingDataService_AccountsSubscribeClient interface {
Recv() (*AccountsSubscribeResponse, error)
grpc.ClientStream
}
type TradingDataService_AccountsSubscribeServer ¶
type TradingDataService_AccountsSubscribeServer interface {
Send(*AccountsSubscribeResponse) error
grpc.ServerStream
}
type TradingDataService_CandlesSubscribeClient ¶
type TradingDataService_CandlesSubscribeClient interface {
Recv() (*CandlesSubscribeResponse, error)
grpc.ClientStream
}
type TradingDataService_CandlesSubscribeServer ¶
type TradingDataService_CandlesSubscribeServer interface {
Send(*CandlesSubscribeResponse) error
grpc.ServerStream
}
type TradingDataService_MarginLevelsSubscribeClient ¶
type TradingDataService_MarginLevelsSubscribeClient interface {
Recv() (*MarginLevelsSubscribeResponse, error)
grpc.ClientStream
}
type TradingDataService_MarginLevelsSubscribeServer ¶
type TradingDataService_MarginLevelsSubscribeServer interface {
Send(*MarginLevelsSubscribeResponse) error
grpc.ServerStream
}
type TradingDataService_MarketDepthSubscribeClient ¶
type TradingDataService_MarketDepthSubscribeClient interface {
Recv() (*MarketDepthSubscribeResponse, error)
grpc.ClientStream
}
type TradingDataService_MarketDepthSubscribeServer ¶
type TradingDataService_MarketDepthSubscribeServer interface {
Send(*MarketDepthSubscribeResponse) error
grpc.ServerStream
}
type TradingDataService_MarketDepthUpdatesSubscribeClient ¶
type TradingDataService_MarketDepthUpdatesSubscribeClient interface {
Recv() (*MarketDepthUpdatesSubscribeResponse, error)
grpc.ClientStream
}
type TradingDataService_MarketDepthUpdatesSubscribeServer ¶
type TradingDataService_MarketDepthUpdatesSubscribeServer interface {
Send(*MarketDepthUpdatesSubscribeResponse) error
grpc.ServerStream
}
type TradingDataService_MarketsDataSubscribeClient ¶
type TradingDataService_MarketsDataSubscribeClient interface {
Recv() (*MarketsDataSubscribeResponse, error)
grpc.ClientStream
}
type TradingDataService_MarketsDataSubscribeServer ¶
type TradingDataService_MarketsDataSubscribeServer interface {
Send(*MarketsDataSubscribeResponse) error
grpc.ServerStream
}
type TradingDataService_ObserveDelegationsClient ¶ added in v0.46.0
type TradingDataService_ObserveDelegationsClient interface {
Recv() (*ObserveDelegationsResponse, error)
grpc.ClientStream
}
type TradingDataService_ObserveDelegationsServer ¶ added in v0.46.0
type TradingDataService_ObserveDelegationsServer interface {
Send(*ObserveDelegationsResponse) error
grpc.ServerStream
}
type TradingDataService_ObserveEventBusClient ¶
type TradingDataService_ObserveEventBusClient interface {
Send(*ObserveEventBusRequest) error
Recv() (*ObserveEventBusResponse, error)
grpc.ClientStream
}
type TradingDataService_ObserveEventBusServer ¶
type TradingDataService_ObserveEventBusServer interface {
Send(*ObserveEventBusResponse) error
Recv() (*ObserveEventBusRequest, error)
grpc.ServerStream
}
type TradingDataService_ObserveGovernanceClient ¶
type TradingDataService_ObserveGovernanceClient interface {
Recv() (*ObserveGovernanceResponse, error)
grpc.ClientStream
}
type TradingDataService_ObserveGovernanceServer ¶
type TradingDataService_ObserveGovernanceServer interface {
Send(*ObserveGovernanceResponse) error
grpc.ServerStream
}
type TradingDataService_ObservePartyProposalsClient ¶
type TradingDataService_ObservePartyProposalsClient interface {
Recv() (*ObservePartyProposalsResponse, error)
grpc.ClientStream
}
type TradingDataService_ObservePartyProposalsServer ¶
type TradingDataService_ObservePartyProposalsServer interface {
Send(*ObservePartyProposalsResponse) error
grpc.ServerStream
}
type TradingDataService_ObservePartyVotesClient ¶
type TradingDataService_ObservePartyVotesClient interface {
Recv() (*ObservePartyVotesResponse, error)
grpc.ClientStream
}
type TradingDataService_ObservePartyVotesServer ¶
type TradingDataService_ObservePartyVotesServer interface {
Send(*ObservePartyVotesResponse) error
grpc.ServerStream
}
type TradingDataService_ObserveProposalVotesClient ¶
type TradingDataService_ObserveProposalVotesClient interface {
Recv() (*ObserveProposalVotesResponse, error)
grpc.ClientStream
}
type TradingDataService_ObserveProposalVotesServer ¶
type TradingDataService_ObserveProposalVotesServer interface {
Send(*ObserveProposalVotesResponse) error
grpc.ServerStream
}
type TradingDataService_ObserveRewardDetailsClient ¶ added in v0.46.0
type TradingDataService_ObserveRewardDetailsClient interface {
Recv() (*ObserveRewardDetailsResponse, error)
grpc.ClientStream
}
type TradingDataService_ObserveRewardDetailsServer ¶ added in v0.46.0
type TradingDataService_ObserveRewardDetailsServer interface {
Send(*ObserveRewardDetailsResponse) 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 {
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*TransferResponsesSubscribeRequest) Descriptor ¶
func (*TransferResponsesSubscribeRequest) Descriptor() ([]byte, []int)
func (*TransferResponsesSubscribeRequest) ProtoMessage ¶
func (*TransferResponsesSubscribeRequest) ProtoMessage()
func (*TransferResponsesSubscribeRequest) Reset ¶
func (m *TransferResponsesSubscribeRequest) Reset()
func (*TransferResponsesSubscribeRequest) String ¶
func (m *TransferResponsesSubscribeRequest) String() string
func (*TransferResponsesSubscribeRequest) Validate ¶
func (this *TransferResponsesSubscribeRequest) Validate() error
func (*TransferResponsesSubscribeRequest) XXX_DiscardUnknown ¶
func (m *TransferResponsesSubscribeRequest) XXX_DiscardUnknown()
func (*TransferResponsesSubscribeRequest) XXX_Marshal ¶
func (m *TransferResponsesSubscribeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TransferResponsesSubscribeRequest) XXX_Merge ¶
func (m *TransferResponsesSubscribeRequest) XXX_Merge(src proto.Message)
func (*TransferResponsesSubscribeRequest) XXX_Size ¶
func (m *TransferResponsesSubscribeRequest) XXX_Size() int
func (*TransferResponsesSubscribeRequest) XXX_Unmarshal ¶
func (m *TransferResponsesSubscribeRequest) XXX_Unmarshal(b []byte) error
type TransferResponsesSubscribeResponse ¶
type TransferResponsesSubscribeResponse struct {
Response *vega.TransferResponse `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*TransferResponsesSubscribeResponse) Descriptor ¶
func (*TransferResponsesSubscribeResponse) Descriptor() ([]byte, []int)
func (*TransferResponsesSubscribeResponse) GetResponse ¶
func (m *TransferResponsesSubscribeResponse) GetResponse() *vega.TransferResponse
func (*TransferResponsesSubscribeResponse) ProtoMessage ¶
func (*TransferResponsesSubscribeResponse) ProtoMessage()
func (*TransferResponsesSubscribeResponse) Reset ¶
func (m *TransferResponsesSubscribeResponse) Reset()
func (*TransferResponsesSubscribeResponse) String ¶
func (m *TransferResponsesSubscribeResponse) String() string
func (*TransferResponsesSubscribeResponse) Validate ¶
func (this *TransferResponsesSubscribeResponse) Validate() error
func (*TransferResponsesSubscribeResponse) XXX_DiscardUnknown ¶
func (m *TransferResponsesSubscribeResponse) XXX_DiscardUnknown()
func (*TransferResponsesSubscribeResponse) XXX_Marshal ¶
func (m *TransferResponsesSubscribeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TransferResponsesSubscribeResponse) XXX_Merge ¶
func (m *TransferResponsesSubscribeResponse) XXX_Merge(src proto.Message)
func (*TransferResponsesSubscribeResponse) XXX_Size ¶
func (m *TransferResponsesSubscribeResponse) XXX_Size() int
func (*TransferResponsesSubscribeResponse) XXX_Unmarshal ¶
func (m *TransferResponsesSubscribeResponse) XXX_Unmarshal(b []byte) error
type WithdrawalRequest ¶
type WithdrawalRequest struct {
// The identifier of the withdrawal
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
A request to get a specific withdrawal by identifier
func (*WithdrawalRequest) Descriptor ¶
func (*WithdrawalRequest) Descriptor() ([]byte, []int)
func (*WithdrawalRequest) GetId ¶
func (m *WithdrawalRequest) GetId() string
func (*WithdrawalRequest) ProtoMessage ¶
func (*WithdrawalRequest) ProtoMessage()
func (*WithdrawalRequest) Reset ¶
func (m *WithdrawalRequest) Reset()
func (*WithdrawalRequest) String ¶
func (m *WithdrawalRequest) String() string
func (*WithdrawalRequest) Validate ¶
func (this *WithdrawalRequest) Validate() error
func (*WithdrawalRequest) XXX_DiscardUnknown ¶
func (m *WithdrawalRequest) XXX_DiscardUnknown()
func (*WithdrawalRequest) XXX_Marshal ¶
func (m *WithdrawalRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*WithdrawalRequest) XXX_Merge ¶
func (m *WithdrawalRequest) XXX_Merge(src proto.Message)
func (*WithdrawalRequest) XXX_Size ¶
func (m *WithdrawalRequest) XXX_Size() int
func (*WithdrawalRequest) XXX_Unmarshal ¶
func (m *WithdrawalRequest) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
A response for a withdrawal
func (*WithdrawalResponse) Descriptor ¶
func (*WithdrawalResponse) Descriptor() ([]byte, []int)
func (*WithdrawalResponse) GetWithdrawal ¶
func (m *WithdrawalResponse) GetWithdrawal() *vega.Withdrawal
func (*WithdrawalResponse) ProtoMessage ¶
func (*WithdrawalResponse) ProtoMessage()
func (*WithdrawalResponse) Reset ¶
func (m *WithdrawalResponse) Reset()
func (*WithdrawalResponse) String ¶
func (m *WithdrawalResponse) String() string
func (*WithdrawalResponse) Validate ¶
func (this *WithdrawalResponse) Validate() error
func (*WithdrawalResponse) XXX_DiscardUnknown ¶
func (m *WithdrawalResponse) XXX_DiscardUnknown()
func (*WithdrawalResponse) XXX_Marshal ¶
func (m *WithdrawalResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*WithdrawalResponse) XXX_Merge ¶
func (m *WithdrawalResponse) XXX_Merge(src proto.Message)
func (*WithdrawalResponse) XXX_Size ¶
func (m *WithdrawalResponse) XXX_Size() int
func (*WithdrawalResponse) XXX_Unmarshal ¶
func (m *WithdrawalResponse) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
A request to get a list of withdrawal from a given party
func (*WithdrawalsRequest) Descriptor ¶
func (*WithdrawalsRequest) Descriptor() ([]byte, []int)
func (*WithdrawalsRequest) GetPartyId ¶
func (m *WithdrawalsRequest) GetPartyId() string
func (*WithdrawalsRequest) ProtoMessage ¶
func (*WithdrawalsRequest) ProtoMessage()
func (*WithdrawalsRequest) Reset ¶
func (m *WithdrawalsRequest) Reset()
func (*WithdrawalsRequest) String ¶
func (m *WithdrawalsRequest) String() string
func (*WithdrawalsRequest) Validate ¶
func (this *WithdrawalsRequest) Validate() error
func (*WithdrawalsRequest) XXX_DiscardUnknown ¶
func (m *WithdrawalsRequest) XXX_DiscardUnknown()
func (*WithdrawalsRequest) XXX_Marshal ¶
func (m *WithdrawalsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*WithdrawalsRequest) XXX_Merge ¶
func (m *WithdrawalsRequest) XXX_Merge(src proto.Message)
func (*WithdrawalsRequest) XXX_Size ¶
func (m *WithdrawalsRequest) XXX_Size() int
func (*WithdrawalsRequest) XXX_Unmarshal ¶
func (m *WithdrawalsRequest) XXX_Unmarshal(b []byte) error
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"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
The response for a list of withdrawals
func (*WithdrawalsResponse) Descriptor ¶
func (*WithdrawalsResponse) Descriptor() ([]byte, []int)
func (*WithdrawalsResponse) GetWithdrawals ¶
func (m *WithdrawalsResponse) GetWithdrawals() []*vega.Withdrawal
func (*WithdrawalsResponse) ProtoMessage ¶
func (*WithdrawalsResponse) ProtoMessage()
func (*WithdrawalsResponse) Reset ¶
func (m *WithdrawalsResponse) Reset()
func (*WithdrawalsResponse) String ¶
func (m *WithdrawalsResponse) String() string
func (*WithdrawalsResponse) Validate ¶
func (this *WithdrawalsResponse) Validate() error
func (*WithdrawalsResponse) XXX_DiscardUnknown ¶
func (m *WithdrawalsResponse) XXX_DiscardUnknown()
func (*WithdrawalsResponse) XXX_Marshal ¶
func (m *WithdrawalsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*WithdrawalsResponse) XXX_Merge ¶
func (m *WithdrawalsResponse) XXX_Merge(src proto.Message)
func (*WithdrawalsResponse) XXX_Size ¶
func (m *WithdrawalsResponse) XXX_Size() int
func (*WithdrawalsResponse) XXX_Unmarshal ¶
func (m *WithdrawalsResponse) XXX_Unmarshal(b []byte) error