Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Verifiable ¶
type Verifiable interface {
// Verify performs the verification process.
Verify(ctx context.Context) error
// IsVerified checks if the entity is already verified.
IsVerified(ctx context.Context) (bool, error)
// String returns a string representation of the Verifiable entity.
String() string
}
Verifiable describes entities that can be verified on block explorers.
Click to show internal directories.
Click to hide internal directories.