sendTransactionWithPK()
Send a new transaction on the blockchain. This method automatically calculates the signature, nonce, and other parameters.
Future<dynamic> sendTransactionWithPK(
String from,
String privateKey,
String to,
String type,
Map<String, String> payload,
String blockchain);Name
Type
Description
Last updated