Documentation
¶
Index ¶
- type EventChainWhitelisted
- type EventFungibleTransfer
- type EventGenericTransfer
- type EventNonFungibleTransfer
- type EventProposalApproved
- type EventProposalFailed
- type EventProposalRejected
- type EventProposalSucceeded
- type EventRelayerAdded
- type EventRelayerRemoved
- type EventRelayerThresholdChanged
- type EventVoteAgainst
- type EventVoteFor
- type Events
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventChainWhitelisted ¶
type EventFungibleTransfer ¶
type EventGenericTransfer ¶
type EventProposalApproved ¶
type EventProposalFailed ¶
type EventProposalRejected ¶
type EventProposalSucceeded ¶
type EventRelayerAdded ¶
type EventRelayerRemoved ¶
type EventVoteAgainst ¶
type EventVoteFor ¶
type Events ¶
type Events struct { ChainBridge_FungibleTransfer []EventFungibleTransfer //nolint:stylecheck,golint ChainBridge_NonFungibleTransfer []EventNonFungibleTransfer //nolint:stylecheck,golint ChainBridge_GenericTransfer []EventGenericTransfer //nolint:stylecheck,golint ChainBridge_RelayerThresholdChanged []EventRelayerThresholdChanged //nolint:stylecheck,golint ChainBridge_ChainWhitelisted []EventChainWhitelisted //nolint:stylecheck,golint ChainBridge_RelayerAdded []EventRelayerAdded //nolint:stylecheck,golint ChainBridge_RelayerRemoved []EventRelayerRemoved //nolint:stylecheck,golint ChainBridge_VoteFor []EventVoteFor //nolint:stylecheck,golint ChainBridge_VoteAgainst []EventVoteAgainst //nolint:stylecheck,golint ChainBridge_ProposalApproved []EventProposalApproved //nolint:stylecheck,golint ChainBridge_ProposalRejected []EventProposalRejected //nolint:stylecheck,golint ChainBridge_ProposalSucceeded []EventProposalSucceeded //nolint:stylecheck,golint ChainBridge_ProposalFailed []EventProposalFailed //nolint:stylecheck,golint }
Click to show internal directories.
Click to hide internal directories.