Type Alias BaseCostDetails

BaseCostDetails: {
    chainId?: Numbers;
    gasLimit: Numbers;
    gasPerPubdataByte?: Numbers;
    gasPrice?: Numbers;
}

Type declaration

  • OptionalchainId?: Numbers
  • gasLimit: Numbers

    The gasLimit for the L2 contract call.

  • OptionalgasPerPubdataByte?: Numbers

    The L2 gas price for each published L1 calldata byte.

  • OptionalgasPrice?: Numbers

    The L1 gas price of the L1 transaction that will send the request for an execute call.