walletUrl property

String? walletUrl
getter/setter pair

(deprecated,optional) Anchor can show this to the user when referencing the wallet involved in the withdrawal (ex. in the anchor's transaction history). However, anchors should use client_domain (for non-custodial) and sub value of JWT (for custodial) to determine wallet information.

Implementation

String? walletUrl;