enterpriseAddress method

ADAEnterpriseAddress enterpriseAddress()

Get the enterprise address associated with the base address.

Implementation

ADAEnterpriseAddress enterpriseAddress() =>
    ADAEnterpriseAddress.fromCredential(
        credential: paymentCredential, network: network);