estimateGasPrice constant

AptosApiMethod const estimateGasPrice

Implementation

static const AptosApiMethod estimateGasPrice = AptosApiMethod._(
    url: '/estimate_gas_price',
    name: 'Estimate gas price',
    requestType: RequestServiceType.get);