-
- Downloads
[feat] blockchain-dal: create req get identities (with filters)
parent
1f0d06bf
No related branches found
No related tags found
Showing
- Cargo.lock 1 addition, 0 deletionsCargo.lock
- lib/core/message/Cargo.toml 1 addition, 0 deletionslib/core/message/Cargo.toml
- lib/core/message/requests.rs 3 additions, 0 deletionslib/core/message/requests.rs
- lib/core/message/responses.rs 3 additions, 0 deletionslib/core/message/responses.rs
- lib/modules/blockchain/blockchain-dal/src/constants.rs 3 additions, 0 deletionslib/modules/blockchain/blockchain-dal/src/constants.rs
- lib/modules/blockchain/blockchain-dal/src/entities/identity.rs 2 additions, 2 deletions...odules/blockchain/blockchain-dal/src/entities/identity.rs
- lib/modules/blockchain/blockchain-dal/src/filters/identities.rs 47 additions, 0 deletions...dules/blockchain/blockchain-dal/src/filters/identities.rs
- lib/modules/blockchain/blockchain-dal/src/filters/mod.rs 55 additions, 0 deletionslib/modules/blockchain/blockchain-dal/src/filters/mod.rs
- lib/modules/blockchain/blockchain-dal/src/lib.rs 3 additions, 0 deletionslib/modules/blockchain/blockchain-dal/src/lib.rs
- lib/modules/blockchain/blockchain-dal/src/readers/identity.rs 142 additions, 0 deletions...modules/blockchain/blockchain-dal/src/readers/identity.rs
- lib/modules/blockchain/blockchain/src/requests/received.rs 14 additions, 0 deletionslib/modules/blockchain/blockchain/src/requests/received.rs
- lib/tests-tools/crypto-tests-tools/src/mocks/mod.rs 11 additions, 1 deletionlib/tests-tools/crypto-tests-tools/src/mocks/mod.rs
- lib/tests-tools/documents-tests-tools/src/mocks/identity.rs 35 additions, 0 deletionslib/tests-tools/documents-tests-tools/src/mocks/identity.rs
- lib/tests-tools/documents-tests-tools/src/mocks/mod.rs 3 additions, 1 deletionlib/tests-tools/documents-tests-tools/src/mocks/mod.rs
Please register or sign in to comment