paritytech / substrate-contracts-node

Minimal Substrate node configured for smart contracts via pallet-contracts.
The Unlicense
124 stars 145 forks source link

polkadot.js.org/apps does not work for the type `Option<ink_prelude::vec::Vec<u8>>` #136

Open virgil2019 opened 2 years ago

virgil2019 commented 2 years ago

I use the parameter Option<ink_prelude::vec::Vec> in a method, and then use https://polkadot.js.org/apps/#/contracts to deploy the contract and test.

But I can not input the argument properly. image