allow transfers where sender is specified by executor caller (pre-approved smart contract instance) instead of directly by signer
This was needed so a bilateral exchange (sale proposal) smart contract can make a request on behalf of the signer when initializing a dcc token transaction for bilateral settlement.
Updates the DCC smart contract to:
executor
addressesexecutor
caller (pre-approved smart contract instance) instead of directly by signerThis was needed so a bilateral exchange (sale proposal) smart contract can make a request on behalf of the signer when initializing a dcc token transaction for bilateral settlement.