通过RPC
启动流程时我有一个例外
我迁移到Corda的版本4,现在出现以下错误
例外: CordaRuntimeException [errorCode = g3v6fv,moreInformationAt = https://errors.corda.net/OS/4.0/g3v6fv]。
我班上的构造函数是final String asset
,final Integer iouValue
,final Party otherParty
。
我尝试使用命令
开始流程 start IOUFlow asset: "FERRARI F40", iouValue: 99, otherParty: "O=PartyB,L=New York,C=US"'
。
有什么想法吗?
public IOUFlow(final String asset, final Integer iouValue, final Party otherParty)
throws FlowException {
...
}