package
0.42.0-pre6
Repository: https://github.com/vegaprotocol/api.git
Documentation: pkg.go.dev

# Constants

Event for account updates.
Events of ALL event types, used when filtering stream from event bus.
Event for when an asset is added to Vega.
Event indicating a change in auction state, for example starting or ending an auction.
Event indicating a new checkpoint was created.
Event indicating that an delegation balance of a party to a node for current epoch has changed.
Event for when a deposit occurs.
Event indicating the start or end of an epoch.
Event indicating a liquidity provision has been created or updated.
Event indicating loss socialisation occurred for a party.
Event indicating margin levels have changed for a party.
Event indicating a market related event, for example when a market opens.
Event indicating a new market was created.
Event for market data updates.
Event indicating a market tick event.
Event indicating a new market was created.
Event indicating a network parameter has been added or updated.
Event for a new signature for a Vega node.
Event indicating that an oracle data has been broadcast.
Event indicating an oracle spec has been created or updated.
Event for order updates, both new and existing orders.
Event for party updates.
Event indicating position resolution has occurred.
Event for proposal updates (for governance).
Event indicating the payout of a reward has been initiated.
Event indicating a risk factor has been updated.
Event for when a position is distressed.
Event for when a position is being settled.
Event indicating a new staking event have been processed by the network.
Event for blockchain time updates.
Event indicating a new trade has occurred.
Event for when a transfer happens internally, contains the transfer information.
Event used to report failed transactions back to a user, this is excluded from the ALL type.
Default value, always invalid.
Event indicating the validator score for the given epoch.
Event indicating that validator node has been updated.
Event indicating a new vote has occurred (for governance).
Event for when a withdrawal occurs.
Indicate of an event accepted by the vega network.
Indicate an event waiting for confirmation from the vega network.
Indaicate of an event rejected by the vega network.
Default value.
Indicate of a stake deposit instruction.
Indicate of a stake remove instruction.
Default value.

# Variables

Enum value maps for BusEventType.
Enum value maps for BusEventType.
No description provided by the author
Enum value maps for StakeLinking_Status.
Enum value maps for StakeLinking_Status.
Enum value maps for StakeLinking_Type.
Enum value maps for StakeLinking_Type.

# Structs

An auction event indicating a change in auction state, for example starting or ending an auction.
A bus event is a container for event bus events emitted by Vega.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
DelegationBalanceEvent - updates on the delegation balance of a party to a node in the current epoch in effect.
Epoch details.
A loss socialization event contains details on the amount of wins unable to be distributed.
MarketEvent - the common denominator for all market events interface has a method to return a string for logging.
A market ticket event contains the time value for when a particular market was last processed on Vega.
PendingDelegationBalanceEvent - updates on the delegation/undelegation balance of a party to a node for the next epoch.
A position resolution event contains information on distressed trades.
No description provided by the author
A settle distressed event contains information on distressed trading parties who are closed out.
A settle position event contains position settlement information for a party.
StakeLinking - an event notifying of stake being deposited or removed for a given party These events are emitted for every Staking deposit or removed accepted by the network.
A time update event contains the latest time update from Vega blockchain.
A trade settlement is part of the settle position event.
A transfer responses event contains a collection of transfer information.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ValidatorScoreEvent is the score a validator gets for a given epoch.
A validator update event contains information about validator node.

# Type aliases

An (event) bus event type is used to specify a type of event It has 2 styles of event: Single values (e.g.
No description provided by the author
No description provided by the author