assetCode property

String assetCode
read / write

Code of the asset the user wants to withdraw. The value passed must match one of the codes listed in the /info response's withdraw object. 'native' is a special asset_code that represents the native XLM token.

Implementation

late String assetCode;