sendRawTransaction method

Future<String> sendRawTransaction (String rawTx)

Send raw transaction to the network Returns the resulting txid

Implementation

static Future<String> sendRawTransaction(String rawTx) async =>
    await RestApi.sendGetRequest("rawtransactions/sendRawTransaction", rawTx);