Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BalanceSourceType ¶
type BalanceSourceType string
const ( AssetPoolBalanceType BalanceSourceType = "ASSET_POOL" PartiesTotalBalanceType BalanceSourceType = "PARTIES_TOTAL" UnrealisedWithdrawalsTotalBalanceType BalanceSourceType = "UNREALISED_WITHDRAWALS_TOTAL" )
func (BalanceSourceType) IsValid ¶
func (n BalanceSourceType) IsValid() error
type BlockSigner ¶
type BlockSigner struct { VegaTime time.Time `db:"vega_time"` Role BlockSignerRole `db:"role"` TmPubKey vega_entities.TendermintPublicKey `db:"tendermint_pub_key"` }
type BlockSignerRole ¶
type BlockSignerRole string
const ( BlockSignerRoleProposer BlockSignerRole = "ROLE_PROPOSER" BlockSignerRoleSigner BlockSignerRole = "ROLE_SIGNER" )
func (BlockSignerRole) IsValid ¶
func (n BlockSignerRole) IsValid() error
type MetaMonitoringStatusCheck ¶ added in v0.6.0
type NetworkBalance ¶
type NetworkBalance struct { BalanceTime time.Time AssetEthereumHexAddress string BalanceSource BalanceSourceType Balance decimal.Decimal }
func NewAssetPoolBalance ¶
type TendermintAddress ¶
type TendermintAddress string
func (*TendermintAddress) Bytes ¶
func (pk *TendermintAddress) Bytes() ([]byte, error)
func (TendermintAddress) EncodeBinary ¶
func (*TendermintAddress) String ¶
func (pk *TendermintAddress) String() string
Click to show internal directories.
Click to hide internal directories.