AptosAccountObject constructor

AptosAccountObject({
  1. String? address,
  2. String? publicKeyHex,
  3. String? privateKeyHex,
})

Implementation

AptosAccountObject({this.address, this.publicKeyHex, this.privateKeyHex});