Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Verifier ¶
type Verifier interface {
Verify(t types.Txi) bool
Name() string
String() string
Independent() bool
}
Verifier defines interface to validate a tx. There may be lots of rules for a tx to be valid across the project such as Consensus(Annsensus), Graph structure(DAG), Tx format(mining), etc
Click to show internal directories.
Click to hide internal directories.