verification

package
v0.86.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 10, 2026 License: MIT Imports: 1 Imported by: 0

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.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL