Search code examples
corda

Passing StateAndRef in nodeshell Start command


I am trying to start shareAccountInfo from node shell, shareAccountInfo expecting two values acccountInfo and recipients . AccountInfo expects StateAndRef<com.r3.corda.lib.accounts.contracts.states.AccountInfo> type. I am able to pass recipients but it is not accepting accountInfo value

enter image description here


Solution

  • You need to wrap this AccountSDK flow in a flow. And in the wrapper flow, you can use AccountID or Account name to query the AccountInfo state.