Documentation ¶
Index ¶
- Variables
- type AssetAction
- func (*AssetAction) Descriptor() ([]byte, []int)deprecated
- func (x *AssetAction) GetAsset() string
- func (x *AssetAction) GetAssetList() *vega.ERC20AssetList
- func (x *AssetAction) GetBlockNumber() uint64
- func (x *AssetAction) GetBuiltinDeposit() *vega.BuiltinAssetDeposit
- func (x *AssetAction) GetErc20AssetLimitsUpdated() *vega.ERC20AssetLimitsUpdated
- func (x *AssetAction) GetErc20BridgeResumed() bool
- func (x *AssetAction) GetErc20BridgeStopped() bool
- func (x *AssetAction) GetErc20Deposit() *vega.ERC20Deposit
- func (x *AssetAction) GetHash() string
- func (x *AssetAction) GetId() string
- func (x *AssetAction) GetState() uint32
- func (x *AssetAction) GetTxIndex() uint64
- func (*AssetAction) ProtoMessage()
- func (x *AssetAction) ProtoReflect() protoreflect.Message
- func (x *AssetAction) Reset()
- func (x *AssetAction) String() string
- type AssetBalance
- func (*AssetBalance) Descriptor() ([]byte, []int)deprecated
- func (x *AssetBalance) GetAsset() string
- func (x *AssetBalance) GetBalance() string
- func (x *AssetBalance) GetParty() string
- func (*AssetBalance) ProtoMessage()
- func (x *AssetBalance) ProtoReflect() protoreflect.Message
- func (x *AssetBalance) Reset()
- func (x *AssetBalance) String() string
- type AssetEntry
- func (*AssetEntry) Descriptor() ([]byte, []int)deprecated
- func (x *AssetEntry) GetAssetDetails() *vega.AssetDetails
- func (x *AssetEntry) GetId() string
- func (*AssetEntry) ProtoMessage()
- func (x *AssetEntry) ProtoReflect() protoreflect.Message
- func (x *AssetEntry) Reset()
- func (x *AssetEntry) String() string
- type Assets
- type Banking
- func (*Banking) Descriptor() ([]byte, []int)deprecated
- func (x *Banking) GetAssetActions() []*AssetAction
- func (x *Banking) GetBridgeState() *BridgeState
- func (x *Banking) GetGovernanceTransfersAtTime() []*ScheduledGovernanceTransferAtTime
- func (x *Banking) GetLastSeenEthBlock() uint64
- func (x *Banking) GetRecurringGovernanceTransfers() []*GovernanceTransfer
- func (x *Banking) GetRecurringTransfers() *RecurringTransfers
- func (x *Banking) GetSeenRefs() []string
- func (x *Banking) GetTransfersAtTime() []*ScheduledTransferAtTime
- func (*Banking) ProtoMessage()
- func (x *Banking) ProtoReflect() protoreflect.Message
- func (x *Banking) Reset()
- func (x *Banking) String() string
- type Block
- type BridgeState
- func (*BridgeState) Descriptor() ([]byte, []int)deprecated
- func (x *BridgeState) GetActive() bool
- func (x *BridgeState) GetBlockHeight() uint64
- func (x *BridgeState) GetLogIndex() uint64
- func (*BridgeState) ProtoMessage()
- func (x *BridgeState) ProtoReflect() protoreflect.Message
- func (x *BridgeState) Reset()
- func (x *BridgeState) String() string
- type Checkpoint
- func (*Checkpoint) Descriptor() ([]byte, []int)deprecated
- func (x *Checkpoint) GetAssets() []byte
- func (x *Checkpoint) GetBanking() []byte
- func (x *Checkpoint) GetBlock() []byte
- func (x *Checkpoint) GetCollateral() []byte
- func (x *Checkpoint) GetDelegation() []byte
- func (x *Checkpoint) GetEpoch() []byte
- func (x *Checkpoint) GetExecution() []byte
- func (x *Checkpoint) GetGovernance() []byte
- func (x *Checkpoint) GetMarketTracker() []byte
- func (x *Checkpoint) GetMultisigControl() []byte
- func (x *Checkpoint) GetNetworkParameters() []byte
- func (x *Checkpoint) GetRewards() []byte
- func (x *Checkpoint) GetStaking() []byte
- func (x *Checkpoint) GetValidators() []byte
- func (*Checkpoint) ProtoMessage()
- func (x *Checkpoint) ProtoReflect() protoreflect.Message
- func (x *Checkpoint) Reset()
- func (x *Checkpoint) String() string
- type CheckpointState
- func (*CheckpointState) Descriptor() ([]byte, []int)deprecated
- func (x *CheckpointState) GetHash() []byte
- func (x *CheckpointState) GetState() []byte
- func (*CheckpointState) ProtoMessage()
- func (x *CheckpointState) ProtoReflect() protoreflect.Message
- func (x *CheckpointState) Reset()
- func (x *CheckpointState) String() string
- type Collateral
- type Delegate
- func (*Delegate) Descriptor() ([]byte, []int)deprecated
- func (x *Delegate) GetActive() []*DelegateEntry
- func (x *Delegate) GetAutoDelegation() []string
- func (x *Delegate) GetPending() []*DelegateEntry
- func (*Delegate) ProtoMessage()
- func (x *Delegate) ProtoReflect() protoreflect.Message
- func (x *Delegate) Reset()
- func (x *Delegate) String() string
- type DelegateEntry
- func (*DelegateEntry) Descriptor() ([]byte, []int)deprecated
- func (x *DelegateEntry) GetAmount() string
- func (x *DelegateEntry) GetEpochSeq() uint64
- func (x *DelegateEntry) GetNode() string
- func (x *DelegateEntry) GetParty() string
- func (x *DelegateEntry) GetUndelegate() bool
- func (*DelegateEntry) ProtoMessage()
- func (x *DelegateEntry) ProtoReflect() protoreflect.Message
- func (x *DelegateEntry) Reset()
- func (x *DelegateEntry) String() string
- type ELSShare
- func (*ELSShare) Descriptor() ([]byte, []int)deprecated
- func (x *ELSShare) GetAvg() string
- func (x *ELSShare) GetPartyId() string
- func (x *ELSShare) GetShare() string
- func (x *ELSShare) GetSuppliedStake() string
- func (x *ELSShare) GetVirtualStake() string
- func (*ELSShare) ProtoMessage()
- func (x *ELSShare) ProtoReflect() protoreflect.Message
- func (x *ELSShare) Reset()
- func (x *ELSShare) String() string
- type ExecutionState
- type GovernanceTransfer
- func (*GovernanceTransfer) Descriptor() ([]byte, []int)deprecated
- func (x *GovernanceTransfer) GetConfig() *vega.NewTransferConfiguration
- func (x *GovernanceTransfer) GetId() string
- func (x *GovernanceTransfer) GetReference() string
- func (x *GovernanceTransfer) GetStatus() v1.Transfer_Status
- func (x *GovernanceTransfer) GetTimestamp() int64
- func (*GovernanceTransfer) ProtoMessage()
- func (x *GovernanceTransfer) ProtoReflect() protoreflect.Message
- func (x *GovernanceTransfer) Reset()
- func (x *GovernanceTransfer) String() string
- type MarketActivityTracker
- func (*MarketActivityTracker) Descriptor() ([]byte, []int)deprecated
- func (x *MarketActivityTracker) GetAsset() string
- func (x *MarketActivityTracker) GetBonusPaid() []string
- func (x *MarketActivityTracker) GetLpFees() []*PartyFees
- func (x *MarketActivityTracker) GetMakerFeesPaid() []*PartyFees
- func (x *MarketActivityTracker) GetMakerFeesReceived() []*PartyFees
- func (x *MarketActivityTracker) GetMarket() string
- func (x *MarketActivityTracker) GetProposer() string
- func (x *MarketActivityTracker) GetReadyToDelete() bool
- func (x *MarketActivityTracker) GetValueTraded() string
- func (*MarketActivityTracker) ProtoMessage()
- func (x *MarketActivityTracker) ProtoReflect() protoreflect.Message
- func (x *MarketActivityTracker) Reset()
- func (x *MarketActivityTracker) String() string
- type MarketState
- func (*MarketState) Descriptor() ([]byte, []int)deprecated
- func (x *MarketState) GetId() string
- func (x *MarketState) GetInsuranceBalance() string
- func (x *MarketState) GetLastTradeValue() string
- func (x *MarketState) GetLastTradeVolume() string
- func (x *MarketState) GetMarket() *vega.Market
- func (x *MarketState) GetShares() []*ELSShare
- func (x *MarketState) GetSuccessionWindow() int64
- func (*MarketState) ProtoMessage()
- func (x *MarketState) ProtoReflect() protoreflect.Message
- func (x *MarketState) Reset()
- func (x *MarketState) String() string
- type MarketTracker
- type MultisigControl
- func (*MultisigControl) Descriptor() ([]byte, []int)deprecated
- func (x *MultisigControl) GetLastBlockSeen() uint64
- func (x *MultisigControl) GetSigners() []*v1.ERC20MultiSigSignerEvent
- func (x *MultisigControl) GetThresholdSet() *v1.ERC20MultiSigThresholdSetEvent
- func (*MultisigControl) ProtoMessage()
- func (x *MultisigControl) ProtoReflect() protoreflect.Message
- func (x *MultisigControl) Reset()
- func (x *MultisigControl) String() string
- type NetParams
- type PartyAmount
- func (*PartyAmount) Descriptor() ([]byte, []int)deprecated
- func (x *PartyAmount) GetAmount() string
- func (x *PartyAmount) GetParty() string
- func (*PartyAmount) ProtoMessage()
- func (x *PartyAmount) ProtoReflect() protoreflect.Message
- func (x *PartyAmount) Reset()
- func (x *PartyAmount) String() string
- type PartyFees
- type PendingEthereumKeyRotation
- func (*PendingEthereumKeyRotation) Descriptor() ([]byte, []int)deprecated
- func (x *PendingEthereumKeyRotation) GetNewAddress() string
- func (x *PendingEthereumKeyRotation) GetNodeId() string
- func (x *PendingEthereumKeyRotation) GetRelativeTargetBlockHeight() uint64
- func (*PendingEthereumKeyRotation) ProtoMessage()
- func (x *PendingEthereumKeyRotation) ProtoReflect() protoreflect.Message
- func (x *PendingEthereumKeyRotation) Reset()
- func (x *PendingEthereumKeyRotation) String() string
- type PendingKeyRotation
- func (*PendingKeyRotation) Descriptor() ([]byte, []int)deprecated
- func (x *PendingKeyRotation) GetNewPubKey() string
- func (x *PendingKeyRotation) GetNewPubKeyIndex() uint32
- func (x *PendingKeyRotation) GetNodeId() string
- func (x *PendingKeyRotation) GetRelativeTargetBlockHeight() uint64
- func (*PendingKeyRotation) ProtoMessage()
- func (x *PendingKeyRotation) ProtoReflect() protoreflect.Message
- func (x *PendingKeyRotation) Reset()
- func (x *PendingKeyRotation) String() string
- type PendingRewardPayout
- func (*PendingRewardPayout) Descriptor() ([]byte, []int)deprecated
- func (x *PendingRewardPayout) GetAsset() string
- func (x *PendingRewardPayout) GetEpochSeq() string
- func (x *PendingRewardPayout) GetFromAccount() string
- func (x *PendingRewardPayout) GetPartyAmount() []*PartyAmount
- func (x *PendingRewardPayout) GetTimestamp() int64
- func (x *PendingRewardPayout) GetTotalReward() string
- func (*PendingRewardPayout) ProtoMessage()
- func (x *PendingRewardPayout) ProtoReflect() protoreflect.Message
- func (x *PendingRewardPayout) Reset()
- func (x *PendingRewardPayout) String() string
- type Proposals
- type RecurringTransfers
- func (*RecurringTransfers) Descriptor() ([]byte, []int)deprecated
- func (x *RecurringTransfers) GetRecurringTransfers() []*v1.Transfer
- func (*RecurringTransfers) ProtoMessage()
- func (x *RecurringTransfers) ProtoReflect() protoreflect.Message
- func (x *RecurringTransfers) Reset()
- func (x *RecurringTransfers) String() string
- type RewardPayout
- func (*RewardPayout) Descriptor() ([]byte, []int)deprecated
- func (x *RewardPayout) GetPayoutTime() int64
- func (x *RewardPayout) GetRewardsPayout() []*PendingRewardPayout
- func (*RewardPayout) ProtoMessage()
- func (x *RewardPayout) ProtoReflect() protoreflect.Message
- func (x *RewardPayout) Reset()
- func (x *RewardPayout) String() string
- type Rewards
- type ScheduledGovernanceTransferAtTime
- func (*ScheduledGovernanceTransferAtTime) Descriptor() ([]byte, []int)deprecated
- func (x *ScheduledGovernanceTransferAtTime) GetDeliverOn() int64
- func (x *ScheduledGovernanceTransferAtTime) GetTransfers() []*GovernanceTransfer
- func (*ScheduledGovernanceTransferAtTime) ProtoMessage()
- func (x *ScheduledGovernanceTransferAtTime) ProtoReflect() protoreflect.Message
- func (x *ScheduledGovernanceTransferAtTime) Reset()
- func (x *ScheduledGovernanceTransferAtTime) String() string
- type ScheduledTransfer
- func (*ScheduledTransfer) Descriptor() ([]byte, []int)deprecated
- func (x *ScheduledTransfer) GetAccountType() vega.AccountType
- func (x *ScheduledTransfer) GetOneoffTransfer() *v1.Transfer
- func (x *ScheduledTransfer) GetReference() string
- func (x *ScheduledTransfer) GetTransfer() *vega.Transfer
- func (*ScheduledTransfer) ProtoMessage()
- func (x *ScheduledTransfer) ProtoReflect() protoreflect.Message
- func (x *ScheduledTransfer) Reset()
- func (x *ScheduledTransfer) String() string
- type ScheduledTransferAtTime
- func (*ScheduledTransferAtTime) Descriptor() ([]byte, []int)deprecated
- func (x *ScheduledTransferAtTime) GetDeliverOn() int64
- func (x *ScheduledTransferAtTime) GetTransfers() []*ScheduledTransfer
- func (*ScheduledTransferAtTime) ProtoMessage()
- func (x *ScheduledTransferAtTime) ProtoReflect() protoreflect.Message
- func (x *ScheduledTransferAtTime) Reset()
- func (x *ScheduledTransferAtTime) String() string
- type Staking
- type ValidatorState
- func (*ValidatorState) Descriptor() ([]byte, []int)deprecated
- func (x *ValidatorState) GetEthEventsForwarded() uint64
- func (x *ValidatorState) GetHeartbeatBlockIndex() int32
- func (x *ValidatorState) GetHeartbeatBlockSigs() []bool
- func (x *ValidatorState) GetRankingScore() *vega.RankingScore
- func (x *ValidatorState) GetStatus() int32
- func (x *ValidatorState) GetValidatorPower() int64
- func (x *ValidatorState) GetValidatorUpdate() *v1.ValidatorUpdate
- func (*ValidatorState) ProtoMessage()
- func (x *ValidatorState) ProtoReflect() protoreflect.Message
- func (x *ValidatorState) Reset()
- func (x *ValidatorState) String() string
- type Validators
- func (*Validators) Descriptor() ([]byte, []int)deprecated
- func (x *Validators) GetPendingEthereumKeyRotations() []*PendingEthereumKeyRotation
- func (x *Validators) GetPendingKeyRotations() []*PendingKeyRotation
- func (x *Validators) GetValidatorState() []*ValidatorState
- func (*Validators) ProtoMessage()
- func (x *Validators) ProtoReflect() protoreflect.Message
- func (x *Validators) Reset()
- func (x *Validators) String() string
Constants ¶
This section is empty.
Variables ¶
var File_vega_checkpoint_v1_checkpoint_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type AssetAction ¶ added in v0.69.0
type AssetAction struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` State uint32 `protobuf:"varint,2,opt,name=state,proto3" json:"state,omitempty"` Asset string `protobuf:"bytes,3,opt,name=asset,proto3" json:"asset,omitempty"` BlockNumber uint64 `protobuf:"varint,4,opt,name=block_number,json=blockNumber,proto3" json:"block_number,omitempty"` TxIndex uint64 `protobuf:"varint,5,opt,name=tx_index,json=txIndex,proto3" json:"tx_index,omitempty"` Hash string `protobuf:"bytes,6,opt,name=hash,proto3" json:"hash,omitempty"` BuiltinDeposit *vega.BuiltinAssetDeposit `protobuf:"bytes,7,opt,name=builtin_deposit,json=builtinDeposit,proto3" json:"builtin_deposit,omitempty"` Erc20Deposit *vega.ERC20Deposit `protobuf:"bytes,8,opt,name=erc20_deposit,json=erc20Deposit,proto3" json:"erc20_deposit,omitempty"` AssetList *vega.ERC20AssetList `protobuf:"bytes,9,opt,name=asset_list,json=assetList,proto3" json:"asset_list,omitempty"` Erc20AssetLimitsUpdated *vega.ERC20AssetLimitsUpdated `` /* 135-byte string literal not displayed */ Erc20BridgeStopped bool `protobuf:"varint,11,opt,name=erc20_bridge_stopped,json=erc20BridgeStopped,proto3" json:"erc20_bridge_stopped,omitempty"` Erc20BridgeResumed bool `protobuf:"varint,12,opt,name=erc20_bridge_resumed,json=erc20BridgeResumed,proto3" json:"erc20_bridge_resumed,omitempty"` // contains filtered or unexported fields }
func (*AssetAction) Descriptor
deprecated
added in
v0.69.0
func (*AssetAction) Descriptor() ([]byte, []int)
Deprecated: Use AssetAction.ProtoReflect.Descriptor instead.
func (*AssetAction) GetAsset ¶ added in v0.69.0
func (x *AssetAction) GetAsset() string
func (*AssetAction) GetAssetList ¶ added in v0.69.0
func (x *AssetAction) GetAssetList() *vega.ERC20AssetList
func (*AssetAction) GetBlockNumber ¶ added in v0.69.0
func (x *AssetAction) GetBlockNumber() uint64
func (*AssetAction) GetBuiltinDeposit ¶ added in v0.69.0
func (x *AssetAction) GetBuiltinDeposit() *vega.BuiltinAssetDeposit
func (*AssetAction) GetErc20AssetLimitsUpdated ¶ added in v0.69.0
func (x *AssetAction) GetErc20AssetLimitsUpdated() *vega.ERC20AssetLimitsUpdated
func (*AssetAction) GetErc20BridgeResumed ¶ added in v0.69.0
func (x *AssetAction) GetErc20BridgeResumed() bool
func (*AssetAction) GetErc20BridgeStopped ¶ added in v0.69.0
func (x *AssetAction) GetErc20BridgeStopped() bool
func (*AssetAction) GetErc20Deposit ¶ added in v0.69.0
func (x *AssetAction) GetErc20Deposit() *vega.ERC20Deposit
func (*AssetAction) GetHash ¶ added in v0.69.0
func (x *AssetAction) GetHash() string
func (*AssetAction) GetId ¶ added in v0.69.0
func (x *AssetAction) GetId() string
func (*AssetAction) GetState ¶ added in v0.69.0
func (x *AssetAction) GetState() uint32
func (*AssetAction) GetTxIndex ¶ added in v0.69.0
func (x *AssetAction) GetTxIndex() uint64
func (*AssetAction) ProtoMessage ¶ added in v0.69.0
func (*AssetAction) ProtoMessage()
func (*AssetAction) ProtoReflect ¶ added in v0.69.0
func (x *AssetAction) ProtoReflect() protoreflect.Message
func (*AssetAction) Reset ¶ added in v0.69.0
func (x *AssetAction) Reset()
func (*AssetAction) String ¶ added in v0.69.0
func (x *AssetAction) String() string
type AssetBalance ¶
type AssetBalance struct { Party string `protobuf:"bytes,1,opt,name=party,proto3" json:"party,omitempty"` Asset string `protobuf:"bytes,2,opt,name=asset,proto3" json:"asset,omitempty"` Balance string `protobuf:"bytes,3,opt,name=balance,proto3" json:"balance,omitempty"` // contains filtered or unexported fields }
AssetBalance represents the total balance of a given asset for a party
func (*AssetBalance) Descriptor
deprecated
func (*AssetBalance) Descriptor() ([]byte, []int)
Deprecated: Use AssetBalance.ProtoReflect.Descriptor instead.
func (*AssetBalance) GetAsset ¶
func (x *AssetBalance) GetAsset() string
func (*AssetBalance) GetBalance ¶
func (x *AssetBalance) GetBalance() string
func (*AssetBalance) GetParty ¶
func (x *AssetBalance) GetParty() string
func (*AssetBalance) ProtoMessage ¶
func (*AssetBalance) ProtoMessage()
func (*AssetBalance) ProtoReflect ¶
func (x *AssetBalance) ProtoReflect() protoreflect.Message
func (*AssetBalance) Reset ¶
func (x *AssetBalance) Reset()
func (*AssetBalance) String ¶
func (x *AssetBalance) String() string
type AssetEntry ¶
type AssetEntry struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` AssetDetails *vega.AssetDetails `protobuf:"bytes,2,opt,name=asset_details,json=assetDetails,proto3" json:"asset_details,omitempty"` // contains filtered or unexported fields }
AssetEntry is a single (enabled) asset
func (*AssetEntry) Descriptor
deprecated
func (*AssetEntry) Descriptor() ([]byte, []int)
Deprecated: Use AssetEntry.ProtoReflect.Descriptor instead.
func (*AssetEntry) GetAssetDetails ¶
func (x *AssetEntry) GetAssetDetails() *vega.AssetDetails
func (*AssetEntry) GetId ¶
func (x *AssetEntry) GetId() string
func (*AssetEntry) ProtoMessage ¶
func (*AssetEntry) ProtoMessage()
func (*AssetEntry) ProtoReflect ¶
func (x *AssetEntry) ProtoReflect() protoreflect.Message
func (*AssetEntry) Reset ¶
func (x *AssetEntry) Reset()
func (*AssetEntry) String ¶
func (x *AssetEntry) String() string
type Assets ¶
type Assets struct { Assets []*AssetEntry `protobuf:"bytes,1,rep,name=assets,proto3" json:"assets,omitempty"` PendingListingAssets []*AssetEntry `protobuf:"bytes,2,rep,name=pending_listing_assets,json=pendingListingAssets,proto3" json:"pending_listing_assets,omitempty"` // contains filtered or unexported fields }
Assets contains all the enabled assets as AssetEntries
func (*Assets) Descriptor
deprecated
func (*Assets) GetAssets ¶
func (x *Assets) GetAssets() []*AssetEntry
func (*Assets) GetPendingListingAssets ¶ added in v0.55.0
func (x *Assets) GetPendingListingAssets() []*AssetEntry
func (*Assets) ProtoMessage ¶
func (*Assets) ProtoMessage()
func (*Assets) ProtoReflect ¶
func (x *Assets) ProtoReflect() protoreflect.Message
type Banking ¶
type Banking struct { TransfersAtTime []*ScheduledTransferAtTime `protobuf:"bytes,1,rep,name=transfers_at_time,json=transfersAtTime,proto3" json:"transfers_at_time,omitempty"` RecurringTransfers *RecurringTransfers `protobuf:"bytes,2,opt,name=recurring_transfers,json=recurringTransfers,proto3" json:"recurring_transfers,omitempty"` BridgeState *BridgeState `protobuf:"bytes,3,opt,name=bridge_state,json=bridgeState,proto3" json:"bridge_state,omitempty"` AssetActions []*AssetAction `protobuf:"bytes,4,rep,name=asset_actions,json=assetActions,proto3" json:"asset_actions,omitempty"` LastSeenEthBlock uint64 `protobuf:"varint,5,opt,name=last_seen_eth_block,json=lastSeenEthBlock,proto3" json:"last_seen_eth_block,omitempty"` SeenRefs []string `protobuf:"bytes,6,rep,name=seen_refs,json=seenRefs,proto3" json:"seen_refs,omitempty"` GovernanceTransfersAtTime []*ScheduledGovernanceTransferAtTime `` /* 140-byte string literal not displayed */ RecurringGovernanceTransfers []*GovernanceTransfer `` /* 147-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Banking) Descriptor
deprecated
func (*Banking) GetAssetActions ¶ added in v0.69.0
func (x *Banking) GetAssetActions() []*AssetAction
func (*Banking) GetBridgeState ¶
func (x *Banking) GetBridgeState() *BridgeState
func (*Banking) GetGovernanceTransfersAtTime ¶ added in v0.72.0
func (x *Banking) GetGovernanceTransfersAtTime() []*ScheduledGovernanceTransferAtTime
func (*Banking) GetLastSeenEthBlock ¶ added in v0.69.0
func (*Banking) GetRecurringGovernanceTransfers ¶ added in v0.72.0
func (x *Banking) GetRecurringGovernanceTransfers() []*GovernanceTransfer
func (*Banking) GetRecurringTransfers ¶
func (x *Banking) GetRecurringTransfers() *RecurringTransfers
func (*Banking) GetSeenRefs ¶ added in v0.69.0
func (*Banking) GetTransfersAtTime ¶
func (x *Banking) GetTransfersAtTime() []*ScheduledTransferAtTime
func (*Banking) ProtoMessage ¶
func (*Banking) ProtoMessage()
func (*Banking) ProtoReflect ¶
func (x *Banking) ProtoReflect() protoreflect.Message
type Block ¶
type Block struct { Height int64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"` // contains filtered or unexported fields }
Block message contains data related to block at which the checkpoint was created i.e. the block height
func (*Block) Descriptor
deprecated
func (*Block) ProtoMessage ¶
func (*Block) ProtoMessage()
func (*Block) ProtoReflect ¶
func (x *Block) ProtoReflect() protoreflect.Message
type BridgeState ¶
type BridgeState struct { Active bool `protobuf:"varint,1,opt,name=active,proto3" json:"active,omitempty"` BlockHeight uint64 `protobuf:"varint,2,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` LogIndex uint64 `protobuf:"varint,3,opt,name=log_index,json=logIndex,proto3" json:"log_index,omitempty"` // contains filtered or unexported fields }
func (*BridgeState) Descriptor
deprecated
func (*BridgeState) Descriptor() ([]byte, []int)
Deprecated: Use BridgeState.ProtoReflect.Descriptor instead.
func (*BridgeState) GetActive ¶
func (x *BridgeState) GetActive() bool
func (*BridgeState) GetBlockHeight ¶
func (x *BridgeState) GetBlockHeight() uint64
func (*BridgeState) GetLogIndex ¶
func (x *BridgeState) GetLogIndex() uint64
func (*BridgeState) ProtoMessage ¶
func (*BridgeState) ProtoMessage()
func (*BridgeState) ProtoReflect ¶
func (x *BridgeState) ProtoReflect() protoreflect.Message
func (*BridgeState) Reset ¶
func (x *BridgeState) Reset()
func (*BridgeState) String ¶
func (x *BridgeState) String() string
type Checkpoint ¶
type Checkpoint struct { Governance []byte `protobuf:"bytes,1,opt,name=governance,proto3" json:"governance,omitempty"` Assets []byte `protobuf:"bytes,2,opt,name=assets,proto3" json:"assets,omitempty"` Collateral []byte `protobuf:"bytes,3,opt,name=collateral,proto3" json:"collateral,omitempty"` NetworkParameters []byte `protobuf:"bytes,4,opt,name=network_parameters,json=networkParameters,proto3" json:"network_parameters,omitempty"` Delegation []byte `protobuf:"bytes,5,opt,name=delegation,proto3" json:"delegation,omitempty"` Epoch []byte `protobuf:"bytes,6,opt,name=epoch,proto3" json:"epoch,omitempty"` // will just be an epoch event Block []byte `protobuf:"bytes,7,opt,name=block,proto3" json:"block,omitempty"` Rewards []byte `protobuf:"bytes,8,opt,name=rewards,proto3" json:"rewards,omitempty"` Banking []byte `protobuf:"bytes,9,opt,name=banking,proto3" json:"banking,omitempty"` Validators []byte `protobuf:"bytes,10,opt,name=validators,proto3" json:"validators,omitempty"` Staking []byte `protobuf:"bytes,11,opt,name=staking,proto3" json:"staking,omitempty"` MultisigControl []byte `protobuf:"bytes,12,opt,name=multisig_control,json=multisigControl,proto3" json:"multisig_control,omitempty"` MarketTracker []byte `protobuf:"bytes,13,opt,name=market_tracker,json=marketTracker,proto3" json:"market_tracker,omitempty"` Execution []byte `protobuf:"bytes,14,opt,name=execution,proto3" json:"execution,omitempty"` // contains filtered or unexported fields }
Checkpoint aggregates the various engine snapshots
func (*Checkpoint) Descriptor
deprecated
func (*Checkpoint) Descriptor() ([]byte, []int)
Deprecated: Use Checkpoint.ProtoReflect.Descriptor instead.
func (*Checkpoint) GetAssets ¶
func (x *Checkpoint) GetAssets() []byte
func (*Checkpoint) GetBanking ¶
func (x *Checkpoint) GetBanking() []byte
func (*Checkpoint) GetBlock ¶
func (x *Checkpoint) GetBlock() []byte
func (*Checkpoint) GetCollateral ¶
func (x *Checkpoint) GetCollateral() []byte
func (*Checkpoint) GetDelegation ¶
func (x *Checkpoint) GetDelegation() []byte
func (*Checkpoint) GetEpoch ¶
func (x *Checkpoint) GetEpoch() []byte
func (*Checkpoint) GetExecution ¶ added in v0.72.0
func (x *Checkpoint) GetExecution() []byte
func (*Checkpoint) GetGovernance ¶
func (x *Checkpoint) GetGovernance() []byte
func (*Checkpoint) GetMarketTracker ¶
func (x *Checkpoint) GetMarketTracker() []byte
func (*Checkpoint) GetMultisigControl ¶
func (x *Checkpoint) GetMultisigControl() []byte
func (*Checkpoint) GetNetworkParameters ¶
func (x *Checkpoint) GetNetworkParameters() []byte
func (*Checkpoint) GetRewards ¶
func (x *Checkpoint) GetRewards() []byte
func (*Checkpoint) GetStaking ¶
func (x *Checkpoint) GetStaking() []byte
func (*Checkpoint) GetValidators ¶
func (x *Checkpoint) GetValidators() []byte
func (*Checkpoint) ProtoMessage ¶
func (*Checkpoint) ProtoMessage()
func (*Checkpoint) ProtoReflect ¶
func (x *Checkpoint) ProtoReflect() protoreflect.Message
func (*Checkpoint) Reset ¶
func (x *Checkpoint) Reset()
func (*Checkpoint) String ¶
func (x *Checkpoint) String() string
type CheckpointState ¶
type CheckpointState struct { Hash []byte `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"` State []byte `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"` // contains filtered or unexported fields }
CheckpointState is the entire checkpoint serialised. Basically it is the serialisation of the Checkpoint message + hash.
func (*CheckpointState) Descriptor
deprecated
func (*CheckpointState) Descriptor() ([]byte, []int)
Deprecated: Use CheckpointState.ProtoReflect.Descriptor instead.
func (*CheckpointState) GetHash ¶
func (x *CheckpointState) GetHash() []byte
func (*CheckpointState) GetState ¶
func (x *CheckpointState) GetState() []byte
func (*CheckpointState) ProtoMessage ¶
func (*CheckpointState) ProtoMessage()
func (*CheckpointState) ProtoReflect ¶
func (x *CheckpointState) ProtoReflect() protoreflect.Message
func (*CheckpointState) Reset ¶
func (x *CheckpointState) Reset()
func (*CheckpointState) String ¶
func (x *CheckpointState) String() string
type Collateral ¶
type Collateral struct { Balances []*AssetBalance `protobuf:"bytes,1,rep,name=balances,proto3" json:"balances,omitempty"` // contains filtered or unexported fields }
Collateral contains the balances per party
func (*Collateral) Descriptor
deprecated
func (*Collateral) Descriptor() ([]byte, []int)
Deprecated: Use Collateral.ProtoReflect.Descriptor instead.
func (*Collateral) GetBalances ¶
func (x *Collateral) GetBalances() []*AssetBalance
func (*Collateral) ProtoMessage ¶
func (*Collateral) ProtoMessage()
func (*Collateral) ProtoReflect ¶
func (x *Collateral) ProtoReflect() protoreflect.Message
func (*Collateral) Reset ¶
func (x *Collateral) Reset()
func (*Collateral) String ¶
func (x *Collateral) String() string
type Delegate ¶
type Delegate struct { Active []*DelegateEntry `protobuf:"bytes,1,rep,name=active,proto3" json:"active,omitempty"` Pending []*DelegateEntry `protobuf:"bytes,2,rep,name=pending,proto3" json:"pending,omitempty"` AutoDelegation []string `protobuf:"bytes,3,rep,name=auto_delegation,json=autoDelegation,proto3" json:"auto_delegation,omitempty"` // contains filtered or unexported fields }
Delegate contains all entries for a checkpoint
func (*Delegate) Descriptor
deprecated
func (*Delegate) GetActive ¶
func (x *Delegate) GetActive() []*DelegateEntry
func (*Delegate) GetAutoDelegation ¶
func (*Delegate) GetPending ¶
func (x *Delegate) GetPending() []*DelegateEntry
func (*Delegate) ProtoMessage ¶
func (*Delegate) ProtoMessage()
func (*Delegate) ProtoReflect ¶
func (x *Delegate) ProtoReflect() protoreflect.Message
type DelegateEntry ¶
type DelegateEntry struct { Party string `protobuf:"bytes,1,opt,name=party,proto3" json:"party,omitempty"` Node string `protobuf:"bytes,2,opt,name=node,proto3" json:"node,omitempty"` Amount string `protobuf:"bytes,3,opt,name=amount,proto3" json:"amount,omitempty"` Undelegate bool `protobuf:"varint,4,opt,name=undelegate,proto3" json:"undelegate,omitempty"` EpochSeq uint64 `protobuf:"varint,5,opt,name=epoch_seq,json=epochSeq,proto3" json:"epoch_seq,omitempty"` // contains filtered or unexported fields }
Delegated amounts for party/node `undelegate` and `epoch_seq` are only relevant for pending entries
func (*DelegateEntry) Descriptor
deprecated
func (*DelegateEntry) Descriptor() ([]byte, []int)
Deprecated: Use DelegateEntry.ProtoReflect.Descriptor instead.
func (*DelegateEntry) GetAmount ¶
func (x *DelegateEntry) GetAmount() string
func (*DelegateEntry) GetEpochSeq ¶
func (x *DelegateEntry) GetEpochSeq() uint64
func (*DelegateEntry) GetNode ¶
func (x *DelegateEntry) GetNode() string
func (*DelegateEntry) GetParty ¶
func (x *DelegateEntry) GetParty() string
func (*DelegateEntry) GetUndelegate ¶
func (x *DelegateEntry) GetUndelegate() bool
func (*DelegateEntry) ProtoMessage ¶
func (*DelegateEntry) ProtoMessage()
func (*DelegateEntry) ProtoReflect ¶
func (x *DelegateEntry) ProtoReflect() protoreflect.Message
func (*DelegateEntry) Reset ¶
func (x *DelegateEntry) Reset()
func (*DelegateEntry) String ¶
func (x *DelegateEntry) String() string
type ELSShare ¶ added in v0.72.0
type ELSShare struct { string `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"` Share string `protobuf:"bytes,2,opt,name=share,proto3" json:"share,omitempty"` SuppliedStake string `protobuf:"bytes,3,opt,name=supplied_stake,json=suppliedStake,proto3" json:"supplied_stake,omitempty"` VirtualStake string `protobuf:"bytes,4,opt,name=virtual_stake,json=virtualStake,proto3" json:"virtual_stake,omitempty"` Avg string `protobuf:"bytes,5,opt,name=avg,proto3" json:"avg,omitempty"` // contains filtered or unexported fields }PartyId
func (*ELSShare) Descriptor
deprecated
added in
v0.72.0
func (*ELSShare) GetPartyId ¶ added in v0.72.0
func (*ELSShare) GetSuppliedStake ¶ added in v0.72.0
func (*ELSShare) GetVirtualStake ¶ added in v0.72.0
func (*ELSShare) ProtoMessage ¶ added in v0.72.0
func (*ELSShare) ProtoMessage()
func (*ELSShare) ProtoReflect ¶ added in v0.72.0
func (x *ELSShare) ProtoReflect() protoreflect.Message
type ExecutionState ¶ added in v0.72.0
type ExecutionState struct { // Market data that should be preserved, like equity-like shares, and settled markets that have pending successor markets. Data []*MarketState `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*ExecutionState) Descriptor
deprecated
added in
v0.72.0
func (*ExecutionState) Descriptor() ([]byte, []int)
Deprecated: Use ExecutionState.ProtoReflect.Descriptor instead.
func (*ExecutionState) GetData ¶ added in v0.72.0
func (x *ExecutionState) GetData() []*MarketState
func (*ExecutionState) ProtoMessage ¶ added in v0.72.0
func (*ExecutionState) ProtoMessage()
func (*ExecutionState) ProtoReflect ¶ added in v0.72.0
func (x *ExecutionState) ProtoReflect() protoreflect.Message
func (*ExecutionState) Reset ¶ added in v0.72.0
func (x *ExecutionState) Reset()
func (*ExecutionState) String ¶ added in v0.72.0
func (x *ExecutionState) String() string
type GovernanceTransfer ¶ added in v0.72.0
type GovernanceTransfer struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Reference string `protobuf:"bytes,2,opt,name=reference,proto3" json:"reference,omitempty"` Status v1.Transfer_Status `protobuf:"varint,3,opt,name=status,proto3,enum=vega.events.v1.Transfer_Status" json:"status,omitempty"` Timestamp int64 `protobuf:"varint,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"` Config *vega.NewTransferConfiguration `protobuf:"bytes,5,opt,name=config,proto3" json:"config,omitempty"` // contains filtered or unexported fields }
func (*GovernanceTransfer) Descriptor
deprecated
added in
v0.72.0
func (*GovernanceTransfer) Descriptor() ([]byte, []int)
Deprecated: Use GovernanceTransfer.ProtoReflect.Descriptor instead.
func (*GovernanceTransfer) GetConfig ¶ added in v0.72.0
func (x *GovernanceTransfer) GetConfig() *vega.NewTransferConfiguration
func (*GovernanceTransfer) GetId ¶ added in v0.72.0
func (x *GovernanceTransfer) GetId() string
func (*GovernanceTransfer) GetReference ¶ added in v0.72.0
func (x *GovernanceTransfer) GetReference() string
func (*GovernanceTransfer) GetStatus ¶ added in v0.72.0
func (x *GovernanceTransfer) GetStatus() v1.Transfer_Status
func (*GovernanceTransfer) GetTimestamp ¶ added in v0.72.0
func (x *GovernanceTransfer) GetTimestamp() int64
func (*GovernanceTransfer) ProtoMessage ¶ added in v0.72.0
func (*GovernanceTransfer) ProtoMessage()
func (*GovernanceTransfer) ProtoReflect ¶ added in v0.72.0
func (x *GovernanceTransfer) ProtoReflect() protoreflect.Message
func (*GovernanceTransfer) Reset ¶ added in v0.72.0
func (x *GovernanceTransfer) Reset()
func (*GovernanceTransfer) String ¶ added in v0.72.0
func (x *GovernanceTransfer) String() string
type MarketActivityTracker ¶
type MarketActivityTracker struct { Market string `protobuf:"bytes,1,opt,name=market,proto3" json:"market,omitempty"` Asset string `protobuf:"bytes,2,opt,name=asset,proto3" json:"asset,omitempty"` MakerFeesReceived []*PartyFees `protobuf:"bytes,3,rep,name=maker_fees_received,json=makerFeesReceived,proto3" json:"maker_fees_received,omitempty"` MakerFeesPaid []*PartyFees `protobuf:"bytes,4,rep,name=maker_fees_paid,json=makerFeesPaid,proto3" json:"maker_fees_paid,omitempty"` LpFees []*PartyFees `protobuf:"bytes,5,rep,name=lp_fees,json=lpFees,proto3" json:"lp_fees,omitempty"` Proposer string `protobuf:"bytes,6,opt,name=proposer,proto3" json:"proposer,omitempty"` BonusPaid []string `protobuf:"bytes,7,rep,name=bonus_paid,json=bonusPaid,proto3" json:"bonus_paid,omitempty"` ValueTraded string `protobuf:"bytes,8,opt,name=value_traded,json=valueTraded,proto3" json:"value_traded,omitempty"` ReadyToDelete bool `protobuf:"varint,9,opt,name=ready_to_delete,json=readyToDelete,proto3" json:"ready_to_delete,omitempty"` // contains filtered or unexported fields }
func (*MarketActivityTracker) Descriptor
deprecated
func (*MarketActivityTracker) Descriptor() ([]byte, []int)
Deprecated: Use MarketActivityTracker.ProtoReflect.Descriptor instead.
func (*MarketActivityTracker) GetAsset ¶
func (x *MarketActivityTracker) GetAsset() string
func (*MarketActivityTracker) GetBonusPaid ¶
func (x *MarketActivityTracker) GetBonusPaid() []string
func (*MarketActivityTracker) GetLpFees ¶
func (x *MarketActivityTracker) GetLpFees() []*PartyFees
func (*MarketActivityTracker) GetMakerFeesPaid ¶ added in v0.55.0
func (x *MarketActivityTracker) GetMakerFeesPaid() []*PartyFees
func (*MarketActivityTracker) GetMakerFeesReceived ¶ added in v0.55.0
func (x *MarketActivityTracker) GetMakerFeesReceived() []*PartyFees
func (*MarketActivityTracker) GetMarket ¶
func (x *MarketActivityTracker) GetMarket() string
func (*MarketActivityTracker) GetProposer ¶
func (x *MarketActivityTracker) GetProposer() string
func (*MarketActivityTracker) GetReadyToDelete ¶
func (x *MarketActivityTracker) GetReadyToDelete() bool
func (*MarketActivityTracker) GetValueTraded ¶
func (x *MarketActivityTracker) GetValueTraded() string
func (*MarketActivityTracker) ProtoMessage ¶
func (*MarketActivityTracker) ProtoMessage()
func (*MarketActivityTracker) ProtoReflect ¶
func (x *MarketActivityTracker) ProtoReflect() protoreflect.Message
func (*MarketActivityTracker) Reset ¶
func (x *MarketActivityTracker) Reset()
func (*MarketActivityTracker) String ¶
func (x *MarketActivityTracker) String() string
type MarketState ¶ added in v0.72.0
type MarketState struct { // Unique ID for the market Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Shares []*ELSShare `protobuf:"bytes,2,rep,name=shares,proto3" json:"shares,omitempty"` // Current balance of the insurance pool. InsuranceBalance string `protobuf:"bytes,3,opt,name=insurance_balance,json=insuranceBalance,proto3" json:"insurance_balance,omitempty"` // Total trade value which last determined the growth rate of the market. LastTradeValue string `protobuf:"bytes,4,opt,name=last_trade_value,json=lastTradeValue,proto3" json:"last_trade_value,omitempty"` // Total trade volume which last determined the growth rate of the market. LastTradeVolume string `protobuf:"bytes,5,opt,name=last_trade_volume,json=lastTradeVolume,proto3" json:"last_trade_volume,omitempty"` // Succession window in nanoseconds: the timestamp when this market cannot be succeeded anymore. SuccessionWindow int64 `protobuf:"varint,6,opt,name=succession_window,json=successionWindow,proto3" json:"succession_window,omitempty"` // The underlying market should be present in case the successor market is enacted during the succession window. // This field can be omitted if the market is not yet settled. Market *vega.Market `protobuf:"bytes,7,opt,name=market,proto3" json:"market,omitempty"` // contains filtered or unexported fields }
func (*MarketState) Descriptor
deprecated
added in
v0.72.0
func (*MarketState) Descriptor() ([]byte, []int)
Deprecated: Use MarketState.ProtoReflect.Descriptor instead.
func (*MarketState) GetId ¶ added in v0.72.0
func (x *MarketState) GetId() string
func (*MarketState) GetInsuranceBalance ¶ added in v0.72.0
func (x *MarketState) GetInsuranceBalance() string
func (*MarketState) GetLastTradeValue ¶ added in v0.72.0
func (x *MarketState) GetLastTradeValue() string
func (*MarketState) GetLastTradeVolume ¶ added in v0.72.0
func (x *MarketState) GetLastTradeVolume() string
func (*MarketState) GetMarket ¶ added in v0.72.0
func (x *MarketState) GetMarket() *vega.Market
func (*MarketState) GetShares ¶ added in v0.72.0
func (x *MarketState) GetShares() []*ELSShare
func (*MarketState) GetSuccessionWindow ¶ added in v0.72.0
func (x *MarketState) GetSuccessionWindow() int64
func (*MarketState) ProtoMessage ¶ added in v0.72.0
func (*MarketState) ProtoMessage()
func (*MarketState) ProtoReflect ¶ added in v0.72.0
func (x *MarketState) ProtoReflect() protoreflect.Message
func (*MarketState) Reset ¶ added in v0.72.0
func (x *MarketState) Reset()
func (*MarketState) String ¶ added in v0.72.0
func (x *MarketState) String() string
type MarketTracker ¶
type MarketTracker struct { MarketActivity []*MarketActivityTracker `protobuf:"bytes,1,rep,name=market_activity,json=marketActivity,proto3" json:"market_activity,omitempty"` // contains filtered or unexported fields }
func (*MarketTracker) Descriptor
deprecated
func (*MarketTracker) Descriptor() ([]byte, []int)
Deprecated: Use MarketTracker.ProtoReflect.Descriptor instead.
func (*MarketTracker) GetMarketActivity ¶
func (x *MarketTracker) GetMarketActivity() []*MarketActivityTracker
func (*MarketTracker) ProtoMessage ¶
func (*MarketTracker) ProtoMessage()
func (*MarketTracker) ProtoReflect ¶
func (x *MarketTracker) ProtoReflect() protoreflect.Message
func (*MarketTracker) Reset ¶
func (x *MarketTracker) Reset()
func (*MarketTracker) String ¶
func (x *MarketTracker) String() string
type MultisigControl ¶
type MultisigControl struct { Signers []*v1.ERC20MultiSigSignerEvent `protobuf:"bytes,1,rep,name=signers,proto3" json:"signers,omitempty"` ThresholdSet *v1.ERC20MultiSigThresholdSetEvent `protobuf:"bytes,2,opt,name=threshold_set,json=thresholdSet,proto3" json:"threshold_set,omitempty"` LastBlockSeen uint64 `protobuf:"varint,3,opt,name=last_block_seen,json=lastBlockSeen,proto3" json:"last_block_seen,omitempty"` // contains filtered or unexported fields }
func (*MultisigControl) Descriptor
deprecated
func (*MultisigControl) Descriptor() ([]byte, []int)
Deprecated: Use MultisigControl.ProtoReflect.Descriptor instead.
func (*MultisigControl) GetLastBlockSeen ¶
func (x *MultisigControl) GetLastBlockSeen() uint64
func (*MultisigControl) GetSigners ¶
func (x *MultisigControl) GetSigners() []*v1.ERC20MultiSigSignerEvent
func (*MultisigControl) GetThresholdSet ¶
func (x *MultisigControl) GetThresholdSet() *v1.ERC20MultiSigThresholdSetEvent
func (*MultisigControl) ProtoMessage ¶
func (*MultisigControl) ProtoMessage()
func (*MultisigControl) ProtoReflect ¶
func (x *MultisigControl) ProtoReflect() protoreflect.Message
func (*MultisigControl) Reset ¶
func (x *MultisigControl) Reset()
func (*MultisigControl) String ¶
func (x *MultisigControl) String() string
type NetParams ¶
type NetParams struct { Params []*vega.NetworkParameter `protobuf:"bytes,1,rep,name=params,proto3" json:"params,omitempty"` // contains filtered or unexported fields }
NetParams contains all network parameters
func (*NetParams) Descriptor
deprecated
func (*NetParams) GetParams ¶
func (x *NetParams) GetParams() []*vega.NetworkParameter
func (*NetParams) ProtoMessage ¶
func (*NetParams) ProtoMessage()
func (*NetParams) ProtoReflect ¶
func (x *NetParams) ProtoReflect() protoreflect.Message
type PartyAmount ¶
type PartyAmount struct { Party string `protobuf:"bytes,1,opt,name=party,proto3" json:"party,omitempty"` Amount string `protobuf:"bytes,2,opt,name=amount,proto3" json:"amount,omitempty"` // contains filtered or unexported fields }
func (*PartyAmount) Descriptor
deprecated
func (*PartyAmount) Descriptor() ([]byte, []int)
Deprecated: Use PartyAmount.ProtoReflect.Descriptor instead.
func (*PartyAmount) GetAmount ¶
func (x *PartyAmount) GetAmount() string
func (*PartyAmount) GetParty ¶
func (x *PartyAmount) GetParty() string
func (*PartyAmount) ProtoMessage ¶
func (*PartyAmount) ProtoMessage()
func (*PartyAmount) ProtoReflect ¶
func (x *PartyAmount) ProtoReflect() protoreflect.Message
func (*PartyAmount) Reset ¶
func (x *PartyAmount) Reset()
func (*PartyAmount) String ¶
func (x *PartyAmount) String() string
type PartyFees ¶
type PartyFees struct { Party string `protobuf:"bytes,1,opt,name=party,proto3" json:"party,omitempty"` Fee string `protobuf:"bytes,2,opt,name=fee,proto3" json:"fee,omitempty"` // contains filtered or unexported fields }
func (*PartyFees) Descriptor
deprecated
func (*PartyFees) ProtoMessage ¶
func (*PartyFees) ProtoMessage()
func (*PartyFees) ProtoReflect ¶
func (x *PartyFees) ProtoReflect() protoreflect.Message
type PendingEthereumKeyRotation ¶
type PendingEthereumKeyRotation struct { // Relative target block height is: target block height - current block height. // Useful for cross blockchain compatibility. RelativeTargetBlockHeight uint64 `` /* 141-byte string literal not displayed */ NodeId string `protobuf:"bytes,2,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"` NewAddress string `protobuf:"bytes,3,opt,name=new_address,json=newAddress,proto3" json:"new_address,omitempty"` // contains filtered or unexported fields }
func (*PendingEthereumKeyRotation) Descriptor
deprecated
func (*PendingEthereumKeyRotation) Descriptor() ([]byte, []int)
Deprecated: Use PendingEthereumKeyRotation.ProtoReflect.Descriptor instead.
func (*PendingEthereumKeyRotation) GetNewAddress ¶
func (x *PendingEthereumKeyRotation) GetNewAddress() string
func (*PendingEthereumKeyRotation) GetNodeId ¶
func (x *PendingEthereumKeyRotation) GetNodeId() string
func (*PendingEthereumKeyRotation) GetRelativeTargetBlockHeight ¶
func (x *PendingEthereumKeyRotation) GetRelativeTargetBlockHeight() uint64
func (*PendingEthereumKeyRotation) ProtoMessage ¶
func (*PendingEthereumKeyRotation) ProtoMessage()
func (*PendingEthereumKeyRotation) ProtoReflect ¶
func (x *PendingEthereumKeyRotation) ProtoReflect() protoreflect.Message
func (*PendingEthereumKeyRotation) Reset ¶
func (x *PendingEthereumKeyRotation) Reset()
func (*PendingEthereumKeyRotation) String ¶
func (x *PendingEthereumKeyRotation) String() string
type PendingKeyRotation ¶
type PendingKeyRotation struct { // Relative target block height is: target block height - current block height. // Useful for cross blockchain compatibility. RelativeTargetBlockHeight uint64 `` /* 141-byte string literal not displayed */ NodeId string `protobuf:"bytes,2,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"` NewPubKey string `protobuf:"bytes,3,opt,name=new_pub_key,json=newPubKey,proto3" json:"new_pub_key,omitempty"` NewPubKeyIndex uint32 `protobuf:"varint,4,opt,name=new_pub_key_index,json=newPubKeyIndex,proto3" json:"new_pub_key_index,omitempty"` // contains filtered or unexported fields }
func (*PendingKeyRotation) Descriptor
deprecated
func (*PendingKeyRotation) Descriptor() ([]byte, []int)
Deprecated: Use PendingKeyRotation.ProtoReflect.Descriptor instead.
func (*PendingKeyRotation) GetNewPubKey ¶
func (x *PendingKeyRotation) GetNewPubKey() string
func (*PendingKeyRotation) GetNewPubKeyIndex ¶
func (x *PendingKeyRotation) GetNewPubKeyIndex() uint32
func (*PendingKeyRotation) GetNodeId ¶
func (x *PendingKeyRotation) GetNodeId() string
func (*PendingKeyRotation) GetRelativeTargetBlockHeight ¶
func (x *PendingKeyRotation) GetRelativeTargetBlockHeight() uint64
func (*PendingKeyRotation) ProtoMessage ¶
func (*PendingKeyRotation) ProtoMessage()
func (*PendingKeyRotation) ProtoReflect ¶
func (x *PendingKeyRotation) ProtoReflect() protoreflect.Message
func (*PendingKeyRotation) Reset ¶
func (x *PendingKeyRotation) Reset()
func (*PendingKeyRotation) String ¶
func (x *PendingKeyRotation) String() string
type PendingRewardPayout ¶
type PendingRewardPayout struct { FromAccount string `protobuf:"bytes,1,opt,name=from_account,json=fromAccount,proto3" json:"from_account,omitempty"` Asset string `protobuf:"bytes,2,opt,name=asset,proto3" json:"asset,omitempty"` PartyAmount []*PartyAmount `protobuf:"bytes,3,rep,name=party_amount,json=partyAmount,proto3" json:"party_amount,omitempty"` TotalReward string `protobuf:"bytes,4,opt,name=total_reward,json=totalReward,proto3" json:"total_reward,omitempty"` EpochSeq string `protobuf:"bytes,5,opt,name=epoch_seq,json=epochSeq,proto3" json:"epoch_seq,omitempty"` Timestamp int64 `protobuf:"varint,6,opt,name=timestamp,proto3" json:"timestamp,omitempty"` // contains filtered or unexported fields }
func (*PendingRewardPayout) Descriptor
deprecated
func (*PendingRewardPayout) Descriptor() ([]byte, []int)
Deprecated: Use PendingRewardPayout.ProtoReflect.Descriptor instead.
func (*PendingRewardPayout) GetAsset ¶
func (x *PendingRewardPayout) GetAsset() string
func (*PendingRewardPayout) GetEpochSeq ¶
func (x *PendingRewardPayout) GetEpochSeq() string
func (*PendingRewardPayout) GetFromAccount ¶
func (x *PendingRewardPayout) GetFromAccount() string
func (*PendingRewardPayout) GetPartyAmount ¶
func (x *PendingRewardPayout) GetPartyAmount() []*PartyAmount
func (*PendingRewardPayout) GetTimestamp ¶
func (x *PendingRewardPayout) GetTimestamp() int64
func (*PendingRewardPayout) GetTotalReward ¶
func (x *PendingRewardPayout) GetTotalReward() string
func (*PendingRewardPayout) ProtoMessage ¶
func (*PendingRewardPayout) ProtoMessage()
func (*PendingRewardPayout) ProtoReflect ¶
func (x *PendingRewardPayout) ProtoReflect() protoreflect.Message
func (*PendingRewardPayout) Reset ¶
func (x *PendingRewardPayout) Reset()
func (*PendingRewardPayout) String ¶
func (x *PendingRewardPayout) String() string
type Proposals ¶
type Proposals struct { Proposals []*vega.Proposal `protobuf:"bytes,1,rep,name=proposals,proto3" json:"proposals,omitempty"` // contains filtered or unexported fields }
Proposals will contain all accepted proposals
func (*Proposals) Descriptor
deprecated
func (*Proposals) GetProposals ¶
func (*Proposals) ProtoMessage ¶
func (*Proposals) ProtoMessage()
func (*Proposals) ProtoReflect ¶
func (x *Proposals) ProtoReflect() protoreflect.Message
type RecurringTransfers ¶
type RecurringTransfers struct { RecurringTransfers []*v1.Transfer `protobuf:"bytes,1,rep,name=recurring_transfers,json=recurringTransfers,proto3" json:"recurring_transfers,omitempty"` // contains filtered or unexported fields }
func (*RecurringTransfers) Descriptor
deprecated
func (*RecurringTransfers) Descriptor() ([]byte, []int)
Deprecated: Use RecurringTransfers.ProtoReflect.Descriptor instead.
func (*RecurringTransfers) GetRecurringTransfers ¶
func (x *RecurringTransfers) GetRecurringTransfers() []*v1.Transfer
func (*RecurringTransfers) ProtoMessage ¶
func (*RecurringTransfers) ProtoMessage()
func (*RecurringTransfers) ProtoReflect ¶
func (x *RecurringTransfers) ProtoReflect() protoreflect.Message
func (*RecurringTransfers) Reset ¶
func (x *RecurringTransfers) Reset()
func (*RecurringTransfers) String ¶
func (x *RecurringTransfers) String() string
type RewardPayout ¶
type RewardPayout struct { PayoutTime int64 `protobuf:"varint,1,opt,name=payout_time,json=payoutTime,proto3" json:"payout_time,omitempty"` RewardsPayout []*PendingRewardPayout `protobuf:"bytes,2,rep,name=rewards_payout,json=rewardsPayout,proto3" json:"rewards_payout,omitempty"` // contains filtered or unexported fields }
func (*RewardPayout) Descriptor
deprecated
func (*RewardPayout) Descriptor() ([]byte, []int)
Deprecated: Use RewardPayout.ProtoReflect.Descriptor instead.
func (*RewardPayout) GetPayoutTime ¶
func (x *RewardPayout) GetPayoutTime() int64
func (*RewardPayout) GetRewardsPayout ¶
func (x *RewardPayout) GetRewardsPayout() []*PendingRewardPayout
func (*RewardPayout) ProtoMessage ¶
func (*RewardPayout) ProtoMessage()
func (*RewardPayout) ProtoReflect ¶
func (x *RewardPayout) ProtoReflect() protoreflect.Message
func (*RewardPayout) Reset ¶
func (x *RewardPayout) Reset()
func (*RewardPayout) String ¶
func (x *RewardPayout) String() string
type Rewards ¶
type Rewards struct { Rewards []*RewardPayout `protobuf:"bytes,1,rep,name=rewards,proto3" json:"rewards,omitempty"` // contains filtered or unexported fields }
func (*Rewards) Descriptor
deprecated
func (*Rewards) GetRewards ¶
func (x *Rewards) GetRewards() []*RewardPayout
func (*Rewards) ProtoMessage ¶
func (*Rewards) ProtoMessage()
func (*Rewards) ProtoReflect ¶
func (x *Rewards) ProtoReflect() protoreflect.Message
type ScheduledGovernanceTransferAtTime ¶ added in v0.72.0
type ScheduledGovernanceTransferAtTime struct { DeliverOn int64 `protobuf:"varint,1,opt,name=deliver_on,json=deliverOn,proto3" json:"deliver_on,omitempty"` Transfers []*GovernanceTransfer `protobuf:"bytes,2,rep,name=transfers,proto3" json:"transfers,omitempty"` // contains filtered or unexported fields }
func (*ScheduledGovernanceTransferAtTime) Descriptor
deprecated
added in
v0.72.0
func (*ScheduledGovernanceTransferAtTime) Descriptor() ([]byte, []int)
Deprecated: Use ScheduledGovernanceTransferAtTime.ProtoReflect.Descriptor instead.
func (*ScheduledGovernanceTransferAtTime) GetDeliverOn ¶ added in v0.72.0
func (x *ScheduledGovernanceTransferAtTime) GetDeliverOn() int64
func (*ScheduledGovernanceTransferAtTime) GetTransfers ¶ added in v0.72.0
func (x *ScheduledGovernanceTransferAtTime) GetTransfers() []*GovernanceTransfer
func (*ScheduledGovernanceTransferAtTime) ProtoMessage ¶ added in v0.72.0
func (*ScheduledGovernanceTransferAtTime) ProtoMessage()
func (*ScheduledGovernanceTransferAtTime) ProtoReflect ¶ added in v0.72.0
func (x *ScheduledGovernanceTransferAtTime) ProtoReflect() protoreflect.Message
func (*ScheduledGovernanceTransferAtTime) Reset ¶ added in v0.72.0
func (x *ScheduledGovernanceTransferAtTime) Reset()
func (*ScheduledGovernanceTransferAtTime) String ¶ added in v0.72.0
func (x *ScheduledGovernanceTransferAtTime) String() string
type ScheduledTransfer ¶
type ScheduledTransfer struct { Transfer *vega.Transfer `protobuf:"bytes,1,opt,name=transfer,proto3" json:"transfer,omitempty"` AccountType vega.AccountType `protobuf:"varint,2,opt,name=account_type,json=accountType,proto3,enum=vega.AccountType" json:"account_type,omitempty"` Reference string `protobuf:"bytes,3,opt,name=reference,proto3" json:"reference,omitempty"` OneoffTransfer *v1.Transfer `protobuf:"bytes,4,opt,name=oneoff_transfer,json=oneoffTransfer,proto3" json:"oneoff_transfer,omitempty"` // contains filtered or unexported fields }
func (*ScheduledTransfer) Descriptor
deprecated
func (*ScheduledTransfer) Descriptor() ([]byte, []int)
Deprecated: Use ScheduledTransfer.ProtoReflect.Descriptor instead.
func (*ScheduledTransfer) GetAccountType ¶
func (x *ScheduledTransfer) GetAccountType() vega.AccountType
func (*ScheduledTransfer) GetOneoffTransfer ¶
func (x *ScheduledTransfer) GetOneoffTransfer() *v1.Transfer
func (*ScheduledTransfer) GetReference ¶
func (x *ScheduledTransfer) GetReference() string
func (*ScheduledTransfer) GetTransfer ¶
func (x *ScheduledTransfer) GetTransfer() *vega.Transfer
func (*ScheduledTransfer) ProtoMessage ¶
func (*ScheduledTransfer) ProtoMessage()
func (*ScheduledTransfer) ProtoReflect ¶
func (x *ScheduledTransfer) ProtoReflect() protoreflect.Message
func (*ScheduledTransfer) Reset ¶
func (x *ScheduledTransfer) Reset()
func (*ScheduledTransfer) String ¶
func (x *ScheduledTransfer) String() string
type ScheduledTransferAtTime ¶
type ScheduledTransferAtTime struct { DeliverOn int64 `protobuf:"varint,1,opt,name=deliver_on,json=deliverOn,proto3" json:"deliver_on,omitempty"` Transfers []*ScheduledTransfer `protobuf:"bytes,2,rep,name=transfers,proto3" json:"transfers,omitempty"` // contains filtered or unexported fields }
func (*ScheduledTransferAtTime) Descriptor
deprecated
func (*ScheduledTransferAtTime) Descriptor() ([]byte, []int)
Deprecated: Use ScheduledTransferAtTime.ProtoReflect.Descriptor instead.
func (*ScheduledTransferAtTime) GetDeliverOn ¶
func (x *ScheduledTransferAtTime) GetDeliverOn() int64
func (*ScheduledTransferAtTime) GetTransfers ¶
func (x *ScheduledTransferAtTime) GetTransfers() []*ScheduledTransfer
func (*ScheduledTransferAtTime) ProtoMessage ¶
func (*ScheduledTransferAtTime) ProtoMessage()
func (*ScheduledTransferAtTime) ProtoReflect ¶
func (x *ScheduledTransferAtTime) ProtoReflect() protoreflect.Message
func (*ScheduledTransferAtTime) Reset ¶
func (x *ScheduledTransferAtTime) Reset()
func (*ScheduledTransferAtTime) String ¶
func (x *ScheduledTransferAtTime) String() string
type Staking ¶
type Staking struct { Accepted []*v1.StakeLinking `protobuf:"bytes,1,rep,name=accepted,proto3" json:"accepted,omitempty"` LastBlockSeen uint64 `protobuf:"varint,2,opt,name=last_block_seen,json=lastBlockSeen,proto3" json:"last_block_seen,omitempty"` // contains filtered or unexported fields }
func (*Staking) Descriptor
deprecated
func (*Staking) GetAccepted ¶
func (x *Staking) GetAccepted() []*v1.StakeLinking
func (*Staking) GetLastBlockSeen ¶
func (*Staking) ProtoMessage ¶
func (*Staking) ProtoMessage()
func (*Staking) ProtoReflect ¶
func (x *Staking) ProtoReflect() protoreflect.Message
type ValidatorState ¶
type ValidatorState struct { ValidatorUpdate *v1.ValidatorUpdate `protobuf:"bytes,1,opt,name=validator_update,json=validatorUpdate,proto3" json:"validator_update,omitempty"` Status int32 `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"` EthEventsForwarded uint64 `protobuf:"varint,3,opt,name=eth_events_forwarded,json=ethEventsForwarded,proto3" json:"eth_events_forwarded,omitempty"` ValidatorPower int64 `protobuf:"varint,4,opt,name=validator_power,json=validatorPower,proto3" json:"validator_power,omitempty"` RankingScore *vega.RankingScore `protobuf:"bytes,5,opt,name=ranking_score,json=rankingScore,proto3" json:"ranking_score,omitempty"` HeartbeatBlockIndex int32 `protobuf:"varint,6,opt,name=heartbeat_block_index,json=heartbeatBlockIndex,proto3" json:"heartbeat_block_index,omitempty"` HeartbeatBlockSigs []bool `protobuf:"varint,7,rep,packed,name=heartbeat_block_sigs,json=heartbeatBlockSigs,proto3" json:"heartbeat_block_sigs,omitempty"` // contains filtered or unexported fields }
func (*ValidatorState) Descriptor
deprecated
func (*ValidatorState) Descriptor() ([]byte, []int)
Deprecated: Use ValidatorState.ProtoReflect.Descriptor instead.
func (*ValidatorState) GetEthEventsForwarded ¶
func (x *ValidatorState) GetEthEventsForwarded() uint64
func (*ValidatorState) GetHeartbeatBlockIndex ¶ added in v0.70.0
func (x *ValidatorState) GetHeartbeatBlockIndex() int32
func (*ValidatorState) GetHeartbeatBlockSigs ¶ added in v0.70.0
func (x *ValidatorState) GetHeartbeatBlockSigs() []bool
func (*ValidatorState) GetRankingScore ¶
func (x *ValidatorState) GetRankingScore() *vega.RankingScore
func (*ValidatorState) GetStatus ¶
func (x *ValidatorState) GetStatus() int32
func (*ValidatorState) GetValidatorPower ¶
func (x *ValidatorState) GetValidatorPower() int64
func (*ValidatorState) GetValidatorUpdate ¶
func (x *ValidatorState) GetValidatorUpdate() *v1.ValidatorUpdate
func (*ValidatorState) ProtoMessage ¶
func (*ValidatorState) ProtoMessage()
func (*ValidatorState) ProtoReflect ¶
func (x *ValidatorState) ProtoReflect() protoreflect.Message
func (*ValidatorState) Reset ¶
func (x *ValidatorState) Reset()
func (*ValidatorState) String ¶
func (x *ValidatorState) String() string
type Validators ¶
type Validators struct { ValidatorState []*ValidatorState `protobuf:"bytes,1,rep,name=validator_state,json=validatorState,proto3" json:"validator_state,omitempty"` PendingKeyRotations []*PendingKeyRotation `protobuf:"bytes,2,rep,name=pending_key_rotations,json=pendingKeyRotations,proto3" json:"pending_key_rotations,omitempty"` PendingEthereumKeyRotations []*PendingEthereumKeyRotation `` /* 146-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Validators) Descriptor
deprecated
func (*Validators) Descriptor() ([]byte, []int)
Deprecated: Use Validators.ProtoReflect.Descriptor instead.
func (*Validators) GetPendingEthereumKeyRotations ¶
func (x *Validators) GetPendingEthereumKeyRotations() []*PendingEthereumKeyRotation
func (*Validators) GetPendingKeyRotations ¶
func (x *Validators) GetPendingKeyRotations() []*PendingKeyRotation
func (*Validators) GetValidatorState ¶
func (x *Validators) GetValidatorState() []*ValidatorState
func (*Validators) ProtoMessage ¶
func (*Validators) ProtoMessage()
func (*Validators) ProtoReflect ¶
func (x *Validators) ProtoReflect() protoreflect.Message
func (*Validators) Reset ¶
func (x *Validators) Reset()
func (*Validators) String ¶
func (x *Validators) String() string