sendTransaction abstract method

Future<String> sendTransaction(
  1. Uint8List tx
)

Sends a raw signed transaction to the network.

Implementation

Future<String> sendTransaction(Uint8List tx);