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
Hi @tabaktoni I'm not sure here will be the right place to report this issue or should be "starknet.js" repo, please correct me if im wrong.
import {BlockWithTxs} from "@starknet-io/types-js" const client = new RpcProvider(); async function getGenesisBlock(): Promise<BlockWithTxs> { const block = await client.getBlockWithTxs(1); // @ts-ignore // this type check failed return block; }
it report " Type 'BLOCK_WITH_TXS' is missing the following properties from type 'BLOCK_HEADER': l1_data_gas_price, l1_da_mode "
ENV:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi @tabaktoni I'm not sure here will be the right place to report this issue or should be "starknet.js" repo, please correct me if im wrong.
it report " Type 'BLOCK_WITH_TXS' is missing the following properties from type 'BLOCK_HEADER': l1_data_gas_price, l1_da_mode "
ENV:
The text was updated successfully, but these errors were encountered: