[][src]Module contact::types

Structs

Block
BlockData
BlockEvidence
BlockHeader
BlockId
BlockParts
BlockSignature
BlockVersion
CosmosAccountInfo
LastCommit
LatestBlockEndpointResponse
OptionalTXInfo
QueryValsetConfirm

the query struct required to get the valset request sent by a specific validator. This is required because the url encoded get methods don't parse addresses well. So there's no way to get an individual validators address without sending over a json body

ResponseWrapper

A generic wrapper for Cosmos REST server responses which always include the height

TXSendResponse
Transaction
TypeWrapper

A generic wrapper for Cosmos REST server responses which always include the struct type

Valset

a list of validators, powers, and eth addresses at a given block height

ValsetConfirmResponse

the response we get when querying for a valset confirmation

ValsetUnparsed

a list of validators, powers, and eth addresses at a given block height this version is used by the endpoint to get the data and is then processed by "convert" into ValsetResponse. Making this struct purely internal