We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running npm run apply I get provisioning/taquito-access.ts:47:13 - error TS2741: Property 'paused' is missing in type '{ admin: address; ledger: BigMap<{ 0: address; 1: nat; }, never>; metadata: BigMap<string, bytes>; operators: BigMap<{ owner: address; operator: address; token_id: nat; }, never>; token_metadata: BigMap<...>; total_supply: nat; }' but required in type 'Storage'.
npm run apply
provisioning/taquito-access.ts:47:13 - error TS2741: Property 'paused' is missing in type '{ admin: address; ledger: BigMap<{ 0: address; 1: nat; }, never>; metadata: BigMap<string, bytes>; operators: BigMap<{ owner: address; operator: address; token_id: nat; }, never>; token_metadata: BigMap<...>; total_supply: nat; }' but required in type 'Storage'.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When running
npm run apply
I get
provisioning/taquito-access.ts:47:13 - error TS2741: Property 'paused' is missing in type '{ admin: address; ledger: BigMap<{ 0: address; 1: nat; }, never>; metadata: BigMap<string, bytes>; operators: BigMap<{ owner: address; operator: address; token_id: nat; }, never>; token_metadata: BigMap<...>; total_supply: nat; }' but required in type 'Storage'.
The text was updated successfully, but these errors were encountered: