toAIP80 method

String toAIP80()

encode aptos private key to AIP-80 style.

Implementation

String toAIP80() {
  return algorithm.aip80 + toHex(prefix: '0x');
}