AleoAccount.fromPrivateKey constructor

AleoAccount.fromPrivateKey(
  1. String privateKey
)

Implementation

AleoAccount.fromPrivateKey(this.privateKey) {
  extendedPrivateKey = '';
  viewKey = privateKeyToViewKey(privateKey: privateKey);
  address = privateKeyToAddress(privateKey: privateKey);
  derivePath = '';
}