sendTx method
Implementation
Future<String> sendTx({required Uint8List encodedTx, required Uint8List signature, dynamic hint}) => bridge.sendTxMethodSmartContractWallet(
that: this,
encodedTx: encodedTx,
signature: signature,
);