rpcclient: improve documentation

Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
This commit is contained in:
Anna Shaleva 2023-11-28 20:23:33 +03:00
parent 98de5b9ccb
commit 42b84ad905

View file

@ -843,6 +843,7 @@ func (c *Client) SubmitRawOracleResponse(ps []any) error {
}
// SubmitP2PNotaryRequest submits given P2PNotaryRequest payload to the RPC node.
// It returns fallback transaction hash.
func (c *Client) SubmitP2PNotaryRequest(req *payload.P2PNotaryRequest) (util.Uint256, error) {
var resp = new(result.RelayResult)
bytes, err := req.Bytes()