EOSPrivateKey.fromBuffer constructor

EOSPrivateKey.fromBuffer(
  1. Uint8List? d
)

Constructor EOS private key from the key buffer itself

Implementation

EOSPrivateKey.fromBuffer(this.d);