Interface FeeEstimateResponse

Hierarchy

  • FeeEstimateResponse

Properties

cost_scalar_change_by_byte: bigint
estimated_cost: {
    read_count: bigint;
    read_length: bigint;
    runtime: bigint;
    write_count: bigint;
    write_length: bigint;
}

Type declaration

  • read_count: bigint
  • read_length: bigint
  • runtime: bigint
  • write_count: bigint
  • write_length: bigint
estimated_cost_scalar: bigint

Generated using TypeDoc