[Feature]: ERC721Wrapper extension #2193
Annotations
6 errors and 4 warnings
tests:
examples/erc721-wrapper/tests/erc721-wrapper.rs#L3
unresolved import `abi::Erc721`
|
tests:
examples/erc721-wrapper/tests/erc721-wrapper.rs#L7
cannot find macro `sol` in this scope
|
tests:
examples/erc721-wrapper/tests/erc721-wrapper.rs#L14
failed to resolve: use of undeclared type `Account`
|
tests:
examples/erc721-wrapper/tests/erc721-wrapper.rs#L13
the `?` operator can only be used in an async block that returns `Result` or `Option` (or another type that implements `FromResidual`)
|
tests:
examples/erc721-wrapper/tests/erc721-wrapper.rs#L13
expected `{async block@examples/erc721-wrapper/tests/erc721-wrapper.rs:13:1: 13:13}` to be a future that resolves to `Result<(), Report>`, but it resolves to `()`
|
tests
Process completed with exit code 101.
|
tests:
contracts/src/token/erc721/extensions/wrapper.rs#L19
unused import: `RECEIVER_FN_SELECTOR`
|
tests:
contracts/src/token/erc721/extensions/wrapper.rs#L144
unused variable: `operator`
|
tests:
contracts/src/token/erc721/extensions/wrapper.rs#L19
unused import: `RECEIVER_FN_SELECTOR`
|
tests:
contracts/src/token/erc721/extensions/wrapper.rs#L144
unused variable: `operator`
|