ActivateGasPumpTron
Model getters
Method name | Return type | Description | Notes |
---|---|---|---|
getChain() | string | The blockchain to work with Example: TRON | |
getOwner() | string | The blockchain address that owns the precalculated gas pump addresses and is 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 activate Example: 0 | |
getTo() | int | The end index of the range of gas pump addresses to activate; must be greater than or equal to the value in the from parameter Example: 200 | |
getFeeLimit() | float | The maximum amount to be paid as the gas fee (in TRX) Example: 600 | |
getFromPrivateKey() | string | The private key of the blockchain address that will pay the gas fee for the activation transaction Example: e26c1595086cd52f2bc61774c7228b841db66b4b9b0ed36dc29dbc90595dd5b6 |