Smart contracts in Corda are defined using JVM bytecode as specified in “The Java Virtual Machine Specification SE 8 Edition” 4 , with some small differences that are described in a later section. A contract is [...]
Answer
Smart contracts in Corda are defined using JVM bytecode as specified in “The Java Virtual Machine Specification SE 8 Edition” 4 , with some small differences that are described in a later section. A contract is simply a class that implements the Contract interface, which in turn exposes a single function called verify. The verify function is passed a transaction and either throws an exception if the transaction is considered to be invalid, or returns with no result if the transaction is valid. The set of verify functions to use is the union of the contracts specified by each state
Question
Smart contracts in Corda are defined using JVM bytecode as specified in “The Java Virtual Machine Specification SE 8 Edition” 4 , with some small differences that are described in a later section. A contract is [...]
Answer
?
Question
Smart contracts in Corda are defined using JVM bytecode as specified in “The Java Virtual Machine Specification SE 8 Edition” 4 , with some small differences that are described in a later section. A contract is [...]
Answer
Smart contracts in Corda are defined using JVM bytecode as specified in “The Java Virtual Machine Specification SE 8 Edition” 4 , with some small differences that are described in a later section. A contract is simply a class that implements the Contract interface, which in turn exposes a single function called verify. The verify function is passed a transaction and either throws an exception if the transaction is considered to be invalid, or returns with no result if the transaction is valid. The set of verify functions to use is the union of the contracts specified by each state
If you want to change selection, open document below and click on "Move attachment"
pdf
owner: ionutt93 - (no access) - corda-technical-whitepaper.pdf, p18
Summary
status
not learned
measured difficulty
37% [default]
last interval [days]
repetition number in this series
0
memorised on
scheduled repetition
scheduled repetition interval
last repetition or drill
Details
No repetitions
Discussion
Do you want to join discussion? Click here to log in or create user.