v1

package
v0.75.8 Latest Latest
Warning

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

Go to latest
Published: Apr 3, 2024 License: AGPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

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

Deprecated: Use Assets.ProtoReflect.Descriptor instead.

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

func (*Assets) Reset

func (x *Assets) Reset()

func (*Assets) String

func (x *Assets) String() string

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

Deprecated: Use Banking.ProtoReflect.Descriptor instead.

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 (x *Banking) GetLastSeenEthBlock() uint64

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 (x *Banking) GetSeenRefs() []string

func (*Banking) GetTransfersAtTime

func (x *Banking) GetTransfersAtTime() []*ScheduledTransferAtTime

func (*Banking) ProtoMessage

func (*Banking) ProtoMessage()

func (*Banking) ProtoReflect

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

func (*Banking) Reset

func (x *Banking) Reset()

func (*Banking) String

func (x *Banking) String() string

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

Deprecated: Use Block.ProtoReflect.Descriptor instead.

func (*Block) GetHeight

func (x *Block) GetHeight() int64

func (*Block) ProtoMessage

func (*Block) ProtoMessage()

func (*Block) ProtoReflect

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

func (*Block) Reset

func (x *Block) Reset()

func (*Block) String

func (x *Block) String() string

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

Deprecated: Use Delegate.ProtoReflect.Descriptor instead.

func (*Delegate) GetActive

func (x *Delegate) GetActive() []*DelegateEntry

func (*Delegate) GetAutoDelegation

func (x *Delegate) GetAutoDelegation() []string

func (*Delegate) GetPending

func (x *Delegate) GetPending() []*DelegateEntry

func (*Delegate) ProtoMessage

func (*Delegate) ProtoMessage()

func (*Delegate) ProtoReflect

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

func (*Delegate) Reset

func (x *Delegate) Reset()

func (*Delegate) String

func (x *Delegate) String() string

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 {

	// Party ID of the liquidity provider.
	PartyId string `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"`
	// The equity-like share of the liquidity provider, representing their share in the total provided liquidity expressed as a value between 0 and 1.
	Share string `protobuf:"bytes,2,opt,name=share,proto3" json:"share,omitempty"`
	// Amount committed. This is the total commitment made. It does not necessarily match the LP balance.
	SuppliedStake string `protobuf:"bytes,3,opt,name=supplied_stake,json=suppliedStake,proto3" json:"supplied_stake,omitempty"`
	// LP stake, weighted according to the time the stake was committed and market growth.
	VirtualStake string `protobuf:"bytes,4,opt,name=virtual_stake,json=virtualStake,proto3" json:"virtual_stake,omitempty"`
	// Average entry valuation. As time increases the weight of stake, this is the overall valuation of the current stake.
	Avg string `protobuf:"bytes,5,opt,name=avg,proto3" json:"avg,omitempty"`
	// contains filtered or unexported fields
}

func (*ELSShare) Descriptor deprecated added in v0.72.0

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

Deprecated: Use ELSShare.ProtoReflect.Descriptor instead.

func (*ELSShare) GetAvg added in v0.72.0

func (x *ELSShare) GetAvg() string

func (*ELSShare) GetPartyId added in v0.72.0

func (x *ELSShare) GetPartyId() string

func (*ELSShare) GetShare added in v0.72.0

func (x *ELSShare) GetShare() string

func (*ELSShare) GetSuppliedStake added in v0.72.0

func (x *ELSShare) GetSuppliedStake() string

func (*ELSShare) GetVirtualStake added in v0.72.0

func (x *ELSShare) GetVirtualStake() string

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

func (*ELSShare) Reset added in v0.72.0

func (x *ELSShare) Reset()

func (*ELSShare) String added in v0.72.0

func (x *ELSShare) String() string

type EpochPartyFees added in v0.73.0

type EpochPartyFees struct {
	PartyFees []*PartyFeesHistory `protobuf:"bytes,1,rep,name=party_fees,json=partyFees,proto3" json:"party_fees,omitempty"`
	// contains filtered or unexported fields
}

func (*EpochPartyFees) Descriptor deprecated added in v0.73.0

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

Deprecated: Use EpochPartyFees.ProtoReflect.Descriptor instead.

func (*EpochPartyFees) GetPartyFees added in v0.73.0

func (x *EpochPartyFees) GetPartyFees() []*PartyFeesHistory

