rpcclient: improve documentation
Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
This commit is contained in:
parent
98de5b9ccb
commit
42b84ad905
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue