Events
Return Types in Entry Point Functions
Usage of Response Type
Query Entry Point Exception
Basic Usage of Response
Ok(Response::default ())let res = Response::new()
.add_attribute("action", "transfer")
.add_attribute("from", info.sender)
.add_attribute("to", recipient)
.add_attribute("amount", amount);
Ok(res)Last updated
Was this helpful?