func (*EpochPartyFees) ProtoMessage added in v0.73.0

func (*EpochPartyFees) ProtoMessage()

func (*EpochPartyFees) ProtoReflect added in v0.73.0

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

func (*EpochPartyFees) Reset added in v0.73.0

func (x *EpochPartyFees) Reset()

func (*EpochPartyFees) String added in v0.73.0

func (x *EpochPartyFees) String() string

type EpochReturnsData added in v0.73.0

type EpochReturnsData struct {
	Returns []*ReturnsData `protobuf:"bytes,1,rep,name=returns,proto3" json:"returns,omitempty"`
	// contains filtered or unexported fields
}

func (*EpochReturnsData) Descriptor deprecated added in v0.73.0

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

Deprecated: Use EpochReturnsData.ProtoReflect.Descriptor instead.

func (*EpochReturnsData) GetReturns added in v0.73.0

func (x *EpochReturnsData) GetReturns() []*ReturnsData

func (*EpochReturnsData) ProtoMessage added in v0.73.0

func (*EpochReturnsData) ProtoMessage()

func (*EpochReturnsData) ProtoReflect added in v0.73.0

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

func (*EpochReturnsData) Reset added in v0.73.0

func (x *EpochReturnsData) Reset()

func (*EpochReturnsData) String added in v0.73.0

func (x *EpochReturnsData) String() string

type EpochTimeWeightPositionData added in v0.73.0

