Variable $GasEstimationConst
$GasEstimation: {
description: "Struct holding the outputs of the estimate gas API";
properties: {
deprioritized_gas_estimate: {
description: "The deprioritized estimate for the gas unit price";
format: "uint64";
type: "number";
};
gas_estimate: {
description: "The current estimate for the gas unit price";
format: "uint64";
isRequired: true;
type: "number";
};
prioritized_gas_estimate: {
description: "The prioritized estimate for the gas unit price";
format: "uint64";
type: "number";
};
};
} = ...
Type declaration
-
description: "Struct holding the outputs of the estimate gas API"
-
properties: {
deprioritized_gas_estimate: {
description: "The deprioritized estimate for the gas unit price";
format: "uint64";
type: "number";
};
gas_estimate: {
description: "The current estimate for the gas unit price";
format: "uint64";
isRequired: true;
type: "number";
};
prioritized_gas_estimate: {
description: "The prioritized estimate for the gas unit price";
format: "uint64";
type: "number";
};
}
-
deprioritized_gas_estimate: {
description: "The deprioritized estimate for the gas unit price";
format: "uint64";
type: "number";
}
-
description: "The deprioritized estimate for the gas unit price"
-
format: "uint64"
-
type: "number"
-
gas_estimate: {
description: "The current estimate for the gas unit price";
format: "uint64";
isRequired: true;
type: "number";
}
-
description: "The current estimate for the gas unit price"
-
format: "uint64"
-
isRequired: true
-
type: "number"
-
prioritized_gas_estimate: {
description: "The prioritized estimate for the gas unit price";
format: "uint64";
type: "number";
}
-
description: "The prioritized estimate for the gas unit price"
-
format: "uint64"
-
type: "number"