Constructor and Description |
---|
TContract() |
Modifier and Type | Method and Description |
---|---|
SecureHash |
getLegalContractReference()
Unparsed reference to the natural language contract that this code is supposed to express (usually a hash of
the contract's contents).
|
void |
verify(TransactionForContract tx)
Takes an object that represents a state transition, and ensures the inputs/outputs/commands make sense.
Must throw an exception if there's a problem that should prevent state transition. Takes a single object
rather than an argument so that additional data can be added without breaking binary compatibility with
existing contract code.
|
getLegalContractReference, verify
public SecureHash getLegalContractReference()
Unparsed reference to the natural language contract that this code is supposed to express (usually a hash of the contract's contents).
public void verify(TransactionForContract tx)
Takes an object that represents a state transition, and ensures the inputs/outputs/commands make sense. Must throw an exception if there's a problem that should prevent state transition. Takes a single object rather than an argument so that additional data can be added without breaking binary compatibility with existing contract code.