signTransaction abstract method

SINATURE signTransaction(
  1. List<int> txbytes, {
  2. bool hashDigest = true,
})

Signs a transaction using the account's private key.

Implementation

SINATURE signTransaction(List<int> txbytes, {bool hashDigest = true});