accountCreated property

String? accountCreated

Implementation

String? get accountCreated => _model.request.data.hasCreateLedgerAccount()
    ? hex.encode(_model.response.accountCreated)
    : null;