type EpochTimeWeightPositionData struct {
	PartyTimeWeightedPositions []*PartyTimeWeightedPosition `` /* 143-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*EpochTimeWeightPositionData) Descriptor deprecated added in v0.73.0

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

Deprecated: Use EpochTimeWeightPositionData.ProtoReflect.Descriptor instead.

func (*EpochTimeWeightPositionData) GetPartyTimeWeightedPositions added in v0.73.0

func (x *EpochTimeWeightPositionData) GetPartyTimeWeightedPositions() []*PartyTimeWeightedPosition

func (*EpochTimeWeightPositionData) ProtoMessage added in v0.73.0

func (*EpochTimeWeightPositionData) ProtoMessage()

func (*EpochTimeWeightPositionData) ProtoReflect added in v0.73.0

func (*EpochTimeWeightPositionData) Reset added in v0.73.0

func (x *EpochTimeWeightPositionData) Reset()

func (*EpochTimeWeightPositionData) String added in v0.73.0

func (x *EpochTimeWeightPositionData) String() string

type EpochTimeWeightedNotionalData added in v0.73.0

type EpochTimeWeightedNotionalData struct {
	PartyTimeWeightedNotionals []*PartyTimeWeightedNotional `` /* 143-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*EpochTimeWeightedNotionalData) Descriptor deprecated added in v0.73.0

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

Deprecated: Use EpochTimeWeightedNotionalData.ProtoReflect.Descriptor instead.

func (*EpochTimeWeightedNotionalData) GetPartyTimeWeightedNotionals added in v0.73.0

func (x *EpochTimeWeightedNotionalData) GetPartyTimeWeightedNotionals() []*PartyTimeWeightedNotional

func (*EpochTimeWeightedNotionalData) ProtoMessage added in v0.73.0

func (*EpochTimeWeightedNotionalData) ProtoMessage()

func (*EpochTimeWeightedNotionalData) ProtoReflect added in v0.73.0

func (*EpochTimeWeightedNotionalData) Reset added in v0.73.0

func (x *EpochTimeWeightedNotionalData) Reset()

func (*EpochTimeWeightedNotionalData) String added in v0.73.0

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 (*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"`
	TimeWeightedPosition            []*TWPositionData                `protobuf:"bytes,10,rep,name=time_weighted_position,json=timeWeightedPosition,proto3" json:"time_weighted_position,omitempty"`
	TimeWeightedNotional            []*TWNotionalData                `protobuf:"bytes,11,rep,name=time_weighted_notional,json=timeWeightedNotional,proto3" json:"time_weighted_notional,omitempty"`
	ReturnsData                     []*ReturnsData                   `protobuf:"bytes,12,rep,name=returns_data,json=returnsData,proto3" json:"returns_data,omitempty"`
	MakerFeesReceivedHistory        []*EpochPartyFees                `` /* 138-byte string literal not displayed */
	MakerFeesPaidHistory            []*EpochPartyFees                `` /* 126-byte string literal not displayed */
	LpFeesHistory                   []*EpochPartyFees                `protobuf:"bytes,15,rep,name=lp_fees_history,json=lpFeesHistory,proto3" json:"lp_fees_history,omitempty"`
	TimeWeightedPositionDataHistory []*EpochTimeWeightPositionData   `` /* 161-byte string literal not displayed */
	TimeWeightedNotionalDataHistory []*EpochTimeWeightedNotionalData `` /* 161-byte string literal not displayed */
	ReturnsDataHistory              []*EpochReturnsData              `protobuf:"bytes,18,rep,name=returns_data_history,json=returnsDataHistory,proto3" json:"returns_data_history,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) GetLpFeesHistory added in v0.73.0

func (x *MarketActivityTracker) GetLpFeesHistory() []*EpochPartyFees

func (*MarketActivityTracker) GetMakerFeesPaid added in v0.55.0

func (x *MarketActivityTracker) GetMakerFeesPaid() []*PartyFees

func (*MarketActivityTracker) GetMakerFeesPaidHistory added in v0.73.0

func (x *MarketActivityTracker) GetMakerFeesPaidHistory() []*EpochPartyFees

func (*MarketActivityTracker) GetMakerFeesReceived added in v0.55.0

func (x *MarketActivityTracker) GetMakerFeesReceived() []*PartyFees

func (*MarketActivityTracker) GetMakerFeesReceivedHistory added in v0.73.0

func (x *MarketActivityTracker) GetMakerFeesReceivedHistory() []*EpochPartyFees

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) GetReturnsData added in v0.73.0

func (x *MarketActivityTracker) GetReturnsData() []*ReturnsData

func (*MarketActivityTracker) GetReturnsDataHistory added in v0.73.0

func (x *MarketActivityTracker) GetReturnsDataHistory() []*EpochReturnsData

func (*MarketActivityTracker) GetTimeWeightedNotional added in v0.73.0

func (x *MarketActivityTracker) GetTimeWeightedNotional() []*TWNotionalData

func (*MarketActivityTracker) GetTimeWeightedNotionalDataHistory added in v0.73.0

func (x *MarketActivityTracker) GetTimeWeightedNotionalDataHistory() []*EpochTimeWeightedNotionalData

func (*MarketActivityTracker) GetTimeWeightedPosition added in v0.73.0

func (x *MarketActivityTracker) GetTimeWeightedPosition() []*TWPositionData

func (*MarketActivityTracker) GetTimeWeightedPositionDataHistory added in v0.73.0

func (x *MarketActivityTracker) GetTimeWeightedPositionDataHistory() []*EpochTimeWeightPositionData

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"`
	// The current equity-like share data for a market.
	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 MarketToPartyTakerNotionalVolume added in v0.74.0

type MarketToPartyTakerNotionalVolume struct {
	Market              string                 `protobuf:"bytes,1,opt,name=market,proto3" json:"market,omitempty"`
	TakerNotionalVolume []*TakerNotionalVolume `protobuf:"bytes,2,rep,name=taker_notional_volume,json=takerNotionalVolume,proto3" json:"taker_notional_volume,omitempty"`
	// contains filtered or unexported fields
}

func (*MarketToPartyTakerNotionalVolume) Descriptor deprecated added in v0.74.0

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

Deprecated: Use MarketToPartyTakerNotionalVolume.ProtoReflect.Descriptor instead.

func (*MarketToPartyTakerNotionalVolume) GetMarket added in v0.74.0

func (*MarketToPartyTakerNotionalVolume) GetTakerNotionalVolume added in v0.74.0

func (x *MarketToPartyTakerNotionalVolume) GetTakerNotionalVolume() []*TakerNotionalVolume

func (*MarketToPartyTakerNotionalVolume) ProtoMessage added in v0.74.0

func (*MarketToPartyTakerNotionalVolume) ProtoMessage()

func (*MarketToPartyTakerNotionalVolume) ProtoReflect added in v0.74.0

func (*MarketToPartyTakerNotionalVolume) Reset added in v0.74.0

func (*MarketToPartyTakerNotionalVolume) String added in v0.74.0

type MarketTracker

type MarketTracker struct {
	MarketActivity                   []*MarketActivityTracker            `protobuf:"bytes,1,rep,name=market_activity,json=marketActivity,proto3" json:"market_activity,omitempty"`
	TakerNotionalVolume              []*TakerNotionalVolume              `protobuf:"bytes,2,rep,name=taker_notional_volume,json=takerNotionalVolume,proto3" json:"taker_notional_volume,omitempty"`
	MarketToPartyTakerNotionalVolume []*MarketToPartyTakerNotionalVolume `` /* 165-byte string literal not displayed */
	// 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) GetMarketToPartyTakerNotionalVolume added in v0.74.0

func (x *MarketTracker) GetMarketToPartyTakerNotionalVolume() []*MarketToPartyTakerNotionalVolume

func (*MarketTracker) GetTakerNotionalVolume added in v0.73.0

func (x *MarketTracker) GetTakerNotionalVolume() []*TakerNotionalVolume

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

Deprecated: Use NetParams.ProtoReflect.Descriptor instead.

func (*NetParams) GetParams

func (x *NetParams) GetParams() []*vega.NetworkParameter

func (*NetParams) ProtoMessage

func (*NetParams) ProtoMessage()

func (*NetParams) ProtoReflect

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

func (*NetParams) Reset

func (x *NetParams) Reset()

func (*NetParams) String

func (x *NetParams) String() string

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

Deprecated: Use PartyFees.ProtoReflect.Descriptor instead.

func (*PartyFees) GetFee

func (x *PartyFees) GetFee() string

func (*PartyFees) GetParty

func (x *PartyFees) GetParty() string

func (*PartyFees) ProtoMessage

func (*PartyFees) ProtoMessage()

func (*PartyFees) ProtoReflect

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

func (*PartyFees) Reset

func (x *PartyFees) Reset()

func (*PartyFees) String

func (x *PartyFees) String() string

type PartyFeesHistory added in v0.73.0

type PartyFeesHistory struct {
	Party string `protobuf:"bytes,1,opt,name=party,proto3" json:"party,omitempty"`
	Fee   []byte `protobuf:"bytes,2,opt,name=fee,proto3" json:"fee,omitempty"`
	// contains filtered or unexported fields
}

func (*PartyFeesHistory) Descriptor deprecated added in v0.73.0

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

Deprecated: Use PartyFeesHistory.ProtoReflect.Descriptor instead.

func (*PartyFeesHistory) GetFee added in v0.73.0

func (x *PartyFeesHistory) GetFee() []byte

func (*PartyFeesHistory) GetParty added in v0.73.0

func (x *PartyFeesHistory) GetParty() string

func (*PartyFeesHistory) ProtoMessage added in v0.73.0

func (*PartyFeesHistory) ProtoMessage()

func (*PartyFeesHistory) ProtoReflect added in v0.73.0

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

func (*PartyFeesHistory) Reset added in v0.73.0

func (x *PartyFeesHistory) Reset()

func (*PartyFeesHistory) String added in v0.73.0

func (x *PartyFeesHistory) String() string

type PartyTimeWeightedNotional added in v0.73.0

type PartyTimeWeightedNotional struct {
	Party      string `protobuf:"bytes,1,opt,name=party,proto3" json:"party,omitempty"`
	TwNotional []byte `protobuf:"bytes,2,opt,name=tw_notional,json=twNotional,proto3" json:"tw_notional,omitempty"`
	// contains filtered or unexported fields
}

func (*PartyTimeWeightedNotional) Descriptor deprecated added in v0.73.0

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

Deprecated: Use PartyTimeWeightedNotional.ProtoReflect.Descriptor instead.

func (*PartyTimeWeightedNotional) GetParty added in v0.73.0

func (x *PartyTimeWeightedNotional) GetParty() string

func (*PartyTimeWeightedNotional) GetTwNotional added in v0.73.0

func (x *PartyTimeWeightedNotional) GetTwNotional() []byte

func (*PartyTimeWeightedNotional) ProtoMessage added in v0.73.0

func (*PartyTimeWeightedNotional) ProtoMessage()

func (*PartyTimeWeightedNotional) ProtoReflect added in v0.73.0

func (*PartyTimeWeightedNotional) Reset added in v0.73.0

func (x *PartyTimeWeightedNotional) Reset()

func (*PartyTimeWeightedNotional) String added in v0.73.0

func (x *PartyTimeWeightedNotional) String() string

type PartyTimeWeightedPosition added in v0.73.0

type PartyTimeWeightedPosition struct {
	Party      string `protobuf:"bytes,1,opt,name=party,proto3" json:"party,omitempty"`
	TwPosition uint64 `protobuf:"varint,2,opt,name=tw_position,json=twPosition,proto3" json:"tw_position,omitempty"`
	// contains filtered or unexported fields
}

func (*PartyTimeWeightedPosition) Descriptor deprecated added in v0.73.0

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

Deprecated: Use PartyTimeWeightedPosition.ProtoReflect.Descriptor instead.

func (*PartyTimeWeightedPosition) GetParty added in v0.73.0

func (x *PartyTimeWeightedPosition) GetParty() string

func (*PartyTimeWeightedPosition) GetTwPosition added in v0.73.0

func (x *PartyTimeWeightedPosition) GetTwPosition() uint64

func (*PartyTimeWeightedPosition) ProtoMessage added in v0.73.0

func (*PartyTimeWeightedPosition) ProtoMessage()

func (*PartyTimeWeightedPosition) ProtoReflect added in v0.73.0

func (*PartyTimeWeightedPosition) Reset added in v0.73.0

func (x *PartyTimeWeightedPosition) Reset()

func (*PartyTimeWeightedPosition) String added in v0.73.0

func (x *PartyTimeWeightedPosition) String() string

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

Deprecated: Use Proposals.ProtoReflect.Descriptor instead.

func (*Proposals) GetProposals

func (x *Proposals) GetProposals() []*vega.Proposal

func (*Proposals) ProtoMessage

func (*Proposals) ProtoMessage()

func (*Proposals) ProtoReflect

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

func (*Proposals) Reset

func (x *Proposals) Reset()

func (*Proposals) String

func (x *Proposals) String() string

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

type ReturnsData struct {
	Party  string `protobuf:"bytes,1,opt,name=party,proto3" json:"party,omitempty"`
	Return []byte `protobuf:"bytes,2,opt,name=return,proto3" json:"return,omitempty"`
	// contains filtered or unexported fields
}

func (*ReturnsData) Descriptor deprecated added in v0.73.0

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

Deprecated: Use ReturnsData.ProtoReflect.Descriptor instead.

func (*ReturnsData) GetParty added in v0.73.0

func (x *ReturnsData) GetParty() string

func (*ReturnsData) GetReturn added in v0.73.0

func (x *ReturnsData) GetReturn() []byte

func (*ReturnsData) ProtoMessage added in v0.73.0

func (*ReturnsData) ProtoMessage()

func (*ReturnsData) ProtoReflect added in v0.73.0

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

func (*ReturnsData) Reset added in v0.73.0

func (x *ReturnsData) Reset()

func (*ReturnsData) String added in v0.73.0

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

Deprecated: Use Rewards.ProtoReflect.Descriptor instead.

func (*Rewards) GetRewards

func (x *Rewards) GetRewards() []*RewardPayout

func (*Rewards) ProtoMessage

func (*Rewards) ProtoMessage()

func (*Rewards) ProtoReflect

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

func (*Rewards) Reset

func (x *Rewards) Reset()

func (*Rewards) String

func (x *Rewards) String() string

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 (*ScheduledGovernanceTransferAtTime) ProtoMessage added in v0.72.0

func (*ScheduledGovernanceTransferAtTime) ProtoMessage()

func (*ScheduledGovernanceTransferAtTime) ProtoReflect added in v0.72.0

func (*ScheduledGovernanceTransferAtTime) Reset added in v0.72.0

func (*ScheduledGovernanceTransferAtTime) String added in v0.72.0

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

Deprecated: Use Staking.ProtoReflect.Descriptor instead.

func (*Staking) GetAccepted

func (x *Staking) GetAccepted() []*v1.StakeLinking

func (*Staking) GetLastBlockSeen

func (x *Staking) GetLastBlockSeen() uint64

func (*Staking) ProtoMessage

func (*Staking) ProtoMessage()

func (*Staking) ProtoReflect

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

func (*Staking) Reset

func (x *Staking) Reset()

func (*Staking) String

func (x *Staking) String() string

type TWNotionalData added in v0.73.0

type TWNotionalData struct {
	Party      string `protobuf:"bytes,1,opt,name=party,proto3" json:"party,omitempty"`
	Notional   []byte `protobuf:"bytes,2,opt,name=notional,proto3" json:"notional,omitempty"`
	Time       int64  `protobuf:"varint,3,opt,name=time,proto3" json:"time,omitempty"`
	TwNotional []byte `protobuf:"bytes,4,opt,name=tw_notional,json=twNotional,proto3" json:"tw_notional,omitempty"`
	// contains filtered or unexported fields
}

func (*TWNotionalData) Descriptor deprecated added in v0.73.0

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

Deprecated: Use TWNotionalData.ProtoReflect.Descriptor instead.

func (*TWNotionalData) GetNotional added in v0.73.0

func (x *TWNotionalData) GetNotional() []byte

func (*TWNotionalData) GetParty added in v0.73.0

func (x *TWNotionalData) GetParty() string

func (*TWNotionalData) GetTime added in v0.73.0

func (x *TWNotionalData) GetTime() int64

func (*TWNotionalData) GetTwNotional added in v0.73.0

func (x *TWNotionalData) GetTwNotional() []byte

func (*TWNotionalData) ProtoMessage added in v0.73.0

func (*TWNotionalData) ProtoMessage()

func (*TWNotionalData) ProtoReflect added in v0.73.0

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

func (*TWNotionalData) Reset added in v0.73.0

func (x *TWNotionalData) Reset()

func (*TWNotionalData) String added in v0.73.0

func (x *TWNotionalData) String() string

type TWPositionData added in v0.73.0

type TWPositionData struct {
	Party      string `protobuf:"bytes,1,opt,name=party,proto3" json:"party,omitempty"`
	Position   uint64 `protobuf:"varint,2,opt,name=position,proto3" json:"position,omitempty"`
	Time       int64  `protobuf:"varint,3,opt,name=time,proto3" json:"time,omitempty"`
	TwPosition uint64 `protobuf:"varint,4,opt,name=tw_position,json=twPosition,proto3" json:"tw_position,omitempty"`
	// contains filtered or unexported fields
}

func (*TWPositionData) Descriptor deprecated added in v0.73.0

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

Deprecated: Use TWPositionData.ProtoReflect.Descriptor instead.

func (*TWPositionData) GetParty added in v0.73.0

func (x *TWPositionData) GetParty() string

func (*TWPositionData) GetPosition added in v0.73.0

func (x *TWPositionData) GetPosition() uint64

func (*TWPositionData) GetTime added in v0.73.0

func (x *TWPositionData) GetTime() int64

func (*TWPositionData) GetTwPosition added in v0.73.0

func (x *TWPositionData) GetTwPosition() uint64

func (*TWPositionData) ProtoMessage added in v0.73.0

func (*TWPositionData) ProtoMessage()

func (*TWPositionData) ProtoReflect added in v0.73.0

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

func (*TWPositionData) Reset added in v0.73.0

func (x *TWPositionData) Reset()

func (*TWPositionData) String added in v0.73.0

func (x *TWPositionData) String() string

type TakerNotionalVolume added in v0.73.0

type TakerNotionalVolume struct {
	Party  string `protobuf:"bytes,1,opt,name=party,proto3" json:"party,omitempty"`
	Volume []byte `protobuf:"bytes,2,opt,name=volume,proto3" json:"volume,omitempty"`
	// contains filtered or unexported fields
}

func (*TakerNotionalVolume) Descriptor deprecated added in v0.73.0

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

Deprecated: Use TakerNotionalVolume.ProtoReflect.Descriptor instead.

func (*TakerNotionalVolume) GetParty added in v0.73.0

func (x *TakerNotionalVolume) GetParty() string

func (*TakerNotionalVolume) GetVolume added in v0.73.0

func (x *TakerNotionalVolume) GetVolume() []byte

func (*TakerNotionalVolume) ProtoMessage added in v0.73.0

func (*TakerNotionalVolume) ProtoMessage()

func (*TakerNotionalVolume) ProtoReflect added in v0.73.0

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

func (*TakerNotionalVolume) Reset added in v0.73.0

func (x *TakerNotionalVolume) Reset()

func (*TakerNotionalVolume) String added in v0.73.0

func (x *TakerNotionalVolume) String() string

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

Jump to

Keyboard shortcuts

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