privateKeyBytes property

List<int>? privateKeyBytes

transate privatekey to Bytes

Implementation

List<int>? get privateKeyBytes => Account._privateKeyToBytes(this.privateKey);