ApprovalMeta
interfaceTypesOptional context stored with a pending approval (used by setApproval on the interface).
signature
interface ApprovalMeta { amount?; counterparty?; method? }Properties
NameTypeDescription
amountoptnumberThe payment amount.counterpartyoptstringThe recipient account.methodoptstringThe tool that triggered it.