mirror of
https://github.com/corda/corda.git
synced 2025-06-18 07:08:15 +00:00
Annotate verify() function to indicate it throws IllegalArgumentException
This commit is contained in:
@ -144,6 +144,7 @@ interface Contract {
|
|||||||
* rather than an argument so that additional data can be added without breaking binary compatibility with
|
* rather than an argument so that additional data can be added without breaking binary compatibility with
|
||||||
* existing contract code.
|
* existing contract code.
|
||||||
*/
|
*/
|
||||||
|
@Throws(IllegalArgumentException::class)
|
||||||
fun verify(tx: TransactionForVerification)
|
fun verify(tx: TransactionForVerification)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user