Use enums instead of generics #1223
Annotations
5 errors
clippy:
packages/account-wasm/src/lib.rs#L45
cannot find type `Signer` in this scope
|
clippy:
packages/account-wasm/src/lib.rs#L45
struct takes 4 generic arguments but 3 generic arguments were supplied
|
clippy:
packages/account-wasm/src/signer.rs#L29
method `create_credential` has a `&self` declaration in the trait, but not in the impl
|
clippy:
packages/account-wasm/src/lib.rs#L14
unused import: `MessageSignerAccount`
|
clippy
Process completed with exit code 101.
|