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