sendVTTransaction method
Implementation
Future<dynamic> sendVTTransaction(VTTransaction transaction,
{bool testing = true}) async {
return await send(
transaction:
Transaction(valueTransfer: transaction).jsonMap(asHex: true));
}