verifyActorAndTransaction(ITransaction, SubTransaction, boolean, boolean, final CallerInformation, Integer...) method

Syntax

Transaction verifyActorAndTransaction ( ITransaction request , SubTransaction subTxn , boolean lockMoneyTxn , boolean checkExpiry , final CallerInformation actor , Integer... allowedStatus ) throws TransactionFailedException

Parameters

Returns

the referenced Transaction

Exceptions

Usage

Retrieves the referenced

Money Transaction

, locks it and performs basic checks:

  • Actor is set
  • Given actor matches Money Transaction
  • Validity of the used transaction

the referenced Transaction