Skip to main content Link Menu Expand (external link) Document Search Copy Copied

CreateGasPump

Model getters

Method name Return type Description Notes
getChain() string The blockchain to work with
Example: ETH
 
getOwner() string The blockchain address that will own the precalculated gas pump addresses and will be used to pay gas fees for operations made on the gas pump addresses; can be referred to as “master address”
Example: 0x2b5a0bE5940B63dE1eDdCCCa7bd977357e2488eD
 
getFrom() int The start index of the range of gas pump addresses to precalculate
Example: 0
 
getTo() int The end index of the range of gas pump addresses to precalculate; must be greater than or equal to the value in the from parameter
Example: 1000