AMAXPrivateKey.fromBuffer constructor

AMAXPrivateKey.fromBuffer(
  1. Uint8List? d
)

Constructor AMAX private key from the key buffer itself

Implementation

AMAXPrivateKey.fromBuffer(this.d);