toBounceable method

String toBounceable()

Implementation

String toBounceable() => !isRaw
    ? address
    : ntPackAddress(address: address, bounceable: true, isUrlSafe: true);