()
| 641 | } |
| 642 | |
| 643 | fn scope() -> DelegationScope { |
| 644 | DelegationScope::builder() |
| 645 | .permission(DelegationPermission::Read) |
| 646 | .permission(DelegationPermission::Record) |
| 647 | .server("https://atomic.storage") |
| 648 | .project("acme/*") |
| 649 | .build() |
| 650 | } |
| 651 | |
| 652 | fn certificate() -> (Party, Party, Value) { |
| 653 | let alice = human("alice"); |
no test coverage detected