instructions property

Map<String, DepositInstruction>? instructions
getter/setter pair

(optional) A Map containing details that describe how to complete the off-chain deposit. The map has SEP-9 financial account fields as keys and its values are DepositInstruction objects.

Implementation

Map<String, DepositInstruction>? instructions;