11 lines
204 B
Go
11 lines
204 B
Go
|
package revocation
|
||
|
|
||
|
// TODO(roasbeef):
|
||
|
// * fin..later
|
||
|
// * reg HD Chain
|
||
|
// * Codeshark's sub-branch proposal
|
||
|
// * Rusty's hypercube shachain
|
||
|
// * more...idk?
|
||
|
type VerifiableRevocation interface {
|
||
|
}
|