You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function SendResponse(stringmemoryresponseMessage) public
{
Responder =msg.sender;
// call ContractUpdated() to record this action
ResponseMessage = responseMessage;
State = StateType.Respond;
}
As documented by its following specification, SendRequest is only available when previous message has been responded, a.k.a., Respond state while SendResponse is only available when there is a request message, a.k.a., Request state.
blockchain/blockchain-workbench/application-and-smart-contract-samples/hello-blockchain/HelloBlockchain.sol
Lines 25 to 34 in 1b712d6
blockchain/blockchain-workbench/application-and-smart-contract-samples/hello-blockchain/HelloBlockchain.sol
Lines 37 to 44 in 1b712d6
As documented by its following specification, SendRequest is only available when previous message has been responded, a.k.a.,
Respond
state while SendResponse is only available when there is a request message, a.k.a.,Request
state.blockchain/blockchain-workbench/application-and-smart-contract-samples/hello-blockchain/HelloBlockchain.json
Lines 108 to 147 in 1b712d6
The text was updated successfully, but these errors were encountered: