package
2.0.1+incompatible
Repository: https://github.com/tellor-io/layer.git
Documentation: pkg.go.dev

# Functions

DefaultGenesis returns the default genesis state.
DefaultParams returns a default set of parameters.
NewAttestationSnapshots initializes a AttestationSnapshots with a given size.
NewBridgeValsetSignatures initializes a BridgeValsetSignatures with a given size.
No description provided by the author
No description provided by the author
No description provided by the author
NewOracleAttestations initializes a OracleAttestations with a given size.
NewParams creates a new Params instance.
No description provided by the author
ParamKeyTable the param key table for launch module.
No description provided by the author
No description provided by the author
No description provided by the author
RegisterQueryHandler registers the http handlers for service Query to "mux".
RegisterQueryHandlerClient registers the http handlers for service Query to "mux".
RegisterQueryHandlerFromEndpoint is same as RegisterQueryHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterQueryHandlerServer registers the http handlers for service Query to "mux".
No description provided by the author

# Constants

Event types and attribute keys for events emitted by the bridge module.
DefaultIndex is the default global index.
DefaultIndex is the default global index.
Event types and attribute keys for events emitted by the bridge module.
MemStoreKey defines the in-memory store key.
ModuleName defines the module name.
RouterKey defines the module's message routing key.
StoreKey defines the primary module store key.
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
Prefix for attest_requests_by_height_map key.
Prefix for attest_snapshot_data_map key.
Prefix for attest_snapshots_by_report_map key.
Prefix for bridge_valset_by_timestamp_map key.
Prefix for bridge_valset key.
Prefix for bridge_valset_signatures_map key.
Prefix for deposit_id_claimed_map key.
x/bridge module sentinel errors.
x/bridge module sentinel errors.
x/bridge module sentinel errors.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
x/bridge module sentinel errors.
x/bridge module sentinel errors.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
x/bridge module sentinel errors.
x/bridge module sentinel errors.
x/bridge module sentinel errors.
x/bridge module sentinel errors.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Prefix for latest_checkpoint_idx key.
No description provided by the author
Prefix for operator_to_evm_address_map key.
Prefix for oracle_attestations_map key.
Prefix for params key.
Prefix for snapshot_limit key.
Prefix for snapshot_to_attestations_map key.
Prefix for validator_checkpoint_idx_map key.
Prefix for validator_checkpoint key.
Prefix for validator_checkpoint_params key.
Prefix for valset_timestamp_to_idx_map key.
Prefix for withdrawal_id key.

# Structs

No description provided by the author
AttestationRequests holds requests for attestations.
AttestationSnapshots holds the snapshots of attestations.
AttestationSnapshots holds the snapshots of attestations.
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
BridgeValsetSignatures holds the signatures of validators.
CheckpointIdx wraps a uint64 to be used with the codec.
CheckpointTimestamp wraps a uint64 to be used with the codec.
DepositClaimed holds the claimed status of a deposit ID.
EVMAddress wraps a [32]byte to be used with the codec.
GenesisState defines the bridge module's genesis state.
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
OperatorAddress wraps a [32]byte to be used with the codec.
OracleAttestations holds the attestations of validators.
Params defines the parameters for the module.
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
QueryParamsRequest is request type for the Query/Params RPC method.
QueryParamsResponse is response type for the Query/Params RPC method.
SnapshotLimit holds the limit of number of attestation requests per block.
UnimplementedMsgServer can be embedded to have forward compatible implementations.
UnimplementedQueryServer can be embedded to have forward compatible implementations.
ValidatorCheckpoint wraps a [32]byte to be used with the codec.
ValidatorCheckpointParams holds the signatures of validators.
WithdrawalId holds the latest token bridge withdrawal id.

# Interfaces

AccountKeeper defines the expected account keeper used for simulations (noalias).
BankKeeper defines the expected interface needed to retrieve account balances.
MsgClient is the client API for Msg service.
MsgServer is the server API for Msg service.
No description provided by the author
QueryClient is the client API for Query service.
QueryServer is the server API for Query service.
No description provided by the author
No description provided by the author