v1

package
v0.0.0-...-f6bc33c Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2023 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Format_name = map[int32]string{
		0: "FORMAT_UNSPECIFIED",
		1: "FORMAT_PROTO",
		2: "FORMAT_PROTO_COMPRESSED",
		3: "FORMAT_JSON",
	}
	Format_value = map[string]int32{
		"FORMAT_UNSPECIFIED":      0,
		"FORMAT_PROTO":            1,
		"FORMAT_PROTO_COMPRESSED": 2,
		"FORMAT_JSON":             3,
	}
)

Enum value maps for Format.

View Source
var File_zeta_snapshot_v1_snapshot_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AcceptedProtocolUpgradeProposal

type AcceptedProtocolUpgradeProposal struct {

	// Block height at which to perform the upgrade
	UpgradeBlockHeight uint64 `protobuf:"varint,1,opt,name=upgrade_block_height,json=upgradeBlockHeight,proto3" json:"upgrade_block_height,omitempty"`
	// Release tag for the zeta binary
	ZetaReleaseTag string `protobuf:"bytes,2,opt,name=zeta_release_tag,json=zetaReleaseTag,proto3" json:"zeta_release_tag,omitempty"`
	// contains filtered or unexported fields
}

func (*AcceptedProtocolUpgradeProposal) Descriptor deprecated

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

Deprecated: Use AcceptedProtocolUpgradeProposal.ProtoReflect.Descriptor instead.

func (*AcceptedProtocolUpgradeProposal) GetUpgradeBlockHeight

func (x *AcceptedProtocolUpgradeProposal) GetUpgradeBlockHeight() uint64

func (*AcceptedProtocolUpgradeProposal) GetZetaReleaseTag

func (x *AcceptedProtocolUpgradeProposal) GetZetaReleaseTag() string

func (*AcceptedProtocolUpgradeProposal) ProtoMessage

func (*AcceptedProtocolUpgradeProposal) ProtoMessage()

func (*AcceptedProtocolUpgradeProposal) ProtoReflect

func (*AcceptedProtocolUpgradeProposal) Reset

func (*AcceptedProtocolUpgradeProposal) String

type ActiveAssets

type ActiveAssets struct {
	Assets []*zeta.Asset `protobuf:"bytes,1,rep,name=assets,proto3" json:"assets,omitempty"`
	// contains filtered or unexported fields
}

func (*ActiveAssets) Descriptor deprecated

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

Deprecated: Use ActiveAssets.ProtoReflect.Descriptor instead.

func (*ActiveAssets) GetAssets

func (x *ActiveAssets) GetAssets() []*zeta.Asset

func (*ActiveAssets) ProtoMessage

func (*ActiveAssets) ProtoMessage()

func (*ActiveAssets) ProtoReflect

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

func (*ActiveAssets) Reset

func (x *ActiveAssets) Reset()

func (*ActiveAssets) String

func (x *ActiveAssets) String() string

type AppState

type AppState struct {
	Height  uint64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"`
	Block   string `protobuf:"bytes,2,opt,name=block,proto3" json:"block,omitempty"`
	Time    int64  `protobuf:"varint,3,opt,name=time,proto3" json:"time,omitempty"`
	ChainId string `protobuf:"bytes,4,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AppState) Descriptor deprecated

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

Deprecated: Use AppState.ProtoReflect.Descriptor instead.

func (*AppState) GetBlock

func (x *AppState) GetBlock() string

func (*AppState) GetChainId

func (x *AppState) GetChainId() string

func (*AppState) GetHeight

func (x *AppState) GetHeight() uint64

func (*AppState) GetTime

func (x *AppState) GetTime() int64

func (*AppState) ProtoMessage

func (*AppState) ProtoMessage()

func (*AppState) ProtoReflect

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

func (*AppState) Reset

func (x *AppState) Reset()

func (*AppState) String

func (x *AppState) String() string

type AuctionState

type AuctionState struct {
	Mode               zeta.Market_TradingMode `protobuf:"varint,1,opt,name=mode,proto3,enum=zeta.Market_TradingMode" json:"mode,omitempty"`
	DefaultMode        zeta.Market_TradingMode `protobuf:"varint,2,opt,name=default_mode,json=defaultMode,proto3,enum=zeta.Market_TradingMode" json:"default_mode,omitempty"`
	Trigger            zeta.AuctionTrigger     `protobuf:"varint,3,opt,name=trigger,proto3,enum=zeta.AuctionTrigger" json:"trigger,omitempty"`
	Begin              int64                   `protobuf:"varint,4,opt,name=begin,proto3" json:"begin,omitempty"`
	End                *zeta.AuctionDuration   `protobuf:"bytes,5,opt,name=end,proto3" json:"end,omitempty"`
	Start              bool                    `protobuf:"varint,6,opt,name=start,proto3" json:"start,omitempty"`
	Stop               bool                    `protobuf:"varint,7,opt,name=stop,proto3" json:"stop,omitempty"`
	Extension          zeta.AuctionTrigger     `protobuf:"varint,8,opt,name=extension,proto3,enum=zeta.AuctionTrigger" json:"extension,omitempty"`
	ExtensionEventSent bool                    `protobuf:"varint,9,opt,name=extension_event_sent,json=extensionEventSent,proto3" json:"extension_event_sent,omitempty"`
	// contains filtered or unexported fields
}

func (*AuctionState) Descriptor deprecated

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

Deprecated: Use AuctionState.ProtoReflect.Descriptor instead.

func (*AuctionState) GetBegin

func (x *AuctionState) GetBegin() int64

func (*AuctionState) GetDefaultMode

func (x *AuctionState) GetDefaultMode() zeta.Market_TradingMode

func (*AuctionState) GetEnd

func (x *AuctionState) GetEnd() *zeta.AuctionDuration

func (*AuctionState) GetExtension

func (x *AuctionState) GetExtension() zeta.AuctionTrigger

func (*AuctionState) GetExtensionEventSent

func (x *AuctionState) GetExtensionEventSent() bool

func (*AuctionState) GetMode

func (x *AuctionState) GetMode() zeta.Market_TradingMode

func (*AuctionState) GetStart

func (x *AuctionState) GetStart() bool

func (*AuctionState) GetStop

func (x *AuctionState) GetStop() bool

func (*AuctionState) GetTrigger

func (x *AuctionState) GetTrigger() zeta.AuctionTrigger

func (*AuctionState) ProtoMessage

func (*AuctionState) ProtoMessage()

func (*AuctionState) ProtoReflect

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

func (*AuctionState) Reset

func (x *AuctionState) Reset()

func (*AuctionState) String

func (x *AuctionState) String() string

type BankingAssetActions

type BankingAssetActions struct {
	AssetAction []*v11.AssetAction `protobuf:"bytes,1,rep,name=asset_action,json=assetAction,proto3" json:"asset_action,omitempty"`
	// contains filtered or unexported fields
}

func (*BankingAssetActions) Descriptor deprecated

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

Deprecated: Use BankingAssetActions.ProtoReflect.Descriptor instead.

func (*BankingAssetActions) GetAssetAction

func (x *BankingAssetActions) GetAssetAction() []*v11.AssetAction

func (*BankingAssetActions) ProtoMessage

func (*BankingAssetActions) ProtoMessage()

func (*BankingAssetActions) ProtoReflect

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

func (*BankingAssetActions) Reset

func (x *BankingAssetActions) Reset()

func (*BankingAssetActions) String

func (x *BankingAssetActions) String() string

type BankingBridgeState

type BankingBridgeState struct {
	BridgeState *v11.BridgeState `protobuf:"bytes,1,opt,name=bridge_state,json=bridgeState,proto3" json:"bridge_state,omitempty"`
	// contains filtered or unexported fields
}

func (*BankingBridgeState) Descriptor deprecated

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

Deprecated: Use BankingBridgeState.ProtoReflect.Descriptor instead.

func (*BankingBridgeState) GetBridgeState

func (x *BankingBridgeState) GetBridgeState() *v11.BridgeState

func (*BankingBridgeState) ProtoMessage

func (*BankingBridgeState) ProtoMessage()

func (*BankingBridgeState) ProtoReflect

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

func (*BankingBridgeState) Reset

func (x *BankingBridgeState) Reset()

func (*BankingBridgeState) String

func (x *BankingBridgeState) String() string

type BankingDeposits

type BankingDeposits struct {
	Deposit []*Deposit `protobuf:"bytes,1,rep,name=deposit,proto3" json:"deposit,omitempty"`
	// contains filtered or unexported fields
}

func (*BankingDeposits) Descriptor deprecated

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

Deprecated: Use BankingDeposits.ProtoReflect.Descriptor instead.

func (*BankingDeposits) GetDeposit

func (x *BankingDeposits) GetDeposit() []*Deposit

func (*BankingDeposits) ProtoMessage

func (*BankingDeposits) ProtoMessage()

func (*BankingDeposits) ProtoReflect

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

func (*BankingDeposits) Reset

func (x *BankingDeposits) Reset()

func (*BankingDeposits) String

func (x *BankingDeposits) String() string

type BankingRecurringTransfers

type BankingRecurringTransfers struct {
	RecurringTransfers *v11.RecurringTransfers `protobuf:"bytes,1,opt,name=recurring_transfers,json=recurringTransfers,proto3" json:"recurring_transfers,omitempty"`
	// contains filtered or unexported fields
}

func (*BankingRecurringTransfers) Descriptor deprecated

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

Deprecated: Use BankingRecurringTransfers.ProtoReflect.Descriptor instead.

func (*BankingRecurringTransfers) GetRecurringTransfers

func (x *BankingRecurringTransfers) GetRecurringTransfers() *v11.RecurringTransfers

func (*BankingRecurringTransfers) ProtoMessage

func (*BankingRecurringTransfers) ProtoMessage()

func (*BankingRecurringTransfers) ProtoReflect

func (*BankingRecurringTransfers) Reset

func (x *BankingRecurringTransfers) Reset()

func (*BankingRecurringTransfers) String

func (x *BankingRecurringTransfers) String() string

type BankingScheduledTransfers

type BankingScheduledTransfers struct {
	TransfersAtTime []*v11.ScheduledTransferAtTime `protobuf:"bytes,1,rep,name=transfers_at_time,json=transfersAtTime,proto3" json:"transfers_at_time,omitempty"`
	// contains filtered or unexported fields
}

func (*BankingScheduledTransfers) Descriptor deprecated

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

Deprecated: Use BankingScheduledTransfers.ProtoReflect.Descriptor instead.

func (*BankingScheduledTransfers) GetTransfersAtTime

func (x *BankingScheduledTransfers) GetTransfersAtTime() []*v11.ScheduledTransferAtTime

func (*BankingScheduledTransfers) ProtoMessage

func (*BankingScheduledTransfers) ProtoMessage()

func (*BankingScheduledTransfers) ProtoReflect

func (*BankingScheduledTransfers) Reset

func (x *BankingScheduledTransfers) Reset()

func (*BankingScheduledTransfers) String

func (x *BankingScheduledTransfers) String() string

type BankingSeen

type BankingSeen struct {
	Refs             []string `protobuf:"bytes,1,rep,name=refs,proto3" json:"refs,omitempty"`
	LastSeenEthBlock uint64   `protobuf:"varint,2,opt,name=last_seen_eth_block,json=lastSeenEthBlock,proto3" json:"last_seen_eth_block,omitempty"`
	// contains filtered or unexported fields
}

func (*BankingSeen) Descriptor deprecated

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

Deprecated: Use BankingSeen.ProtoReflect.Descriptor instead.

func (*BankingSeen) GetLastSeenEthBlock

func (x *BankingSeen) GetLastSeenEthBlock() uint64

func (*BankingSeen) GetRefs

func (x *BankingSeen) GetRefs() []string

func (*BankingSeen) ProtoMessage

func (*BankingSeen) ProtoMessage()

func (*BankingSeen) ProtoReflect

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

func (*BankingSeen) Reset

func (x *BankingSeen) Reset()

func (*BankingSeen) String

func (x *BankingSeen) String() string

type BankingWithdrawals

type BankingWithdrawals struct {
	Withdrawals []*Withdrawal `protobuf:"bytes,1,rep,name=withdrawals,proto3" json:"withdrawals,omitempty"`
	// contains filtered or unexported fields
}

func (*BankingWithdrawals) Descriptor deprecated

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

Deprecated: Use BankingWithdrawals.ProtoReflect.Descriptor instead.

func (*BankingWithdrawals) GetWithdrawals

func (x *BankingWithdrawals) GetWithdrawals() []*Withdrawal

func (*BankingWithdrawals) ProtoMessage

func (*BankingWithdrawals) ProtoMessage()

func (*BankingWithdrawals) ProtoReflect

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

func (*BankingWithdrawals) Reset

func (x *BankingWithdrawals) Reset()

func (*BankingWithdrawals) String

func (x *BankingWithdrawals) String() string

type BannedParty

type BannedParty struct {
	Party string `protobuf:"bytes,1,opt,name=party,proto3" json:"party,omitempty"`
	Until int64  `protobuf:"varint,2,opt,name=until,proto3" json:"until,omitempty"`
	// contains filtered or unexported fields
}

func (*BannedParty) Descriptor deprecated

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

Deprecated: Use BannedParty.ProtoReflect.Descriptor instead.

func (*BannedParty) GetParty

func (x *BannedParty) GetParty() string

func (*BannedParty) GetUntil

func (x *BannedParty) GetUntil() int64

func (*BannedParty) ProtoMessage

func (*BannedParty) ProtoMessage()

func (*BannedParty) ProtoReflect

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

func (*BannedParty) Reset

func (x *BannedParty) Reset()

func (*BannedParty) String

func (x *BannedParty) String() string

type BlockRejectStats

type BlockRejectStats struct {
	Rejected uint64 `protobuf:"varint,1,opt,name=rejected,proto3" json:"rejected,omitempty"`
	Total    uint64 `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
	// contains filtered or unexported fields
}

func (*BlockRejectStats) Descriptor deprecated

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

Deprecated: Use BlockRejectStats.ProtoReflect.Descriptor instead.

func (*BlockRejectStats) GetRejected

func (x *BlockRejectStats) GetRejected() uint64

func (*BlockRejectStats) GetTotal

func (x *BlockRejectStats) GetTotal() uint64

func (*BlockRejectStats) ProtoMessage

func (*BlockRejectStats) ProtoMessage()

func (*BlockRejectStats) ProtoReflect

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

func (*BlockRejectStats) Reset

func (x *BlockRejectStats) Reset()

func (*BlockRejectStats) String

func (x *BlockRejectStats) String() string

type Checkpoint

type Checkpoint struct {
	NextCp int64 `protobuf:"varint,1,opt,name=next_cp,json=nextCp,proto3" json:"next_cp,omitempty"`
	// contains filtered or unexported fields
}

func (*Checkpoint) Descriptor deprecated

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

Deprecated: Use Checkpoint.ProtoReflect.Descriptor instead.

func (*Checkpoint) GetNextCp

func (x *Checkpoint) GetNextCp() int64

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 Chunk

