Partial implementation of the MockMainPod (#33)
* wip * wip * feat: handle public statements * fix: remove old backend module
This commit is contained in:
parent
e074d34078
commit
8945d7f8a1
6 changed files with 555 additions and 268 deletions
|
|
@ -26,9 +26,9 @@ impl PodSigner for MockSigner {
|
|||
|
||||
#[derive(Clone, Debug)]
|
||||
pub struct MockSignedPod {
|
||||
pub id: PodId,
|
||||
pub signature: String,
|
||||
pub mt: MerkleTree,
|
||||
id: PodId,
|
||||
signature: String,
|
||||
mt: MerkleTree,
|
||||
}
|
||||
|
||||
impl SignedPod for MockSignedPod {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue