package
0.49.1
Repository: https://github.com/finschia/finschia-sdk.git
Documentation: pkg.go.dev

# Functions

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
GetProposalIDBytes returns the byte representation of the proposalID.
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
ProposalKey key of a specific role proposal.
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
RoleKey key of a specific role of the address from the store.
No description provided by the author
SplitBridgeSwitchKey split the bridge switch key and returns the guardian address.
SplitRoleKey split the role key and returns the address.
SplitVoterVoteKey split the voter key and returns the proposal id and voter address.
No description provided by the author
No description provided by the author
VoterVoteKey key of a specific vote from the store.
VotesKey gets the first part of the votes key based on the proposalID.

# Constants

MemStoreKey is the in-memory store key string for fbridge.
ModuleName is the module name constant used in many places.
VOTE_OPTION_UNSPECIFIED defines a no-op vote option.
VOTE_OPTION_NO defines a no vote option.
VOTE_OPTION_YES defines a yes vote option.
QuerierRoute defines the module's query routing key.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RouterKey is the message route for fbridge.
BRIDGE_STATUS_ACTIVE defines an active bridge status.
BRIDGE_STATUS_UNSPECIFIED defines an unspecified bridge status.
BRIDGE_STATUS_INACTIVE defines an inactive bridge status.
StoreKey is the store key string for fbridge.

# Variables

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
key for the switch to halt.
key for the bridge inactive status.
No description provided by the author
key for the role metadata.
key for the next role proposal ID.
key for the next bridge send sequence.
key for fbridge module params.
key prefix for the role proposal.
key prefix for the role proposal vote.
key prefix for the role of an address.
key prefix for the sequence to block number mapping.
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

# Structs

No description provided by the author
BridgeStatusMetadata defines the metadata of the bridge status.
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
Fraction defines the protobuf message type for tmmath.Fraction that only supports positive values.
GenesisState defines the fbridge module's genesis state.
No description provided by the author
No description provided by the author
MsgClaim is input values required for claiming a provision.
MsgClaimBatch is input values required for claiming multiple claimable provisions.
No description provided by the author
No description provided by the author
MsgHoldTransfer is input values required for holding transfer.
No description provided by the author
MsgProvision is input values required for provisioning.
No description provided by the author
MsgReleaseTransfer is input values required for releasing a held transfer by time lock.
No description provided by the author
MsgRemoveProvision is input values required for removing a specific confirmed provision.
No description provided by the author
MsgSetBridgeStatus is input values required for setting the status of the bridge module.
No description provided by the author
MsgUpdateRole is input values required for updating the role of an address.
No description provided by the author
MsgTransfer is input values required for bridge transfer.
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
Provision is a struct that represents a provision internally.
ProvisionStatus is a struct that represents the status of a provision.
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
RoleMetadata defines the metadata of the role.
No description provided by the author
No description provided by the author
No description provided by the author
UnimplementedMsgServer can be embedded to have forward compatible implementations.
UnimplementedQueryServer can be embedded to have forward compatible implementations.
Vote defines a vote on a role proposal.

# Interfaces

No description provided by the author
No description provided by the author
MsgClient is the client API for Msg service.
MsgServer is the server API for Msg service.
QueryClient is the client API for Query service.
QueryServer is the server API for Query service.

# Type aliases

No description provided by the author
Role defines the role of the operator, guardian, and judge.
VoteOption enumerates the valid vote options for a given role proposal.