Initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package strategies
|
||||
|
||||
type LockedPair struct {
|
||||
Base
|
||||
}
|
||||
|
||||
type LockedCandidateT1 struct {
|
||||
Base
|
||||
}
|
||||
type LockedCandidateT2 struct {
|
||||
Base
|
||||
}
|
||||
Reference in New Issue
Block a user