Given a Contract in a State, computeTransaction will
apply a Transaction to move the contract forward, returning the new state and the contract
continuation, along with any warnings and payments that may be generated.
This function is called on the blockchain as part of the transaction validation, and can
be used to simulate the execution of a contract.
Given a Contract in a State,
computeTransaction
will apply a Transaction to move the contract forward, returning the new state and the contract continuation, along with any warnings and payments that may be generated.This function is called on the blockchain as part of the transaction validation, and can be used to simulate the execution of a contract.