callSmartContractFunction method
Implementation
@override
Future<BlockchainResponse> callSmartContractFunction(
TransferRequest transferRequest,
) async {
throw UnimplementedError('callSmartContractFunction does not exist.');
}
@override
Future<BlockchainResponse> callSmartContractFunction(
TransferRequest transferRequest,
) async {
throw UnimplementedError('callSmartContractFunction does not exist.');
}