toAIP80 method
encode aptos private key to AIP-80 style.
Implementation
String toAIP80() {
return algorithm.aip80 + toHex(prefix: '0x');
}
encode aptos private key to AIP-80 style.
String toAIP80() {
return algorithm.aip80 + toHex(prefix: '0x');
}