-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
multisig: SigmaBoolean.collectLeaves v1
- Loading branch information
1 parent
e77b596
commit 5206ff1
Showing
7 changed files
with
130 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
interpreter/shared/src/main/scala/sigmastate/basics/DiffieHellmanTupleProtocol.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 1 addition & 14 deletions
15
sdk/shared/src/main/scala/org/ergoplatform/sdk/multisig/Signer.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,5 @@ | ||
package org.ergoplatform.sdk.multisig | ||
|
||
import org.ergoplatform.P2PKAddress | ||
import org.ergoplatform.sdk.SigmaProver | ||
import org.ergoplatform.sdk.{ReducedTransaction, SigmaProver} | ||
|
||
case class Signer(prover: SigmaProver) { | ||
def masterAddress: P2PKAddress = prover.getP2PKAddress | ||
def eip3Addresses: Seq[P2PKAddress] = prover.getEip3Addresses | ||
} | ||
|
||
object Signer { | ||
|
||
|
||
def main(args: Array[String]): Unit = { | ||
|
||
// val pkAlice = | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters