utils/Utils library
Enums
Functions
-
estimateGas(
{required String from, required String to, BigInt? value, String? data}) → Future< BigInt> -
fetchSignature(
String message, Signer< _SignerImpl> signer, bool usePersonalSign) → Future<String> -
getCodeAt(
String address) → Future< String> -
getGasPrice(
) → Future< BigInt> -
isContract(
String address) → Future< bool>