Giter Site home page Giter Site logo

substrate-collectibles-workshop's Introduction

substrate-collectibles-workshop's People

Contributors

optimumood avatar

Watchers

 avatar

substrate-collectibles-workshop's Issues

Looking for help

I'm following this documentation and getting the following error.
Did you come across the error?
It would be great if you can help. Thank you

error[E0277]: the trait bound `&[u8; 16]: EncodeLike<<T as frame_system::Config>::AccountId>` is not satisfied
   --> pallets/bitz/src/lib.rs:138:40
    |
138 |                 !CollectibleMap::<T>::contains_key(&collectible.unique_id),
    |                  --------------------------------- ^^^^^^^^^^^^^^^^^^^^^^ the trait `EncodeLike<<T as frame_system::Config>::AccountId>` is not implemented for `&[u8; 16]`
    |                  |
    |                  required by a bound introduced by this call
    |
note: required by a bound in `frame_support::pallet_prelude::StorageMap::<Prefix, Hasher, Key, Value, QueryKind, OnEmpty, MaxValues>::contains_key`
   --> /Users/guna/.cargo/git/checkouts/substrate-7e08433d4c370a21/f38bd66/frame/support/src/storage/types/map.rs:136:30
    |
136 |     pub fn contains_key<KeyArg: EncodeLike<Key>>(key: KeyArg) -> bool {
    |                                 ^^^^^^^^^^^^^^^ required by this bound in `frame_support::pallet_prelude::StorageMap::<Prefix, Hasher, Key, Value, QueryKind, OnEmpty, MaxValues>::contains_key`
help: consider introducing a `where` clause, but there might be an alternative better way to express this requirement
    |
101 |     impl<T: Config> Pallet<T> where &[u8; 16]: EncodeLike<<T as frame_system::Config>::AccountId> {
    |                               +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.