type Chunk struct {
	Data []*Payload `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	Nr   int64      `protobuf:"varint,2,opt,name=nr,proto3" json:"nr,omitempty"` // in case of multi-part data, this is chunk nr...
	Of   int64      `protobuf:"varint,3,opt,name=of,proto3" json:"of,omitempty"` // ...of a total of N chunks
	// contains filtered or unexported fields
}

Chunk is simply an as-is chunk belonging to a snapshot not sure how usable this type would be

func (*Chunk) Descriptor deprecated

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

Deprecated: Use Chunk.ProtoReflect.Descriptor instead.

func (*Chunk) GetData

func (x *Chunk) GetData() []*Payload

func (*Chunk) GetNr

func (x *Chunk) GetNr() int64

func (*Chunk) GetOf

func (x *Chunk) GetOf() int64

func (*Chunk) ProtoMessage

func (*Chunk) ProtoMessage()

func (*Chunk) ProtoReflect

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

func (*Chunk) Reset

func (x *Chunk) Reset()

func (*Chunk) String

func (x *Chunk) String() string

type CollateralAccounts

type CollateralAccounts struct {
	Accounts []*zeta.Account `protobuf:"bytes,1,rep,name=accounts,proto3" json:"accounts,omitempty"`
	// contains filtered or unexported fields
}

func (*CollateralAccounts) Descriptor deprecated

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

Deprecated: Use CollateralAccounts.ProtoReflect.Descriptor instead.

func (*CollateralAccounts) GetAccounts

func (x *CollateralAccounts) GetAccounts() []*zeta.Account

func (*CollateralAccounts) ProtoMessage

func (*CollateralAccounts) ProtoMessage()

func (*CollateralAccounts) ProtoReflect

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

func (*CollateralAccounts) Reset

func (x *CollateralAccounts) Reset()

func (*CollateralAccounts) String

func (x *CollateralAccounts) String() string

type CollateralAssets

type CollateralAssets struct {
	Assets []*zeta.Asset `protobuf:"bytes,1,rep,name=assets,proto3" json:"assets,omitempty"`
	// contains filtered or unexported fields
}

func (*CollateralAssets) Descriptor deprecated

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

Deprecated: Use CollateralAssets.ProtoReflect.Descriptor instead.

func (*CollateralAssets) GetAssets

func (x *CollateralAssets) GetAssets() []*zeta.Asset

func (*CollateralAssets) ProtoMessage

func (*CollateralAssets) ProtoMessage()

func (*CollateralAssets) ProtoReflect

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

func (*CollateralAssets) Reset

func (x *CollateralAssets) Reset()

func (*CollateralAssets) String

func (x *CollateralAssets) String() string

type CurrentPrice

type CurrentPrice struct {
	Price  string `protobuf:"bytes,1,opt,name=price,proto3" json:"price,omitempty"`
	Volume uint64 `protobuf:"varint,2,opt,name=volume,proto3" json:"volume,omitempty"`
	// contains filtered or unexported fields
}

func (*CurrentPrice) Descriptor deprecated

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

Deprecated: Use CurrentPrice.ProtoReflect.Descriptor instead.

func (*CurrentPrice) GetPrice

func (x *CurrentPrice) GetPrice() string

func (*CurrentPrice) GetVolume

func (x *CurrentPrice) GetVolume() uint64

func (*CurrentPrice) ProtoMessage

func (*CurrentPrice) ProtoMessage()

func (*CurrentPrice) ProtoReflect

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

func (*CurrentPrice) Reset

func (x *CurrentPrice) Reset()

func (*CurrentPrice) String

func (x *CurrentPrice) String() string

type DecimalMap

type DecimalMap struct {
	Key int64  `protobuf:"varint,1,opt,name=key,proto3" json:"key,omitempty"`
	Val string `protobuf:"bytes,2,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*DecimalMap) Descriptor deprecated

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

Deprecated: Use DecimalMap.ProtoReflect.Descriptor instead.

func (*DecimalMap) GetKey

func (x *DecimalMap) GetKey() int64

func (*DecimalMap) GetVal

func (x *DecimalMap) GetVal() string

func (*DecimalMap) ProtoMessage

func (*DecimalMap) ProtoMessage()

func (*DecimalMap) ProtoReflect

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

func (*DecimalMap) Reset

func (x *DecimalMap) Reset()

func (*DecimalMap) String

func (x *DecimalMap) String() string

type DelegationActive

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

func (*DelegationActive) Descriptor deprecated

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

Deprecated: Use DelegationActive.ProtoReflect.Descriptor instead.

func (*DelegationActive) GetDelegations

func (x *DelegationActive) GetDelegations() []*zeta.Delegation

func (*DelegationActive) ProtoMessage

func (*DelegationActive) ProtoMessage()

func (*DelegationActive) ProtoReflect

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

func (*DelegationActive) Reset

func (x *DelegationActive) Reset()

func (*DelegationActive) String

func (x *DelegationActive) String() string

type DelegationAuto

type DelegationAuto struct {
	Parties []string `protobuf:"bytes,1,rep,name=parties,proto3" json:"parties,omitempty"`
	// contains filtered or unexported fields
}

func (*DelegationAuto) Descriptor deprecated

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

Deprecated: Use DelegationAuto.ProtoReflect.Descriptor instead.

func (*DelegationAuto) GetParties

func (x *DelegationAuto) GetParties() []string

func (*DelegationAuto) ProtoMessage

func (*DelegationAuto) ProtoMessage()

func (*DelegationAuto) ProtoReflect

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

func (*DelegationAuto) Reset

func (x *DelegationAuto) Reset()

func (*DelegationAuto) String

func (x *DelegationAuto) String() string

type DelegationLastReconciliationTime

type DelegationLastReconciliationTime struct {
	LastReconciliationTime int64 `` /* 130-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DelegationLastReconciliationTime) Descriptor deprecated

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

Deprecated: Use DelegationLastReconciliationTime.ProtoReflect.Descriptor instead.

func (*DelegationLastReconciliationTime) GetLastReconciliationTime

func (x *DelegationLastReconciliationTime) GetLastReconciliationTime() int64

func (*DelegationLastReconciliationTime) ProtoMessage

func (*DelegationLastReconciliationTime) ProtoMessage()

func (*DelegationLastReconciliationTime) ProtoReflect

func (*DelegationLastReconciliationTime) Reset

func (*DelegationLastReconciliationTime) String

type DelegationPending

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

func (*DelegationPending) Descriptor deprecated

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

Deprecated: Use DelegationPending.ProtoReflect.Descriptor instead.

func (*DelegationPending) GetDelegations

func (x *DelegationPending) GetDelegations() []*zeta.Delegation

func (*DelegationPending) GetUndelegation

func (x *DelegationPending) GetUndelegation() []*zeta.Delegation

func (*DelegationPending) ProtoMessage

func (*DelegationPending) ProtoMessage()

func (*DelegationPending) ProtoReflect

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

func (*DelegationPending) Reset

func (x *DelegationPending) Reset()

func (*DelegationPending) String

func (x *DelegationPending) String() string

type Deposit

type Deposit struct {
	Id      string        `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Deposit *zeta.Deposit `protobuf:"bytes,2,opt,name=deposit,proto3" json:"deposit,omitempty"`
	// contains filtered or unexported fields
}

func (*Deposit) Descriptor deprecated

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

Deprecated: Use Deposit.ProtoReflect.Descriptor instead.

func (*Deposit) GetDeposit

func (x *Deposit) GetDeposit() *zeta.Deposit

func (*Deposit) GetId

func (x *Deposit) GetId() string

func (*Deposit) ProtoMessage

func (*Deposit) ProtoMessage()

func (*Deposit) ProtoReflect

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

func (*Deposit) Reset

func (x *Deposit) Reset()

func (*Deposit) String

func (x *Deposit) String() string

type ERC20MultiSigTopologyPending

type ERC20MultiSigTopologyPending struct {
	PendingSigners         []*v12.ERC20MultiSigSignerEvent       `protobuf:"bytes,1,rep,name=pending_signers,json=pendingSigners,proto3" json:"pending_signers,omitempty"`
	PendingThresholdSet    []*v12.ERC20MultiSigThresholdSetEvent `protobuf:"bytes,2,rep,name=pending_threshold_set,json=pendingThresholdSet,proto3" json:"pending_threshold_set,omitempty"`
	WitnessedSigners       []string                              `protobuf:"bytes,3,rep,name=witnessed_signers,json=witnessedSigners,proto3" json:"witnessed_signers,omitempty"`
	WitnessedThresholdSets []string                              `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ERC20MultiSigTopologyPending) Descriptor deprecated

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

Deprecated: Use ERC20MultiSigTopologyPending.ProtoReflect.Descriptor instead.

func (*ERC20MultiSigTopologyPending) GetPendingSigners

func (x *ERC20MultiSigTopologyPending) GetPendingSigners() []*v12.ERC20MultiSigSignerEvent

func (*ERC20MultiSigTopologyPending) GetPendingThresholdSet

func (x *ERC20MultiSigTopologyPending) GetPendingThresholdSet() []*v12.ERC20MultiSigThresholdSetEvent

func (*ERC20MultiSigTopologyPending) GetWitnessedSigners

func (x *ERC20MultiSigTopologyPending) GetWitnessedSigners() []string

func (*ERC20MultiSigTopologyPending) GetWitnessedThresholdSets

func (x *ERC20MultiSigTopologyPending) GetWitnessedThresholdSets() []string

func (*ERC20MultiSigTopologyPending) ProtoMessage

func (*ERC20MultiSigTopologyPending) ProtoMessage()

func (*ERC20MultiSigTopologyPending) ProtoReflect

func (*ERC20MultiSigTopologyPending) Reset

func (x *ERC20MultiSigTopologyPending) Reset()

func (*ERC20MultiSigTopologyPending) String

type ERC20MultiSigTopologyVerified

type ERC20MultiSigTopologyVerified struct {
	Signers          []string                            `protobuf:"bytes,1,rep,name=signers,proto3" json:"signers,omitempty"`
	EventsPerAddress []*SignerEventsPerAddress           `protobuf:"bytes,2,rep,name=events_per_address,json=eventsPerAddress,proto3" json:"events_per_address,omitempty"`
	Threshold        *v12.ERC20MultiSigThresholdSetEvent `protobuf:"bytes,3,opt,name=threshold,proto3" json:"threshold,omitempty"`
	SeenEvents       []string                            `protobuf:"bytes,4,rep,name=seen_events,json=seenEvents,proto3" json:"seen_events,omitempty"`
	// contains filtered or unexported fields
}

func (*ERC20MultiSigTopologyVerified) Descriptor deprecated

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

Deprecated: Use ERC20MultiSigTopologyVerified.ProtoReflect.Descriptor instead.

func (*ERC20MultiSigTopologyVerified) GetEventsPerAddress

func (x *ERC20MultiSigTopologyVerified) GetEventsPerAddress() []*SignerEventsPerAddress

func (*ERC20MultiSigTopologyVerified) GetSeenEvents

func (x *ERC20MultiSigTopologyVerified) GetSeenEvents() []string

func (*ERC20MultiSigTopologyVerified) GetSigners

func (x *ERC20MultiSigTopologyVerified) GetSigners() []string

func (*ERC20MultiSigTopologyVerified) GetThreshold

func (*ERC20MultiSigTopologyVerified) ProtoMessage

func (*ERC20MultiSigTopologyVerified) ProtoMessage()

func (*ERC20MultiSigTopologyVerified) ProtoReflect

func (*ERC20MultiSigTopologyVerified) Reset

func (x *ERC20MultiSigTopologyVerified) Reset()

func (*ERC20MultiSigTopologyVerified) String

type EpochState

type EpochState struct {

	// Sequence number that increases by one each epoch
	Seq uint64 `protobuf:"varint,1,opt,name=seq,proto3" json:"seq,omitempty"`
	// Time at which this epoch started
	StartTime int64 `protobuf:"varint,3,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	// Time at which this epoch should end
	ExpireTime int64 `protobuf:"varint,4,opt,name=expire_time,json=expireTime,proto3" json:"expire_time,omitempty"`
	// Ready to start a new epoch
	ReadyToStartNewEpoch bool `` /* 128-byte string literal not displayed */
	// Ready to end epoch
	ReadyToEndEpoch bool `protobuf:"varint,7,opt,name=ready_to_end_epoch,json=readyToEndEpoch,proto3" json:"ready_to_end_epoch,omitempty"`
	// contains filtered or unexported fields
}

EpochState details

func (*EpochState) Descriptor deprecated

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

Deprecated: Use EpochState.ProtoReflect.Descriptor instead.

func (*EpochState) GetExpireTime

func (x *EpochState) GetExpireTime() int64

func (*EpochState) GetReadyToEndEpoch

func (x *EpochState) GetReadyToEndEpoch() bool

func (*EpochState) GetReadyToStartNewEpoch

func (x *EpochState) GetReadyToStartNewEpoch() bool

func (*EpochState) GetSeq

func (x *EpochState) GetSeq() uint64

func (*EpochState) GetStartTime

func (x *EpochState) GetStartTime() int64

func (*EpochState) ProtoMessage

func (*EpochState) ProtoMessage()

func (*EpochState) ProtoReflect

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

func (*EpochState) Reset

func (x *EpochState) Reset()

func (*EpochState) String

func (x *EpochState) String() string

type EquityShare

type EquityShare struct {
	Mvp                 string           `protobuf:"bytes,1,opt,name=mvp,proto3" json:"mvp,omitempty"`
	OpeningAuctionEnded bool             `protobuf:"varint,2,opt,name=opening_auction_ended,json=openingAuctionEnded,proto3" json:"opening_auction_ended,omitempty"`
	Lps                 []*EquityShareLP `protobuf:"bytes,3,rep,name=lps,proto3" json:"lps,omitempty"`
	R                   string           `protobuf:"bytes,4,opt,name=r,proto3" json:"r,omitempty"`
	PMvp                string           `protobuf:"bytes,5,opt,name=p_mvp,json=pMvp,proto3" json:"p_mvp,omitempty"`
	// contains filtered or unexported fields
}

func (*EquityShare) Descriptor deprecated

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

Deprecated: Use EquityShare.ProtoReflect.Descriptor instead.

func (*EquityShare) GetLps

func (x *EquityShare) GetLps() []*EquityShareLP

func (*EquityShare) GetMvp

func (x *EquityShare) GetMvp() string

func (*EquityShare) GetOpeningAuctionEnded

func (x *EquityShare) GetOpeningAuctionEnded() bool

func (*EquityShare) GetPMvp

func (x *EquityShare) GetPMvp() string

func (*EquityShare) GetR

func (x *EquityShare) GetR() string

func (*EquityShare) ProtoMessage

func (*EquityShare) ProtoMessage()

func (*EquityShare) ProtoReflect

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

func (*EquityShare) Reset

func (x *EquityShare) Reset()

func (*EquityShare) String

func (x *EquityShare) String() string

type EquityShareLP

type EquityShareLP struct {
	Id     string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Stake  string `protobuf:"bytes,2,opt,name=stake,proto3" json:"stake,omitempty"`
	Share  string `protobuf:"bytes,3,opt,name=share,proto3" json:"share,omitempty"`
	Avg    string `protobuf:"bytes,4,opt,name=avg,proto3" json:"avg,omitempty"`
	Vshare string `protobuf:"bytes,5,opt,name=vshare,proto3" json:"vshare,omitempty"`
	// contains filtered or unexported fields
}

func (*EquityShareLP) Descriptor deprecated

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

Deprecated: Use EquityShareLP.ProtoReflect.Descriptor instead.

func (*EquityShareLP) GetAvg

func (x *EquityShareLP) GetAvg() string

func (*EquityShareLP) GetId

func (x *EquityShareLP) GetId() string

func (*EquityShareLP) GetShare

func (x *EquityShareLP) GetShare() string

func (*EquityShareLP) GetStake

func (x *EquityShareLP) GetStake() string

func (*EquityShareLP) GetVshare

func (x *EquityShareLP) GetVshare() string

func (*EquityShareLP) ProtoMessage

func (*EquityShareLP) ProtoMessage()

func (*EquityShareLP) ProtoReflect

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

func (*EquityShareLP) Reset

func (x *EquityShareLP) Reset()

func (*EquityShareLP) String

func (x *EquityShareLP) String() string

type EventForwarder

type EventForwarder struct {
	AckedEvents []string `protobuf:"bytes,1,rep,name=acked_events,json=ackedEvents,proto3" json:"acked_events,omitempty"`
	// contains filtered or unexported fields
}

func (*EventForwarder) Descriptor deprecated

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

Deprecated: Use EventForwarder.ProtoReflect.Descriptor instead.

func (*EventForwarder) GetAckedEvents

func (x *EventForwarder) GetAckedEvents() []string

func (*EventForwarder) ProtoMessage

func (*EventForwarder) ProtoMessage()

func (*EventForwarder) ProtoReflect

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

func (*EventForwarder) Reset

func (x *EventForwarder) Reset()

func (*EventForwarder) String

func (x *EventForwarder) String() string

type ExecutionMarkets

type ExecutionMarkets struct {
	Markets []*Market `protobuf:"bytes,1,rep,name=markets,proto3" json:"markets,omitempty"`
	// contains filtered or unexported fields
}

func (*ExecutionMarkets) Descriptor deprecated

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

Deprecated: Use ExecutionMarkets.ProtoReflect.Descriptor instead.

func (*ExecutionMarkets) GetMarkets

func (x *ExecutionMarkets) GetMarkets() []*Market

func (*ExecutionMarkets) ProtoMessage

func (*ExecutionMarkets) ProtoMessage()

func (*ExecutionMarkets) ProtoReflect

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

func (*ExecutionMarkets) Reset

func (x *ExecutionMarkets) Reset()

func (*ExecutionMarkets) String

func (x *ExecutionMarkets) String() string

type FeeSplitter

type FeeSplitter struct {
	TimeWindowStart int64  `protobuf:"varint,1,opt,name=time_window_start,json=timeWindowStart,proto3" json:"time_window_start,omitempty"`
	TradeValue      string `protobuf:"bytes,2,opt,name=trade_value,json=tradeValue,proto3" json:"trade_value,omitempty"`
	Avg             string `protobuf:"bytes,3,opt,name=avg,proto3" json:"avg,omitempty"`
	Window          uint64 `protobuf:"varint,4,opt,name=window,proto3" json:"window,omitempty"`
	// contains filtered or unexported fields
}

func (*FeeSplitter) Descriptor deprecated

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

Deprecated: Use FeeSplitter.ProtoReflect.Descriptor instead.

func (*FeeSplitter) GetAvg

func (x *FeeSplitter) GetAvg() string

func (*FeeSplitter) GetTimeWindowStart

func (x *FeeSplitter) GetTimeWindowStart() int64

func (*FeeSplitter) GetTradeValue

func (x *FeeSplitter) GetTradeValue() string

func (*FeeSplitter) GetWindow

func (x *FeeSplitter) GetWindow() uint64

func (*FeeSplitter) ProtoMessage

func (*FeeSplitter) ProtoMessage()

func (*FeeSplitter) ProtoReflect

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

func (*FeeSplitter) Reset

func (x *FeeSplitter) Reset()

func (*FeeSplitter) String

func (x *FeeSplitter) String() string

type FloatingPointConsensus

type FloatingPointConsensus struct {
	NextTimeTrigger []*NextTimeTrigger       `protobuf:"bytes,1,rep,name=next_time_trigger,json=nextTimeTrigger,proto3" json:"next_time_trigger,omitempty"`
	StateVariables  []*StateVarInternalState `protobuf:"bytes,2,rep,name=state_variables,json=stateVariables,proto3" json:"state_variables,omitempty"`
	// contains filtered or unexported fields
}

Snapshot payload for floating point consensus

func (*FloatingPointConsensus) Descriptor deprecated

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

Deprecated: Use FloatingPointConsensus.ProtoReflect.Descriptor instead.

func (*FloatingPointConsensus) GetNextTimeTrigger

func (x *FloatingPointConsensus) GetNextTimeTrigger() []*NextTimeTrigger

func (*FloatingPointConsensus) GetStateVariables

func (x *FloatingPointConsensus) GetStateVariables() []*StateVarInternalState

func (*FloatingPointConsensus) ProtoMessage

func (*FloatingPointConsensus) ProtoMessage()

func (*FloatingPointConsensus) ProtoReflect

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

func (*FloatingPointConsensus) Reset

func (x *FloatingPointConsensus) Reset()

func (*FloatingPointConsensus) String

func (x *FloatingPointConsensus) String() string

type FloatingPointValidatorResult

type FloatingPointValidatorResult struct {
	Id     string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Bundle []*zeta.KeyValueBundle `protobuf:"bytes,2,rep,name=bundle,proto3" json:"bundle,omitempty"`
	// contains filtered or unexported fields
}

func (*FloatingPointValidatorResult) Descriptor deprecated

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

Deprecated: Use FloatingPointValidatorResult.ProtoReflect.Descriptor instead.

func (*FloatingPointValidatorResult) GetBundle

func (*FloatingPointValidatorResult) GetId

func (*FloatingPointValidatorResult) ProtoMessage

func (*FloatingPointValidatorResult) ProtoMessage()

func (*FloatingPointValidatorResult) ProtoReflect

func (*FloatingPointValidatorResult) Reset

func (x *FloatingPointValidatorResult) Reset()

func (*FloatingPointValidatorResult) String

type Format

type Format int32
const (
	// Default value, always invalid
	Format_FORMAT_UNSPECIFIED Format = 0
	// Standard proto encoding
	Format_FORMAT_PROTO Format = 1
	// Compressed proto, might come in handy
	Format_FORMAT_PROTO_COMPRESSED Format = 2
	// Simple JSON serialisation, probably not going to be used
	Format_FORMAT_JSON Format = 3
)

func (Format) Descriptor

func (Format) Descriptor() protoreflect.EnumDescriptor

func (Format) Enum

func (x Format) Enum() *Format

func (Format) EnumDescriptor deprecated

func (Format) EnumDescriptor() ([]byte, []int)

Deprecated: Use Format.Descriptor instead.

func (Format) Number

func (x Format) Number() protoreflect.EnumNumber

func (Format) String

func (x Format) String() string

func (Format) Type

func (Format) Type() protoreflect.EnumType

type GovernanceActive

type GovernanceActive struct {
	Proposals []*ProposalData `protobuf:"bytes,1,rep,name=proposals,proto3" json:"proposals,omitempty"`
	// contains filtered or unexported fields
}

func (*GovernanceActive) Descriptor deprecated

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

Deprecated: Use GovernanceActive.ProtoReflect.Descriptor instead.

func (*GovernanceActive) GetProposals

func (x *GovernanceActive) GetProposals() []*ProposalData

func (*GovernanceActive) ProtoMessage

func (*GovernanceActive) ProtoMessage()

func (*GovernanceActive) ProtoReflect

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

func (*GovernanceActive) Reset

func (x *GovernanceActive) Reset()

func (*GovernanceActive) String

func (x *GovernanceActive) String() string

type GovernanceEnacted

type GovernanceEnacted struct {
	Proposals []*ProposalData `protobuf:"bytes,1,rep,name=proposals,proto3" json:"proposals,omitempty"`
	// contains filtered or unexported fields
}

func (*GovernanceEnacted) Descriptor deprecated

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

Deprecated: Use GovernanceEnacted.ProtoReflect.Descriptor instead.

func (*GovernanceEnacted) GetProposals

func (x *GovernanceEnacted) GetProposals() []*ProposalData

func (*GovernanceEnacted) ProtoMessage

func (*GovernanceEnacted) ProtoMessage()

func (*GovernanceEnacted) ProtoReflect

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

func (*GovernanceEnacted) Reset

func (x *GovernanceEnacted) Reset()

func (*GovernanceEnacted) String

func (x *GovernanceEnacted) String() string

type GovernanceNode

type GovernanceNode struct {
	Proposals []*zeta.Proposal `protobuf:"bytes,1,rep,name=proposals,proto3" json:"proposals,omitempty"`
	// contains filtered or unexported fields
}

func (*GovernanceNode) Descriptor deprecated

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

Deprecated: Use GovernanceNode.ProtoReflect.Descriptor instead.

func (*GovernanceNode) GetProposals

func (x *GovernanceNode) GetProposals() []*zeta.Proposal

func (*GovernanceNode) ProtoMessage

func (*GovernanceNode) ProtoMessage()

func (*GovernanceNode) ProtoReflect

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

func (*GovernanceNode) Reset

func (x *GovernanceNode) Reset()

func (*GovernanceNode) String

func (x *GovernanceNode) String() string

type HeartbeatTracker

type HeartbeatTracker struct {
	ExpectedNextHash      string `protobuf:"bytes,1,opt,name=expected_next_hash,json=expectedNextHash,proto3" json:"expected_next_hash,omitempty"`
	ExpectedNextHashSince int64  `` /* 129-byte string literal not displayed */
	BlockIndex            int32  `protobuf:"varint,3,opt,name=block_index,json=blockIndex,proto3" json:"block_index,omitempty"`
	BlockSigs             []bool `protobuf:"varint,4,rep,packed,name=block_sigs,json=blockSigs,proto3" json:"block_sigs,omitempty"`
	// contains filtered or unexported fields
}

func (*HeartbeatTracker) Descriptor deprecated

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

Deprecated: Use HeartbeatTracker.ProtoReflect.Descriptor instead.

func (*HeartbeatTracker) GetBlockIndex

func (x *HeartbeatTracker) GetBlockIndex() int32

func (*HeartbeatTracker) GetBlockSigs

func (x *HeartbeatTracker) GetBlockSigs() []bool

func (*HeartbeatTracker) GetExpectedNextHash

func (x *HeartbeatTracker) GetExpectedNextHash() string

func (*HeartbeatTracker) GetExpectedNextHashSince

func (x *HeartbeatTracker) GetExpectedNextHashSince() int64

func (*HeartbeatTracker) ProtoMessage

func (*HeartbeatTracker) ProtoMessage()

func (*HeartbeatTracker) ProtoReflect

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

func (*HeartbeatTracker) Reset

func (x *HeartbeatTracker) Reset()

func (*HeartbeatTracker) String

func (x *HeartbeatTracker) String() string

type IssuedERC20MultisigControlSignature

type IssuedERC20MultisigControlSignature struct {
	ResourceId       string `protobuf:"bytes,1,opt,name=resource_id,json=resourceId,proto3" json:"resource_id,omitempty"`
	EthereumAddress  string `protobuf:"bytes,2,opt,name=ethereum_address,json=ethereumAddress,proto3" json:"ethereum_address,omitempty"`
	SubmitterAddress string `protobuf:"bytes,3,opt,name=submitter_address,json=submitterAddress,proto3" json:"submitter_address,omitempty"`
	// contains filtered or unexported fields
}

func (*IssuedERC20MultisigControlSignature) Descriptor deprecated

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

Deprecated: Use IssuedERC20MultisigControlSignature.ProtoReflect.Descriptor instead.

func (*IssuedERC20MultisigControlSignature) GetEthereumAddress

func (x *IssuedERC20MultisigControlSignature) GetEthereumAddress() string

func (*IssuedERC20MultisigControlSignature) GetResourceId

func (x *IssuedERC20MultisigControlSignature) GetResourceId() string

func (*IssuedERC20MultisigControlSignature) GetSubmitterAddress

func (x *IssuedERC20MultisigControlSignature) GetSubmitterAddress() string

func (*IssuedERC20MultisigControlSignature) ProtoMessage

func (*IssuedERC20MultisigControlSignature) ProtoMessage()

func (*IssuedERC20MultisigControlSignature) ProtoReflect

func (*IssuedERC20MultisigControlSignature) Reset

func (*IssuedERC20MultisigControlSignature) String

type LastSettledPosition

type LastSettledPosition struct {
	Party           string `protobuf:"bytes,1,opt,name=party,proto3" json:"party,omitempty"`
	SettledPosition int64  `protobuf:"varint,2,opt,name=settled_position,json=settledPosition,proto3" json:"settled_position,omitempty"`
	// contains filtered or unexported fields
}

func (*LastSettledPosition) Descriptor deprecated

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

Deprecated: Use LastSettledPosition.ProtoReflect.Descriptor instead.

func (*LastSettledPosition) GetParty

func (x *LastSettledPosition) GetParty() string

func (*LastSettledPosition) GetSettledPosition

func (x *LastSettledPosition) GetSettledPosition() int64

func (*LastSettledPosition) ProtoMessage

func (*LastSettledPosition) ProtoMessage()

func (*LastSettledPosition) ProtoReflect

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

func (*LastSettledPosition) Reset

func (x *LastSettledPosition) Reset()

func (*LastSettledPosition) String

func (x *LastSettledPosition) String() string

type LimitState

type LimitState struct {

	// Number of blocks into the bootstrapping phase
	BlockCount uint32 `protobuf:"varint,1,opt,name=block_count,json=blockCount,proto3" json:"block_count,omitempty"`
	// Whether or not the limit on market proposals has been lifted
	CanProposeMarket bool `protobuf:"varint,2,opt,name=can_propose_market,json=canProposeMarket,proto3" json:"can_propose_market,omitempty"`
	// Whether or not the limit on asset proposals has been lifted
	CanProposeAsset bool `protobuf:"varint,3,opt,name=can_propose_asset,json=canProposeAsset,proto3" json:"can_propose_asset,omitempty"`
	// Whether or not the genesis state is loaded
	GenesisLoaded bool `protobuf:"varint,4,opt,name=genesis_loaded,json=genesisLoaded,proto3" json:"genesis_loaded,omitempty"`
	// Fields derived from the genesis state
	ProposeMarketEnabled     bool  `protobuf:"varint,5,opt,name=propose_market_enabled,json=proposeMarketEnabled,proto3" json:"propose_market_enabled,omitempty"`
	ProposeAssetEnabled      bool  `protobuf:"varint,6,opt,name=propose_asset_enabled,json=proposeAssetEnabled,proto3" json:"propose_asset_enabled,omitempty"`
	ProposeMarketEnabledFrom int64 `` /* 138-byte string literal not displayed */
	ProposeAssetEnabledFrom  int64 `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

LimitState details

func (*LimitState) Descriptor deprecated

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

Deprecated: Use LimitState.ProtoReflect.Descriptor instead.

func (*LimitState) GetBlockCount

func (x *LimitState) GetBlockCount() uint32

func (*LimitState) GetCanProposeAsset

func (x *LimitState) GetCanProposeAsset() bool

func (*LimitState) GetCanProposeMarket

func (x *LimitState) GetCanProposeMarket() bool

func (*LimitState) GetGenesisLoaded

func (x *LimitState) GetGenesisLoaded() bool

func (*LimitState) GetProposeAssetEnabled

func (x *LimitState) GetProposeAssetEnabled() bool

func (*LimitState) GetProposeAssetEnabledFrom

func (x *LimitState) GetProposeAssetEnabledFrom() int64

func (*LimitState) GetProposeMarketEnabled

func (x *LimitState) GetProposeMarketEnabled() bool

func (*LimitState) GetProposeMarketEnabledFrom

func (x *LimitState) GetProposeMarketEnabledFrom() int64

func (*LimitState) ProtoMessage

func (*LimitState) ProtoMessage()

func (*LimitState) ProtoReflect

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

func (*LimitState) Reset

func (x *LimitState) Reset()

func (*LimitState) String

func (x *LimitState) String() string

type LiquidityOffsetProbabilityPair

type LiquidityOffsetProbabilityPair struct {
	Offset      uint32 `protobuf:"varint,1,opt,name=offset,proto3" json:"offset,omitempty"`
	Probability string `protobuf:"bytes,2,opt,name=probability,proto3" json:"probability,omitempty"`
	// contains filtered or unexported fields
}

func (*LiquidityOffsetProbabilityPair) Descriptor deprecated

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

Deprecated: Use LiquidityOffsetProbabilityPair.ProtoReflect.Descriptor instead.

func (*LiquidityOffsetProbabilityPair) GetOffset

func (x *LiquidityOffsetProbabilityPair) GetOffset() uint32

func (*LiquidityOffsetProbabilityPair) GetProbability

func (x *LiquidityOffsetProbabilityPair) GetProbability() string

func (*LiquidityOffsetProbabilityPair) ProtoMessage

func (*LiquidityOffsetProbabilityPair) ProtoMessage()

func (*LiquidityOffsetProbabilityPair) ProtoReflect

func (*LiquidityOffsetProbabilityPair) Reset

func (x *LiquidityOffsetProbabilityPair) Reset()

func (*LiquidityOffsetProbabilityPair) String

type LiquidityParameters

type LiquidityParameters struct {
	MaxFee                  string `protobuf:"bytes,1,opt,name=max_fee,json=maxFee,proto3" json:"max_fee,omitempty"`
	MaxShapeSize            string `protobuf:"bytes,2,opt,name=max_shape_size,json=maxShapeSize,proto3" json:"max_shape_size,omitempty"`
	StakeToObligationFactor string `` /* 134-byte string literal not displayed */
	// Market ID these liquidity parameters apply to. Required for key generation
	MarketId string `protobuf:"bytes,4,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"`
	// contains filtered or unexported fields
}

func (*LiquidityParameters) Descriptor deprecated

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

Deprecated: Use LiquidityParameters.ProtoReflect.Descriptor instead.

func (*LiquidityParameters) GetMarketId

func (x *LiquidityParameters) GetMarketId() string

func (*LiquidityParameters) GetMaxFee

func (x *LiquidityParameters) GetMaxFee() string

func (*LiquidityParameters) GetMaxShapeSize

func (x *LiquidityParameters) GetMaxShapeSize() string

func (*LiquidityParameters) GetStakeToObligationFactor

func (x *LiquidityParameters) GetStakeToObligationFactor() string

func (*LiquidityParameters) ProtoMessage

func (*LiquidityParameters) ProtoMessage()

func (*LiquidityParameters) ProtoReflect

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

func (*LiquidityParameters) Reset

func (x *LiquidityParameters) Reset()

func (*LiquidityParameters) String

func (x *LiquidityParameters) String() string

type LiquidityPartiesLiquidityOrders

type LiquidityPartiesLiquidityOrders struct {
	PartyOrders []*PartyOrders `protobuf:"bytes,1,rep,name=party_orders,json=partyOrders,proto3" json:"party_orders,omitempty"`
	// Market ID these liquidity orders apply to. Required for key generation
	MarketId string `protobuf:"bytes,2,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"`
	// contains filtered or unexported fields
}

func (*LiquidityPartiesLiquidityOrders) Descriptor deprecated

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

Deprecated: Use LiquidityPartiesLiquidityOrders.ProtoReflect.Descriptor instead.

func (*LiquidityPartiesLiquidityOrders) GetMarketId

func (x *LiquidityPartiesLiquidityOrders) GetMarketId() string

func (*LiquidityPartiesLiquidityOrders) GetPartyOrders

func (x *LiquidityPartiesLiquidityOrders) GetPartyOrders() []*PartyOrders

func (*LiquidityPartiesLiquidityOrders) ProtoMessage

func (*LiquidityPartiesLiquidityOrders) ProtoMessage()

func (*LiquidityPartiesLiquidityOrders) ProtoReflect

func (*LiquidityPartiesLiquidityOrders) Reset

func (*LiquidityPartiesLiquidityOrders) String

type LiquidityPartiesOrders

type LiquidityPartiesOrders struct {
	PartyOrders []*PartyOrders `protobuf:"bytes,1,rep,name=party_orders,json=partyOrders,proto3" json:"party_orders,omitempty"`
	// Market ID these orders apply to. Required for key generation
	MarketId string `protobuf:"bytes,2,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"`
	// contains filtered or unexported fields
}

func (*LiquidityPartiesOrders) Descriptor deprecated

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

Deprecated: Use LiquidityPartiesOrders.ProtoReflect.Descriptor instead.

func (*LiquidityPartiesOrders) GetMarketId

func (x *LiquidityPartiesOrders) GetMarketId() string

func (*LiquidityPartiesOrders) GetPartyOrders

func (x *LiquidityPartiesOrders) GetPartyOrders() []*PartyOrders

func (*LiquidityPartiesOrders) ProtoMessage

func (*LiquidityPartiesOrders) ProtoMessage()

func (*LiquidityPartiesOrders) ProtoReflect

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

func (*LiquidityPartiesOrders) Reset

func (x *LiquidityPartiesOrders) Reset()

func (*LiquidityPartiesOrders) String

func (x *LiquidityPartiesOrders) String() string

type LiquidityPendingProvisions

type LiquidityPendingProvisions struct {
	PendingProvisions []string `protobuf:"bytes,1,rep,name=pending_provisions,json=pendingProvisions,proto3" json:"pending_provisions,omitempty"`
	// Market ID these liquidity provisions apply to. Required for key generation
	MarketId string `protobuf:"bytes,2,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"`
	// contains filtered or unexported fields
}

func (*LiquidityPendingProvisions) Descriptor deprecated

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

Deprecated: Use LiquidityPendingProvisions.ProtoReflect.Descriptor instead.

func (*LiquidityPendingProvisions) GetMarketId

func (x *LiquidityPendingProvisions) GetMarketId() string

func (*LiquidityPendingProvisions) GetPendingProvisions

func (x *LiquidityPendingProvisions) GetPendingProvisions() []string

func (*LiquidityPendingProvisions) ProtoMessage

func (*LiquidityPendingProvisions) ProtoMessage()

func (*LiquidityPendingProvisions) ProtoReflect

func (*LiquidityPendingProvisions) Reset

func (x *LiquidityPendingProvisions) Reset()

func (*LiquidityPendingProvisions) String

func (x *LiquidityPendingProvisions) String() string

type LiquidityProvisions

type LiquidityProvisions struct {
	LiquidityProvisions []*zeta.LiquidityProvision `protobuf:"bytes,1,rep,name=liquidity_provisions,json=liquidityProvisions,proto3" json:"liquidity_provisions,omitempty"`
	// Market ID these provisions apply to. Required for key generation
	MarketId string `protobuf:"bytes,2,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"`
	// contains filtered or unexported fields
}

func (*LiquidityProvisions) Descriptor deprecated

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

Deprecated: Use LiquidityProvisions.ProtoReflect.Descriptor instead.

func (*LiquidityProvisions) GetLiquidityProvisions

func (x *LiquidityProvisions) GetLiquidityProvisions() []*zeta.LiquidityProvision

func (*LiquidityProvisions) GetMarketId

func (x *LiquidityProvisions) GetMarketId() string

func (*LiquidityProvisions) ProtoMessage

func (*LiquidityProvisions) ProtoMessage()

func (*LiquidityProvisions) ProtoReflect

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

func (*LiquidityProvisions) Reset

func (x *LiquidityProvisions) Reset()

func (*LiquidityProvisions) String

func (x *LiquidityProvisions) String() string

type LiquidityScore

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

func (*LiquidityScore) Descriptor deprecated

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

Deprecated: Use LiquidityScore.ProtoReflect.Descriptor instead.

func (*LiquidityScore) GetPartyId

func (x *LiquidityScore) GetPartyId() string

func (*LiquidityScore) GetScore

func (x *LiquidityScore) GetScore() string

func (*LiquidityScore) ProtoMessage

func (*LiquidityScore) ProtoMessage()

func (*LiquidityScore) ProtoReflect

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

func (*LiquidityScore) Reset

func (x *LiquidityScore) Reset()

func (*LiquidityScore) String

func (x *LiquidityScore) String() string

type LiquidityScores

type LiquidityScores struct {
	RunningAverageCounter int32             `` /* 127-byte string literal not displayed */
	Scores                []*LiquidityScore `protobuf:"bytes,2,rep,name=scores,proto3" json:"scores,omitempty"`
	MarketId              string            `protobuf:"bytes,3,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"`
	// contains filtered or unexported fields
}

func (*LiquidityScores) Descriptor deprecated

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

Deprecated: Use LiquidityScores.ProtoReflect.Descriptor instead.

func (*LiquidityScores) GetMarketId

func (x *LiquidityScores) GetMarketId() string

func (*LiquidityScores) GetRunningAverageCounter

func (x *LiquidityScores) GetRunningAverageCounter() int32

func (*LiquidityScores) GetScores

func (x *LiquidityScores) GetScores() []*LiquidityScore

func (*LiquidityScores) ProtoMessage

func (*LiquidityScores) ProtoMessage()

func (*LiquidityScores) ProtoReflect

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

func (*LiquidityScores) Reset

func (x *LiquidityScores) Reset()

func (*LiquidityScores) String

func (x *LiquidityScores) String() string

type LiquiditySupplied

type LiquiditySupplied struct {
	MarketId         string                            `protobuf:"bytes,1,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"`
	ConsensusReached bool                              `protobuf:"varint,2,opt,name=consensus_reached,json=consensusReached,proto3" json:"consensus_reached,omitempty"`
	BidCache         []*LiquidityOffsetProbabilityPair `protobuf:"bytes,3,rep,name=bid_cache,json=bidCache,proto3" json:"bid_cache,omitempty"`
	AskCache         []*LiquidityOffsetProbabilityPair `protobuf:"bytes,4,rep,name=ask_cache,json=askCache,proto3" json:"ask_cache,omitempty"`
	// contains filtered or unexported fields
}

func (*LiquiditySupplied) Descriptor deprecated

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

Deprecated: Use LiquiditySupplied.ProtoReflect.Descriptor instead.

func (*LiquiditySupplied) GetAskCache

func (*LiquiditySupplied) GetBidCache

func (*LiquiditySupplied) GetConsensusReached

func (x *LiquiditySupplied) GetConsensusReached() bool

func (*LiquiditySupplied) GetMarketId

func (x *LiquiditySupplied) GetMarketId() string

func (*LiquiditySupplied) ProtoMessage

func (*LiquiditySupplied) ProtoMessage()

func (*LiquiditySupplied) ProtoReflect

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

func (*LiquiditySupplied) Reset

func (x *LiquiditySupplied) Reset()

func (*LiquiditySupplied) String

func (x *LiquiditySupplied) String() string

type LiquidityTarget

type LiquidityTarget struct {
	MarketId              string                     `protobuf:"bytes,1,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"`
	CurrentTime           int64                      `protobuf:"varint,2,opt,name=current_time,json=currentTime,proto3" json:"current_time,omitempty"`
	ScheduledTruncate     int64                      `protobuf:"varint,3,opt,name=scheduled_truncate,json=scheduledTruncate,proto3" json:"scheduled_truncate,omitempty"`
	CurrentOpenInterests  []uint64                   `` /* 131-byte string literal not displayed */
	PreviousOpenInterests []*TimestampedOpenInterest `` /* 126-byte string literal not displayed */
	MaxOpenInterests      *TimestampedOpenInterest   `protobuf:"bytes,6,opt,name=max_open_interests,json=maxOpenInterests,proto3" json:"max_open_interests,omitempty"`
	// contains filtered or unexported fields
}

func (*LiquidityTarget) Descriptor deprecated

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

Deprecated: Use LiquidityTarget.ProtoReflect.Descriptor instead.

func (*LiquidityTarget) GetCurrentOpenInterests

func (x *LiquidityTarget) GetCurrentOpenInterests() []uint64

func (*LiquidityTarget) GetCurrentTime

func (x *LiquidityTarget) GetCurrentTime() int64

func (*LiquidityTarget) GetMarketId

func (x *LiquidityTarget) GetMarketId() string

func (*LiquidityTarget) GetMaxOpenInterests

func (x *LiquidityTarget) GetMaxOpenInterests() *TimestampedOpenInterest

func (*LiquidityTarget) GetPreviousOpenInterests

func (x *LiquidityTarget) GetPreviousOpenInterests() []*TimestampedOpenInterest

func (*LiquidityTarget) GetScheduledTruncate

func (x *LiquidityTarget) GetScheduledTruncate() int64

func (*LiquidityTarget) ProtoMessage

func (*LiquidityTarget) ProtoMessage()

func (*LiquidityTarget) ProtoReflect

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

func (*LiquidityTarget) Reset

func (x *LiquidityTarget) Reset()

func (*LiquidityTarget) String

func (x *LiquidityTarget) String() string

type Market

type Market struct {
	Market                     *zeta.Market  `protobuf:"bytes,1,opt,name=market,proto3" json:"market,omitempty"`
	PriceMonitor               *PriceMonitor `protobuf:"bytes,2,opt,name=price_monitor,json=priceMonitor,proto3" json:"price_monitor,omitempty"`
	AuctionState               *AuctionState `protobuf:"bytes,3,opt,name=auction_state,json=auctionState,proto3" json:"auction_state,omitempty"`
	PeggedOrders               *PeggedOrders `protobuf:"bytes,4,opt,name=pegged_orders,json=peggedOrders,proto3" json:"pegged_orders,omitempty"`
	ExpiringOrders             []*zeta.Order `protobuf:"bytes,5,rep,name=expiring_orders,json=expiringOrders,proto3" json:"expiring_orders,omitempty"`
	LastBestBid                string        `protobuf:"bytes,6,opt,name=last_best_bid,json=lastBestBid,proto3" json:"last_best_bid,omitempty"`
	LastBestAsk                string        `protobuf:"bytes,7,opt,name=last_best_ask,json=lastBestAsk,proto3" json:"last_best_ask,omitempty"`
	LastMidBid                 string        `protobuf:"bytes,8,opt,name=last_mid_bid,json=lastMidBid,proto3" json:"last_mid_bid,omitempty"`
	LastMidAsk                 string        `protobuf:"bytes,9,opt,name=last_mid_ask,json=lastMidAsk,proto3" json:"last_mid_ask,omitempty"`
	LastMarketValueProxy       string        `` /* 126-byte string literal not displayed */
	LastEquityShareDistributed int64         `` /* 145-byte string literal not displayed */
	EquityShare                *EquityShare  `protobuf:"bytes,12,opt,name=equity_share,json=equityShare,proto3" json:"equity_share,omitempty"`
	CurrentMarkPrice           string        `protobuf:"bytes,13,opt,name=current_mark_price,json=currentMarkPrice,proto3" json:"current_mark_price,omitempty"`
	RiskFactorShort            string        `protobuf:"bytes,14,opt,name=risk_factor_short,json=riskFactorShort,proto3" json:"risk_factor_short,omitempty"`
	RiskFactorLong             string        `protobuf:"bytes,15,opt,name=risk_factor_long,json=riskFactorLong,proto3" json:"risk_factor_long,omitempty"`
	RiskFactorConsensusReached bool          `` /* 145-byte string literal not displayed */
	FeeSplitter                *FeeSplitter  `protobuf:"bytes,17,opt,name=fee_splitter,json=feeSplitter,proto3" json:"fee_splitter,omitempty"`
	SettlementData             string        `protobuf:"bytes,18,opt,name=settlement_data,json=settlementData,proto3" json:"settlement_data,omitempty"`
	NextMarkToMarket           int64         `protobuf:"varint,19,opt,name=next_mark_to_market,json=nextMarkToMarket,proto3" json:"next_mark_to_market,omitempty"`
	LastTradedPrice            string        `protobuf:"bytes,20,opt,name=last_traded_price,json=lastTradedPrice,proto3" json:"last_traded_price,omitempty"`
	Parties                    []string      `protobuf:"bytes,21,rep,name=parties,proto3" json:"parties,omitempty"`
	Closed                     bool          `protobuf:"varint,22,opt,name=closed,proto3" json:"closed,omitempty"`
	// contains filtered or unexported fields
}

func (*Market) Descriptor deprecated

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

Deprecated: Use Market.ProtoReflect.Descriptor instead.

func (*Market) GetAuctionState

func (x *Market) GetAuctionState() *AuctionState

func (*Market) GetClosed

func (x *Market) GetClosed() bool

func (*Market) GetCurrentMarkPrice

func (x *Market) GetCurrentMarkPrice() string

func (*Market) GetEquityShare

func (x *Market) GetEquityShare() *EquityShare

func (*Market) GetExpiringOrders

func (x *Market) GetExpiringOrders() []*zeta.Order

func (*Market) GetFeeSplitter

func (x *Market) GetFeeSplitter() *FeeSplitter

func (*Market) GetLastBestAsk

func (x *Market) GetLastBestAsk() string

func (*Market) GetLastBestBid

func (x *Market) GetLastBestBid() string

func (*Market) GetLastEquityShareDistributed

func (x *Market) GetLastEquityShareDistributed() int64

func (*Market) GetLastMarketValueProxy

func (x *Market) GetLastMarketValueProxy() string

func (*Market) GetLastMidAsk

func (x *Market) GetLastMidAsk() string

func (*Market) GetLastMidBid

func (x *Market) GetLastMidBid() string

func (*Market) GetLastTradedPrice

func (x *Market) GetLastTradedPrice() string

func (*Market) GetMarket

func (x *Market) GetMarket() *zeta.Market

func (*Market) GetNextMarkToMarket

func (x *Market) GetNextMarkToMarket() int64

func (*Market) GetParties

func (x *Market) GetParties() []string

func (*Market) GetPeggedOrders

func (x *Market) GetPeggedOrders() *PeggedOrders

func (*Market) GetPriceMonitor

func (x *Market) GetPriceMonitor() *PriceMonitor

func (*Market) GetRiskFactorConsensusReached

func (x *Market) GetRiskFactorConsensusReached() bool

func (*Market) GetRiskFactorLong

func (x *Market) GetRiskFactorLong() string

func (*Market) GetRiskFactorShort

func (x *Market) GetRiskFactorShort() string

func (*Market) GetSettlementData

func (x *Market) GetSettlementData() string

func (*Market) ProtoMessage

func (*Market) ProtoMessage()

func (*Market) ProtoReflect

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

func (*Market) Reset

func (x *Market) Reset()

func (*Market) String

func (x *Market) String() string

type MarketPositions

type MarketPositions struct {
	MarketId  string      `protobuf:"bytes,1,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"`
	Positions []*Position `protobuf:"bytes,2,rep,name=positions,proto3" json:"positions,omitempty"`
	// contains filtered or unexported fields
}

func (*MarketPositions) Descriptor deprecated

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

Deprecated: Use MarketPositions.ProtoReflect.Descriptor instead.

func (*MarketPositions) GetMarketId

func (x *MarketPositions) GetMarketId() string

func (*MarketPositions) GetPositions

func (x *MarketPositions) GetPositions() []*Position

func (*MarketPositions) ProtoMessage

func (*MarketPositions) ProtoMessage()

func (*MarketPositions) ProtoReflect

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

func (*MarketPositions) Reset

func (x *MarketPositions) Reset()

func (*MarketPositions) String

func (x *MarketPositions) String() string

type MarketTracker

type MarketTracker struct {
	MarketActivity []*v11.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() []*v11.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 MatchingBook

type MatchingBook struct {
	MarketId        string        `protobuf:"bytes,1,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"`
	Buy             []*zeta.Order `protobuf:"bytes,2,rep,name=buy,proto3" json:"buy,omitempty"`
	Sell            []*zeta.Order `protobuf:"bytes,3,rep,name=sell,proto3" json:"sell,omitempty"`
	LastTradedPrice string        `protobuf:"bytes,4,opt,name=last_traded_price,json=lastTradedPrice,proto3" json:"last_traded_price,omitempty"`
	Auction         bool          `protobuf:"varint,5,opt,name=auction,proto3" json:"auction,omitempty"`
	BatchId         uint64        `protobuf:"varint,6,opt,name=batch_id,json=batchId,proto3" json:"batch_id,omitempty"`
	// contains filtered or unexported fields
}

func (*MatchingBook) Descriptor deprecated

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

Deprecated: Use MatchingBook.ProtoReflect.Descriptor instead.

func (*MatchingBook) GetAuction

func (x *MatchingBook) GetAuction() bool

func (*MatchingBook) GetBatchId

func (x *MatchingBook) GetBatchId() uint64

func (*MatchingBook) GetBuy

func (x *MatchingBook) GetBuy() []*zeta.Order

func (*MatchingBook) GetLastTradedPrice

func (x *MatchingBook) GetLastTradedPrice() string

func (*MatchingBook) GetMarketId

func (x *MatchingBook) GetMarketId() string

func (*MatchingBook) GetSell

func (x *MatchingBook) GetSell() []*zeta.Order

func (*MatchingBook) ProtoMessage

func (*MatchingBook) ProtoMessage()

func (*MatchingBook) ProtoReflect

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

func (*MatchingBook) Reset

func (x *MatchingBook) Reset()

func (*MatchingBook) String

func (x *MatchingBook) String() string

type Metadata

type Metadata struct {
	Version     int64       `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"`
	ChunkHashes []string    `protobuf:"bytes,2,rep,name=chunk_hashes,json=chunkHashes,proto3" json:"chunk_hashes,omitempty"`
	NodeHashes  []*NodeHash `protobuf:"bytes,3,rep,name=node_hashes,json=nodeHashes,proto3" json:"node_hashes,omitempty"` // hashes used by snapshot engine, different to chunk hash if data was split up, or combined into a single chunk
	// contains filtered or unexported fields
}

func (*Metadata) Descriptor deprecated

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

Deprecated: Use Metadata.ProtoReflect.Descriptor instead.

func (*Metadata) GetChunkHashes

func (x *Metadata) GetChunkHashes() []string

func (*Metadata) GetNodeHashes

func (x *Metadata) GetNodeHashes() []*NodeHash

func (*Metadata) GetVersion

func (x *Metadata) GetVersion() int64

func (*Metadata) ProtoMessage

func (*Metadata) ProtoMessage()

func (*Metadata) ProtoReflect

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

func (*Metadata) Reset

func (x *Metadata) Reset()

func (*Metadata) String

func (x *Metadata) String() string

type NetParams

type NetParams struct {
	Params []*zeta.NetworkParameter `protobuf:"bytes,1,rep,name=params,proto3" json:"params,omitempty"`
	// contains filtered or unexported fields
}

func (*NetParams) Descriptor deprecated

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

Deprecated: Use NetParams.ProtoReflect.Descriptor instead.

func (*NetParams) GetParams

func (x *NetParams) GetParams() []*zeta.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 NextTimeTrigger

type NextTimeTrigger struct {
	Asset       string `protobuf:"bytes,1,opt,name=asset,proto3" json:"asset,omitempty"`
	Market      string `protobuf:"bytes,2,opt,name=market,proto3" json:"market,omitempty"`
	Id          string `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"`
	NextTrigger int64  `protobuf:"varint,4,opt,name=next_trigger,json=nextTrigger,proto3" json:"next_trigger,omitempty"`
	// contains filtered or unexported fields
}

func (*NextTimeTrigger) Descriptor deprecated

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

Deprecated: Use NextTimeTrigger.ProtoReflect.Descriptor instead.

func (*NextTimeTrigger) GetAsset

func (x *NextTimeTrigger) GetAsset() string

func (*NextTimeTrigger) GetId

func (x *NextTimeTrigger) GetId() string

func (*NextTimeTrigger) GetMarket

func (x *NextTimeTrigger) GetMarket() string

func (*NextTimeTrigger) GetNextTrigger

func (x *NextTimeTrigger) GetNextTrigger() int64

func (*NextTimeTrigger) ProtoMessage

func (*NextTimeTrigger) ProtoMessage()

func (*NextTimeTrigger) ProtoReflect

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

func (*NextTimeTrigger) Reset

func (x *NextTimeTrigger) Reset()

func (*NextTimeTrigger) String

func (x *NextTimeTrigger) String() string

type NodeHash

type NodeHash struct {

	// Node's full key, for example epoch.all
	Key string `protobuf:"bytes,3,opt,name=key,proto3" json:"key,omitempty"`
	// Hash of the node's value
	Hash string `protobuf:"bytes,4,opt,name=hash,proto3" json:"hash,omitempty"`
	// Height of the node in the tree
	Height int32 `protobuf:"varint,5,opt,name=height,proto3" json:"height,omitempty"`
	// Version of that node i.e., how many times its value has changed during tree updates
	Version int64 `protobuf:"varint,6,opt,name=version,proto3" json:"version,omitempty"`
	// Whether or not the node contains a snapshot payload, only leaf nodes in the AVL contain payloads
	IsLeaf bool `protobuf:"varint,7,opt,name=is_leaf,json=isLeaf,proto3" json:"is_leaf,omitempty"`
	// contains filtered or unexported fields
}

NodeHash represents an exported node from the AVL tree and contains all the data necessary to reconstruct an identical copy of the AVL tree after it's been serialised

func (*NodeHash) Descriptor deprecated

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

Deprecated: Use NodeHash.ProtoReflect.Descriptor instead.

func (*NodeHash) GetHash

func (x *NodeHash) GetHash() string

func (*NodeHash) GetHeight

func (x *NodeHash) GetHeight() int32

func (*NodeHash) GetIsLeaf

func (x *NodeHash) GetIsLeaf() bool

func (*NodeHash) GetKey

func (x *NodeHash) GetKey() string

func (*NodeHash) GetVersion

func (x *NodeHash) GetVersion() int64

func (*NodeHash) ProtoMessage

func (*NodeHash) ProtoMessage()

func (*NodeHash) ProtoReflect

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

func (*NodeHash) Reset

func (x *NodeHash) Reset()

func (*NodeHash) String

func (x *NodeHash) String() string

type Notary

type Notary struct {
	NotarySigs []*NotarySigs `protobuf:"bytes,1,rep,name=notary_sigs,json=notarySigs,proto3" json:"notary_sigs,omitempty"`
	// contains filtered or unexported fields
}

func (*Notary) Descriptor deprecated

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

Deprecated: Use Notary.ProtoReflect.Descriptor instead.

func (*Notary) GetNotarySigs

func (x *Notary) GetNotarySigs() []*NotarySigs

func (*Notary) ProtoMessage

func (*Notary) ProtoMessage()

func (*Notary) ProtoReflect

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

func (*Notary) Reset

func (x *Notary) Reset()

func (*Notary) String

func (x *Notary) String() string

type NotarySigs

type NotarySigs struct {
	Id      string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Kind    int32  `protobuf:"varint,2,opt,name=kind,proto3" json:"kind,omitempty"`
	Node    string `protobuf:"bytes,3,opt,name=node,proto3" json:"node,omitempty"`
	Sig     string `protobuf:"bytes,4,opt,name=sig,proto3" json:"sig,omitempty"`
	Pending bool   `protobuf:"varint,5,opt,name=pending,proto3" json:"pending,omitempty"`
	// contains filtered or unexported fields
}

func (*NotarySigs) Descriptor deprecated

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

Deprecated: Use NotarySigs.ProtoReflect.Descriptor instead.

func (*NotarySigs) GetId

func (x *NotarySigs) GetId() string

func (*NotarySigs) GetKind

func (x *NotarySigs) GetKind() int32

func (*NotarySigs) GetNode

func (x *NotarySigs) GetNode() string

func (*NotarySigs) GetPending

func (x *NotarySigs) GetPending() bool

func (*NotarySigs) GetSig

func (x *NotarySigs) GetSig() string

func (*NotarySigs) ProtoMessage

func (*NotarySigs) ProtoMessage()

func (*NotarySigs) ProtoReflect

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

func (*NotarySigs) Reset

func (x *NotarySigs) Reset()

func (*NotarySigs) String

func (x *NotarySigs) String() string

type OracleData

type OracleData struct {
	Signers []*v1.Signer      `protobuf:"bytes,1,rep,name=signers,proto3" json:"signers,omitempty"`
	Data    []*OracleDataPair `protobuf:"bytes,2,rep,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*OracleData) Descriptor deprecated

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

Deprecated: Use OracleData.ProtoReflect.Descriptor instead.

func (*OracleData) GetData

func (x *OracleData) GetData() []*OracleDataPair

func (*OracleData) GetSigners

func (x *OracleData) GetSigners() []*v1.Signer

func (*OracleData) ProtoMessage

func (*OracleData) ProtoMessage()

func (*OracleData) ProtoReflect

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

func (*OracleData) Reset

func (x *OracleData) Reset()

func (*OracleData) String

func (x *OracleData) String() string

type OracleDataBatch

type OracleDataBatch struct {
	OracleData []*OracleData `protobuf:"bytes,1,rep,name=oracle_data,json=oracleData,proto3" json:"oracle_data,omitempty"`
	// contains filtered or unexported fields
}

func (*OracleDataBatch) Descriptor deprecated

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

Deprecated: Use OracleDataBatch.ProtoReflect.Descriptor instead.

func (*OracleDataBatch) GetOracleData

func (x *OracleDataBatch) GetOracleData() []*OracleData

func (*OracleDataBatch) ProtoMessage

func (*OracleDataBatch) ProtoMessage()

func (*OracleDataBatch) ProtoReflect

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

func (*OracleDataBatch) Reset

func (x *OracleDataBatch) Reset()

func (*OracleDataBatch) String

func (x *OracleDataBatch) String() string

type OracleDataPair

type OracleDataPair struct {
	Key   string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*OracleDataPair) Descriptor deprecated

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

Deprecated: Use OracleDataPair.ProtoReflect.Descriptor instead.

func (*OracleDataPair) GetKey

func (x *OracleDataPair) GetKey() string

func (*OracleDataPair) GetValue

func (x *OracleDataPair) GetValue() string

func (*OracleDataPair) ProtoMessage

func (*OracleDataPair) ProtoMessage()

func (*OracleDataPair) ProtoReflect

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

func (*OracleDataPair) Reset

func (x *OracleDataPair) Reset()

func (*OracleDataPair) String

func (x *OracleDataPair) String() string

type PartyOrders

type PartyOrders struct {
	Party  string        `protobuf:"bytes,1,opt,name=party,proto3" json:"party,omitempty"`
	Orders []*zeta.Order `protobuf:"bytes,2,rep,name=orders,proto3" json:"orders,omitempty"`
	// contains filtered or unexported fields
}

func (*PartyOrders) Descriptor deprecated

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

Deprecated: Use PartyOrders.ProtoReflect.Descriptor instead.

func (*PartyOrders) GetOrders

func (x *PartyOrders) GetOrders() []*zeta.Order

func (*PartyOrders) GetParty

func (x *PartyOrders) GetParty() string

func (*PartyOrders) ProtoMessage

func (*PartyOrders) ProtoMessage()

func (*PartyOrders) ProtoReflect

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

func (*PartyOrders) Reset

func (x *PartyOrders) Reset()

func (*PartyOrders) String

func (x *PartyOrders) String() string

type PartyProposalVoteCount

type PartyProposalVoteCount struct {
	Party    string `protobuf:"bytes,1,opt,name=party,proto3" json:"party,omitempty"`
	Proposal string `protobuf:"bytes,2,opt,name=proposal,proto3" json:"proposal,omitempty"`
	Count    uint64 `protobuf:"varint,3,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*PartyProposalVoteCount) Descriptor deprecated

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

Deprecated: Use PartyProposalVoteCount.ProtoReflect.Descriptor instead.

func (*PartyProposalVoteCount) GetCount

func (x *PartyProposalVoteCount) GetCount() uint64

func (*PartyProposalVoteCount) GetParty

func (x *PartyProposalVoteCount) GetParty() string

func (*PartyProposalVoteCount) GetProposal

func (x *PartyProposalVoteCount) GetProposal() string

func (*PartyProposalVoteCount) ProtoMessage

func (*PartyProposalVoteCount) ProtoMessage()

func (*PartyProposalVoteCount) ProtoReflect

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

func (*PartyProposalVoteCount) Reset

func (x *PartyProposalVoteCount) Reset()

func (*PartyProposalVoteCount) String

func (x *PartyProposalVoteCount) String() string

type PartyTokenBalance

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

func (*PartyTokenBalance) Descriptor deprecated

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

Deprecated: Use PartyTokenBalance.ProtoReflect.Descriptor instead.

func (*PartyTokenBalance) GetBalance

func (x *PartyTokenBalance) GetBalance() string

func (*PartyTokenBalance) GetParty

func (x *PartyTokenBalance) GetParty() string

func (*PartyTokenBalance) ProtoMessage

func (*PartyTokenBalance) ProtoMessage()

func (*PartyTokenBalance) ProtoReflect

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

func (*PartyTokenBalance) Reset

func (x *PartyTokenBalance) Reset()

func (*PartyTokenBalance) String

func (x *PartyTokenBalance) String() string

type PastPrice

type PastPrice struct {
	Time                int64  `protobuf:"varint,1,opt,name=time,proto3" json:"time,omitempty"`
	VolumeWeightedPrice string `protobuf:"bytes,2,opt,name=volume_weighted_price,json=volumeWeightedPrice,proto3" json:"volume_weighted_price,omitempty"`
	// contains filtered or unexported fields
}

func (*PastPrice) Descriptor deprecated

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

Deprecated: Use PastPrice.ProtoReflect.Descriptor instead.

func (*PastPrice) GetTime

func (x *PastPrice) GetTime() int64

func (*PastPrice) GetVolumeWeightedPrice

func (x *PastPrice) GetVolumeWeightedPrice() string

func (*PastPrice) ProtoMessage

func (*PastPrice) ProtoMessage()

func (*PastPrice) ProtoReflect

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

func (*PastPrice) Reset

func (x *PastPrice) Reset()

func (*PastPrice) String

func (x *PastPrice) String() string

type Payload

type Payload struct {

	// Types that are assignable to Data:
	//
	//	*Payload_ActiveAssets
	//	*Payload_PendingAssets
	//	*Payload_BankingWithdrawals
	//	*Payload_BankingDeposits
	//	*Payload_BankingSeen
	//	*Payload_BankingAssetActions
	//	*Payload_Checkpoint
	//	*Payload_CollateralAccounts
	//	*Payload_CollateralAssets
	//	*Payload_DelegationActive
	//	*Payload_DelegationPending
	//	*Payload_DelegationAuto
	//	*Payload_GovernanceActive
	//	*Payload_GovernanceEnacted
	//	*Payload_StakingAccounts
	//	*Payload_MatchingBook
	//	*Payload_NetworkParameters
	//	*Payload_ExecutionMarkets
	//	*Payload_MarketPositions
	//	*Payload_AppState
	//	*Payload_Epoch
	//	*Payload_RewardsPendingPayouts
	//	*Payload_GovernanceNode
	//	*Payload_LimitState
	//	*Payload_VoteSpamPolicy
	//	*Payload_SimpleSpamPolicy
	//	*Payload_Notary
	//	*Payload_EventForwarder
	//	*Payload_StakeVerifierDeposited
	//	*Payload_StakeVerifierRemoved
	//	*Payload_Witness
	//	*Payload_DelegationLastReconciliationTime
	//	*Payload_Topology
	//	*Payload_OracleData
	//	*Payload_LiquidityParameters
	//	*Payload_LiquidityPendingProvisions
	//	*Payload_LiquidityPartiesLiquidityOrders
	//	*Payload_LiquidityPartiesOrders
	//	*Payload_LiquidityProvisions
	//	*Payload_LiquiditySupplied
	//	*Payload_LiquidityTarget
	//	*Payload_FloatingPointConsensus
	//	*Payload_MarketTracker
	//	*Payload_BankingRecurringTransfers
	//	*Payload_BankingScheduledTransfers
	//	*Payload_Erc20MultisigTopologyVerified
	//	*Payload_Erc20MultisigTopologyPending
	//	*Payload_ProofOfWork
	//	*Payload_PendingAssetUpdates
	//	*Payload_ProtocolUpgradeProposals
	//	*Payload_BankingBridgeState
	//	*Payload_SettlementState
	//	*Payload_LiquidityScores
	Data isPayload_Data `protobuf_oneof:"data"`
	// contains filtered or unexported fields
}

func (*Payload) Descriptor deprecated

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

Deprecated: Use Payload.ProtoReflect.Descriptor instead.

func (*Payload) GetActiveAssets

func (x *Payload) GetActiveAssets() *ActiveAssets

func (*Payload) GetAppState

func (x *Payload) GetAppState() *AppState

func (*Payload) GetBankingAssetActions

func (x *Payload) GetBankingAssetActions() *BankingAssetActions

func (*Payload) GetBankingBridgeState

func (x *Payload) GetBankingBridgeState() *BankingBridgeState

func (*Payload) GetBankingDeposits

func (x *Payload) GetBankingDeposits() *BankingDeposits

func (*Payload) GetBankingRecurringTransfers

func (x *Payload) GetBankingRecurringTransfers() *BankingRecurringTransfers

func (*Payload) GetBankingScheduledTransfers

func (x *Payload) GetBankingScheduledTransfers() *BankingScheduledTransfers

func (*Payload) GetBankingSeen

func (x *Payload) GetBankingSeen() *BankingSeen

func (*Payload) GetBankingWithdrawals

func (x *Payload) GetBankingWithdrawals() *BankingWithdrawals

func (*Payload) GetCheckpoint

func (x *Payload) GetCheckpoint() *Checkpoint

func (*Payload) GetCollateralAccounts

func (x *Payload) GetCollateralAccounts() *CollateralAccounts

func (*Payload) GetCollateralAssets

func (x *Payload) GetCollateralAssets() *CollateralAssets

func (*Payload) GetData

func (m *Payload) GetData() isPayload_Data

func (*Payload) GetDelegationActive

func (x *Payload) GetDelegationActive() *DelegationActive

func (*Payload) GetDelegationAuto

func (x *Payload) GetDelegationAuto() *DelegationAuto

func (*Payload) GetDelegationLastReconciliationTime

func (x *Payload) GetDelegationLastReconciliationTime() *DelegationLastReconciliationTime

func (*Payload) GetDelegationPending

func (x *Payload) GetDelegationPending() *DelegationPending

func (*Payload) GetEpoch

func (x *Payload) GetEpoch() *EpochState

func (*Payload) GetErc20MultisigTopologyPending

func (x *Payload) GetErc20MultisigTopologyPending() *ERC20MultiSigTopologyPending

func (*Payload) GetErc20MultisigTopologyVerified

func (x *Payload) GetErc20MultisigTopologyVerified() *ERC20MultiSigTopologyVerified

func (*Payload) GetEventForwarder

func (x *Payload) GetEventForwarder() *EventForwarder

func (*Payload) GetExecutionMarkets

func (x *Payload) GetExecutionMarkets() *ExecutionMarkets

func (*Payload) GetFloatingPointConsensus

func (x *Payload) GetFloatingPointConsensus() *FloatingPointConsensus

func (*Payload) GetGovernanceActive

func (x *Payload) GetGovernanceActive() *GovernanceActive

func (*Payload) GetGovernanceEnacted

func (x *Payload) GetGovernanceEnacted() *GovernanceEnacted

func (*Payload) GetGovernanceNode

func (x *Payload) GetGovernanceNode() *GovernanceNode

func (*Payload) GetLimitState

func (x *Payload) GetLimitState() *LimitState

func (*Payload) GetLiquidityParameters

func (x *Payload) GetLiquidityParameters() *LiquidityParameters

func (*Payload) GetLiquidityPartiesLiquidityOrders

func (x *Payload) GetLiquidityPartiesLiquidityOrders() *LiquidityPartiesLiquidityOrders

func (*Payload) GetLiquidityPartiesOrders

func (x *Payload) GetLiquidityPartiesOrders() *LiquidityPartiesOrders

func (*Payload) GetLiquidityPendingProvisions

func (x *Payload) GetLiquidityPendingProvisions() *LiquidityPendingProvisions

func (*Payload) GetLiquidityProvisions

func (x *Payload) GetLiquidityProvisions() *LiquidityProvisions

func (*Payload) GetLiquidityScores

func (x *Payload) GetLiquidityScores() *LiquidityScores

func (*Payload) GetLiquiditySupplied

func (x *Payload) GetLiquiditySupplied() *LiquiditySupplied

func (*Payload) GetLiquidityTarget

func (x *Payload) GetLiquidityTarget() *LiquidityTarget

func (*Payload) GetMarketPositions

func (x *Payload) GetMarketPositions() *MarketPositions

func (*Payload) GetMarketTracker

func (x *Payload) GetMarketTracker() *MarketTracker

func (*Payload) GetMatchingBook

func (x *Payload) GetMatchingBook() *MatchingBook

func (*Payload) GetNetworkParameters

func (x *Payload) GetNetworkParameters() *NetParams

func (*Payload) GetNotary

func (x *Payload) GetNotary() *Notary

func (*Payload) GetOracleData

func (x *Payload) GetOracleData() *OracleDataBatch

func (*Payload) GetPendingAssetUpdates

func (x *Payload) GetPendingAssetUpdates() *PendingAssetUpdates

func (*Payload) GetPendingAssets

func (x *Payload) GetPendingAssets() *PendingAssets

func (*Payload) GetProofOfWork

func (x *Payload) GetProofOfWork() *ProofOfWork

func (*Payload) GetProtocolUpgradeProposals

func (x *Payload) GetProtocolUpgradeProposals() *ProtocolUpgradeProposals

func (*Payload) GetRewardsPendingPayouts

func (x *Payload) GetRewardsPendingPayouts() *RewardsPendingPayouts

func (*Payload) GetSettlementState

func (x *Payload) GetSettlementState() *SettlementState

func (*Payload) GetSimpleSpamPolicy

func (x *Payload) GetSimpleSpamPolicy() *SimpleSpamPolicy

func (*Payload) GetStakeVerifierDeposited

func (x *Payload) GetStakeVerifierDeposited() *StakeVerifierDeposited

func (*Payload) GetStakeVerifierRemoved

func (x *Payload) GetStakeVerifierRemoved() *StakeVerifierRemoved

func (*Payload) GetStakingAccounts

func (x *Payload) GetStakingAccounts() *StakingAccounts

func (*Payload) GetTopology

func (x *Payload) GetTopology() *Topology

func (*Payload) GetVoteSpamPolicy

func (x *Payload) GetVoteSpamPolicy() *VoteSpamPolicy

func (*Payload) GetWitness

func (x *Payload) GetWitness() *Witness

func (*Payload) ProtoMessage

func (*Payload) ProtoMessage()

func (*Payload) ProtoReflect

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

func (*Payload) Reset

func (x *Payload) Reset()

func (*Payload) String

func (x *Payload) String() string

type Payload_ActiveAssets

type Payload_ActiveAssets struct {
	ActiveAssets *ActiveAssets `protobuf:"bytes,1,opt,name=active_assets,json=activeAssets,proto3,oneof"`
}

type Payload_AppState

type Payload_AppState struct {
	AppState *AppState `protobuf:"bytes,20,opt,name=app_state,json=appState,proto3,oneof"`
}

type Payload_BankingAssetActions

type Payload_BankingAssetActions struct {
	BankingAssetActions *BankingAssetActions `protobuf:"bytes,6,opt,name=banking_asset_actions,json=bankingAssetActions,proto3,oneof"`
}

type Payload_BankingBridgeState

type Payload_BankingBridgeState struct {
	BankingBridgeState *BankingBridgeState `protobuf:"bytes,56,opt,name=banking_bridge_state,json=bankingBridgeState,proto3,oneof"`
}

type Payload_BankingDeposits

type Payload_BankingDeposits struct {
	BankingDeposits *BankingDeposits `protobuf:"bytes,4,opt,name=banking_deposits,json=bankingDeposits,proto3,oneof"`
}

type Payload_BankingRecurringTransfers

type Payload_BankingRecurringTransfers struct {
	BankingRecurringTransfers *BankingRecurringTransfers `protobuf:"bytes,49,opt,name=banking_recurring_transfers,json=bankingRecurringTransfers,proto3,oneof"`
}

type Payload_BankingScheduledTransfers

type Payload_BankingScheduledTransfers struct {
	BankingScheduledTransfers *BankingScheduledTransfers `protobuf:"bytes,50,opt,name=banking_scheduled_transfers,json=bankingScheduledTransfers,proto3,oneof"`
}

type Payload_BankingSeen

type Payload_BankingSeen struct {
	BankingSeen *BankingSeen `protobuf:"bytes,5,opt,name=banking_seen,json=bankingSeen,proto3,oneof"`
}

type Payload_BankingWithdrawals

type Payload_BankingWithdrawals struct {
	BankingWithdrawals *BankingWithdrawals `protobuf:"bytes,3,opt,name=banking_withdrawals,json=bankingWithdrawals,proto3,oneof"`
}

type Payload_Checkpoint

type Payload_Checkpoint struct {
	Checkpoint *Checkpoint `protobuf:"bytes,7,opt,name=checkpoint,proto3,oneof"`
}

type Payload_CollateralAccounts

type Payload_CollateralAccounts struct {
	CollateralAccounts *CollateralAccounts `protobuf:"bytes,8,opt,name=collateral_accounts,json=collateralAccounts,proto3,oneof"`
}

type Payload_CollateralAssets

type Payload_CollateralAssets struct {
	CollateralAssets *CollateralAssets `protobuf:"bytes,9,opt,name=collateral_assets,json=collateralAssets,proto3,oneof"`
}

type Payload_DelegationActive

type Payload_DelegationActive struct {
	DelegationActive *DelegationActive `protobuf:"bytes,10,opt,name=delegation_active,json=delegationActive,proto3,oneof"`
}

type Payload_DelegationAuto

type Payload_DelegationAuto struct {
	DelegationAuto *DelegationAuto `protobuf:"bytes,12,opt,name=delegation_auto,json=delegationAuto,proto3,oneof"`
}

type Payload_DelegationLastReconciliationTime

type Payload_DelegationLastReconciliationTime struct {
	DelegationLastReconciliationTime *DelegationLastReconciliationTime `protobuf:"bytes,35,opt,name=delegation_last_reconciliation_time,json=delegationLastReconciliationTime,proto3,oneof"`
}

type Payload_DelegationPending

type Payload_DelegationPending struct {
	DelegationPending *DelegationPending `protobuf:"bytes,11,opt,name=delegation_pending,json=delegationPending,proto3,oneof"`
}

type Payload_Epoch

type Payload_Epoch struct {
	Epoch *EpochState `protobuf:"bytes,21,opt,name=epoch,proto3,oneof"`
}

type Payload_Erc20MultisigTopologyPending

type Payload_Erc20MultisigTopologyPending struct {
	Erc20MultisigTopologyPending *ERC20MultiSigTopologyPending `protobuf:"bytes,52,opt,name=erc20_multisig_topology_pending,json=erc20MultisigTopologyPending,proto3,oneof"`
}

type Payload_Erc20MultisigTopologyVerified

type Payload_Erc20MultisigTopologyVerified struct {
	Erc20MultisigTopologyVerified *ERC20MultiSigTopologyVerified `protobuf:"bytes,51,opt,name=erc20_multisig_topology_verified,json=erc20MultisigTopologyVerified,proto3,oneof"`
}

type Payload_EventForwarder

type Payload_EventForwarder struct {
	EventForwarder *EventForwarder `protobuf:"bytes,31,opt,name=event_forwarder,json=eventForwarder,proto3,oneof"`
}

type Payload_ExecutionMarkets

type Payload_ExecutionMarkets struct {
	ExecutionMarkets *ExecutionMarkets `protobuf:"bytes,18,opt,name=execution_markets,json=executionMarkets,proto3,oneof"`
}

type Payload_FloatingPointConsensus

type Payload_FloatingPointConsensus struct {
	FloatingPointConsensus *FloatingPointConsensus `protobuf:"bytes,46,opt,name=floating_point_consensus,json=floatingPointConsensus,proto3,oneof"`
}

type Payload_GovernanceActive

type Payload_GovernanceActive struct {
	GovernanceActive *GovernanceActive `protobuf:"bytes,13,opt,name=governance_active,json=governanceActive,proto3,oneof"`
}

type Payload_GovernanceEnacted

type Payload_GovernanceEnacted struct {
	GovernanceEnacted *GovernanceEnacted `protobuf:"bytes,14,opt,name=governance_enacted,json=governanceEnacted,proto3,oneof"`
}

type Payload_GovernanceNode

type Payload_GovernanceNode struct {
	GovernanceNode *GovernanceNode `protobuf:"bytes,24,opt,name=governance_node,json=governanceNode,proto3,oneof"`
}

type Payload_LimitState

type Payload_LimitState struct {
	LimitState *LimitState `protobuf:"bytes,25,opt,name=limit_state,json=limitState,proto3,oneof"`
}

type Payload_LiquidityParameters

type Payload_LiquidityParameters struct {
	LiquidityParameters *LiquidityParameters `protobuf:"bytes,38,opt,name=liquidity_parameters,json=liquidityParameters,proto3,oneof"`
}

type Payload_LiquidityPartiesLiquidityOrders

type Payload_LiquidityPartiesLiquidityOrders struct {
	LiquidityPartiesLiquidityOrders *LiquidityPartiesLiquidityOrders `protobuf:"bytes,40,opt,name=liquidity_parties_liquidity_orders,json=liquidityPartiesLiquidityOrders,proto3,oneof"`
}

type Payload_LiquidityPartiesOrders

type Payload_LiquidityPartiesOrders struct {
	LiquidityPartiesOrders *LiquidityPartiesOrders `protobuf:"bytes,41,opt,name=liquidity_parties_orders,json=liquidityPartiesOrders,proto3,oneof"`
}

type Payload_LiquidityPendingProvisions

type Payload_LiquidityPendingProvisions struct {
	LiquidityPendingProvisions *LiquidityPendingProvisions `protobuf:"bytes,39,opt,name=liquidity_pending_provisions,json=liquidityPendingProvisions,proto3,oneof"`
}

type Payload_LiquidityProvisions

type Payload_LiquidityProvisions struct {
	LiquidityProvisions *LiquidityProvisions `protobuf:"bytes,42,opt,name=liquidity_provisions,json=liquidityProvisions,proto3,oneof"`
}

type Payload_LiquidityScores

type Payload_LiquidityScores struct {
	LiquidityScores *LiquidityScores `protobuf:"bytes,58,opt,name=liquidity_scores,json=liquidityScores,proto3,oneof"`
}

type Payload_LiquiditySupplied

type Payload_LiquiditySupplied struct {
	LiquiditySupplied *LiquiditySupplied `protobuf:"bytes,43,opt,name=liquidity_supplied,json=liquiditySupplied,proto3,oneof"`
}

type Payload_LiquidityTarget

type Payload_LiquidityTarget struct {
	LiquidityTarget *LiquidityTarget `protobuf:"bytes,44,opt,name=liquidity_target,json=liquidityTarget,proto3,oneof"`
}

type Payload_MarketPositions

type Payload_MarketPositions struct {
	MarketPositions *MarketPositions `protobuf:"bytes,19,opt,name=market_positions,json=marketPositions,proto3,oneof"`
}

type Payload_MarketTracker

type Payload_MarketTracker struct {
	MarketTracker *MarketTracker `protobuf:"bytes,47,opt,name=market_tracker,json=marketTracker,proto3,oneof"`
}

type Payload_MatchingBook

type Payload_MatchingBook struct {
	MatchingBook *MatchingBook `protobuf:"bytes,16,opt,name=matching_book,json=matchingBook,proto3,oneof"`
}

type Payload_NetworkParameters

type Payload_NetworkParameters struct {
	NetworkParameters *NetParams `protobuf:"bytes,17,opt,name=network_parameters,json=networkParameters,proto3,oneof"`
}

type Payload_Notary

type Payload_Notary struct {
	Notary *Notary `protobuf:"bytes,28,opt,name=notary,proto3,oneof"`
}

type Payload_OracleData

type Payload_OracleData struct {
	OracleData *OracleDataBatch `protobuf:"bytes,37,opt,name=oracle_data,json=oracleData,proto3,oneof"`
}

type Payload_PendingAssetUpdates

type Payload_PendingAssetUpdates struct {
	PendingAssetUpdates *PendingAssetUpdates `protobuf:"bytes,54,opt,name=pending_asset_updates,json=pendingAssetUpdates,proto3,oneof"`
}

type Payload_PendingAssets

type Payload_PendingAssets struct {
	PendingAssets *PendingAssets `protobuf:"bytes,2,opt,name=pending_assets,json=pendingAssets,proto3,oneof"`
}

type Payload_ProofOfWork

type Payload_ProofOfWork struct {
	ProofOfWork *ProofOfWork `protobuf:"bytes,53,opt,name=proof_of_work,json=proofOfWork,proto3,oneof"`
}

type Payload_ProtocolUpgradeProposals

type Payload_ProtocolUpgradeProposals struct {
	ProtocolUpgradeProposals *ProtocolUpgradeProposals `protobuf:"bytes,55,opt,name=protocol_upgrade_proposals,json=protocolUpgradeProposals,proto3,oneof"`
}

type Payload_RewardsPendingPayouts

type Payload_RewardsPendingPayouts struct {
	RewardsPendingPayouts *RewardsPendingPayouts `protobuf:"bytes,23,opt,name=rewards_pending_payouts,json=rewardsPendingPayouts,proto3,oneof"`
}

type Payload_SettlementState

type Payload_SettlementState struct {
	SettlementState *SettlementState `protobuf:"bytes,57,opt,name=settlement_state,json=settlementState,proto3,oneof"`
}

type Payload_SimpleSpamPolicy

type Payload_SimpleSpamPolicy struct {
	SimpleSpamPolicy *SimpleSpamPolicy `protobuf:"bytes,27,opt,name=simple_spam_policy,json=simpleSpamPolicy,proto3,oneof"`
}

type Payload_StakeVerifierDeposited

type Payload_StakeVerifierDeposited struct {
	StakeVerifierDeposited *StakeVerifierDeposited `protobuf:"bytes,32,opt,name=stake_verifier_deposited,json=stakeVerifierDeposited,proto3,oneof"`
}

type Payload_StakeVerifierRemoved

type Payload_StakeVerifierRemoved struct {
	StakeVerifierRemoved *StakeVerifierRemoved `protobuf:"bytes,33,opt,name=stake_verifier_removed,json=stakeVerifierRemoved,proto3,oneof"`
}

type Payload_StakingAccounts

type Payload_StakingAccounts struct {
	StakingAccounts *StakingAccounts `protobuf:"bytes,15,opt,name=staking_accounts,json=stakingAccounts,proto3,oneof"`
}

type Payload_Topology

type Payload_Topology struct {
	Topology *Topology `protobuf:"bytes,36,opt,name=topology,proto3,oneof"`
}

type Payload_VoteSpamPolicy

type Payload_VoteSpamPolicy struct {
	VoteSpamPolicy *VoteSpamPolicy `protobuf:"bytes,26,opt,name=vote_spam_policy,json=voteSpamPolicy,proto3,oneof"`
}

type Payload_Witness

type Payload_Witness struct {
	Witness *Witness `protobuf:"bytes,34,opt,name=witness,proto3,oneof"`
}

type PeggedOrders

type PeggedOrders struct {
	ParkedOrders []*zeta.Order `protobuf:"bytes,2,rep,name=parked_orders,json=parkedOrders,proto3" json:"parked_orders,omitempty"`
	// contains filtered or unexported fields
}

func (*PeggedOrders) Descriptor deprecated

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

Deprecated: Use PeggedOrders.ProtoReflect.Descriptor instead.

func (*PeggedOrders) GetParkedOrders

func (x *PeggedOrders) GetParkedOrders() []*zeta.Order

func (*PeggedOrders) ProtoMessage

func (*PeggedOrders) ProtoMessage()

func (*PeggedOrders) ProtoReflect

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

func (*PeggedOrders) Reset

func (x *PeggedOrders) Reset()

func (*PeggedOrders) String

func (x *PeggedOrders) String() string

type PendingAssetUpdates

type PendingAssetUpdates struct {
	Assets []*zeta.Asset `protobuf:"bytes,1,rep,name=assets,proto3" json:"assets,omitempty"`
	// contains filtered or unexported fields
}

func (*PendingAssetUpdates) Descriptor deprecated

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

Deprecated: Use PendingAssetUpdates.ProtoReflect.Descriptor instead.

func (*PendingAssetUpdates) GetAssets

func (x *PendingAssetUpdates) GetAssets() []*zeta.Asset

func (*PendingAssetUpdates) ProtoMessage

func (*PendingAssetUpdates) ProtoMessage()

func (*PendingAssetUpdates) ProtoReflect

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

func (*PendingAssetUpdates) Reset

func (x *PendingAssetUpdates) Reset()

func (*PendingAssetUpdates) String

func (x *PendingAssetUpdates) String() string

type PendingAssets

type PendingAssets struct {
	Assets []*zeta.Asset `protobuf:"bytes,1,rep,name=assets,proto3" json:"assets,omitempty"`
	// contains filtered or unexported fields
}

func (*PendingAssets) Descriptor deprecated

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

Deprecated: Use PendingAssets.ProtoReflect.Descriptor instead.

func (*PendingAssets) GetAssets

func (x *PendingAssets) GetAssets() []*zeta.Asset

func (*PendingAssets) ProtoMessage

func (*PendingAssets) ProtoMessage()

func (*PendingAssets) ProtoReflect

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

func (*PendingAssets) Reset

func (x *PendingAssets) Reset()

func (*PendingAssets) String

func (x *PendingAssets) String() string

type PendingERC20MultisigControlSignature

type PendingERC20MultisigControlSignature struct {
	NodeId          string `protobuf:"bytes,1,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	EthereumAddress string `protobuf:"bytes,2,opt,name=ethereum_address,json=ethereumAddress,proto3" json:"ethereum_address,omitempty"`
	Nonce           string `protobuf:"bytes,3,opt,name=nonce,proto3" json:"nonce,omitempty"`
	EpochSeq        uint64 `protobuf:"varint,4,opt,name=epoch_seq,json=epochSeq,proto3" json:"epoch_seq,omitempty"`
	Added           bool   `protobuf:"varint,5,opt,name=added,proto3" json:"added,omitempty"`
	// contains filtered or unexported fields
}

func (*PendingERC20MultisigControlSignature) Descriptor deprecated

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

Deprecated: Use PendingERC20MultisigControlSignature.ProtoReflect.Descriptor instead.

func (*PendingERC20MultisigControlSignature) GetAdded

func (*PendingERC20MultisigControlSignature) GetEpochSeq

func (*PendingERC20MultisigControlSignature) GetEthereumAddress

func (x *PendingERC20MultisigControlSignature) GetEthereumAddress() string

func (*PendingERC20MultisigControlSignature) GetNodeId

func (*PendingERC20MultisigControlSignature) GetNonce

func (*PendingERC20MultisigControlSignature) ProtoMessage

func (*PendingERC20MultisigControlSignature) ProtoMessage()

func (*PendingERC20MultisigControlSignature) ProtoReflect

func (*PendingERC20MultisigControlSignature) Reset

func (*PendingERC20MultisigControlSignature) String

type PendingEthereumKeyRotation

type PendingEthereumKeyRotation struct {
	BlockHeight uint64 `protobuf:"varint,1,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"`
	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"`
	Submitter   string `protobuf:"bytes,4,opt,name=submitter,proto3" json:"submitter,omitempty"`
	OldAddress  string `protobuf:"bytes,5,opt,name=old_address,json=oldAddress,proto3" json:"old_address,omitempty"`
	// contains filtered or unexported fields
}

func (*PendingEthereumKeyRotation) Descriptor deprecated

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

Deprecated: Use PendingEthereumKeyRotation.ProtoReflect.Descriptor instead.

func (*PendingEthereumKeyRotation) GetBlockHeight

func (x *PendingEthereumKeyRotation) GetBlockHeight() uint64

func (*PendingEthereumKeyRotation) GetNewAddress

func (x *PendingEthereumKeyRotation) GetNewAddress() string

func (*PendingEthereumKeyRotation) GetNodeId

func (x *PendingEthereumKeyRotation) GetNodeId() string

func (*PendingEthereumKeyRotation) GetOldAddress

func (x *PendingEthereumKeyRotation) GetOldAddress() string

func (*PendingEthereumKeyRotation) GetSubmitter

func (x *PendingEthereumKeyRotation) GetSubmitter() string

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 {
	BlockHeight    uint64 `protobuf:"varint,1,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"`
	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) GetBlockHeight

func (x *PendingKeyRotation) GetBlockHeight() uint64

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) 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 PerformanceStats

type PerformanceStats struct {
	ValidatorAddress   string `protobuf:"bytes,1,opt,name=validator_address,json=validatorAddress,proto3" json:"validator_address,omitempty"`
	Proposed           uint64 `protobuf:"varint,2,opt,name=proposed,proto3" json:"proposed,omitempty"`
	Elected            uint64 `protobuf:"varint,3,opt,name=elected,proto3" json:"elected,omitempty"`
	Voted              uint64 `protobuf:"varint,4,opt,name=voted,proto3" json:"voted,omitempty"`
	LastHeightVoted    int64  `protobuf:"varint,5,opt,name=last_height_voted,json=lastHeightVoted,proto3" json:"last_height_voted,omitempty"`
	LastHeightProposed int64  `protobuf:"varint,6,opt,name=last_height_proposed,json=lastHeightProposed,proto3" json:"last_height_proposed,omitempty"`
	LastHeightElected  int64  `protobuf:"varint,7,opt,name=last_height_elected,json=lastHeightElected,proto3" json:"last_height_elected,omitempty"`
	// contains filtered or unexported fields
}

func (*PerformanceStats) Descriptor deprecated

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

Deprecated: Use PerformanceStats.ProtoReflect.Descriptor instead.

func (*PerformanceStats) GetElected

func (x *PerformanceStats) GetElected() uint64

func (*PerformanceStats) GetLastHeightElected

func (x *PerformanceStats) GetLastHeightElected() int64

func (*PerformanceStats) GetLastHeightProposed

func (x *PerformanceStats) GetLastHeightProposed() int64

func (*PerformanceStats) GetLastHeightVoted

func (x *PerformanceStats) GetLastHeightVoted() int64

func (*PerformanceStats) GetProposed

func (x *PerformanceStats) GetProposed() uint64

func (*PerformanceStats) GetValidatorAddress

func (x *PerformanceStats) GetValidatorAddress() string

func (*PerformanceStats) GetVoted

func (x *PerformanceStats) GetVoted() uint64

func (*PerformanceStats) ProtoMessage

func (*PerformanceStats) ProtoMessage()

func (*PerformanceStats) ProtoReflect

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

func (*PerformanceStats) Reset

func (x *PerformanceStats) Reset()

func (*PerformanceStats) String

func (x *PerformanceStats) String() string

type Position

type Position struct {
	PartyId        string `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"`
	Size           int64  `protobuf:"varint,2,opt,name=size,proto3" json:"size,omitempty"`
	Buy            int64  `protobuf:"varint,3,opt,name=buy,proto3" json:"buy,omitempty"`
	Sell           int64  `protobuf:"varint,4,opt,name=sell,proto3" json:"sell,omitempty"`
	Price          string `protobuf:"bytes,5,opt,name=price,proto3" json:"price,omitempty"`
	BuySumProduct  string `protobuf:"bytes,6,opt,name=buy_sum_product,json=buySumProduct,proto3" json:"buy_sum_product,omitempty"`
	SellSumProduct string `protobuf:"bytes,7,opt,name=sell_sum_product,json=sellSumProduct,proto3" json:"sell_sum_product,omitempty"`
	Distressed     bool   `protobuf:"varint,8,opt,name=distressed,proto3" json:"distressed,omitempty"`
	// contains filtered or unexported fields
}

func (*Position) Descriptor deprecated

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

Deprecated: Use Position.ProtoReflect.Descriptor instead.

func (*Position) GetBuy

func (x *Position) GetBuy() int64

func (*Position) GetBuySumProduct

func (x *Position) GetBuySumProduct() string

func (*Position) GetDistressed

func (x *Position) GetDistressed() bool

func (*Position) GetPartyId

func (x *Position) GetPartyId() string

func (*Position) GetPrice

func (x *Position) GetPrice() string

func (*Position) GetSell

func (x *Position) GetSell() int64

func (*Position) GetSellSumProduct

func (x *Position) GetSellSumProduct() string

func (*Position) GetSize

func (x *Position) GetSize() int64

func (*Position) ProtoMessage

func (*Position) ProtoMessage()

func (*Position) ProtoReflect

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

func (*Position) Reset

func (x *Position) Reset()

func (*Position) String

func (x *Position) String() string

type PriceBound

type PriceBound struct {
	Active     bool                         `protobuf:"varint,1,opt,name=active,proto3" json:"active,omitempty"`
	UpFactor   string                       `protobuf:"bytes,2,opt,name=up_factor,json=upFactor,proto3" json:"up_factor,omitempty"`
	DownFactor string                       `protobuf:"bytes,3,opt,name=down_factor,json=downFactor,proto3" json:"down_factor,omitempty"`
	Trigger    *zeta.PriceMonitoringTrigger `protobuf:"bytes,4,opt,name=trigger,proto3" json:"trigger,omitempty"`
	// contains filtered or unexported fields
}

func (*PriceBound) Descriptor deprecated

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

Deprecated: Use PriceBound.ProtoReflect.Descriptor instead.

func (*PriceBound) GetActive

func (x *PriceBound) GetActive() bool

func (*PriceBound) GetDownFactor

func (x *PriceBound) GetDownFactor() string

func (*PriceBound) GetTrigger

func (x *PriceBound) GetTrigger() *zeta.PriceMonitoringTrigger

func (*PriceBound) GetUpFactor

func (x *PriceBound) GetUpFactor() string

func (*PriceBound) ProtoMessage

func (*PriceBound) ProtoMessage()

func (*PriceBound) ProtoReflect

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

func (*PriceBound) Reset

func (x *PriceBound) Reset()

func (*PriceBound) String

func (x *PriceBound) String() string

type PriceMonitor

type PriceMonitor struct {
	Initialised         bool               `protobuf:"varint,3,opt,name=initialised,proto3" json:"initialised,omitempty"`
	FpHorizons          []*DecimalMap      `protobuf:"bytes,4,rep,name=fp_horizons,json=fpHorizons,proto3" json:"fp_horizons,omitempty"`
	Now                 int64              `protobuf:"varint,5,opt,name=now,proto3" json:"now,omitempty"`
	Update              int64              `protobuf:"varint,6,opt,name=update,proto3" json:"update,omitempty"`
	Bounds              []*PriceBound      `protobuf:"bytes,7,rep,name=bounds,proto3" json:"bounds,omitempty"`
	PriceRangeCacheTime int64              `protobuf:"varint,8,opt,name=price_range_cache_time,json=priceRangeCacheTime,proto3" json:"price_range_cache_time,omitempty"`
	PriceRangeCache     []*PriceRangeCache `protobuf:"bytes,9,rep,name=price_range_cache,json=priceRangeCache,proto3" json:"price_range_cache,omitempty"`
	RefPriceCacheTime   int64              `protobuf:"varint,10,opt,name=ref_price_cache_time,json=refPriceCacheTime,proto3" json:"ref_price_cache_time,omitempty"`
	RefPriceCache       []*DecimalMap      `protobuf:"bytes,11,rep,name=ref_price_cache,json=refPriceCache,proto3" json:"ref_price_cache,omitempty"`
	PricesNow           []*CurrentPrice    `protobuf:"bytes,12,rep,name=prices_now,json=pricesNow,proto3" json:"prices_now,omitempty"`
	PricesPast          []*PastPrice       `protobuf:"bytes,13,rep,name=prices_past,json=pricesPast,proto3" json:"prices_past,omitempty"`
	ConsensusReached    bool               `protobuf:"varint,14,opt,name=consensus_reached,json=consensusReached,proto3" json:"consensus_reached,omitempty"`
	// contains filtered or unexported fields
}

func (*PriceMonitor) Descriptor deprecated

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

Deprecated: Use PriceMonitor.ProtoReflect.Descriptor instead.

func (*PriceMonitor) GetBounds

func (x *PriceMonitor) GetBounds() []*PriceBound

func (*PriceMonitor) GetConsensusReached

func (x *PriceMonitor) GetConsensusReached() bool

func (*PriceMonitor) GetFpHorizons

func (x *PriceMonitor) GetFpHorizons() []*DecimalMap

func (*PriceMonitor) GetInitialised

func (x *PriceMonitor) GetInitialised() bool

func (*PriceMonitor) GetNow

func (x *PriceMonitor) GetNow() int64

func (*PriceMonitor) GetPriceRangeCache

func (x *PriceMonitor) GetPriceRangeCache() []*PriceRangeCache

func (*PriceMonitor) GetPriceRangeCacheTime

func (x *PriceMonitor) GetPriceRangeCacheTime() int64

func (*PriceMonitor) GetPricesNow

func (x *PriceMonitor) GetPricesNow() []*CurrentPrice

func (*PriceMonitor) GetPricesPast

func (x *PriceMonitor) GetPricesPast() []*PastPrice

func (*PriceMonitor) GetRefPriceCache

func (x *PriceMonitor) GetRefPriceCache() []*DecimalMap

func (*PriceMonitor) GetRefPriceCacheTime

func (x *PriceMonitor) GetRefPriceCacheTime() int64

func (*PriceMonitor) GetUpdate

func (x *PriceMonitor) GetUpdate() int64

func (*PriceMonitor) ProtoMessage

func (*PriceMonitor) ProtoMessage()

func (*PriceMonitor) ProtoReflect

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

func (*PriceMonitor) Reset

func (x *PriceMonitor) Reset()

func (*PriceMonitor) String

func (x *PriceMonitor) String() string

type PriceRange

type PriceRange struct {
	Min string `protobuf:"bytes,1,opt,name=min,proto3" json:"min,omitempty"`
	Max string `protobuf:"bytes,2,opt,name=max,proto3" json:"max,omitempty"`
	Ref string `protobuf:"bytes,3,opt,name=ref,proto3" json:"ref,omitempty"`
	// contains filtered or unexported fields
}

func (*PriceRange) Descriptor deprecated

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

Deprecated: Use PriceRange.ProtoReflect.Descriptor instead.

func (*PriceRange) GetMax

func (x *PriceRange) GetMax() string

func (*PriceRange) GetMin

func (x *PriceRange) GetMin() string

func (*PriceRange) GetRef

func (x *PriceRange) GetRef() string

func (*PriceRange) ProtoMessage

func (*PriceRange) ProtoMessage()

func (*PriceRange) ProtoReflect

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

func (*PriceRange) Reset

func (x *PriceRange) Reset()

func (*PriceRange) String

func (x *PriceRange) String() string

type PriceRangeCache

type PriceRangeCache struct {
	Bound *PriceBound `protobuf:"bytes,1,opt,name=bound,proto3" json:"bound,omitempty"`
	Range *PriceRange `protobuf:"bytes,2,opt,name=range,proto3" json:"range,omitempty"`
	// contains filtered or unexported fields
}

func (*PriceRangeCache) Descriptor deprecated

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

Deprecated: Use PriceRangeCache.ProtoReflect.Descriptor instead.

func (*PriceRangeCache) GetBound

func (x *PriceRangeCache) GetBound() *PriceBound

func (*PriceRangeCache) GetRange

func (x *PriceRangeCache) GetRange() *PriceRange

func (*PriceRangeCache) ProtoMessage

func (*PriceRangeCache) ProtoMessage()

func (*PriceRangeCache) ProtoReflect

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

func (*PriceRangeCache) Reset

func (x *PriceRangeCache) Reset()

func (*PriceRangeCache) String

func (x *PriceRangeCache) String() string

type PriceVolume

type PriceVolume struct {
	Price  string `protobuf:"bytes,1,opt,name=price,proto3" json:"price,omitempty"`
	Volume uint64 `protobuf:"varint,2,opt,name=volume,proto3" json:"volume,omitempty"`
	// contains filtered or unexported fields
}

func (*PriceVolume) Descriptor deprecated

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

Deprecated: Use PriceVolume.ProtoReflect.Descriptor instead.

func (*PriceVolume) GetPrice

func (x *PriceVolume) GetPrice() string

func (*PriceVolume) GetVolume

func (x *PriceVolume) GetVolume() uint64

func (*PriceVolume) ProtoMessage

func (*PriceVolume) ProtoMessage()

func (*PriceVolume) ProtoReflect

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

func (*PriceVolume) Reset

func (x *PriceVolume) Reset()

func (*PriceVolume) String

func (x *PriceVolume) String() string

type ProofOfWork

type ProofOfWork struct {
	BlockHeight []uint64                `protobuf:"varint,1,rep,packed,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"`
	BlockHash   []string                `protobuf:"bytes,2,rep,name=block_hash,json=blockHash,proto3" json:"block_hash,omitempty"`
	TxAtHeight  []*TransactionsAtHeight `protobuf:"bytes,4,rep,name=tx_at_height,json=txAtHeight,proto3" json:"tx_at_height,omitempty"`
	TidAtHeight []*TransactionsAtHeight `protobuf:"bytes,6,rep,name=tid_at_height,json=tidAtHeight,proto3" json:"tid_at_height,omitempty"`
	Banned      []*BannedParty          `protobuf:"bytes,7,rep,name=banned,proto3" json:"banned,omitempty"`
	PowParams   []*ProofOfWorkParams    `protobuf:"bytes,8,rep,name=pow_params,json=powParams,proto3" json:"pow_params,omitempty"`
	PowState    []*ProofOfWorkState     `protobuf:"bytes,9,rep,name=pow_state,json=powState,proto3" json:"pow_state,omitempty"`
	// contains filtered or unexported fields
}

func (*ProofOfWork) Descriptor deprecated

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

Deprecated: Use ProofOfWork.ProtoReflect.Descriptor instead.

func (*ProofOfWork) GetBanned

func (x *ProofOfWork) GetBanned() []*BannedParty

func (*ProofOfWork) GetBlockHash

func (x *ProofOfWork) GetBlockHash() []string

func (*ProofOfWork) GetBlockHeight

func (x *ProofOfWork) GetBlockHeight() []uint64

func (*ProofOfWork) GetPowParams

func (x *ProofOfWork) GetPowParams() []*ProofOfWorkParams

func (*ProofOfWork) GetPowState

func (x *ProofOfWork) GetPowState() []*ProofOfWorkState

func (*ProofOfWork) GetTidAtHeight

func (x *ProofOfWork) GetTidAtHeight() []*TransactionsAtHeight

func (*ProofOfWork) GetTxAtHeight

func (x *ProofOfWork) GetTxAtHeight() []*TransactionsAtHeight

func (*ProofOfWork) ProtoMessage

func (*ProofOfWork) ProtoMessage()

func (*ProofOfWork) ProtoReflect

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

func (*ProofOfWork) Reset

func (x *ProofOfWork) Reset()

func (*ProofOfWork) String

func (x *ProofOfWork) String() string

type ProofOfWorkBlockState

type ProofOfWorkBlockState struct {
	BlockHeight uint64                           `protobuf:"varint,1,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"`
	PartyState  []*ProofOfWorkPartyStateForBlock `protobuf:"bytes,2,rep,name=party_state,json=partyState,proto3" json:"party_state,omitempty"`
	// contains filtered or unexported fields
}

func (*ProofOfWorkBlockState) Descriptor deprecated

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

Deprecated: Use ProofOfWorkBlockState.ProtoReflect.Descriptor instead.

func (*ProofOfWorkBlockState) GetBlockHeight

func (x *ProofOfWorkBlockState) GetBlockHeight() uint64

func (*ProofOfWorkBlockState) GetPartyState

func (*ProofOfWorkBlockState) ProtoMessage

func (*ProofOfWorkBlockState) ProtoMessage()

func (*ProofOfWorkBlockState) ProtoReflect

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

func (*ProofOfWorkBlockState) Reset

func (x *ProofOfWorkBlockState) Reset()

func (*ProofOfWorkBlockState) String

func (x *ProofOfWorkBlockState) String() string

type ProofOfWorkParams

type ProofOfWorkParams struct {
	SpamPowNumberOfPastBlocks   uint64 `` /* 145-byte string literal not displayed */
	SpamPowDifficulty           uint32 `protobuf:"varint,2,opt,name=spam_pow_difficulty,json=spamPowDifficulty,proto3" json:"spam_pow_difficulty,omitempty"`
	SpamPowHashFunction         string `protobuf:"bytes,3,opt,name=spam_pow_hash_function,json=spamPowHashFunction,proto3" json:"spam_pow_hash_function,omitempty"`
	SpamPowNumberOfTxPerBlock   uint64 `` /* 147-byte string literal not displayed */
	SpamPowIncreasingDifficulty bool   `` /* 147-byte string literal not displayed */
	FromBlock                   uint64 `protobuf:"varint,6,opt,name=from_block,json=fromBlock,proto3" json:"from_block,omitempty"`
	UntilBlock                  int64  `protobuf:"varint,7,opt,name=until_block,json=untilBlock,proto3" json:"until_block,omitempty"`
	// contains filtered or unexported fields
}

func (*ProofOfWorkParams) Descriptor deprecated

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

Deprecated: Use ProofOfWorkParams.ProtoReflect.Descriptor instead.

func (*ProofOfWorkParams) GetFromBlock

func (x *ProofOfWorkParams) GetFromBlock() uint64

func (*ProofOfWorkParams) GetSpamPowDifficulty

func (x *ProofOfWorkParams) GetSpamPowDifficulty() uint32

func (*ProofOfWorkParams) GetSpamPowHashFunction

func (x *ProofOfWorkParams) GetSpamPowHashFunction() string

func (*ProofOfWorkParams) GetSpamPowIncreasingDifficulty

func (x *ProofOfWorkParams) GetSpamPowIncreasingDifficulty() bool

func (*ProofOfWorkParams) GetSpamPowNumberOfPastBlocks

func (x *ProofOfWorkParams) GetSpamPowNumberOfPastBlocks() uint64

func (*ProofOfWorkParams) GetSpamPowNumberOfTxPerBlock

func (x *ProofOfWorkParams) GetSpamPowNumberOfTxPerBlock() uint64

func (*ProofOfWorkParams) GetUntilBlock

func (x *ProofOfWorkParams) GetUntilBlock() int64

func (*ProofOfWorkParams) ProtoMessage

func (*ProofOfWorkParams) ProtoMessage()

func (*ProofOfWorkParams) ProtoReflect

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

func (*ProofOfWorkParams) Reset

func (x *ProofOfWorkParams) Reset()

func (*ProofOfWorkParams) String

func (x *ProofOfWorkParams) String() string

type ProofOfWorkPartyStateForBlock

type ProofOfWorkPartyStateForBlock struct {
	Party              string `protobuf:"bytes,1,opt,name=party,proto3" json:"party,omitempty"`
	SeenCount          uint64 `protobuf:"varint,2,opt,name=seen_count,json=seenCount,proto3" json:"seen_count,omitempty"`
	ObservedDifficulty uint64 `protobuf:"varint,3,opt,name=observed_difficulty,json=observedDifficulty,proto3" json:"observed_difficulty,omitempty"`
	// contains filtered or unexported fields
}

func (*ProofOfWorkPartyStateForBlock) Descriptor deprecated

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

Deprecated: Use ProofOfWorkPartyStateForBlock.ProtoReflect.Descriptor instead.

func (*ProofOfWorkPartyStateForBlock) GetObservedDifficulty

func (x *ProofOfWorkPartyStateForBlock) GetObservedDifficulty() uint64

func (*ProofOfWorkPartyStateForBlock) GetParty

func (x *ProofOfWorkPartyStateForBlock) GetParty() string

func (*ProofOfWorkPartyStateForBlock) GetSeenCount

func (x *ProofOfWorkPartyStateForBlock) GetSeenCount() uint64

func (*ProofOfWorkPartyStateForBlock) ProtoMessage

func (*ProofOfWorkPartyStateForBlock) ProtoMessage()

func (*ProofOfWorkPartyStateForBlock) ProtoReflect

func (*ProofOfWorkPartyStateForBlock) Reset

func (x *ProofOfWorkPartyStateForBlock) Reset()

func (*ProofOfWorkPartyStateForBlock) String

type ProofOfWorkState

type ProofOfWorkState struct {
	PowState []*ProofOfWorkBlockState `protobuf:"bytes,1,rep,name=pow_state,json=powState,proto3" json:"pow_state,omitempty"`
	// contains filtered or unexported fields
}

func (*ProofOfWorkState) Descriptor deprecated

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

Deprecated: Use ProofOfWorkState.ProtoReflect.Descriptor instead.

func (*ProofOfWorkState) GetPowState

func (x *ProofOfWorkState) GetPowState() []*ProofOfWorkBlockState

func (*ProofOfWorkState) ProtoMessage

func (*ProofOfWorkState) ProtoMessage()

func (*ProofOfWorkState) ProtoReflect

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

func (*ProofOfWorkState) Reset

func (x *ProofOfWorkState) Reset()

func (*ProofOfWorkState) String

func (x *ProofOfWorkState) String() string

type ProposalData

type ProposalData struct {
	Proposal *zeta.Proposal `protobuf:"bytes,1,opt,name=proposal,proto3" json:"proposal,omitempty"`
	Yes      []*zeta.Vote   `protobuf:"bytes,2,rep,name=yes,proto3" json:"yes,omitempty"`
	No       []*zeta.Vote   `protobuf:"bytes,3,rep,name=no,proto3" json:"no,omitempty"`
	Invalid  []*zeta.Vote   `protobuf:"bytes,4,rep,name=invalid,proto3" json:"invalid,omitempty"`
	// contains filtered or unexported fields
}

func (*ProposalData) Descriptor deprecated

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

Deprecated: Use ProposalData.ProtoReflect.Descriptor instead.

func (*ProposalData) GetInvalid

func (x *ProposalData) GetInvalid() []*zeta.Vote

func (*ProposalData) GetNo

func (x *ProposalData) GetNo() []*zeta.Vote

func (*ProposalData) GetProposal

func (x *ProposalData) GetProposal() *zeta.Proposal

func (*ProposalData) GetYes

func (x *ProposalData) GetYes() []*zeta.Vote

func (*ProposalData) ProtoMessage

func (*ProposalData) ProtoMessage()

func (*ProposalData) ProtoReflect

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

func (*ProposalData) Reset

func (x *ProposalData) Reset()

func (*ProposalData) String

func (x *ProposalData) String() string

type ProtocolUpgradeProposals

type ProtocolUpgradeProposals struct {
	ActiveProposals  []*v12.ProtocolUpgradeEvent      `protobuf:"bytes,1,rep,name=active_proposals,json=activeProposals,proto3" json:"active_proposals,omitempty"`
	AcceptedProposal *AcceptedProtocolUpgradeProposal `protobuf:"bytes,2,opt,name=accepted_proposal,json=acceptedProposal,proto3" json:"accepted_proposal,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtocolUpgradeProposals) Descriptor deprecated

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

Deprecated: Use ProtocolUpgradeProposals.ProtoReflect.Descriptor instead.

func (*ProtocolUpgradeProposals) GetAcceptedProposal

func (*ProtocolUpgradeProposals) GetActiveProposals

func (x *ProtocolUpgradeProposals) GetActiveProposals() []*v12.ProtocolUpgradeEvent

func (*ProtocolUpgradeProposals) ProtoMessage

func (*ProtocolUpgradeProposals) ProtoMessage()

func (*ProtocolUpgradeProposals) ProtoReflect

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

func (*ProtocolUpgradeProposals) Reset

func (x *ProtocolUpgradeProposals) Reset()

func (*ProtocolUpgradeProposals) String

func (x *ProtocolUpgradeProposals) String() string

type Resource

type Resource struct {
	Id         string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	CheckUntil int64    `protobuf:"varint,2,opt,name=check_until,json=checkUntil,proto3" json:"check_until,omitempty"`
	Votes      []string `protobuf:"bytes,3,rep,name=votes,proto3" json:"votes,omitempty"`
	State      uint32   `protobuf:"varint,4,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*Resource) Descriptor deprecated

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

Deprecated: Use Resource.ProtoReflect.Descriptor instead.

func (*Resource) GetCheckUntil

func (x *Resource) GetCheckUntil() int64

func (*Resource) GetId

func (x *Resource) GetId() string

func (*Resource) GetState

func (x *Resource) GetState() uint32

func (*Resource) GetVotes

func (x *Resource) GetVotes() []string

func (*Resource) ProtoMessage

func (*Resource) ProtoMessage()

func (*Resource) ProtoReflect

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

func (*Resource) Reset

func (x *Resource) Reset()

func (*Resource) String

func (x *Resource) String() string

type RewardsPartyAmount

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

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

Deprecated: Use RewardsPartyAmount.ProtoReflect.Descriptor instead.

func (*RewardsPartyAmount) GetAmount

func (x *RewardsPartyAmount) GetAmount() string

func (*RewardsPartyAmount) GetParty

func (x *RewardsPartyAmount) GetParty() string

func (*RewardsPartyAmount) ProtoMessage

func (*RewardsPartyAmount) ProtoMessage()

func (*RewardsPartyAmount) ProtoReflect

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

func (*RewardsPartyAmount) Reset

func (x *RewardsPartyAmount) Reset()

func (*RewardsPartyAmount) String

func (x *RewardsPartyAmount) String() string

type RewardsPayout

type RewardsPayout 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"`
	RewardPartyAmount []*RewardsPartyAmount `protobuf:"bytes,3,rep,name=reward_party_amount,json=rewardPartyAmount,proto3" json:"reward_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 (*RewardsPayout) Descriptor deprecated

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

Deprecated: Use RewardsPayout.ProtoReflect.Descriptor instead.

func (*RewardsPayout) GetAsset

func (x *RewardsPayout) GetAsset() string

func (*RewardsPayout) GetEpochSeq

func (x *RewardsPayout) GetEpochSeq() string

func (*RewardsPayout) GetFromAccount

func (x *RewardsPayout) GetFromAccount() string

func (*RewardsPayout) GetRewardPartyAmount

func (x *RewardsPayout) GetRewardPartyAmount() []*RewardsPartyAmount

func (*RewardsPayout) GetTimestamp

func (x *RewardsPayout) GetTimestamp() int64

func (*RewardsPayout) GetTotalReward

func (x *RewardsPayout) GetTotalReward() string

func (*RewardsPayout) ProtoMessage

func (*RewardsPayout) ProtoMessage()

func (*RewardsPayout) ProtoReflect

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

func (*RewardsPayout) Reset

func (x *RewardsPayout) Reset()

func (*RewardsPayout) String

func (x *RewardsPayout) String() string

type RewardsPendingPayouts

type RewardsPendingPayouts struct {
	ScheduledRewardsPayout []*ScheduledRewardsPayout `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RewardsPendingPayouts) Descriptor deprecated

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

Deprecated: Use RewardsPendingPayouts.ProtoReflect.Descriptor instead.

func (*RewardsPendingPayouts) GetScheduledRewardsPayout

func (x *RewardsPendingPayouts) GetScheduledRewardsPayout() []*ScheduledRewardsPayout

func (*RewardsPendingPayouts) ProtoMessage

func (*RewardsPendingPayouts) ProtoMessage()

func (*RewardsPendingPayouts) ProtoReflect

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

func (*RewardsPendingPayouts) Reset

func (x *RewardsPendingPayouts) Reset()

func (*RewardsPendingPayouts) String

func (x *RewardsPendingPayouts) String() string

type ScheduledRewardsPayout

type ScheduledRewardsPayout struct {
	PayoutTime    int64            `protobuf:"varint,1,opt,name=payout_time,json=payoutTime,proto3" json:"payout_time,omitempty"`
	RewardsPayout []*RewardsPayout `protobuf:"bytes,2,rep,name=rewards_payout,json=rewardsPayout,proto3" json:"rewards_payout,omitempty"`
	// contains filtered or unexported fields
}

func (*ScheduledRewardsPayout) Descriptor deprecated

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

Deprecated: Use ScheduledRewardsPayout.ProtoReflect.Descriptor instead.

func (*ScheduledRewardsPayout) GetPayoutTime

func (x *ScheduledRewardsPayout) GetPayoutTime() int64

func (*ScheduledRewardsPayout) GetRewardsPayout

func (x *ScheduledRewardsPayout) GetRewardsPayout() []*RewardsPayout

func (*ScheduledRewardsPayout) ProtoMessage

func (*ScheduledRewardsPayout) ProtoMessage()

func (*ScheduledRewardsPayout) ProtoReflect

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

func (*ScheduledRewardsPayout) Reset

func (x *ScheduledRewardsPayout) Reset()

func (*ScheduledRewardsPayout) String

func (x *ScheduledRewardsPayout) String() string

type SettlementState

type SettlementState struct {
	MarketId             string                 `protobuf:"bytes,1,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"`
	LastMarkPrice        string                 `protobuf:"bytes,2,opt,name=last_mark_price,json=lastMarkPrice,proto3" json:"last_mark_price,omitempty"`
	LastSettledPositions []*LastSettledPosition `protobuf:"bytes,3,rep,name=last_settled_positions,json=lastSettledPositions,proto3" json:"last_settled_positions,omitempty"`
	Trades               []*SettlementTrade     `protobuf:"bytes,4,rep,name=trades,proto3" json:"trades,omitempty"`
	// contains filtered or unexported fields
}

func (*SettlementState) Descriptor deprecated

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

Deprecated: Use SettlementState.ProtoReflect.Descriptor instead.

func (*SettlementState) GetLastMarkPrice

func (x *SettlementState) GetLastMarkPrice() string

func (*SettlementState) GetLastSettledPositions

func (x *SettlementState) GetLastSettledPositions() []*LastSettledPosition

func (*SettlementState) GetMarketId

func (x *SettlementState) GetMarketId() string

func (*SettlementState) GetTrades

func (x *SettlementState) GetTrades() []*SettlementTrade

func (*SettlementState) ProtoMessage

func (*SettlementState) ProtoMessage()

func (*SettlementState) ProtoReflect

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

func (*SettlementState) Reset

func (x *SettlementState) Reset()

func (*SettlementState) String

func (x *SettlementState) String() string

type SettlementTrade

type SettlementTrade struct {
	PartyId     string `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"`
	Price       string `protobuf:"bytes,2,opt,name=price,proto3" json:"price,omitempty"`
	MarketPrice string `protobuf:"bytes,3,opt,name=market_price,json=marketPrice,proto3" json:"market_price,omitempty"`
	Size        int64  `protobuf:"varint,4,opt,name=size,proto3" json:"size,omitempty"`
	NewSize     int64  `protobuf:"varint,5,opt,name=new_size,json=newSize,proto3" json:"new_size,omitempty"`
	// contains filtered or unexported fields
}

func (*SettlementTrade) Descriptor deprecated

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

Deprecated: Use SettlementTrade.ProtoReflect.Descriptor instead.

func (*SettlementTrade) GetMarketPrice

func (x *SettlementTrade) GetMarketPrice() string

func (*SettlementTrade) GetNewSize

func (x *SettlementTrade) GetNewSize() int64

func (*SettlementTrade) GetPartyId

func (x *SettlementTrade) GetPartyId() string

func (*SettlementTrade) GetPrice

func (x *SettlementTrade) GetPrice() string

func (*SettlementTrade) GetSize

func (x *SettlementTrade) GetSize() int64

func (*SettlementTrade) ProtoMessage

func (*SettlementTrade) ProtoMessage()

func (*SettlementTrade) ProtoReflect

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

func (*SettlementTrade) Reset

func (x *SettlementTrade) Reset()

func (*SettlementTrade) String

func (x *SettlementTrade) String() string

type SignerEventsPerAddress

type SignerEventsPerAddress struct {
	Address string                          `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Events  []*v12.ERC20MultiSigSignerEvent `protobuf:"bytes,2,rep,name=events,proto3" json:"events,omitempty"`
	// contains filtered or unexported fields
}

func (*SignerEventsPerAddress) Descriptor deprecated

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

Deprecated: Use SignerEventsPerAddress.ProtoReflect.Descriptor instead.

func (*SignerEventsPerAddress) GetAddress

func (x *SignerEventsPerAddress) GetAddress() string

func (*SignerEventsPerAddress) GetEvents

func (*SignerEventsPerAddress) ProtoMessage

func (*SignerEventsPerAddress) ProtoMessage()

func (*SignerEventsPerAddress) ProtoReflect

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

func (*SignerEventsPerAddress) Reset

func (x *SignerEventsPerAddress) Reset()

func (*SignerEventsPerAddress) String

func (x *SignerEventsPerAddress) String() string

type SimpleSpamPolicy

type SimpleSpamPolicy struct {
	PolicyName      string                       `protobuf:"bytes,1,opt,name=policy_name,json=policyName,proto3" json:"policy_name,omitempty"`
	PartyToCount    []*SpamPartyTransactionCount `protobuf:"bytes,2,rep,name=party_to_count,json=partyToCount,proto3" json:"party_to_count,omitempty"`
	BannedParties   []*BannedParty               `protobuf:"bytes,3,rep,name=banned_parties,json=bannedParties,proto3" json:"banned_parties,omitempty"`
	TokenBalance    []*PartyTokenBalance         `protobuf:"bytes,4,rep,name=token_balance,json=tokenBalance,proto3" json:"token_balance,omitempty"`
	CurrentEpochSeq uint64                       `protobuf:"varint,5,opt,name=current_epoch_seq,json=currentEpochSeq,proto3" json:"current_epoch_seq,omitempty"`
	// contains filtered or unexported fields
}

func (*SimpleSpamPolicy) Descriptor deprecated

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

Deprecated: Use SimpleSpamPolicy.ProtoReflect.Descriptor instead.

func (*SimpleSpamPolicy) GetBannedParties

func (x *SimpleSpamPolicy) GetBannedParties() []*BannedParty

func (*SimpleSpamPolicy) GetCurrentEpochSeq

func (x *SimpleSpamPolicy) GetCurrentEpochSeq() uint64

func (*SimpleSpamPolicy) GetPartyToCount

func (x *SimpleSpamPolicy) GetPartyToCount() []*SpamPartyTransactionCount

func (*SimpleSpamPolicy) GetPolicyName

func (x *SimpleSpamPolicy) GetPolicyName() string

func (*SimpleSpamPolicy) GetTokenBalance

func (x *SimpleSpamPolicy) GetTokenBalance() []*PartyTokenBalance

func (*SimpleSpamPolicy) ProtoMessage

func (*SimpleSpamPolicy) ProtoMessage()

func (*SimpleSpamPolicy) ProtoReflect

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

func (*SimpleSpamPolicy) Reset

func (x *SimpleSpamPolicy) Reset()

func (*SimpleSpamPolicy) String

func (x *SimpleSpamPolicy) String() string

type Snapshot

type Snapshot struct {
	Height   uint64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"`
	Format   Format `protobuf:"varint,2,opt,name=format,proto3,enum=zeta.snapshot.v1.Format" json:"format,omitempty"`
	Chunks   uint32 `protobuf:"varint,3,opt,name=chunks,proto3" json:"chunks,omitempty"`
	Hash     []byte `protobuf:"bytes,4,opt,name=hash,proto3" json:"hash,omitempty"`
	Metadata []byte `protobuf:"bytes,5,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*Snapshot) Descriptor deprecated

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

Deprecated: Use Snapshot.ProtoReflect.Descriptor instead.

func (*Snapshot) GetChunks

func (x *Snapshot) GetChunks() uint32

func (*Snapshot) GetFormat

func (x *Snapshot) GetFormat() Format

func (*Snapshot) GetHash

func (x *Snapshot) GetHash() []byte

func (*Snapshot) GetHeight

func (x *Snapshot) GetHeight() uint64

func (*Snapshot) GetMetadata

func (x *Snapshot) GetMetadata() []byte

func (*Snapshot) ProtoMessage

func (*Snapshot) ProtoMessage()

func (*Snapshot) ProtoReflect

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

func (*Snapshot) Reset

func (x *Snapshot) Reset()

func (*Snapshot) String

func (x *Snapshot) String() string

type SpamPartyTransactionCount

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

func (*SpamPartyTransactionCount) Descriptor deprecated

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

Deprecated: Use SpamPartyTransactionCount.ProtoReflect.Descriptor instead.

func (*SpamPartyTransactionCount) GetCount

func (x *SpamPartyTransactionCount) GetCount() uint64

func (*SpamPartyTransactionCount) GetParty

func (x *SpamPartyTransactionCount) GetParty() string

func (*SpamPartyTransactionCount) ProtoMessage

func (*SpamPartyTransactionCount) ProtoMessage()

func (*SpamPartyTransactionCount) ProtoReflect

func (*SpamPartyTransactionCount) Reset

func (x *SpamPartyTransactionCount) Reset()

func (*SpamPartyTransactionCount) String

func (x *SpamPartyTransactionCount) String() string

type StakeVerifierDeposited

type StakeVerifierDeposited struct {
	PendingDeposited []*StakeVerifierPending `protobuf:"bytes,1,rep,name=pending_deposited,json=pendingDeposited,proto3" json:"pending_deposited,omitempty"`
	// contains filtered or unexported fields
}

func (*StakeVerifierDeposited) Descriptor deprecated

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

Deprecated: Use StakeVerifierDeposited.ProtoReflect.Descriptor instead.

func (*StakeVerifierDeposited) GetPendingDeposited

func (x *StakeVerifierDeposited) GetPendingDeposited() []*StakeVerifierPending

func (*StakeVerifierDeposited) ProtoMessage

func (*StakeVerifierDeposited) ProtoMessage()

func (*StakeVerifierDeposited) ProtoReflect

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

func (*StakeVerifierDeposited) Reset

func (x *StakeVerifierDeposited) Reset()

func (*StakeVerifierDeposited) String

func (x *StakeVerifierDeposited) String() string

type StakeVerifierPending

type StakeVerifierPending struct {
	EthereumAddress string `protobuf:"bytes,1,opt,name=ethereum_address,json=ethereumAddress,proto3" json:"ethereum_address,omitempty"`
	ZetaPublicKey   string `protobuf:"bytes,2,opt,name=zeta_public_key,json=zetaPublicKey,proto3" json:"zeta_public_key,omitempty"`
	Amount          string `protobuf:"bytes,3,opt,name=amount,proto3" json:"amount,omitempty"`
	BlockTime       int64  `protobuf:"varint,4,opt,name=block_time,json=blockTime,proto3" json:"block_time,omitempty"`
	BlockNumber     uint64 `protobuf:"varint,5,opt,name=block_number,json=blockNumber,proto3" json:"block_number,omitempty"`
	LogIndex        uint64 `protobuf:"varint,6,opt,name=log_index,json=logIndex,proto3" json:"log_index,omitempty"`
	TxId            string `protobuf:"bytes,7,opt,name=tx_id,json=txId,proto3" json:"tx_id,omitempty"`
	Id              string `protobuf:"bytes,8,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*StakeVerifierPending) Descriptor deprecated

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

Deprecated: Use StakeVerifierPending.ProtoReflect.Descriptor instead.

func (*StakeVerifierPending) GetAmount

func (x *StakeVerifierPending) GetAmount() string

func (*StakeVerifierPending) GetBlockNumber

func (x *StakeVerifierPending) GetBlockNumber() uint64

func (*StakeVerifierPending) GetBlockTime

func (x *StakeVerifierPending) GetBlockTime() int64

func (*StakeVerifierPending) GetEthereumAddress

func (x *StakeVerifierPending) GetEthereumAddress() string

func (*StakeVerifierPending) GetId

func (x *StakeVerifierPending) GetId() string

func (*StakeVerifierPending) GetLogIndex

func (x *StakeVerifierPending) GetLogIndex() uint64

func (*StakeVerifierPending) GetTxId

func (x *StakeVerifierPending) GetTxId() string

func (*StakeVerifierPending) GetZetaPublicKey

func (x *StakeVerifierPending) GetZetaPublicKey() string

func (*StakeVerifierPending) ProtoMessage

func (*StakeVerifierPending) ProtoMessage()

func (*StakeVerifierPending) ProtoReflect

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

func (*StakeVerifierPending) Reset

func (x *StakeVerifierPending) Reset()

func (*StakeVerifierPending) String

func (x *StakeVerifierPending) String() string

type StakeVerifierRemoved

type StakeVerifierRemoved struct {
	PendingRemoved []*StakeVerifierPending `protobuf:"bytes,1,rep,name=pending_removed,json=pendingRemoved,proto3" json:"pending_removed,omitempty"`
	// contains filtered or unexported fields
}

func (*StakeVerifierRemoved) Descriptor deprecated

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

Deprecated: Use StakeVerifierRemoved.ProtoReflect.Descriptor instead.

func (*StakeVerifierRemoved) GetPendingRemoved

func (x *StakeVerifierRemoved) GetPendingRemoved() []*StakeVerifierPending

func (*StakeVerifierRemoved) ProtoMessage

func (*StakeVerifierRemoved) ProtoMessage()

func (*StakeVerifierRemoved) ProtoReflect

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

func (*StakeVerifierRemoved) Reset

func (x *StakeVerifierRemoved) Reset()

func (*StakeVerifierRemoved) String

func (x *StakeVerifierRemoved) String() string

type StakingAccount

type StakingAccount struct {
	Party   string              `protobuf:"bytes,1,opt,name=party,proto3" json:"party,omitempty"`
	Balance string              `protobuf:"bytes,2,opt,name=balance,proto3" json:"balance,omitempty"`
	Events  []*v12.StakeLinking `protobuf:"bytes,3,rep,name=events,proto3" json:"events,omitempty"`
	// contains filtered or unexported fields
}

func (*StakingAccount) Descriptor deprecated

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

Deprecated: Use StakingAccount.ProtoReflect.Descriptor instead.

func (*StakingAccount) GetBalance

func (x *StakingAccount) GetBalance() string

func (*StakingAccount) GetEvents

func (x *StakingAccount) GetEvents() []*v12.StakeLinking

func (*StakingAccount) GetParty

func (x *StakingAccount) GetParty() string

func (*StakingAccount) ProtoMessage

func (*StakingAccount) ProtoMessage()

func (*StakingAccount) ProtoReflect

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

func (*StakingAccount) Reset

func (x *StakingAccount) Reset()

func (*StakingAccount) String

func (x *StakingAccount) String() string

type StakingAccounts

type StakingAccounts struct {
	Accounts                []*StakingAccount      `protobuf:"bytes,1,rep,name=accounts,proto3" json:"accounts,omitempty"`
	StakingAssetTotalSupply string                 `` /* 134-byte string literal not displayed */
	PendingStakeTotalSupply *zeta.StakeTotalSupply `` /* 134-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*StakingAccounts) Descriptor deprecated

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

Deprecated: Use StakingAccounts.ProtoReflect.Descriptor instead.

func (*StakingAccounts) GetAccounts

func (x *StakingAccounts) GetAccounts() []*StakingAccount

func (*StakingAccounts) GetPendingStakeTotalSupply

func (x *StakingAccounts) GetPendingStakeTotalSupply() *zeta.StakeTotalSupply

func (*StakingAccounts) GetStakingAssetTotalSupply

func (x *StakingAccounts) GetStakingAssetTotalSupply() string

func (*StakingAccounts) ProtoMessage

func (*StakingAccounts) ProtoMessage()

func (*StakingAccounts) ProtoReflect

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

func (*StakingAccounts) Reset

func (x *StakingAccounts) Reset()

func (*StakingAccounts) String

func (x *StakingAccounts) String() string

type StateVarInternalState

type StateVarInternalState struct {
	Id                          string                          `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	State                       int32                           `protobuf:"varint,2,opt,name=state,proto3" json:"state,omitempty"`
	EventId                     string                          `protobuf:"bytes,3,opt,name=event_id,json=eventId,proto3" json:"event_id,omitempty"`
	ValidatorsResults           []*FloatingPointValidatorResult `protobuf:"bytes,4,rep,name=validators_results,json=validatorsResults,proto3" json:"validators_results,omitempty"`
	RoundsSinceMeaningfulUpdate int32                           `` /* 147-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*StateVarInternalState) Descriptor deprecated

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

Deprecated: Use StateVarInternalState.ProtoReflect.Descriptor instead.

func (*StateVarInternalState) GetEventId

func (x *StateVarInternalState) GetEventId() string

func (*StateVarInternalState) GetId

func (x *StateVarInternalState) GetId() string

func (*StateVarInternalState) GetRoundsSinceMeaningfulUpdate

func (x *StateVarInternalState) GetRoundsSinceMeaningfulUpdate() int32

func (*StateVarInternalState) GetState

func (x *StateVarInternalState) GetState() int32

func (*StateVarInternalState) GetValidatorsResults

func (x *StateVarInternalState) GetValidatorsResults() []*FloatingPointValidatorResult

func (*StateVarInternalState) ProtoMessage

func (*StateVarInternalState) ProtoMessage()

func (*StateVarInternalState) ProtoReflect

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

func (*StateVarInternalState) Reset

func (x *StateVarInternalState) Reset()

func (*StateVarInternalState) String

func (x *StateVarInternalState) String() string

type TimePrice

type TimePrice struct {
	Time  int64  `protobuf:"varint,1,opt,name=time,proto3" json:"time,omitempty"`
	Price string `protobuf:"bytes,2,opt,name=price,proto3" json:"price,omitempty"`
	// contains filtered or unexported fields
}

func (*TimePrice) Descriptor deprecated

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

Deprecated: Use TimePrice.ProtoReflect.Descriptor instead.

func (*TimePrice) GetPrice

func (x *TimePrice) GetPrice() string

func (*TimePrice) GetTime

func (x *TimePrice) GetTime() int64

func (*TimePrice) ProtoMessage

func (*TimePrice) ProtoMessage()

func (*TimePrice) ProtoReflect

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

func (*TimePrice) Reset

func (x *TimePrice) Reset()

func (*TimePrice) String

func (x *TimePrice) String() string

type TimestampedOpenInterest

type TimestampedOpenInterest struct {
	OpenInterest uint64 `protobuf:"varint,1,opt,name=open_interest,json=openInterest,proto3" json:"open_interest,omitempty"`
	Time         int64  `protobuf:"varint,2,opt,name=time,proto3" json:"time,omitempty"`
	// contains filtered or unexported fields
}

func (*TimestampedOpenInterest) Descriptor deprecated

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

Deprecated: Use TimestampedOpenInterest.ProtoReflect.Descriptor instead.

func (*TimestampedOpenInterest) GetOpenInterest

func (x *TimestampedOpenInterest) GetOpenInterest() uint64

func (*TimestampedOpenInterest) GetTime

func (x *TimestampedOpenInterest) GetTime() int64

func (*TimestampedOpenInterest) ProtoMessage

func (*TimestampedOpenInterest) ProtoMessage()

func (*TimestampedOpenInterest) ProtoReflect

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

func (*TimestampedOpenInterest) Reset

func (x *TimestampedOpenInterest) Reset()

func (*TimestampedOpenInterest) String

func (x *TimestampedOpenInterest) String() string

type ToplogySignatures

type ToplogySignatures struct {
	PendingSignatures []*PendingERC20MultisigControlSignature `protobuf:"bytes,1,rep,name=pending_signatures,json=pendingSignatures,proto3" json:"pending_signatures,omitempty"`
	IssuedSignatures  []*IssuedERC20MultisigControlSignature  `protobuf:"bytes,2,rep,name=issued_signatures,json=issuedSignatures,proto3" json:"issued_signatures,omitempty"`
	// contains filtered or unexported fields
}

func (*ToplogySignatures) Descriptor deprecated

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

Deprecated: Use ToplogySignatures.ProtoReflect.Descriptor instead.

func (*ToplogySignatures) GetIssuedSignatures

func (x *ToplogySignatures) GetIssuedSignatures() []*IssuedERC20MultisigControlSignature

func (*ToplogySignatures) GetPendingSignatures

func (x *ToplogySignatures) GetPendingSignatures() []*PendingERC20MultisigControlSignature

func (*ToplogySignatures) ProtoMessage

func (*ToplogySignatures) ProtoMessage()

func (*ToplogySignatures) ProtoReflect

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

func (*ToplogySignatures) Reset

func (x *ToplogySignatures) Reset()

func (*ToplogySignatures) String

func (x *ToplogySignatures) String() string

type Topology

type Topology struct {
	ValidatorData                []*ValidatorState             `protobuf:"bytes,1,rep,name=validator_data,json=validatorData,proto3" json:"validator_data,omitempty"`
	ChainKeys                    []string                      `protobuf:"bytes,2,rep,name=chain_keys,json=chainKeys,proto3" json:"chain_keys,omitempty"`
	PendingPubKeyRotations       []*PendingKeyRotation         `` /* 131-byte string literal not displayed */
	ValidatorPerformance         *ValidatorPerformance         `protobuf:"bytes,4,opt,name=validator_performance,json=validatorPerformance,proto3" json:"validator_performance,omitempty"`
	PendingEthereumKeyRotations  []*PendingEthereumKeyRotation `` /* 146-byte string literal not displayed */
	Signatures                   *ToplogySignatures            `protobuf:"bytes,6,opt,name=signatures,proto3" json:"signatures,omitempty"`
	UnsolvedEthereumKeyRotations []*PendingEthereumKeyRotation `` /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Topology) Descriptor deprecated

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

Deprecated: Use Topology.ProtoReflect.Descriptor instead.

func (*Topology) GetChainKeys

func (x *Topology) GetChainKeys() []string

func (*Topology) GetPendingEthereumKeyRotations

func (x *Topology) GetPendingEthereumKeyRotations() []*PendingEthereumKeyRotation

func (*Topology) GetPendingPubKeyRotations

func (x *Topology) GetPendingPubKeyRotations() []*PendingKeyRotation

func (*Topology) GetSignatures

func (x *Topology) GetSignatures() *ToplogySignatures

func (*Topology) GetUnsolvedEthereumKeyRotations

func (x *Topology) GetUnsolvedEthereumKeyRotations() []*PendingEthereumKeyRotation

func (*Topology) GetValidatorData

func (x *Topology) GetValidatorData() []*ValidatorState

func (*Topology) GetValidatorPerformance

func (x *Topology) GetValidatorPerformance() *ValidatorPerformance

func (*Topology) ProtoMessage

func (*Topology) ProtoMessage()

func (*Topology) ProtoReflect

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

func (*Topology) Reset

func (x *Topology) Reset()

func (*Topology) String

func (x *Topology) String() string

type TransactionsAtHeight

type TransactionsAtHeight struct {
	Height       uint64   `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"`
	Transactions []string `protobuf:"bytes,2,rep,name=transactions,proto3" json:"transactions,omitempty"`
	// contains filtered or unexported fields
}

func (*TransactionsAtHeight) Descriptor deprecated

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

Deprecated: Use TransactionsAtHeight.ProtoReflect.Descriptor instead.

func (*TransactionsAtHeight) GetHeight

func (x *TransactionsAtHeight) GetHeight() uint64

func (*TransactionsAtHeight) GetTransactions

func (x *TransactionsAtHeight) GetTransactions() []string

func (*TransactionsAtHeight) ProtoMessage

func (*TransactionsAtHeight) ProtoMessage()

func (*TransactionsAtHeight) ProtoReflect

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

func (*TransactionsAtHeight) Reset

func (x *TransactionsAtHeight) Reset()

func (*TransactionsAtHeight) String

func (x *TransactionsAtHeight) String() string

type TxRef

type TxRef struct {
	Asset    string `protobuf:"bytes,1,opt,name=asset,proto3" json:"asset,omitempty"`
	BlockNr  uint64 `protobuf:"varint,2,opt,name=block_nr,json=blockNr,proto3" json:"block_nr,omitempty"`
	Hash     string `protobuf:"bytes,3,opt,name=hash,proto3" json:"hash,omitempty"`
	LogIndex uint64 `protobuf:"varint,4,opt,name=log_index,json=logIndex,proto3" json:"log_index,omitempty"`
	// contains filtered or unexported fields
}

func (*TxRef) Descriptor deprecated

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

Deprecated: Use TxRef.ProtoReflect.Descriptor instead.

func (*TxRef) GetAsset

func (x *TxRef) GetAsset() string

func (*TxRef) GetBlockNr

func (x *TxRef) GetBlockNr() uint64

func (*TxRef) GetHash

func (x *TxRef) GetHash() string

func (*TxRef) GetLogIndex

func (x *TxRef) GetLogIndex() uint64

func (*TxRef) ProtoMessage

func (*TxRef) ProtoMessage()

func (*TxRef) ProtoReflect

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

func (*TxRef) Reset

func (x *TxRef) Reset()

func (*TxRef) String

func (x *TxRef) String() string

type ValidatorPerformance

type ValidatorPerformance struct {
	ValidatorPerfStats []*PerformanceStats `protobuf:"bytes,1,rep,name=validator_perf_stats,json=validatorPerfStats,proto3" json:"validator_perf_stats,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidatorPerformance) Descriptor deprecated

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

Deprecated: Use ValidatorPerformance.ProtoReflect.Descriptor instead.

func (*ValidatorPerformance) GetValidatorPerfStats

func (x *ValidatorPerformance) GetValidatorPerfStats() []*PerformanceStats

func (*ValidatorPerformance) ProtoMessage

func (*ValidatorPerformance) ProtoMessage()

func (*ValidatorPerformance) ProtoReflect

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

func (*ValidatorPerformance) Reset

func (x *ValidatorPerformance) Reset()

func (*ValidatorPerformance) String

func (x *ValidatorPerformance) String() string

type ValidatorState

type ValidatorState struct {
	ValidatorUpdate              *v12.ValidatorUpdate `protobuf:"bytes,1,opt,name=validator_update,json=validatorUpdate,proto3" json:"validator_update,omitempty"`
	BlockAdded                   uint64               `protobuf:"varint,2,opt,name=block_added,json=blockAdded,proto3" json:"block_added,omitempty"`
	Status                       int32                `protobuf:"varint,3,opt,name=status,proto3" json:"status,omitempty"`
	StatusChangeBlock            uint64               `protobuf:"varint,4,opt,name=status_change_block,json=statusChangeBlock,proto3" json:"status_change_block,omitempty"`
	LastBlockWithPositiveRanking uint64               `` /* 152-byte string literal not displayed */
	EthEventsForwarded           uint64               `protobuf:"varint,6,opt,name=eth_events_forwarded,json=ethEventsForwarded,proto3" json:"eth_events_forwarded,omitempty"`
	HeartbeatTracker             *HeartbeatTracker    `protobuf:"bytes,7,opt,name=heartbeat_tracker,json=heartbeatTracker,proto3" json:"heartbeat_tracker,omitempty"`
	ValidatorPower               int64                `protobuf:"varint,8,opt,name=validator_power,json=validatorPower,proto3" json:"validator_power,omitempty"`
	RankingScore                 *zeta.RankingScore   `protobuf:"bytes,9,opt,name=ranking_score,json=rankingScore,proto3" json:"ranking_score,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidatorState) Descriptor deprecated

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

Deprecated: Use ValidatorState.ProtoReflect.Descriptor instead.

func (*ValidatorState) GetBlockAdded

func (x *ValidatorState) GetBlockAdded() uint64

func (*ValidatorState) GetEthEventsForwarded

func (x *ValidatorState) GetEthEventsForwarded() uint64

func (*ValidatorState) GetHeartbeatTracker

func (x *ValidatorState) GetHeartbeatTracker() *HeartbeatTracker

func (*ValidatorState) GetLastBlockWithPositiveRanking

func (x *ValidatorState) GetLastBlockWithPositiveRanking() uint64

func (*ValidatorState) GetRankingScore

func (x *ValidatorState) GetRankingScore() *zeta.RankingScore

func (*ValidatorState) GetStatus

func (x *ValidatorState) GetStatus() int32

func (*ValidatorState) GetStatusChangeBlock

func (x *ValidatorState) GetStatusChangeBlock() uint64

func (*ValidatorState) GetValidatorPower

func (x *ValidatorState) GetValidatorPower() int64

func (*ValidatorState) GetValidatorUpdate

func (x *ValidatorState) GetValidatorUpdate() *v12.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 VoteSpamPolicy

type VoteSpamPolicy struct {
	PartyToVote             []*PartyProposalVoteCount `protobuf:"bytes,1,rep,name=party_to_vote,json=partyToVote,proto3" json:"party_to_vote,omitempty"`
	BannedParties           []*BannedParty            `protobuf:"bytes,2,rep,name=banned_parties,json=bannedParties,proto3" json:"banned_parties,omitempty"`
	TokenBalance            []*PartyTokenBalance      `protobuf:"bytes,3,rep,name=token_balance,json=tokenBalance,proto3" json:"token_balance,omitempty"`
	RecentBlocksRejectStats []*BlockRejectStats       `` /* 134-byte string literal not displayed */
	CurrentBlockIndex       uint64                    `protobuf:"varint,5,opt,name=current_block_index,json=currentBlockIndex,proto3" json:"current_block_index,omitempty"`
	LastIncreaseBlock       uint64                    `protobuf:"varint,6,opt,name=last_increase_block,json=lastIncreaseBlock,proto3" json:"last_increase_block,omitempty"`
	CurrentEpochSeq         uint64                    `protobuf:"varint,7,opt,name=current_epoch_seq,json=currentEpochSeq,proto3" json:"current_epoch_seq,omitempty"`
	MinVotingTokensFactor   string                    `` /* 128-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*VoteSpamPolicy) Descriptor deprecated

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

Deprecated: Use VoteSpamPolicy.ProtoReflect.Descriptor instead.

func (*VoteSpamPolicy) GetBannedParties

func (x *VoteSpamPolicy) GetBannedParties() []*BannedParty

func (*VoteSpamPolicy) GetCurrentBlockIndex

func (x *VoteSpamPolicy) GetCurrentBlockIndex() uint64

func (*VoteSpamPolicy) GetCurrentEpochSeq

func (x *VoteSpamPolicy) GetCurrentEpochSeq() uint64

func (*VoteSpamPolicy) GetLastIncreaseBlock

func (x *VoteSpamPolicy) GetLastIncreaseBlock() uint64

func (*VoteSpamPolicy) GetMinVotingTokensFactor

func (x *VoteSpamPolicy) GetMinVotingTokensFactor() string

func (*VoteSpamPolicy) GetPartyToVote

func (x *VoteSpamPolicy) GetPartyToVote() []*PartyProposalVoteCount

func (*VoteSpamPolicy) GetRecentBlocksRejectStats

func (x *VoteSpamPolicy) GetRecentBlocksRejectStats() []*BlockRejectStats

func (*VoteSpamPolicy) GetTokenBalance

func (x *VoteSpamPolicy) GetTokenBalance() []*PartyTokenBalance

func (*VoteSpamPolicy) ProtoMessage

func (*VoteSpamPolicy) ProtoMessage()

func (*VoteSpamPolicy) ProtoReflect

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

func (*VoteSpamPolicy) Reset

func (x *VoteSpamPolicy) Reset()

func (*VoteSpamPolicy) String

func (x *VoteSpamPolicy) String() string

type Withdrawal

type Withdrawal struct {
	Ref        string           `protobuf:"bytes,1,opt,name=ref,proto3" json:"ref,omitempty"`
	Withdrawal *zeta.Withdrawal `protobuf:"bytes,2,opt,name=withdrawal,proto3" json:"withdrawal,omitempty"`
	// contains filtered or unexported fields
}

func (*Withdrawal) Descriptor deprecated

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

Deprecated: Use Withdrawal.ProtoReflect.Descriptor instead.

func (*Withdrawal) GetRef

func (x *Withdrawal) GetRef() string

func (*Withdrawal) GetWithdrawal

func (x *Withdrawal) GetWithdrawal() *zeta.Withdrawal

func (*Withdrawal) ProtoMessage

func (*Withdrawal) ProtoMessage()

func (*Withdrawal) ProtoReflect

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

func (*Withdrawal) Reset

func (x *Withdrawal) Reset()

func (*Withdrawal) String

func (x *Withdrawal) String() string

type Witness

type Witness struct {
	Resources []*Resource `protobuf:"bytes,1,rep,name=resources,proto3" json:"resources,omitempty"`
	// contains filtered or unexported fields
}

func (*Witness) Descriptor deprecated

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

Deprecated: Use Witness.ProtoReflect.Descriptor instead.

func (*Witness) GetResources

func (x *Witness) GetResources() []*Resource

func (*Witness) ProtoMessage

func (*Witness) ProtoMessage()

func (*Witness) ProtoReflect

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

func (*Witness) Reset

func (x *Witness) Reset()

func (*Witness) String

func (x *Witness) String() string

Jump to

Keyboard shortcuts

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