sendRawTransaction method
Send raw transaction to the network Returns the resulting txid
Implementation
static Future<String> sendRawTransaction(String rawTx) async =>
await RestApi.sendGetRequest("rawtransactions/sendRawTransaction", rawTx);
Send raw transaction to the network Returns the resulting txid
static Future<String> sendRawTransaction(String rawTx) async =>
await RestApi.sendGetRequest("rawtransactions/sendRawTransaction", rawTx);