crypto: declare Verifiable and ScriptContainer interfaces
This commit is contained in:
parent
266138c00c
commit
2879f89337
1 changed files with 6 additions and 0 deletions
6
pkg/crypto/verifiable.go
Normal file
6
pkg/crypto/verifiable.go
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
package crypto
|
||||||
|
|
||||||
|
// Verifiable represents an object which can be verified.
|
||||||
|
type Verifiable interface {
|
||||||
|
GetSignedPart() []byte
|
||||||
|
}
|
Loading…
Reference in a new issue