package
Version:
v0.0.0-...-3b62c27
Opens a new window with list of versions in this module.
Published: Jun 23, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Toggle deterministic mode for some
testing setup functions.
type Block interface {
GetHash() []byte
GetTransactions()
}
type Input interface {
GetOutIndex() int32
GetPubKey() []byte
GetSignature() []byte
GetTxID() []byte
}
type Output interface {
GetAmount() uint64
GetPubKeyHash() []byte
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.