GasPriceTrigger
Description
Trigger ID
SDK Action
const gasPriceTrigger = new dfs.triggers.GasPriceTrigger(
maxGasPrice
);Subscription Parameters
/// @param maxGasPrice max gas price that represents the triggerable point
struct SubParams {
uint256 maxGasPrice;
}Calldata Parameters
NoneIsChangeable
Last updated