@fuel-ts/account 0.94.6 → 0.94.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -229,6 +229,7 @@ export type GqlConsensus = GqlGenesis | GqlPoAConsensus;
229
229
  export type GqlConsensusParameters = {
230
230
  baseAssetId: Scalars['AssetId']['output'];
231
231
  blockGasLimit: Scalars['U64']['output'];
232
+ blockTransactionSizeLimit: Scalars['U64']['output'];
232
233
  chainId: Scalars['U64']['output'];
233
234
  contractParams: GqlContractParameters;
234
235
  feeParams: GqlFeeParameters;