Documentation ¶
Index ¶
- Variables
- func GetMarketIDFilter(mID string) func(Event) bool
- func GetPartyAndMarketFilter(mID, pID string) func(Event) bool
- func GetPartyIDFilter(pID string) func(Event) bool
- type AMMCurve
- type AMMPool
- type Acc
- type Asset
- type Auction
- type Base
- func (b Base) BlockNr() int64
- func (b Base) ChainID() string
- func (b Base) CompositeCount() uint64
- func (b Base) Context() context.Context
- func (b *Base) Replace(ctx context.Context)
- func (b Base) Sequence() uint64
- func (b *Base) SetSequenceID(s uint64)
- func (b Base) TraceID() string
- func (b Base) TxHash() string
- func (b Base) Type() Type
- type BeginBlock
- type CancelledOrders
- func (c CancelledOrders) CompositeCount() uint64
- func (c CancelledOrders) IsMarket(mID string) bool
- func (c CancelledOrders) IsParty(pID string) bool
- func (c CancelledOrders) MarketID() string
- func (c CancelledOrders) OrderIDs() []string
- func (c CancelledOrders) PartyID() string
- func (c CancelledOrders) Proto() eventspb.CancelledOrders
- func (c CancelledOrders) StreamMarketMessage() *eventspb.BusEvent
- func (c CancelledOrders) StreamMessage() *eventspb.BusEvent
- type Checkpoint
- type DelegationBalance
- type Deposit
- type DistressedOrders
- func (d DistressedOrders) IsMarket(marketID string) bool
- func (d DistressedOrders) IsParty(partyID string) bool
- func (d DistressedOrders) MarketID() string
- func (d DistressedOrders) Parties() []string
- func (d DistressedOrders) Proto() eventspb.DistressedOrders
- func (d DistressedOrders) StreamMarketMessage() *eventspb.BusEvent
- func (d DistressedOrders) StreamMessage() *eventspb.BusEvent
- type DistressedPositions
- func (d *DistressedPositions) AddDistressedParties(parties ...string)
- func (d *DistressedPositions) AddSafeParties(parties ...string)
- func (d DistressedPositions) DistressedParties() []string
- func (d DistressedPositions) IsDistressedParty(p string) bool
- func (d DistressedPositions) IsMarket(marketID string) bool
- func (d DistressedPositions) IsParty(partyID string) bool
- func (d DistressedPositions) IsSafeParty(p string) bool
- func (d DistressedPositions) MarketID() string
- func (d DistressedPositions) Proto() eventspb.DistressedPositions
- func (d DistressedPositions) SafeParties() []string
- func (d DistressedPositions) StreamMarketMessage() *eventspb.BusEvent
- func (d DistressedPositions) StreamMessage() *eventspb.BusEvent
- type ERC20MultiSigSigner
- type ERC20MultiSigSignerAdded
- type ERC20MultiSigSignerRemoved
- type ERC20MultiSigThresholdSet
- type EndBlock
- type EpochEvent
- type EthereumKeyRotation
- type Event
- type ExpiredOrders
- func (d ExpiredOrders) CompositeCount() uint64
- func (d ExpiredOrders) IsMarket(marketID string) bool
- func (d ExpiredOrders) MarketID() string
- func (d ExpiredOrders) OrderIDs() []string
- func (d ExpiredOrders) Proto() eventspb.ExpiredOrders
- func (d ExpiredOrders) StreamMarketMessage() *eventspb.BusEvent
- func (d ExpiredOrders) StreamMessage() *eventspb.BusEvent
- type FeesStats
- type FeesTransfer
- type FundingPayments
- type FundingPeriod
- type FundingPeriodDataPoint
- type GameScores
- func GameScoresEventFromStream(ctx context.Context, be *eventspb.BusEvent) *GameScores
- func NewPartyGameScoresEvent(ctx context.Context, epoch int64, gameID string, time time.Time, ...) *GameScores
- func NewTeamGameScoresEvent(ctx context.Context, epoch int64, gameID string, time time.Time, ...) *GameScores
- type KeyRotation
- type LedgerMovements
- type LiquidityProvision
- func (p LiquidityProvision) IsParty(id string) bool
- func (p LiquidityProvision) LiquidityProvision() *proto.LiquidityProvision
- func (p LiquidityProvision) MarketID() string
- func (p LiquidityProvision) PartyID() string
- func (p LiquidityProvision) Proto() *proto.LiquidityProvision
- func (p LiquidityProvision) StreamMessage() *eventspb.BusEvent
- type LossSoc
- func (l LossSoc) Amount() *num.Int
- func (l LossSoc) IsParty(id string) bool
- func (l LossSoc) MarketID() string
- func (l LossSoc) Negative() bool
- func (l LossSoc) PartyID() string
- func (l LossSoc) Proto() eventspb.LossSocialization
- func (l LossSoc) StreamMessage() *eventspb.BusEvent
- func (l LossSoc) Timestamp() int64
- type LossSocialization
- type Margin
- type MarginLevels
- func (m MarginLevels) Asset() string
- func (m MarginLevels) IsParty(id string) bool
- func (m MarginLevels) MarginLevels() proto.MarginLevels
- func (m MarginLevels) MarketID() string
- func (m MarginLevels) PartyID() string
- func (m MarginLevels) Proto() proto.MarginLevels
- func (m MarginLevels) StreamMessage() *eventspb.BusEvent
- type MarketCreated
- func (m MarketCreated) Market() proto.Market
- func (m MarketCreated) MarketEvent() string
- func (m MarketCreated) MarketID() string
- func (m MarketCreated) MarketProto() eventspb.MarketEvent
- func (m MarketCreated) Proto() proto.Market
- func (m MarketCreated) StreamMarketMessage() *eventspb.BusEvent
- func (m MarketCreated) StreamMessage() *eventspb.BusEvent
- type MarketData
- type MarketPosition
- type MarketTick
- func (m MarketTick) MarketEvent() string
- func (m MarketTick) MarketID() string
- func (m MarketTick) MarketProto() eventspb.MarketEvent
- func (m MarketTick) Proto() eventspb.MarketTick
- func (m MarketTick) StreamMarketMessage() *eventspb.BusEvent
- func (m MarketTick) StreamMessage() *eventspb.BusEvent
- func (m MarketTick) Time() time.Time
- type MarketUpdated
- func (m MarketUpdated) Market() proto.Market
- func (m MarketUpdated) MarketEvent() string
- func (m MarketUpdated) MarketID() string
- func (m MarketUpdated) MarketProto() eventspb.MarketEvent
- func (m MarketUpdated) Proto() proto.Market
- func (m MarketUpdated) StreamMarketMessage() *eventspb.BusEvent
- func (m MarketUpdated) StreamMessage() *eventspb.BusEvent
- type NetworkLimits
- type NetworkParameter
- type NodeSignature
- type OracleData
- type OracleSpec
- type Order
- type PaidLiquidityFeesStats
- type Party
- type PartyActivityStreak
- type PartyMarginModeUpdated
- type PartyProfileUpdated
- type PosRes
- func (p PosRes) Closed() int
- func (p PosRes) Distressed() int
- func (p PosRes) MarkPrice() *num.Uint
- func (p PosRes) MarketEvent() string
- func (p PosRes) MarketID() string
- func (p PosRes) MarketProto() eventspb.MarketEvent
- func (p PosRes) Proto() eventspb.PositionResolution
- func (p PosRes) StreamMarketMessage() *eventspb.BusEvent
- func (p PosRes) StreamMessage() *eventspb.BusEvent
- type PositionState
- func (s PositionState) IsParty(id string) bool
- func (s PositionState) MarketID() string
- func (s PositionState) PartyID() string
- func (s PositionState) PotentialBuys() int64
- func (s PositionState) PotentialSells() int64
- func (s PositionState) Proto() eventspb.PositionStateEvent
- func (s PositionState) Size() int64
- func (s PositionState) StreamMessage() *eventspb.BusEvent
- func (s PositionState) VWBuyPrice() *num.Uint
- func (s PositionState) VWSellPrice() *num.Uint
- type Proposal
- type ProtocolUpgradeDataNodeReady
- type ProtocolUpgradeProposalEvent
- type ProtocolUpgradeStarted
- type RefereeJoinedReferralSet
- type RefereeJoinedTeam
- type RefereeSwitchedTeam
- type ReferralProgramEnded
- type ReferralProgramStarted
- type ReferralProgramUpdated
- type ReferralSetCreated
- type ReferralSetStatsUpdated
- type RewardPayout
- type Risk
- type RiskFactor
- type SettleDistressed
- func (s SettleDistressed) IsParty(id string) bool
- func (s SettleDistressed) Margin() *num.Uint
- func (s SettleDistressed) MarketID() string
- func (s SettleDistressed) PartyID() string
- func (s SettleDistressed) Price() *num.Uint
- func (s SettleDistressed) Proto() eventspb.SettleDistressed
- func (s SettleDistressed) StreamMessage() *eventspb.BusEvent
- func (s SettleDistressed) Timestamp() int64
- type SettleMarket
- func (m SettleMarket) MarketID() string
- func (m SettleMarket) PartyID() string
- func (m SettleMarket) PositionFactor() num.Decimal
- func (m SettleMarket) Proto() *eventspb.SettleMarket
- func (m SettleMarket) SettledPrice() *num.Uint
- func (m SettleMarket) StreamMessage() *eventspb.BusEvent
- func (m SettleMarket) Timestamp() int64
- type SettlePos
- func (s SettlePos) IsParty(id string) bool
- func (s SettlePos) MarketID() string
- func (s SettlePos) PartyID() string
- func (s SettlePos) PositionFactor() num.Decimal
- func (s SettlePos) Price() *num.Uint
- func (s SettlePos) Proto() eventspb.SettlePosition
- func (s SettlePos) StreamMessage() *eventspb.BusEvent
- func (s SettlePos) Timestamp() int64
- func (s SettlePos) Trades() []TradeSettlement
- type SettlePosition
- type SnapshotTakenEvent
- type StakeLinking
- type StateVar
- type StopOrder
- type TeamCreated
- type TeamUpdated
- type TeamsStatsUpdated
- type Time
- type TimeWeightedNotionalPositionUpdated
- type Trade
- type TradeSettlement
- type TransactionResult
- func NewTransactionResultEventFailure(ctx context.Context, hash, party string, err error, tx interface{}) *TransactionResult
- func NewTransactionResultEventSuccess(ctx context.Context, hash, party string, tx interface{}) *TransactionResult
- func TransactionResultEventFromStream(ctx context.Context, be *eventspb.BusEvent) *TransactionResult
- func (tr *TransactionResult) Hash() string
- func (t TransactionResult) IsParty(id string) bool
- func (tr *TransactionResult) PartyID() string
- func (t TransactionResult) Proto() eventspb.TransactionResult
- func (tr *TransactionResult) Status() bool
- func (t TransactionResult) StreamMessage() *eventspb.BusEvent
- func (t TransactionResult) TransactionResult() TransactionResult
- type Transfer
- type TransferFees
- type TransferFeesDiscountUpdated
- type TransferFunds
- func NewGovTransferFundsEvent(ctx context.Context, t *types.GovernanceTransfer, amount *num.Uint, ...) *TransferFunds
- func NewGovTransferFundsEventWithReason(ctx context.Context, t *types.GovernanceTransfer, amount *num.Uint, ...) *TransferFunds
- func NewOneOffTransferFundsEvent(ctx context.Context, t *types.OneOffTransfer) *TransferFunds
- func NewOneOffTransferFundsEventWithReason(ctx context.Context, t *types.OneOffTransfer, reason string) *TransferFunds
- func NewRecurringTransferFundsEvent(ctx context.Context, t *types.RecurringTransfer, gameID *string) *TransferFunds
- func NewRecurringTransferFundsEventWithReason(ctx context.Context, t *types.RecurringTransfer, reason string, gameID *string) *TransferFunds
- func TransferFundsEventFromStream(ctx context.Context, be *eventspb.BusEvent) *TransferFunds
- type TxErr
- type Type
- type ValidatorRanking
- type ValidatorScore
- type ValidatorUpdate
- func (vu ValidatorUpdate) AvatarURL() string
- func (vu ValidatorUpdate) Country() string
- func (vu ValidatorUpdate) EthereumAddress() string
- func (vu ValidatorUpdate) InfoURL() string
- func (vu ValidatorUpdate) Name() string
- func (vu ValidatorUpdate) NodeID() string
- func (vu ValidatorUpdate) Proto() eventspb.ValidatorUpdate
- func (vu ValidatorUpdate) StreamMessage() *eventspb.BusEvent
- func (vu ValidatorUpdate) TendermintPublicKey() string
- func (vu ValidatorUpdate) ValidatorUpdate() eventspb.ValidatorUpdate
- func (vu ValidatorUpdate) VegaPublicKey() string
- func (vu ValidatorUpdate) VegaPublicKeyIndex() uint32
- type VestingBalancesSummary
- type VestingStatsUpdated
- type VolumeDiscountProgramEnded
- type VolumeDiscountProgramStarted
- type VolumeDiscountProgramUpdated
- type VolumeDiscountStatsUpdated
- type Vote
- func (v Vote) IsParty(id string) bool
- func (v *Vote) PartyID() string
- func (v *Vote) ProposalID() string
- func (v Vote) Proto() proto.Vote
- func (v Vote) StreamMessage() *eventspb.BusEvent
- func (v *Vote) TotalGovernanceTokenBalance() string
- func (v *Vote) TotalGovernanceTokenWeight() string
- func (v *Vote) Value() proto.Vote_Value
- func (v *Vote) Vote() proto.Vote
- type Withdrawal
Constants ¶
This section is empty.
Variables ¶
var ErrInvalidEventType = errors.New("invalid proto event type")
Functions ¶
func GetMarketIDFilter ¶
func GetPartyAndMarketFilter ¶
func GetPartyIDFilter ¶
Types ¶
type AMMCurve ¶ added in v0.77.0
func (*AMMCurve) ToProtoEvent ¶ added in v0.77.0
type AMMPool ¶ added in v0.77.0
type AMMPool struct { *Base // contains filtered or unexported fields }
func AMMPoolEventFromStream ¶ added in v0.77.0
func NewAMMPoolEvent ¶ added in v0.77.0
func (AMMPool) StreamMessage ¶ added in v0.77.0
type Acc ¶
type Acc struct { *Base // contains filtered or unexported fields }
func AccountEventFromStream ¶
func (Acc) StreamMessage ¶
type Asset ¶
type Asset struct { *Base // contains filtered or unexported fields }
func AssetEventFromStream ¶
func (Asset) StreamMessage ¶
type Auction ¶
type Auction struct { *Base // contains filtered or unexported fields }
func AuctionEventFromStream ¶
func NewAuctionEvent ¶
func NewAuctionEvent(ctx context.Context, marketID string, leave bool, start, stop int64, triggers ...types.AuctionTrigger) *Auction
NewAuctionEvent creates a new auction event object.
func (Auction) Auction ¶
Auction returns the action performed (either true=leave auction, or false=entering auction).
func (Auction) MarketEvent ¶
MarketEvent - implement market event interface so we can log this event.
func (Auction) Proto ¶
func (a Auction) Proto() eventspb.AuctionEvent
Proto wrap event data in a proto message.
func (Auction) StreamMarketMessage ¶
StreamMarketMessage - allows for this event to be streamed as just a market event containing just market ID and a string akin to a log message.
func (Auction) StreamMessage ¶
StreamMessage returns the BusEvent message for the event stream API.
type Base ¶
type Base struct {
// contains filtered or unexported fields
}
Base common denominator all event-bus events share.
func (Base) CompositeCount ¶ added in v0.68.0
CompositeCount on the base event will default to 1.
func (*Base) Replace ¶ added in v0.74.2
Replace updates the event to be based on the new given context.
func (*Base) SetSequenceID ¶
type BeginBlock ¶ added in v0.56.0
type BeginBlock struct { *Base // contains filtered or unexported fields }
func BeginBlockEventFromStream ¶ added in v0.56.0
func BeginBlockEventFromStream(ctx context.Context, be *eventspb.BusEvent) *BeginBlock
func NewBeginBlock ¶ added in v0.56.0
func NewBeginBlock(ctx context.Context, bb eventspb.BeginBlock) *BeginBlock
NewTime returns a new time Update event.
func (BeginBlock) BeginBlock ¶ added in v0.56.0
func (b BeginBlock) BeginBlock() eventspb.BeginBlock
Time returns the new blocktime.
func (BeginBlock) Proto ¶ added in v0.56.0
func (b BeginBlock) Proto() eventspb.BeginBlock
func (BeginBlock) StreamMessage ¶ added in v0.56.0
func (b BeginBlock) StreamMessage() *eventspb.BusEvent
type CancelledOrders ¶ added in v0.76.0
type CancelledOrders struct { *Base // contains filtered or unexported fields }
func CancelledOrdersEventFromStream ¶ added in v0.76.0
func CancelledOrdersEventFromStream(ctx context.Context, be *eventspb.BusEvent) *CancelledOrders
func NewCancelledOrdersEvent ¶ added in v0.76.0
func NewCancelledOrdersEvent(ctx context.Context, marketID, partyID string, orders ...string) *CancelledOrders
func (CancelledOrders) CompositeCount ¶ added in v0.76.0
func (c CancelledOrders) CompositeCount() uint64
func (CancelledOrders) IsMarket ¶ added in v0.76.0
func (c CancelledOrders) IsMarket(mID string) bool
func (CancelledOrders) IsParty ¶ added in v0.76.0
func (c CancelledOrders) IsParty(pID string) bool
func (CancelledOrders) MarketID ¶ added in v0.76.0
func (c CancelledOrders) MarketID() string
func (CancelledOrders) OrderIDs ¶ added in v0.76.0
func (c CancelledOrders) OrderIDs() []string
func (CancelledOrders) PartyID ¶ added in v0.76.0
func (c CancelledOrders) PartyID() string
func (CancelledOrders) Proto ¶ added in v0.76.0
func (c CancelledOrders) Proto() eventspb.CancelledOrders
func (CancelledOrders) StreamMarketMessage ¶ added in v0.76.0
func (c CancelledOrders) StreamMarketMessage() *eventspb.BusEvent
func (CancelledOrders) StreamMessage ¶ added in v0.76.0
func (c CancelledOrders) StreamMessage() *eventspb.BusEvent
type Checkpoint ¶
type Checkpoint struct { *Base // contains filtered or unexported fields }
func CheckpointEventFromStream ¶
func CheckpointEventFromStream(ctx context.Context, be *eventspb.BusEvent) *Checkpoint
func NewCheckpointEvent ¶
func NewCheckpointEvent(ctx context.Context, snap *types.CheckpointState) *Checkpoint
func (Checkpoint) Proto ¶
func (e Checkpoint) Proto() eventspb.CheckpointEvent
func (Checkpoint) StreamMessage ¶
func (e Checkpoint) StreamMessage() *eventspb.BusEvent
type DelegationBalance ¶
func DelegationBalanceEventFromStream ¶
func DelegationBalanceEventFromStream(ctx context.Context, be *eventspb.BusEvent) *DelegationBalance
func NewDelegationBalance ¶
func (DelegationBalance) Proto ¶
func (db DelegationBalance) Proto() eventspb.DelegationBalanceEvent
func (DelegationBalance) StreamMessage ¶
func (db DelegationBalance) StreamMessage() *eventspb.BusEvent
type Deposit ¶
type Deposit struct { *Base // contains filtered or unexported fields }
func DepositEventFromStream ¶
func (Deposit) StreamMessage ¶
type DistressedOrders ¶ added in v0.68.0
type DistressedOrders struct { *Base // contains filtered or unexported fields }
DistressedOrders contains the market and parties that needed to have their orders closed in order to maintain their open positions on the market.
func DistressedOrdersEventFromStream ¶ added in v0.68.0
func DistressedOrdersEventFromStream(ctx context.Context, be *eventspb.BusEvent) *DistressedOrders
func NewDistressedOrdersEvent ¶ added in v0.68.0
func NewDistressedOrdersEvent(ctx context.Context, marketID string, parties []string) *DistressedOrders
func (DistressedOrders) IsMarket ¶ added in v0.68.0
func (d DistressedOrders) IsMarket(marketID string) bool
func (DistressedOrders) IsParty ¶ added in v0.68.0
func (d DistressedOrders) IsParty(partyID string) bool
func (DistressedOrders) MarketID ¶ added in v0.68.0
func (d DistressedOrders) MarketID() string
func (DistressedOrders) Parties ¶ added in v0.68.0
func (d DistressedOrders) Parties() []string
func (DistressedOrders) Proto ¶ added in v0.68.0
func (d DistressedOrders) Proto() eventspb.DistressedOrders
func (DistressedOrders) StreamMarketMessage ¶ added in v0.68.0
func (d DistressedOrders) StreamMarketMessage() *eventspb.BusEvent
func (DistressedOrders) StreamMessage ¶ added in v0.68.0
func (d DistressedOrders) StreamMessage() *eventspb.BusEvent
type DistressedPositions ¶ added in v0.71.0
type DistressedPositions struct { *Base // contains filtered or unexported fields }
DistressedPositions contains the market and parties that needed to have their orders closed in order to maintain their open positions on the market.
func DistressedPositionsEventFromStream ¶ added in v0.71.0
func DistressedPositionsEventFromStream(ctx context.Context, be *eventspb.BusEvent) *DistressedPositions
func NewDistressedPositionsEvent ¶ added in v0.71.0
func NewDistressedPositionsEvent(ctx context.Context, marketID string, dParties, sParties []string) *DistressedPositions
func (*DistressedPositions) AddDistressedParties ¶ added in v0.71.0
func (d *DistressedPositions) AddDistressedParties(parties ...string)
func (*DistressedPositions) AddSafeParties ¶ added in v0.71.0
func (d *DistressedPositions) AddSafeParties(parties ...string)
func (DistressedPositions) DistressedParties ¶ added in v0.71.0
func (d DistressedPositions) DistressedParties() []string
func (DistressedPositions) IsDistressedParty ¶ added in v0.71.0
func (d DistressedPositions) IsDistressedParty(p string) bool
func (DistressedPositions) IsMarket ¶ added in v0.71.0
func (d DistressedPositions) IsMarket(marketID string) bool
func (DistressedPositions) IsParty ¶ added in v0.71.0
func (d DistressedPositions) IsParty(partyID string) bool
func (DistressedPositions) IsSafeParty ¶ added in v0.71.0
func (d DistressedPositions) IsSafeParty(p string) bool
func (DistressedPositions) MarketID ¶ added in v0.71.0
func (d DistressedPositions) MarketID() string
func (DistressedPositions) Proto ¶ added in v0.71.0
func (d DistressedPositions) Proto() eventspb.DistressedPositions
func (DistressedPositions) SafeParties ¶ added in v0.71.0
func (d DistressedPositions) SafeParties() []string
func (DistressedPositions) StreamMarketMessage ¶ added in v0.71.0
func (d DistressedPositions) StreamMarketMessage() *eventspb.BusEvent
func (DistressedPositions) StreamMessage ¶ added in v0.71.0
func (d DistressedPositions) StreamMessage() *eventspb.BusEvent
type ERC20MultiSigSigner ¶
type ERC20MultiSigSigner struct { *Base // contains filtered or unexported fields }
func ERC20MultiSigSignerFromStream ¶
func ERC20MultiSigSignerFromStream(ctx context.Context, be *eventspb.BusEvent) *ERC20MultiSigSigner
func NewERC20MultiSigSigner ¶
func NewERC20MultiSigSigner(ctx context.Context, evt types.SignerEvent) *ERC20MultiSigSigner
func (ERC20MultiSigSigner) ERC20MultiSigSigner ¶
func (s ERC20MultiSigSigner) ERC20MultiSigSigner() eventspb.ERC20MultiSigSignerEvent
func (ERC20MultiSigSigner) Proto ¶
func (s ERC20MultiSigSigner) Proto() eventspb.ERC20MultiSigSignerEvent
func (ERC20MultiSigSigner) StreamMessage ¶
func (s ERC20MultiSigSigner) StreamMessage() *eventspb.BusEvent
type ERC20MultiSigSignerAdded ¶
type ERC20MultiSigSignerAdded struct { *Base // contains filtered or unexported fields }
func ERC20MultiSigSignerAddedFromStream ¶
func ERC20MultiSigSignerAddedFromStream(ctx context.Context, be *eventspb.BusEvent) *ERC20MultiSigSignerAdded
func NewERC20MultiSigSignerAdded ¶
func NewERC20MultiSigSignerAdded(ctx context.Context, evt eventspb.ERC20MultiSigSignerAdded) *ERC20MultiSigSignerAdded
func (ERC20MultiSigSignerAdded) ERC20MultiSigSignerAdded ¶
func (s ERC20MultiSigSignerAdded) ERC20MultiSigSignerAdded() eventspb.ERC20MultiSigSignerAdded
func (ERC20MultiSigSignerAdded) Proto ¶
func (s ERC20MultiSigSignerAdded) Proto() eventspb.ERC20MultiSigSignerAdded
func (ERC20MultiSigSignerAdded) StreamMessage ¶
func (s ERC20MultiSigSignerAdded) StreamMessage() *eventspb.BusEvent
type ERC20MultiSigSignerRemoved ¶
type ERC20MultiSigSignerRemoved struct { *Base // contains filtered or unexported fields }
func ERC20MultiSigSignerRemovedFromStream ¶
func ERC20MultiSigSignerRemovedFromStream(ctx context.Context, be *eventspb.BusEvent) *ERC20MultiSigSignerRemoved
func NewERC20MultiSigSignerRemoved ¶
func NewERC20MultiSigSignerRemoved(ctx context.Context, evt eventspb.ERC20MultiSigSignerRemoved) *ERC20MultiSigSignerRemoved
func (ERC20MultiSigSignerRemoved) ERC20MultiSigSignerRemoved ¶
func (s ERC20MultiSigSignerRemoved) ERC20MultiSigSignerRemoved() eventspb.ERC20MultiSigSignerRemoved
func (ERC20MultiSigSignerRemoved) Proto ¶
func (s ERC20MultiSigSignerRemoved) Proto() eventspb.ERC20MultiSigSignerRemoved
func (ERC20MultiSigSignerRemoved) StreamMessage ¶
func (s ERC20MultiSigSignerRemoved) StreamMessage() *eventspb.BusEvent
type ERC20MultiSigThresholdSet ¶
type ERC20MultiSigThresholdSet struct { *Base // contains filtered or unexported fields }
func ERC20MultiSigThresholdSetFromStream ¶
func ERC20MultiSigThresholdSetFromStream(ctx context.Context, be *eventspb.BusEvent) *ERC20MultiSigThresholdSet
func NewERC20MultiSigThresholdSet ¶
func NewERC20MultiSigThresholdSet(ctx context.Context, evt types.SignerThresholdSetEvent) *ERC20MultiSigThresholdSet
func (ERC20MultiSigThresholdSet) ERC20MultiSigThresholdSet ¶
func (s ERC20MultiSigThresholdSet) ERC20MultiSigThresholdSet() eventspb.ERC20MultiSigThresholdSetEvent
func (ERC20MultiSigThresholdSet) Proto ¶
func (s ERC20MultiSigThresholdSet) Proto() eventspb.ERC20MultiSigThresholdSetEvent
func (ERC20MultiSigThresholdSet) StreamMessage ¶
func (s ERC20MultiSigThresholdSet) StreamMessage() *eventspb.BusEvent
type EndBlock ¶ added in v0.56.0
type EndBlock struct { *Base // contains filtered or unexported fields }
func EndBlockEventFromStream ¶ added in v0.56.0
func NewEndBlock ¶ added in v0.56.0
NewTime returns a new time Update event.
func (EndBlock) StreamMessage ¶ added in v0.56.0
type EpochEvent ¶
type EpochEvent struct { *Base // contains filtered or unexported fields }
func EpochEventFromStream ¶
func EpochEventFromStream(ctx context.Context, be *eventspb.BusEvent) *EpochEvent
func NewEpochEvent ¶
func NewEpochEvent(ctx context.Context, e *types.Epoch) *EpochEvent
func (*EpochEvent) Epoch ¶
func (e *EpochEvent) Epoch() *eventspb.EpochEvent
func (EpochEvent) Proto ¶
func (e EpochEvent) Proto() eventspb.EpochEvent
func (EpochEvent) StreamMessage ¶
func (e EpochEvent) StreamMessage() *eventspb.BusEvent
type EthereumKeyRotation ¶
type EthereumKeyRotation struct { *Base NodeID string OldAddr string NewAddr string BlockHeight uint64 }
EthereumKeyRotation ...
func EthereumKeyRotationEventFromStream ¶
func EthereumKeyRotationEventFromStream(ctx context.Context, be *eventspb.BusEvent) *EthereumKeyRotation
func (EthereumKeyRotation) EthereumKeyRotation ¶
func (kr EthereumKeyRotation) EthereumKeyRotation() eventspb.EthereumKeyRotation
func (EthereumKeyRotation) Proto ¶
func (kr EthereumKeyRotation) Proto() eventspb.EthereumKeyRotation
func (EthereumKeyRotation) StreamMessage ¶
func (kr EthereumKeyRotation) StreamMessage() *eventspb.BusEvent
type Event ¶
type Event interface { Type() Type Context() context.Context TraceID() string TxHash() string ChainID() string Sequence() uint64 SetSequenceID(s uint64) BlockNr() int64 StreamMessage() *eventspb.BusEvent // used for events like ExpiredOrders. It is used to increment the sequence ID by the number of records // this event will produce to ensure history tables using time + sequence number to function properly. CompositeCount() uint64 Replace(context.Context) }
Event - the base event interface type, add sequence ID setter here, because the type assertions in broker seem to be a bottleneck. Change its behaviour so as to only set the sequence ID once.
type ExpiredOrders ¶ added in v0.68.0
type ExpiredOrders struct { *Base // contains filtered or unexported fields }
ExpiredOrders contains the market and parties that needed to have their orders closed in order to maintain their open positions on the market.
func ExpiredOrdersEventFromStream ¶ added in v0.68.0
func ExpiredOrdersEventFromStream(ctx context.Context, be *eventspb.BusEvent) *ExpiredOrders
func NewExpiredOrdersEvent ¶ added in v0.68.0
func NewExpiredOrdersEvent(ctx context.Context, marketID string, orders []string) *ExpiredOrders
func (ExpiredOrders) CompositeCount ¶ added in v0.68.0
func (d ExpiredOrders) CompositeCount() uint64
func (ExpiredOrders) IsMarket ¶ added in v0.68.0
func (d ExpiredOrders) IsMarket(marketID string) bool
func (ExpiredOrders) MarketID ¶ added in v0.68.0
func (d ExpiredOrders) MarketID() string
func (ExpiredOrders) OrderIDs ¶ added in v0.68.0
func (d ExpiredOrders) OrderIDs() []string
func (ExpiredOrders) Proto ¶ added in v0.68.0
func (d ExpiredOrders) Proto() eventspb.ExpiredOrders
func (ExpiredOrders) StreamMarketMessage ¶ added in v0.68.0
func (d ExpiredOrders) StreamMarketMessage() *eventspb.BusEvent
func (ExpiredOrders) StreamMessage ¶ added in v0.68.0
func (d ExpiredOrders) StreamMessage() *eventspb.BusEvent
type FeesStats ¶ added in v0.73.0
type FeesStats struct { *Base // contains filtered or unexported fields }
func FeesStatsEventFromStream ¶ added in v0.73.0
func NewFeesStatsEvent ¶ added in v0.73.0
func (FeesStats) StreamMessage ¶ added in v0.73.0
type FeesTransfer ¶
type FeesTransfer interface { // The list of transfers to be made by the collateral Transfers() []*types.Transfer // The total amount of fees to be paid (all cumulated) // per party if all the transfers are to be executed // map is party id -> total amount of fees to be transferred TotalFeesAmountPerParty() map[string]*num.Uint }
FeeTransfer is a transfer initiated after trade occurs.
type FundingPayments ¶ added in v0.73.0
type FundingPayments struct { *Base // contains filtered or unexported fields }
func FundingPaymentEventFromStream ¶ added in v0.73.0
func FundingPaymentEventFromStream(ctx context.Context, be *eventspb.BusEvent) *FundingPayments
func NewFundingPaymentsEvent ¶ added in v0.73.0
func (*FundingPayments) FundingPayments ¶ added in v0.73.0
func (p *FundingPayments) FundingPayments() *eventspb.FundingPayments
func (FundingPayments) IsParty ¶ added in v0.73.0
func (p FundingPayments) IsParty(id string) bool
func (FundingPayments) MarketID ¶ added in v0.73.0
func (p FundingPayments) MarketID() string
func (FundingPayments) Proto ¶ added in v0.73.0
func (p FundingPayments) Proto() eventspb.FundingPayments
func (FundingPayments) StreamMessage ¶ added in v0.73.0
func (p FundingPayments) StreamMessage() *eventspb.BusEvent
type FundingPeriod ¶ added in v0.73.0
type FundingPeriod struct { *Base // contains filtered or unexported fields }
func FundingPeriodEventFromStream ¶ added in v0.73.0
func FundingPeriodEventFromStream(ctx context.Context, be *eventspb.BusEvent) *FundingPeriod
func NewFundingPeriodEvent ¶ added in v0.73.0
func (*FundingPeriod) FundingPeriod ¶ added in v0.73.0
func (p *FundingPeriod) FundingPeriod() *eventspb.FundingPeriod
func (FundingPeriod) Proto ¶ added in v0.73.0
func (p FundingPeriod) Proto() eventspb.FundingPeriod
func (FundingPeriod) StreamMessage ¶ added in v0.73.0
func (p FundingPeriod) StreamMessage() *eventspb.BusEvent
type FundingPeriodDataPoint ¶ added in v0.73.0
type FundingPeriodDataPoint struct { *Base // contains filtered or unexported fields }
func FundingPeriodDataPointEventFromStream ¶ added in v0.73.0
func FundingPeriodDataPointEventFromStream(ctx context.Context, be *eventspb.BusEvent) *FundingPeriodDataPoint
func NewFundingPeriodDataPointEvent ¶ added in v0.73.0
func NewFundingPeriodDataPointEvent(ctx context.Context, marketID, mp string, t int64, seq uint64, typ eventspb.FundingPeriodDataPoint_Source, twap *num.Uint) *FundingPeriodDataPoint
func (*FundingPeriodDataPoint) FundingPeriodDataPoint ¶ added in v0.73.0
func (p *FundingPeriodDataPoint) FundingPeriodDataPoint() *eventspb.FundingPeriodDataPoint
func (FundingPeriodDataPoint) Proto ¶ added in v0.73.0
func (p FundingPeriodDataPoint) Proto() eventspb.FundingPeriodDataPoint
func (FundingPeriodDataPoint) StreamMessage ¶ added in v0.73.0
func (p FundingPeriodDataPoint) StreamMessage() *eventspb.BusEvent
type GameScores ¶ added in v0.77.0
type GameScores struct { *Base // contains filtered or unexported fields }
func GameScoresEventFromStream ¶ added in v0.77.0
func GameScoresEventFromStream(ctx context.Context, be *eventspb.BusEvent) *GameScores
func NewPartyGameScoresEvent ¶ added in v0.77.0
func NewPartyGameScoresEvent(ctx context.Context, epoch int64, gameID string, time time.Time, partyScores []*types.PartyContributionScore) *GameScores
func NewTeamGameScoresEvent ¶ added in v0.77.0
func NewTeamGameScoresEvent(ctx context.Context, epoch int64, gameID string, time time.Time, teamScores []*types.PartyContributionScore, teamPartyScores map[string][]*types.PartyContributionScore) *GameScores
func (*GameScores) GameScoreEvent ¶ added in v0.77.0
func (gs *GameScores) GameScoreEvent() eventspb.GameScores
func (*GameScores) Proto ¶ added in v0.77.0
func (gs *GameScores) Proto() eventspb.GameScores
func (*GameScores) StreamMessage ¶ added in v0.77.0
func (gs *GameScores) StreamMessage() *eventspb.BusEvent
type KeyRotation ¶
type KeyRotation struct { *Base NodeID string OldPubKey string NewPubKey string BlockHeight uint64 }
KeyRotation ...
func KeyRotationEventFromStream ¶
func KeyRotationEventFromStream(ctx context.Context, be *eventspb.BusEvent) *KeyRotation
func NewVegaKeyRotationEvent ¶
func (KeyRotation) KeyRotation ¶
func (kr KeyRotation) KeyRotation() eventspb.KeyRotation
func (KeyRotation) Proto ¶
func (kr KeyRotation) Proto() eventspb.KeyRotation
func (KeyRotation) StreamMessage ¶
func (kr KeyRotation) StreamMessage() *eventspb.BusEvent
type LedgerMovements ¶ added in v0.56.0
type LedgerMovements struct { *Base // contains filtered or unexported fields }
func NewLedgerMovements ¶ added in v0.56.0
func NewLedgerMovements(ctx context.Context, ledgerMovements []*types.LedgerMovement) *LedgerMovements
NewLedgerMovements returns an event with transfer responses - this is the replacement of the transfer buffer.
func TransferResponseEventFromStream ¶
func TransferResponseEventFromStream(ctx context.Context, be *eventspb.BusEvent) *LedgerMovements
func (*LedgerMovements) IsParty ¶ added in v0.56.0
func (t *LedgerMovements) IsParty(id string) bool
func (*LedgerMovements) LedgerMovements ¶ added in v0.56.0
func (t *LedgerMovements) LedgerMovements() []*ptypes.LedgerMovement
LedgerMovements returns the actual event payload.
func (*LedgerMovements) Proto ¶ added in v0.56.0
func (t *LedgerMovements) Proto() eventspb.LedgerMovements
func (*LedgerMovements) StreamMessage ¶ added in v0.56.0
func (t *LedgerMovements) StreamMessage() *eventspb.BusEvent
type LiquidityProvision ¶
type LiquidityProvision struct { *Base // contains filtered or unexported fields }
func LiquidityProvisionEventFromStream ¶
func LiquidityProvisionEventFromStream(ctx context.Context, be *eventspb.BusEvent) *LiquidityProvision
func NewLiquidityProvisionEvent ¶
func NewLiquidityProvisionEvent(ctx context.Context, p *types.LiquidityProvision) *LiquidityProvision
func (LiquidityProvision) IsParty ¶
func (p LiquidityProvision) IsParty(id string) bool
func (LiquidityProvision) LiquidityProvision ¶
func (p LiquidityProvision) LiquidityProvision() *proto.LiquidityProvision
func (LiquidityProvision) MarketID ¶
func (p LiquidityProvision) MarketID() string
func (LiquidityProvision) PartyID ¶
func (p LiquidityProvision) PartyID() string
func (LiquidityProvision) Proto ¶
func (p LiquidityProvision) Proto() *proto.LiquidityProvision
func (LiquidityProvision) StreamMessage ¶
func (p LiquidityProvision) StreamMessage() *eventspb.BusEvent
type LossSoc ¶
type LossSoc struct { *Base // contains filtered or unexported fields }
func (LossSoc) Proto ¶
func (l LossSoc) Proto() eventspb.LossSocialization
func (LossSoc) StreamMessage ¶
type LossSocialization ¶
LossSocialization ...
type Margin ¶
type Margin interface { MarketPosition Asset() string MarginBalance() *num.Uint OrderMarginBalance() *num.Uint GeneralBalance() *num.Uint BondBalance() *num.Uint MarketID() string MarginShortFall() *num.Uint // as opposed to the GeneralBalance() which actually returns the available balance (general+bond) // this returns the actual balance of the general account GeneralAccountBalance() *num.Uint }
Margin is an event with a change to balances after settling e.g. MTM.
type MarginLevels ¶
type MarginLevels struct { *Base // contains filtered or unexported fields }
MarginLevels - the margin levels event.
func MarginLevelsEventFromStream ¶
func MarginLevelsEventFromStream(ctx context.Context, be *eventspb.BusEvent) *MarginLevels
func NewMarginLevelsEvent ¶
func NewMarginLevelsEvent(ctx context.Context, l types.MarginLevels) *MarginLevels
func (MarginLevels) Asset ¶
func (m MarginLevels) Asset() string
func (MarginLevels) IsParty ¶
func (m MarginLevels) IsParty(id string) bool
func (MarginLevels) MarginLevels ¶
func (m MarginLevels) MarginLevels() proto.MarginLevels
func (MarginLevels) MarketID ¶
func (m MarginLevels) MarketID() string
func (MarginLevels) PartyID ¶
func (m MarginLevels) PartyID() string
func (MarginLevels) Proto ¶
func (m MarginLevels) Proto() proto.MarginLevels
func (MarginLevels) StreamMessage ¶
func (m MarginLevels) StreamMessage() *eventspb.BusEvent
type MarketCreated ¶
type MarketCreated struct { *Base // contains filtered or unexported fields }
func MarketCreatedEventFromStream ¶
func MarketCreatedEventFromStream(ctx context.Context, be *eventspb.BusEvent) *MarketCreated
func NewMarketCreatedEvent ¶
func NewMarketCreatedEvent(ctx context.Context, m types.Market) *MarketCreated
func (MarketCreated) Market ¶
func (m MarketCreated) Market() proto.Market
func (MarketCreated) MarketEvent ¶
func (m MarketCreated) MarketEvent() string
MarketEvent -> is needs to be logged as a market event.
func (MarketCreated) MarketID ¶
func (m MarketCreated) MarketID() string
func (MarketCreated) MarketProto ¶
func (m MarketCreated) MarketProto() eventspb.MarketEvent
func (MarketCreated) Proto ¶
func (m MarketCreated) Proto() proto.Market
func (MarketCreated) StreamMarketMessage ¶
func (m MarketCreated) StreamMarketMessage() *eventspb.BusEvent
func (MarketCreated) StreamMessage ¶
func (m MarketCreated) StreamMessage() *eventspb.BusEvent
type MarketData ¶
type MarketData struct { *Base // contains filtered or unexported fields }
func MarketDataEventFromStream ¶
func MarketDataEventFromStream(ctx context.Context, be *eventspb.BusEvent) *MarketData
func NewMarketDataEvent ¶
func NewMarketDataEvent(ctx context.Context, md types.MarketData) *MarketData
func (MarketData) MarketData ¶
func (m MarketData) MarketData() proto.MarketData
func (MarketData) MarketID ¶
func (m MarketData) MarketID() string
func (MarketData) Proto ¶
func (m MarketData) Proto() proto.MarketData
func (MarketData) StreamMessage ¶
func (m MarketData) StreamMessage() *eventspb.BusEvent
type MarketPosition ¶
type MarketPosition interface { Party() string Size() int64 Buy() int64 Sell() int64 Price() *num.Uint BuySumProduct() *num.Uint SellSumProduct() *num.Uint VWBuy() *num.Uint VWSell() *num.Uint AverageEntryPrice() *num.Uint }
MarketPosition is an event with a change to a position.
type MarketTick ¶
type MarketTick struct { *Base // contains filtered or unexported fields }
func MarketTickEventFromStream ¶
func MarketTickEventFromStream(ctx context.Context, be *eventspb.BusEvent) *MarketTick
func NewMarketTick ¶
func (MarketTick) MarketEvent ¶
func (m MarketTick) MarketEvent() string
func (MarketTick) MarketID ¶
func (m MarketTick) MarketID() string
func (MarketTick) MarketProto ¶
func (m MarketTick) MarketProto() eventspb.MarketEvent
func (MarketTick) Proto ¶
func (m MarketTick) Proto() eventspb.MarketTick
func (MarketTick) StreamMarketMessage ¶
func (m MarketTick) StreamMarketMessage() *eventspb.BusEvent
func (MarketTick) StreamMessage ¶
func (m MarketTick) StreamMessage() *eventspb.BusEvent
func (MarketTick) Time ¶
func (m MarketTick) Time() time.Time
type MarketUpdated ¶
type MarketUpdated struct { *Base // contains filtered or unexported fields }
func MarketUpdatedEventFromStream ¶
func MarketUpdatedEventFromStream(ctx context.Context, be *eventspb.BusEvent) *MarketUpdated
func NewMarketUpdatedEvent ¶
func NewMarketUpdatedEvent(ctx context.Context, m types.Market) *MarketUpdated
func (MarketUpdated) Market ¶
func (m MarketUpdated) Market() proto.Market
func (MarketUpdated) MarketEvent ¶
func (m MarketUpdated) MarketEvent() string
MarketEvent -> is needs to be logged as a market event.
func (MarketUpdated) MarketID ¶
func (m MarketUpdated) MarketID() string
func (MarketUpdated) MarketProto ¶
func (m MarketUpdated) MarketProto() eventspb.MarketEvent
func (MarketUpdated) Proto ¶
func (m MarketUpdated) Proto() proto.Market
func (MarketUpdated) StreamMarketMessage ¶
func (m MarketUpdated) StreamMarketMessage() *eventspb.BusEvent
func (MarketUpdated) StreamMessage ¶
func (m MarketUpdated) StreamMessage() *eventspb.BusEvent
type NetworkLimits ¶
type NetworkLimits struct { *Base // contains filtered or unexported fields }
func NetworkLimitsEventFromStream ¶
func NetworkLimitsEventFromStream(ctx context.Context, be *eventspb.BusEvent) *NetworkLimits
func NewNetworkLimitsEvent ¶
func NewNetworkLimitsEvent(ctx context.Context, limits *proto.NetworkLimits) *NetworkLimits
func (*NetworkLimits) NetworkLimits ¶
func (n *NetworkLimits) NetworkLimits() *proto.NetworkLimits
func (NetworkLimits) Proto ¶
func (n NetworkLimits) Proto() *proto.NetworkLimits
func (NetworkLimits) StreamMessage ¶
func (n NetworkLimits) StreamMessage() *eventspb.BusEvent
type NetworkParameter ¶
type NetworkParameter struct { *Base // contains filtered or unexported fields }
func NetworkParameterEventFromStream ¶
func NetworkParameterEventFromStream(ctx context.Context, be *eventspb.BusEvent) *NetworkParameter
func NewNetworkParameterEvent ¶
func NewNetworkParameterEvent(ctx context.Context, key, value string) *NetworkParameter
func (*NetworkParameter) NetworkParameter ¶
func (n *NetworkParameter) NetworkParameter() proto.NetworkParameter
func (NetworkParameter) Proto ¶
func (n NetworkParameter) Proto() proto.NetworkParameter
func (NetworkParameter) StreamMessage ¶
func (n NetworkParameter) StreamMessage() *eventspb.BusEvent
type NodeSignature ¶
type NodeSignature struct { *Base // contains filtered or unexported fields }
NodeSignature ...
func NewNodeSignatureEvent ¶
func NewNodeSignatureEvent(ctx context.Context, e commandspb.NodeSignature) *NodeSignature
func NodeSignatureEventFromStream ¶
func NodeSignatureEventFromStream(ctx context.Context, be *eventspb.BusEvent) *NodeSignature
func (NodeSignature) NodeSignature ¶
func (n NodeSignature) NodeSignature() commandspb.NodeSignature
func (NodeSignature) Proto ¶
func (n NodeSignature) Proto() commandspb.NodeSignature
func (NodeSignature) StreamMessage ¶
func (n NodeSignature) StreamMessage() *eventspb.BusEvent
type OracleData ¶
type OracleData struct { *Base // contains filtered or unexported fields }
func NewOracleDataEvent ¶
func NewOracleDataEvent(ctx context.Context, spec vegapb.OracleData) *OracleData
func OracleDataEventFromStream ¶
func OracleDataEventFromStream(ctx context.Context, be *eventspb.BusEvent) *OracleData
func (*OracleData) OracleData ¶
func (o *OracleData) OracleData() vegapb.OracleData
func (OracleData) Proto ¶
func (o OracleData) Proto() vegapb.OracleData
func (OracleData) StreamMessage ¶
func (o OracleData) StreamMessage() *eventspb.BusEvent
type OracleSpec ¶
type OracleSpec struct { *Base // contains filtered or unexported fields }
func NewOracleSpecEvent ¶
func NewOracleSpecEvent(ctx context.Context, spec *vegapb.OracleSpec) *OracleSpec
func OracleSpecEventFromStream ¶
func OracleSpecEventFromStream(ctx context.Context, be *eventspb.BusEvent) *OracleSpec
func (*OracleSpec) OracleSpec ¶
func (o *OracleSpec) OracleSpec() *vegapb.OracleSpec
func (OracleSpec) Proto ¶
func (o OracleSpec) Proto() *vegapb.OracleSpec
func (OracleSpec) StreamMessage ¶
func (o OracleSpec) StreamMessage() *eventspb.BusEvent
type Order ¶
type Order struct { *Base // contains filtered or unexported fields }
func OrderEventFromStream ¶
func (Order) StreamMessage ¶
type PaidLiquidityFeesStats ¶ added in v0.73.0
type PaidLiquidityFeesStats struct { *Base // contains filtered or unexported fields }
func NewPaidLiquidityFeesStatsEvent ¶ added in v0.73.0
func NewPaidLiquidityFeesStatsEvent(ctx context.Context, fs *eventspb.PaidLiquidityFeesStats) *PaidLiquidityFeesStats
func PaidLiquidityFeesStatsEventFromStream ¶ added in v0.73.0
func PaidLiquidityFeesStatsEventFromStream(ctx context.Context, be *eventspb.BusEvent) *PaidLiquidityFeesStats
func (*PaidLiquidityFeesStats) PaidLiquidityFeesStats ¶ added in v0.73.0
func (f *PaidLiquidityFeesStats) PaidLiquidityFeesStats() *eventspb.PaidLiquidityFeesStats
func (PaidLiquidityFeesStats) Proto ¶ added in v0.73.0
func (f PaidLiquidityFeesStats) Proto() eventspb.PaidLiquidityFeesStats
func (PaidLiquidityFeesStats) StreamMessage ¶ added in v0.73.0
func (f PaidLiquidityFeesStats) StreamMessage() *eventspb.BusEvent
type Party ¶
type Party struct { *Base // contains filtered or unexported fields }
func PartyEventFromStream ¶
func (Party) StreamMessage ¶
type PartyActivityStreak ¶ added in v0.73.0
type PartyActivityStreak struct { *Base // contains filtered or unexported fields }
func NewPartyActivityStreakEvent ¶ added in v0.73.0
func NewPartyActivityStreakEvent(ctx context.Context, pas *eventspb.PartyActivityStreak) *PartyActivityStreak
func PartyActivityStreakEventFromStream ¶ added in v0.73.0
func PartyActivityStreakEventFromStream(ctx context.Context, be *eventspb.BusEvent) *PartyActivityStreak
func (*PartyActivityStreak) PartyActivityStreak ¶ added in v0.73.0
func (p *PartyActivityStreak) PartyActivityStreak() *eventspb.PartyActivityStreak
func (PartyActivityStreak) Proto ¶ added in v0.73.0
func (p PartyActivityStreak) Proto() eventspb.PartyActivityStreak
func (PartyActivityStreak) StreamMessage ¶ added in v0.73.0
func (p PartyActivityStreak) StreamMessage() *eventspb.BusEvent
type PartyMarginModeUpdated ¶ added in v0.74.0
type PartyMarginModeUpdated struct { *Base // contains filtered or unexported fields }
func NewPartyMarginModeUpdatedEvent ¶ added in v0.74.0
func NewPartyMarginModeUpdatedEvent(ctx context.Context, update *eventspb.PartyMarginModeUpdated) *PartyMarginModeUpdated
func PartyMarginModeUpdatedEventFromStream ¶ added in v0.74.0
func PartyMarginModeUpdatedEventFromStream(ctx context.Context, be *eventspb.BusEvent) *PartyMarginModeUpdated
func (*PartyMarginModeUpdated) PartyMarginModeUpdated ¶ added in v0.74.0
func (e *PartyMarginModeUpdated) PartyMarginModeUpdated() *eventspb.PartyMarginModeUpdated
func (PartyMarginModeUpdated) Proto ¶ added in v0.74.0
func (e PartyMarginModeUpdated) Proto() eventspb.PartyMarginModeUpdated
func (PartyMarginModeUpdated) StreamMessage ¶ added in v0.74.0
func (e PartyMarginModeUpdated) StreamMessage() *eventspb.BusEvent
type PartyProfileUpdated ¶ added in v0.74.0
type PartyProfileUpdated struct { *Base // contains filtered or unexported fields }
func NewPartyProfileUpdatedEvent ¶ added in v0.74.0
func NewPartyProfileUpdatedEvent(ctx context.Context, p *types.PartyProfile) *PartyProfileUpdated
func PartyProfileUpdatedEventFromStream ¶ added in v0.74.0
func PartyProfileUpdatedEventFromStream(ctx context.Context, be *eventspb.BusEvent) *PartyProfileUpdated
func (PartyProfileUpdated) PartyProfileUpdated ¶ added in v0.74.0
func (t PartyProfileUpdated) PartyProfileUpdated() *eventspb.PartyProfileUpdated
func (PartyProfileUpdated) StreamMessage ¶ added in v0.74.0
func (t PartyProfileUpdated) StreamMessage() *eventspb.BusEvent
type PosRes ¶
type PosRes struct { *Base // contains filtered or unexported fields }
func NewPositionResolution ¶
func (PosRes) Distressed ¶
func (PosRes) MarketEvent ¶
MarketEvent implement the MarketEvent interface.
func (PosRes) MarketProto ¶
func (p PosRes) MarketProto() eventspb.MarketEvent
func (PosRes) Proto ¶
func (p PosRes) Proto() eventspb.PositionResolution
func (PosRes) StreamMarketMessage ¶
func (PosRes) StreamMessage ¶
type PositionState ¶
type PositionState struct { *Base // contains filtered or unexported fields }
func NewPositionStateEvent ¶
func NewPositionStateEvent(ctx context.Context, mp MarketPosition, marketID string) *PositionState
func PositionStateEventFromStream ¶
func PositionStateEventFromStream(ctx context.Context, be *eventspb.BusEvent) *PositionState
func (PositionState) IsParty ¶
func (s PositionState) IsParty(id string) bool
func (PositionState) MarketID ¶
func (s PositionState) MarketID() string
func (PositionState) PartyID ¶
func (s PositionState) PartyID() string
func (PositionState) PotentialBuys ¶
func (s PositionState) PotentialBuys() int64
func (PositionState) PotentialSells ¶
func (s PositionState) PotentialSells() int64
func (PositionState) Proto ¶
func (s PositionState) Proto() eventspb.PositionStateEvent
func (PositionState) Size ¶
func (s PositionState) Size() int64
func (PositionState) StreamMessage ¶
func (s PositionState) StreamMessage() *eventspb.BusEvent
func (PositionState) VWBuyPrice ¶
func (s PositionState) VWBuyPrice() *num.Uint
func (PositionState) VWSellPrice ¶
func (s PositionState) VWSellPrice() *num.Uint
type Proposal ¶
type Proposal struct { *Base // contains filtered or unexported fields }
func NewProposalEventFromProto ¶ added in v0.74.0
func ProposalEventFromStream ¶
func (*Proposal) ProposalID ¶
ProposalID - for combined subscriber, communal interface.
func (Proposal) StreamMessage ¶
type ProtocolUpgradeDataNodeReady ¶ added in v0.65.0
type ProtocolUpgradeDataNodeReady struct { *Base // contains filtered or unexported fields }
func NewProtocolUpgradeDataNodeReady ¶ added in v0.65.0
func NewProtocolUpgradeDataNodeReady(ctx context.Context, lastBlockHeight int64) *ProtocolUpgradeDataNodeReady
func ProtocolUpgradeDataNodeReadyEventFromStream ¶ added in v0.65.0
func ProtocolUpgradeDataNodeReadyEventFromStream(ctx context.Context, be *eventspb.BusEvent) *ProtocolUpgradeDataNodeReady
func (ProtocolUpgradeDataNodeReady) Proto ¶ added in v0.65.0
func (b ProtocolUpgradeDataNodeReady) Proto() eventspb.ProtocolUpgradeDataNodeReady
func (ProtocolUpgradeDataNodeReady) StreamMessage ¶ added in v0.65.0
func (b ProtocolUpgradeDataNodeReady) StreamMessage() *eventspb.BusEvent
type ProtocolUpgradeProposalEvent ¶
type ProtocolUpgradeProposalEvent struct { *Base UpgradeBlockHeight uint64 VegaReleaseTag string AcceptedBy []string ProposalStatus eventspb.ProtocolUpgradeProposalStatus }
func NewProtocolUpgradeProposalEvent ¶
func NewProtocolUpgradeProposalEvent(ctx context.Context, upgradeBlockHeight uint64, vegaReleaseTag string, acceptedBy []string, status eventspb.ProtocolUpgradeProposalStatus) *ProtocolUpgradeProposalEvent
func ProtocolUpgradeProposalEventFromStream ¶
func ProtocolUpgradeProposalEventFromStream(ctx context.Context, be *eventspb.BusEvent) *ProtocolUpgradeProposalEvent
func (ProtocolUpgradeProposalEvent) Proto ¶
func (pup ProtocolUpgradeProposalEvent) Proto() eventspb.ProtocolUpgradeEvent
func (ProtocolUpgradeProposalEvent) ProtocolUpgradeProposalEvent ¶
func (pup ProtocolUpgradeProposalEvent) ProtocolUpgradeProposalEvent() eventspb.ProtocolUpgradeEvent
func (ProtocolUpgradeProposalEvent) StreamMessage ¶
func (pup ProtocolUpgradeProposalEvent) StreamMessage() *eventspb.BusEvent
type ProtocolUpgradeStarted ¶ added in v0.56.0
type ProtocolUpgradeStarted struct { *Base // contains filtered or unexported fields }
func NewProtocolUpgradeStarted ¶ added in v0.56.0
func NewProtocolUpgradeStarted(ctx context.Context, bb eventspb.ProtocolUpgradeStarted) *ProtocolUpgradeStarted
NewProtocolUpgradeStarted returns a new time Update event.
func ProtocolUpgradeStartedEventFromStream ¶ added in v0.56.0
func ProtocolUpgradeStartedEventFromStream(ctx context.Context, be *eventspb.BusEvent) *ProtocolUpgradeStarted
func (ProtocolUpgradeStarted) Proto ¶ added in v0.56.0
func (b ProtocolUpgradeStarted) Proto() eventspb.ProtocolUpgradeStarted
func (ProtocolUpgradeStarted) ProtocolUpgradeStarted ¶ added in v0.56.0
func (b ProtocolUpgradeStarted) ProtocolUpgradeStarted() eventspb.ProtocolUpgradeStarted
func (ProtocolUpgradeStarted) StreamMessage ¶ added in v0.56.0
func (b ProtocolUpgradeStarted) StreamMessage() *eventspb.BusEvent
type RefereeJoinedReferralSet ¶ added in v0.73.0
type RefereeJoinedReferralSet struct { *Base // contains filtered or unexported fields }
func NewRefereeJoinedReferralSetEvent ¶ added in v0.73.0
func NewRefereeJoinedReferralSetEvent(ctx context.Context, setID types.ReferralSetID, membership *types.Membership) *RefereeJoinedReferralSet
func RefereeJoinedReferralSetEventFromStream ¶ added in v0.73.0
func RefereeJoinedReferralSetEventFromStream(ctx context.Context, be *eventspb.BusEvent) *RefereeJoinedReferralSet
func (RefereeJoinedReferralSet) GetProtoEvent ¶ added in v0.73.0
func (t RefereeJoinedReferralSet) GetProtoEvent() *eventspb.RefereeJoinedReferralSet
func (RefereeJoinedReferralSet) StreamMessage ¶ added in v0.73.0
func (t RefereeJoinedReferralSet) StreamMessage() *eventspb.BusEvent
type RefereeJoinedTeam ¶ added in v0.73.0
type RefereeJoinedTeam struct { *Base // contains filtered or unexported fields }
func NewRefereeJoinedTeamEvent ¶ added in v0.73.0
func NewRefereeJoinedTeamEvent(ctx context.Context, teamID types.TeamID, membership *types.Membership) *RefereeJoinedTeam
func RefereeJoinedTeamEventFromStream ¶ added in v0.73.0
func RefereeJoinedTeamEventFromStream(ctx context.Context, be *eventspb.BusEvent) *RefereeJoinedTeam
func (RefereeJoinedTeam) RefereeJoinedTeam ¶ added in v0.73.0
func (t RefereeJoinedTeam) RefereeJoinedTeam() *eventspb.RefereeJoinedTeam
func (RefereeJoinedTeam) StreamMessage ¶ added in v0.73.0
func (t RefereeJoinedTeam) StreamMessage() *eventspb.BusEvent
type RefereeSwitchedTeam ¶ added in v0.73.0
type RefereeSwitchedTeam struct { *Base // contains filtered or unexported fields }
func NewRefereeSwitchedTeamEvent ¶ added in v0.73.0
func NewRefereeSwitchedTeamEvent(ctx context.Context, from, to types.TeamID, membership *types.Membership) *RefereeSwitchedTeam
func RefereeSwitchedTeamEventFromStream ¶ added in v0.73.0
func RefereeSwitchedTeamEventFromStream(ctx context.Context, be *eventspb.BusEvent) *RefereeSwitchedTeam
func (RefereeSwitchedTeam) RefereeSwitchedTeam ¶ added in v0.73.0
func (t RefereeSwitchedTeam) RefereeSwitchedTeam() *eventspb.RefereeSwitchedTeam
func (RefereeSwitchedTeam) StreamMessage ¶ added in v0.73.0
func (t RefereeSwitchedTeam) StreamMessage() *eventspb.BusEvent
type ReferralProgramEnded ¶ added in v0.73.0
type ReferralProgramEnded struct { *Base // contains filtered or unexported fields }
func NewReferralProgramEndedEvent ¶ added in v0.73.0
func ReferralProgramEndedEventFromStream ¶ added in v0.73.0
func ReferralProgramEndedEventFromStream(ctx context.Context, be *eventspb.BusEvent) *ReferralProgramEnded
func (ReferralProgramEnded) GetReferralProgramEnded ¶ added in v0.73.0
func (t ReferralProgramEnded) GetReferralProgramEnded() *eventspb.ReferralProgramEnded
func (ReferralProgramEnded) StreamMessage ¶ added in v0.73.0
func (t ReferralProgramEnded) StreamMessage() *eventspb.BusEvent
type ReferralProgramStarted ¶ added in v0.73.0
type ReferralProgramStarted struct { *Base // contains filtered or unexported fields }
func NewReferralProgramStartedEvent ¶ added in v0.73.0
func NewReferralProgramStartedEvent(ctx context.Context, p *types.ReferralProgram, epochTime time.Time, epoch uint64) *ReferralProgramStarted
func ReferralProgramStartedEventFromStream ¶ added in v0.73.0
func ReferralProgramStartedEventFromStream(ctx context.Context, be *eventspb.BusEvent) *ReferralProgramStarted
func (ReferralProgramStarted) GetReferralProgramStarted ¶ added in v0.73.0
func (r ReferralProgramStarted) GetReferralProgramStarted() *eventspb.ReferralProgramStarted
func (ReferralProgramStarted) StreamMessage ¶ added in v0.73.0
func (t ReferralProgramStarted) StreamMessage() *eventspb.BusEvent
type ReferralProgramUpdated ¶ added in v0.73.0
type ReferralProgramUpdated struct { *Base // contains filtered or unexported fields }
func NewReferralProgramUpdatedEvent ¶ added in v0.73.0
func NewReferralProgramUpdatedEvent(ctx context.Context, p *types.ReferralProgram, epochTime time.Time, epoch uint64) *ReferralProgramUpdated
func ReferralProgramUpdatedEventFromStream ¶ added in v0.73.0
func ReferralProgramUpdatedEventFromStream(ctx context.Context, be *eventspb.BusEvent) *ReferralProgramUpdated
func (ReferralProgramUpdated) GetReferralProgramUpdated ¶ added in v0.73.0
func (r ReferralProgramUpdated) GetReferralProgramUpdated() *eventspb.ReferralProgramUpdated
func (ReferralProgramUpdated) StreamMessage ¶ added in v0.73.0
func (t ReferralProgramUpdated) StreamMessage() *eventspb.BusEvent
type ReferralSetCreated ¶ added in v0.73.0
type ReferralSetCreated struct { *Base // contains filtered or unexported fields }
func NewReferralSetCreatedEvent ¶ added in v0.73.0
func NewReferralSetCreatedEvent(ctx context.Context, set *types.ReferralSet) *ReferralSetCreated
func ReferralSetCreatedEventFromStream ¶ added in v0.73.0
func ReferralSetCreatedEventFromStream(ctx context.Context, be *eventspb.BusEvent) *ReferralSetCreated
func (ReferralSetCreated) GetProtoEvent ¶ added in v0.73.0
func (t ReferralSetCreated) GetProtoEvent() *eventspb.ReferralSetCreated
func (ReferralSetCreated) StreamMessage ¶ added in v0.73.0
func (t ReferralSetCreated) StreamMessage() *eventspb.BusEvent
type ReferralSetStatsUpdated ¶ added in v0.73.0
type ReferralSetStatsUpdated struct { *Base // contains filtered or unexported fields }
func NewReferralSetStatsUpdatedEvent ¶ added in v0.73.0
func NewReferralSetStatsUpdatedEvent(ctx context.Context, update *types.ReferralSetStats) *ReferralSetStatsUpdated
func ReferralSetStatsUpdatedEventFromStream ¶ added in v0.73.0
func ReferralSetStatsUpdatedEventFromStream(ctx context.Context, be *eventspb.BusEvent) *ReferralSetStatsUpdated
func (ReferralSetStatsUpdated) GetProtoEvent ¶ added in v0.73.0
func (t ReferralSetStatsUpdated) GetProtoEvent() *eventspb.ReferralSetStatsUpdated
func (ReferralSetStatsUpdated) StreamMessage ¶ added in v0.73.0
func (t ReferralSetStatsUpdated) StreamMessage() *eventspb.BusEvent
func (ReferralSetStatsUpdated) Unwrap ¶ added in v0.73.0
func (t ReferralSetStatsUpdated) Unwrap() *types.ReferralSetStats
type RewardPayout ¶
type RewardPayout struct { *Base Party string EpochSeq string Asset string GameID *string PercentageOfTotalReward string Amount *num.Uint QuantumAmount num.Decimal Timestamp int64 RewardType types.AccountType LockedUntilEpoch string }
func NewRewardPayout ¶
func RewardPayoutEventFromStream ¶
func RewardPayoutEventFromStream(ctx context.Context, be *eventspb.BusEvent) *RewardPayout
func (RewardPayout) Proto ¶
func (rp RewardPayout) Proto() eventspb.RewardPayoutEvent
func (RewardPayout) RewardPayoutEvent ¶
func (rp RewardPayout) RewardPayoutEvent() eventspb.RewardPayoutEvent
func (RewardPayout) StreamMessage ¶
func (rp RewardPayout) StreamMessage() *eventspb.BusEvent
type Risk ¶
type Risk interface { Margin Amount() *num.Uint Transfer() *types.Transfer // I know, it's included in the Transfer interface, but this is to make it clear that this particular func is masked at this level MarginLevels() *types.MarginLevels }
Risk is an event that summarizes everything and an eventual update to margin account.
type RiskFactor ¶
type RiskFactor struct { *Base // contains filtered or unexported fields }
func NewRiskFactorEvent ¶
func NewRiskFactorEvent(ctx context.Context, r types.RiskFactor) *RiskFactor
func RiskFactorEventFromStream ¶
func RiskFactorEventFromStream(ctx context.Context, be *eventspb.BusEvent) *RiskFactor
func (RiskFactor) MarketID ¶
func (r RiskFactor) MarketID() string
func (RiskFactor) Proto ¶
func (r RiskFactor) Proto() proto.RiskFactor
func (*RiskFactor) RiskFactor ¶
func (r *RiskFactor) RiskFactor() proto.RiskFactor
func (RiskFactor) StreamMessage ¶
func (r RiskFactor) StreamMessage() *eventspb.BusEvent
type SettleDistressed ¶
type SettleDistressed struct { *Base // contains filtered or unexported fields }
func NewSettleDistressed ¶
func SettleDistressedEventFromStream ¶
func SettleDistressedEventFromStream(ctx context.Context, be *eventspb.BusEvent) *SettleDistressed
func (SettleDistressed) IsParty ¶
func (s SettleDistressed) IsParty(id string) bool
func (SettleDistressed) Margin ¶
func (s SettleDistressed) Margin() *num.Uint
func (SettleDistressed) MarketID ¶
func (s SettleDistressed) MarketID() string
func (SettleDistressed) PartyID ¶
func (s SettleDistressed) PartyID() string
func (SettleDistressed) Price ¶
func (s SettleDistressed) Price() *num.Uint
func (SettleDistressed) Proto ¶
func (s SettleDistressed) Proto() eventspb.SettleDistressed
func (SettleDistressed) StreamMessage ¶
func (s SettleDistressed) StreamMessage() *eventspb.BusEvent
func (SettleDistressed) Timestamp ¶
func (s SettleDistressed) Timestamp() int64
type SettleMarket ¶ added in v0.56.0
type SettleMarket struct { *Base // contains filtered or unexported fields }
func NewMarketSettled ¶ added in v0.56.0
func SettleMarketEventFromStream ¶ added in v0.56.0
func SettleMarketEventFromStream(ctx context.Context, be *eventspb.BusEvent) *SettleMarket
func (SettleMarket) MarketID ¶ added in v0.56.0
func (m SettleMarket) MarketID() string
func (SettleMarket) PartyID ¶ added in v0.56.0
func (m SettleMarket) PartyID() string
PartyID will return an empty string as this is only required to satisfy an interface for identifying events that can affect positions in the data-node.
func (SettleMarket) PositionFactor ¶ added in v0.56.0
func (m SettleMarket) PositionFactor() num.Decimal
func (SettleMarket) Proto ¶ added in v0.56.0
func (m SettleMarket) Proto() *eventspb.SettleMarket
func (SettleMarket) SettledPrice ¶ added in v0.56.0
func (m SettleMarket) SettledPrice() *num.Uint
func (SettleMarket) StreamMessage ¶ added in v0.56.0
func (m SettleMarket) StreamMessage() *eventspb.BusEvent
func (SettleMarket) Timestamp ¶ added in v0.56.0
func (m SettleMarket) Timestamp() int64
type SettlePos ¶
type SettlePos struct { *Base // contains filtered or unexported fields }
func NewSettlePositionEvent ¶
func (SettlePos) PositionFactor ¶
func (SettlePos) Proto ¶
func (s SettlePos) Proto() eventspb.SettlePosition
func (SettlePos) StreamMessage ¶
func (SettlePos) Trades ¶
func (s SettlePos) Trades() []TradeSettlement
type SettlePosition ¶
type SettlePosition interface { MarketID() string Trades() []TradeSettlement Margin() (uint64, bool) Party() string Price() uint64 }
SettlePosition is an event that the settlement buffer will propagate through the system used by the plugins (currently only the positions API).
type SnapshotTakenEvent ¶ added in v0.65.0
type SnapshotTakenEvent struct { *Base SnapshotBlockHeight uint64 SnapshotBlockHash string VegaCoreVersion string ProtocolUpgradeBlock bool }
func NewSnapshotEventEvent ¶ added in v0.65.0
func SnapthostTakenEventFromStream ¶ added in v0.65.0
func SnapthostTakenEventFromStream(ctx context.Context, be *eventspb.BusEvent) *SnapshotTakenEvent
func (SnapshotTakenEvent) Proto ¶ added in v0.65.0
func (ste SnapshotTakenEvent) Proto() eventspb.CoreSnapshotData
func (SnapshotTakenEvent) SnapshotTakenEvent ¶ added in v0.65.0
func (ste SnapshotTakenEvent) SnapshotTakenEvent() eventspb.CoreSnapshotData
func (SnapshotTakenEvent) StreamMessage ¶ added in v0.65.0
func (ste SnapshotTakenEvent) StreamMessage() *eventspb.BusEvent
type StakeLinking ¶
type StakeLinking struct { *Base // contains filtered or unexported fields }
func NewStakeLinking ¶
func NewStakeLinking(ctx context.Context, evt types.StakeLinking) *StakeLinking
func StakeLinkingFromStream ¶
func StakeLinkingFromStream(ctx context.Context, be *eventspb.BusEvent) *StakeLinking
func (StakeLinking) Proto ¶
func (s StakeLinking) Proto() eventspb.StakeLinking
func (StakeLinking) StakeLinking ¶
func (s StakeLinking) StakeLinking() eventspb.StakeLinking
func (StakeLinking) StreamMessage ¶
func (s StakeLinking) StreamMessage() *eventspb.BusEvent
type StateVar ¶
StateVar is an event for tracking consensus in floating point state variables.
func NewStateVarEvent ¶
func StateVarEventFromStream ¶
func (StateVar) StreamMessage ¶
type StopOrder ¶ added in v0.72.0
type StopOrder struct { *Base // contains filtered or unexported fields }
func NewStopOrderEvent ¶ added in v0.72.0
func StopOrderEventFromStream ¶ added in v0.72.0
func (StopOrder) StopOrder ¶ added in v0.72.0
func (o StopOrder) StopOrder() *eventspb.StopOrderEvent
func (StopOrder) StreamMessage ¶ added in v0.72.0
type TeamCreated ¶ added in v0.73.0
type TeamCreated struct { *Base // contains filtered or unexported fields }
func NewTeamCreatedEvent ¶ added in v0.73.0
func TeamCreatedEventFromStream ¶ added in v0.73.0
func TeamCreatedEventFromStream(ctx context.Context, be *eventspb.BusEvent) *TeamCreated
func (TeamCreated) StreamMessage ¶ added in v0.73.0
func (t TeamCreated) StreamMessage() *eventspb.BusEvent
func (TeamCreated) TeamCreated ¶ added in v0.73.0
func (t TeamCreated) TeamCreated() *eventspb.TeamCreated
type TeamUpdated ¶ added in v0.73.0
type TeamUpdated struct { *Base // contains filtered or unexported fields }
func NewTeamUpdatedEvent ¶ added in v0.73.0
func NewTeamUpdatedEvent(ctx context.Context, t *types.Team) *TeamUpdated
func TeamUpdatedEventFromStream ¶ added in v0.73.0
func TeamUpdatedEventFromStream(ctx context.Context, be *eventspb.BusEvent) *TeamUpdated
func (TeamUpdated) StreamMessage ¶ added in v0.73.0
func (t TeamUpdated) StreamMessage() *eventspb.BusEvent
func (TeamUpdated) TeamUpdated ¶ added in v0.73.0
func (t TeamUpdated) TeamUpdated() *eventspb.TeamUpdated
type TeamsStatsUpdated ¶ added in v0.74.0
type TeamsStatsUpdated struct { *Base // contains filtered or unexported fields }
func NewTeamsStatsUpdatedEvent ¶ added in v0.74.0
func TeamsStatsUpdatedEventFromStream ¶ added in v0.74.0
func TeamsStatsUpdatedEventFromStream(ctx context.Context, be *eventspb.BusEvent) *TeamsStatsUpdated
func (TeamsStatsUpdated) StreamMessage ¶ added in v0.74.0
func (t TeamsStatsUpdated) StreamMessage() *eventspb.BusEvent
func (TeamsStatsUpdated) TeamsStatsUpdated ¶ added in v0.74.0
func (t TeamsStatsUpdated) TeamsStatsUpdated() *eventspb.TeamsStatsUpdated
type Time ¶
type Time struct { *Base // contains filtered or unexported fields }
Time event indicating a change in block time (ie time update).
func TimeEventFromStream ¶
func (Time) Proto ¶
func (t Time) Proto() eventspb.TimeUpdate
func (Time) StreamMessage ¶
type TimeWeightedNotionalPositionUpdated ¶ added in v0.75.0
type TimeWeightedNotionalPositionUpdated struct { *Base // contains filtered or unexported fields }
func NewTimeWeightedNotionalPositionUpdated ¶ added in v0.75.0
func NewTimeWeightedNotionalPositionUpdated(ctx context.Context, epochSeq uint64, asset, party, gameID, notionalPosition string) *TimeWeightedNotionalPositionUpdated
func TimeWeightedNotionalPositionUpdatedEventFromStream ¶ added in v0.75.0
func TimeWeightedNotionalPositionUpdatedEventFromStream(ctx context.Context, be *eventspb.BusEvent) *TimeWeightedNotionalPositionUpdated
func (*TimeWeightedNotionalPositionUpdated) StreamMessage ¶ added in v0.75.0
func (tw *TimeWeightedNotionalPositionUpdated) StreamMessage() *eventspb.BusEvent
func (*TimeWeightedNotionalPositionUpdated) TimeWeightedNotionalPositionUpdated ¶ added in v0.75.0
func (tw *TimeWeightedNotionalPositionUpdated) TimeWeightedNotionalPositionUpdated() *eventspb.TimeWeightedNotionalPositionUpdated
type Trade ¶
type Trade struct { *Base // contains filtered or unexported fields }
func TradeEventFromStream ¶
func (Trade) StreamMessage ¶
type TradeSettlement ¶
TradeSettlement Part of the SettlePosition interface -> traces trades as they happened.
type TransactionResult ¶ added in v0.58.0
type TransactionResult struct { *Base // contains filtered or unexported fields }
func NewTransactionResultEventFailure ¶ added in v0.58.0
func NewTransactionResultEventFailure( ctx context.Context, hash, party string, err error, tx interface{}, ) *TransactionResult
func NewTransactionResultEventSuccess ¶ added in v0.58.0
func NewTransactionResultEventSuccess( ctx context.Context, hash, party string, tx interface{}, ) *TransactionResult
func TransactionResultEventFromStream ¶ added in v0.58.0
func TransactionResultEventFromStream(ctx context.Context, be *eventspb.BusEvent) *TransactionResult
func (*TransactionResult) Hash ¶ added in v0.74.0
func (tr *TransactionResult) Hash() string
func (TransactionResult) IsParty ¶ added in v0.58.0
func (t TransactionResult) IsParty(id string) bool
func (*TransactionResult) PartyID ¶ added in v0.74.0
func (tr *TransactionResult) PartyID() string
func (TransactionResult) Proto ¶ added in v0.58.0
func (t TransactionResult) Proto() eventspb.TransactionResult
func (*TransactionResult) Status ¶ added in v0.74.0
func (tr *TransactionResult) Status() bool
func (TransactionResult) StreamMessage ¶ added in v0.58.0
func (t TransactionResult) StreamMessage() *eventspb.BusEvent
func (TransactionResult) TransactionResult ¶ added in v0.74.0
func (t TransactionResult) TransactionResult() TransactionResult
type Transfer ¶
type Transfer interface { MarketPosition Transfer() *types.Transfer }
Transfer is an event passed on by settlement engine, contains position and the resulting transfer for the collateral engine to use. We need MarketPosition because we can't loose the long/short status of the open positions.
type TransferFees ¶ added in v0.73.0
type TransferFees struct { *Base // contains filtered or unexported fields }
TransferFees ...
func NewTransferFeesEvent ¶ added in v0.73.0
func TransferFeesEventFromStream ¶ added in v0.73.0
func TransferFeesEventFromStream(ctx context.Context, be *eventspb.BusEvent) *TransferFees
func (TransferFees) Proto ¶ added in v0.73.0
func (t TransferFees) Proto() eventspb.TransferFees
func (TransferFees) StreamMessage ¶ added in v0.73.0
func (t TransferFees) StreamMessage() *eventspb.BusEvent
func (TransferFees) TransferFees ¶ added in v0.73.0
func (t TransferFees) TransferFees() eventspb.TransferFees
type TransferFeesDiscountUpdated ¶ added in v0.74.0
type TransferFeesDiscountUpdated struct { *Base // contains filtered or unexported fields }
TransferFeesDiscountUpdated ...
func NewTransferFeesDiscountUpdated ¶ added in v0.74.0
func TransferFeesDiscountUpdatedFromStream ¶ added in v0.74.0
func TransferFeesDiscountUpdatedFromStream(ctx context.Context, be *eventspb.BusEvent) *TransferFeesDiscountUpdated
func (TransferFeesDiscountUpdated) Proto ¶ added in v0.74.0
func (t TransferFeesDiscountUpdated) Proto() eventspb.TransferFeesDiscount
func (TransferFeesDiscountUpdated) StreamMessage ¶ added in v0.74.0
func (t TransferFeesDiscountUpdated) StreamMessage() *eventspb.BusEvent
func (TransferFeesDiscountUpdated) TransferFeesDiscount ¶ added in v0.74.0
func (t TransferFeesDiscountUpdated) TransferFeesDiscount() eventspb.TransferFeesDiscount
type TransferFunds ¶
type TransferFunds struct { *Base // contains filtered or unexported fields }
func NewGovTransferFundsEvent ¶ added in v0.72.0
func NewGovTransferFundsEvent( ctx context.Context, t *types.GovernanceTransfer, amount *num.Uint, gameID *string, ) *TransferFunds
func NewGovTransferFundsEventWithReason ¶ added in v0.72.0
func NewGovTransferFundsEventWithReason( ctx context.Context, t *types.GovernanceTransfer, amount *num.Uint, reason string, gameID *string, ) *TransferFunds
func NewOneOffTransferFundsEvent ¶
func NewOneOffTransferFundsEvent( ctx context.Context, t *types.OneOffTransfer, ) *TransferFunds
func NewOneOffTransferFundsEventWithReason ¶ added in v0.59.0
func NewOneOffTransferFundsEventWithReason( ctx context.Context, t *types.OneOffTransfer, reason string, ) *TransferFunds
func NewRecurringTransferFundsEvent ¶
func NewRecurringTransferFundsEvent( ctx context.Context, t *types.RecurringTransfer, gameID *string, ) *TransferFunds
func NewRecurringTransferFundsEventWithReason ¶ added in v0.59.0
func NewRecurringTransferFundsEventWithReason( ctx context.Context, t *types.RecurringTransfer, reason string, gameID *string, ) *TransferFunds
func TransferFundsEventFromStream ¶
func TransferFundsEventFromStream(ctx context.Context, be *eventspb.BusEvent) *TransferFunds
func (TransferFunds) PartyID ¶
func (t TransferFunds) PartyID() string
func (TransferFunds) Proto ¶
func (t TransferFunds) Proto() eventspb.Transfer
func (TransferFunds) StreamMessage ¶
func (t TransferFunds) StreamMessage() *eventspb.BusEvent
func (TransferFunds) TransferFunds ¶
func (t TransferFunds) TransferFunds() eventspb.Transfer
type TxErr ¶
type TxErr struct { *Base // contains filtered or unexported fields }
func NewTxErrEvent ¶
func TxErrEventFromStream ¶
func (TxErr) Proto ¶
func (t TxErr) Proto() eventspb.TxErrorEvent
func (TxErr) StreamMessage ¶
type Type ¶
type Type int
const ( // All event type -> used by subscribers to just receive all events, has no actual corresponding event payload. All Type = iota // other event types that DO have corresponding event types. TimeUpdate LedgerMovementsEvent PositionResolution MarketEvent // this event is not used for any specific event, but by subscribers that aggregate all market events (e.g. for logging) OrderEvent LiquidityProvisionEvent AccountEvent PartyEvent TradeEvent MarginLevelsEvent ProposalEvent VoteEvent MarketDataEvent NodeSignatureEvent LossSocializationEvent SettlePositionEvent SettleDistressedEvent MarketCreatedEvent MarketUpdatedEvent AssetEvent MarketTickEvent AuctionEvent WithdrawalEvent DepositEvent RiskFactorEvent NetworkParameterEvent TxErrEvent OracleSpecEvent OracleDataEvent EpochUpdate DelegationBalanceEvent StakeLinkingEvent ValidatorUpdateEvent RewardPayoutEvent CheckpointEvent ValidatorScoreEvent KeyRotationEvent StateVarEvent NetworkLimitsEvent TransferEvent ValidatorRankingEvent ERC20MultiSigThresholdSetEvent ERC20MultiSigSignerEvent ERC20MultiSigSignerAddedEvent ERC20MultiSigSignerRemovedEvent PositionStateEvent EthereumKeyRotationEvent ProtocolUpgradeEvent BeginBlockEvent EndBlockEvent ProtocolUpgradeStartedEvent SettleMarketEvent TransactionResultEvent CoreSnapshotEvent ProtocolUpgradeDataNodeReadyEvent DistressedOrdersClosedEvent ExpiredOrdersEvent DistressedPositionsEvent SpotLiquidityProvisionEvent StopOrderEvent FundingPeriodEvent FundingPeriodDataPointEvent TeamCreatedEvent TeamUpdatedEvent RefereeSwitchedTeamEvent RefereeJoinedTeamEvent ReferralProgramStartedEvent ReferralProgramEndedEvent ReferralProgramUpdatedEvent ReferralSetCreatedEvent RefereeJoinedReferralSetEvent PartyActivityStreakEvent VolumeDiscountProgramStartedEvent VolumeDiscountProgramEndedEvent VolumeDiscountProgramUpdatedEvent ReferralSetStatsUpdatedEvent VestingStatsUpdatedEvent VolumeDiscountStatsUpdatedEvent FeesStatsEvent FundingPaymentsEvent PaidLiquidityFeesStatsEvent VestingBalancesSummaryEvent TransferFeesEvent TransferFeesDiscountUpdatedEvent PartyMarginModeUpdatedEvent PartyProfileUpdatedEvent TeamsStatsUpdatedEvent TimeWeightedNotionalPositionUpdatedEvent CancelledOrdersEvent GameScoresEvent AMMPoolEvent )
func ProtoToInternal ¶
func ProtoToInternal(pTypes ...eventspb.BusEventType) ([]Type, error)
ProtoToInternal converts the proto message enum to our internal constants we're not using a map to de-duplicate the event types here, so we can exploit duplicating the same event to control the internal subscriber channel buffer.
func TryFromString ¶
TryFromString tries to parse a raw string into an event type, false indicates that.
func (Type) ToProto ¶
func (t Type) ToProto() eventspb.BusEventType
type ValidatorRanking ¶
type ValidatorRanking struct { *Base NodeID string EpochSeq string StakeScore string PerformanceScore string Ranking string PreviousStatus string Status string TMVotingPower int }
func NewValidatorRanking ¶
func NewValidatorRanking(ctx context.Context, epochSeq, nodeID, stakeScore, performanceScore, ranking, previousStatus, status string, votingPower int) *ValidatorRanking
func ValidatorRankingEventFromStream ¶
func ValidatorRankingEventFromStream(ctx context.Context, be *eventspb.BusEvent) *ValidatorRanking
func (ValidatorRanking) Proto ¶
func (vr ValidatorRanking) Proto() eventspb.ValidatorRankingEvent
func (ValidatorRanking) StreamMessage ¶
func (vr ValidatorRanking) StreamMessage() *eventspb.BusEvent
func (ValidatorRanking) ValidatorRankingEvent ¶
func (vr ValidatorRanking) ValidatorRankingEvent() eventspb.ValidatorRankingEvent
type ValidatorScore ¶
type ValidatorScore struct { *Base NodeID string EpochSeq string ValidatorScore string NormalisedScore string RawValidatorScore string ValidatorPerformance string MultisigScore string ValidatorStatus string }
func NewValidatorScore ¶
func ValidatorScoreEventFromStream ¶
func ValidatorScoreEventFromStream(ctx context.Context, be *eventspb.BusEvent) *ValidatorScore
func (ValidatorScore) Proto ¶
func (vd ValidatorScore) Proto() eventspb.ValidatorScoreEvent
func (ValidatorScore) StreamMessage ¶
func (vd ValidatorScore) StreamMessage() *eventspb.BusEvent
func (ValidatorScore) ValidatorScoreEvent ¶
func (vd ValidatorScore) ValidatorScoreEvent() eventspb.ValidatorScoreEvent
type ValidatorUpdate ¶
type ValidatorUpdate struct { *Base // contains filtered or unexported fields }
ValidatorUpdate ...
func NewValidatorUpdateEvent ¶
func ValidatorUpdateEventFromStream ¶
func ValidatorUpdateEventFromStream(ctx context.Context, be *eventspb.BusEvent) *ValidatorUpdate
func (ValidatorUpdate) AvatarURL ¶
func (vu ValidatorUpdate) AvatarURL() string
AvatarURL return an URL to the validator avatar for UI purpose.
func (ValidatorUpdate) Country ¶
func (vu ValidatorUpdate) Country() string
Country returns country code of node's location.
func (ValidatorUpdate) EthereumAddress ¶
func (vu ValidatorUpdate) EthereumAddress() string
EthereumAddress returns validator's ethereum address.
func (ValidatorUpdate) InfoURL ¶
func (vu ValidatorUpdate) InfoURL() string
InfoURL returns an url with information about validator node.
func (ValidatorUpdate) Name ¶
func (vu ValidatorUpdate) Name() string
Name return the name of the validator.
func (ValidatorUpdate) Proto ¶
func (vu ValidatorUpdate) Proto() eventspb.ValidatorUpdate
func (ValidatorUpdate) StreamMessage ¶
func (vu ValidatorUpdate) StreamMessage() *eventspb.BusEvent
func (ValidatorUpdate) TendermintPublicKey ¶
func (vu ValidatorUpdate) TendermintPublicKey() string
TendermintPublicKey returns Tendermint nodes public key.
func (ValidatorUpdate) ValidatorUpdate ¶
func (vu ValidatorUpdate) ValidatorUpdate() eventspb.ValidatorUpdate
func (ValidatorUpdate) VegaPublicKey ¶
func (vu ValidatorUpdate) VegaPublicKey() string
VegaPublicKey returns validator's vega public key.
func (ValidatorUpdate) VegaPublicKeyIndex ¶
func (vu ValidatorUpdate) VegaPublicKeyIndex() uint32
VegaPublicKey returns validator's vega public key index.
type VestingBalancesSummary ¶ added in v0.73.0
type VestingBalancesSummary struct { *Base // contains filtered or unexported fields }
func NewVestingBalancesSummaryEvent ¶ added in v0.73.0
func NewVestingBalancesSummaryEvent(ctx context.Context, vbs *eventspb.VestingBalancesSummary) *VestingBalancesSummary
func VestingBalancesSummaryEventFromStream ¶ added in v0.73.0
func VestingBalancesSummaryEventFromStream(ctx context.Context, be *eventspb.BusEvent) *VestingBalancesSummary
func (VestingBalancesSummary) Proto ¶ added in v0.73.0
func (v VestingBalancesSummary) Proto() eventspb.VestingBalancesSummary
func (VestingBalancesSummary) StreamMessage ¶ added in v0.73.0
func (v VestingBalancesSummary) StreamMessage() *eventspb.BusEvent
func (*VestingBalancesSummary) VestingBalancesSummary ¶ added in v0.73.0
func (v *VestingBalancesSummary) VestingBalancesSummary() *eventspb.VestingBalancesSummary
type VestingStatsUpdated ¶ added in v0.73.0
type VestingStatsUpdated struct { *Base // contains filtered or unexported fields }
func NewVestingStatsUpdatedEvent ¶ added in v0.73.0
func NewVestingStatsUpdatedEvent(ctx context.Context, vsu *eventspb.VestingStatsUpdated) *VestingStatsUpdated
func VestingStatsUpdatedEventFromStream ¶ added in v0.73.0
func VestingStatsUpdatedEventFromStream(ctx context.Context, be *eventspb.BusEvent) *VestingStatsUpdated
func (VestingStatsUpdated) Proto ¶ added in v0.73.0
func (p VestingStatsUpdated) Proto() eventspb.VestingStatsUpdated
func (VestingStatsUpdated) StreamMessage ¶ added in v0.73.0
func (p VestingStatsUpdated) StreamMessage() *eventspb.BusEvent
func (*VestingStatsUpdated) VestingStatsUpdated ¶ added in v0.73.0
func (p *VestingStatsUpdated) VestingStatsUpdated() *eventspb.VestingStatsUpdated
type VolumeDiscountProgramEnded ¶ added in v0.73.0
type VolumeDiscountProgramEnded struct { *Base // contains filtered or unexported fields }
func NewVolumeDiscountProgramEndedEvent ¶ added in v0.73.0
func VolumeDiscountProgramEndedEventFromStream ¶ added in v0.73.0
func VolumeDiscountProgramEndedEventFromStream(ctx context.Context, be *eventspb.BusEvent) *VolumeDiscountProgramEnded
func (*VolumeDiscountProgramEnded) GetVolumeDiscountProgramEnded ¶ added in v0.73.0
func (v *VolumeDiscountProgramEnded) GetVolumeDiscountProgramEnded() *eventspb.VolumeDiscountProgramEnded
func (*VolumeDiscountProgramEnded) StreamMessage ¶ added in v0.73.0
func (t *VolumeDiscountProgramEnded) StreamMessage() *eventspb.BusEvent
type VolumeDiscountProgramStarted ¶ added in v0.73.0
type VolumeDiscountProgramStarted struct { *Base // contains filtered or unexported fields }
func NewVolumeDiscountProgramStartedEvent ¶ added in v0.73.0
func NewVolumeDiscountProgramStartedEvent(ctx context.Context, p *types.VolumeDiscountProgram, epochTime time.Time, epoch uint64) *VolumeDiscountProgramStarted
func VolumeDiscountProgramStartedEventFromStream ¶ added in v0.73.0
func VolumeDiscountProgramStartedEventFromStream(ctx context.Context, be *eventspb.BusEvent) *VolumeDiscountProgramStarted
func (*VolumeDiscountProgramStarted) GetVolumeDiscountProgramStarted ¶ added in v0.73.0
func (v *VolumeDiscountProgramStarted) GetVolumeDiscountProgramStarted() *eventspb.VolumeDiscountProgramStarted
func (*VolumeDiscountProgramStarted) StreamMessage ¶ added in v0.73.0
func (t *VolumeDiscountProgramStarted) StreamMessage() *eventspb.BusEvent
type VolumeDiscountProgramUpdated ¶ added in v0.73.0
type VolumeDiscountProgramUpdated struct { *Base // contains filtered or unexported fields }
func NewVolumeDiscountProgramUpdatedEvent ¶ added in v0.73.0
func NewVolumeDiscountProgramUpdatedEvent(ctx context.Context, p *types.VolumeDiscountProgram, epochTime time.Time, epoch uint64) *VolumeDiscountProgramUpdated
func VolumeDiscountProgramUpdatedEventFromStream ¶ added in v0.73.0
func VolumeDiscountProgramUpdatedEventFromStream(ctx context.Context, be *eventspb.BusEvent) *VolumeDiscountProgramUpdated
func (*VolumeDiscountProgramUpdated) GetVolumeDiscountProgramUpdated ¶ added in v0.73.0
func (v *VolumeDiscountProgramUpdated) GetVolumeDiscountProgramUpdated() *eventspb.VolumeDiscountProgramUpdated
func (*VolumeDiscountProgramUpdated) StreamMessage ¶ added in v0.73.0
func (t *VolumeDiscountProgramUpdated) StreamMessage() *eventspb.BusEvent
type VolumeDiscountStatsUpdated ¶ added in v0.73.0
type VolumeDiscountStatsUpdated struct { *Base // contains filtered or unexported fields }
func NewVolumeDiscountStatsUpdatedEvent ¶ added in v0.73.0
func NewVolumeDiscountStatsUpdatedEvent(ctx context.Context, vdsu *eventspb.VolumeDiscountStatsUpdated) *VolumeDiscountStatsUpdated
func VolumeDiscountStatsUpdatedEventFromStream ¶ added in v0.73.0
func VolumeDiscountStatsUpdatedEventFromStream(ctx context.Context, be *eventspb.BusEvent) *VolumeDiscountStatsUpdated
func (VolumeDiscountStatsUpdated) Proto ¶ added in v0.73.0
func (p VolumeDiscountStatsUpdated) Proto() eventspb.VolumeDiscountStatsUpdated
func (VolumeDiscountStatsUpdated) StreamMessage ¶ added in v0.73.0
func (p VolumeDiscountStatsUpdated) StreamMessage() *eventspb.BusEvent
func (*VolumeDiscountStatsUpdated) VolumeDiscountStatsUpdated ¶ added in v0.73.0
func (p *VolumeDiscountStatsUpdated) VolumeDiscountStatsUpdated() *eventspb.VolumeDiscountStatsUpdated
type Vote ¶
type Vote struct { *Base // contains filtered or unexported fields }
func VoteEventFromStream ¶
func (*Vote) ProposalID ¶
ProposalID get the proposal ID, part of the interface for event subscribers.
func (Vote) StreamMessage ¶
func (*Vote) TotalGovernanceTokenBalance ¶
TotalGovernanceTokenBalance returns the total balance of token used for this vote.
func (*Vote) TotalGovernanceTokenWeight ¶
TotalGovernanceTokenWeight returns the total weight of token used for this vote.
func (*Vote) Value ¶
func (v *Vote) Value() proto.Vote_Value
Value - return a Y/N value, makes subscribers easier to implement.
type Withdrawal ¶
type Withdrawal struct { *Base // contains filtered or unexported fields }
func NewWithdrawalEvent ¶
func NewWithdrawalEvent(ctx context.Context, w types.Withdrawal) *Withdrawal
func WithdrawalEventFromStream ¶
func WithdrawalEventFromStream(ctx context.Context, be *eventspb.BusEvent) *Withdrawal
func (Withdrawal) IsParty ¶
func (w Withdrawal) IsParty(id string) bool
func (Withdrawal) PartyID ¶
func (w Withdrawal) PartyID() string
func (Withdrawal) Proto ¶
func (w Withdrawal) Proto() proto.Withdrawal
func (Withdrawal) StreamMessage ¶
func (w Withdrawal) StreamMessage() *eventspb.BusEvent
func (*Withdrawal) Withdrawal ¶
func (w *Withdrawal) Withdrawal() proto.Withdrawal
Source Files ¶
- account.go
- amm_pool.go
- asset.go
- auction.go
- begin_block.go
- bus.go
- cancelled_orders.go
- checkpoint.go
- delegation.go
- deposit.go
- distressed_orders.go
- distressed_positions.go
- end_block.go
- epoch.go
- erc20_multisig_signer_added.go
- erc20_multisig_signer_removed.go
- erc20multisig_signer.go
- erc20multisig_threshold_set.go
- ethereum_key_rotation.go
- events.go
- expired_orders.go
- fee_stats.go
- funding_payments.go
- funding_period.go
- funding_period_data_point.go
- game_scores.go
- governance_proposal.go
- key_rotation.go
- ledger_movements.go
- liquidity_provision.go
- loss_socialization.go
- margin_levels.go
- margin_mode.go
- market_data.go
- market_event.go
- market_tick.go
- market_updated_event.go
- network_limits.go
- network_parameter.go
- node_signature.go
- oracle_data.go
- oracle_spec.go
- order.go
- paid_liquidity_fee_stats.go
- party.go
- party_activity_streak.go
- position_resolution_event.go
- position_state.go
- protocol_upgrade.go
- protocol_upgrade_data_node_ready.go
- protocol_upgrade_started.go
- referral_program.go
- referral_set.go
- reward_payout.go
- risk_factor.go
- settle_distressed.go
- settle_market.go
- settle_position.go
- snapshot.go
- stake_linking.go
- statevar.go
- stop_orders.go
- team.go
- time.go
- time_weighted_notional_position.go
- trade.go
- transaction_result.go
- transfer.go
- transfer_fees.go
- tx_error.go
- validator_ranking.go
- validator_score.go
- validator_update.go
- vesting.go
- vesting_summary.go
- volume_discount_program.go
- vote.go
- withdrawal.go