nspcc-dev/neo-go

Add '--notary' flag to 'neo-go contract invokefunction' command

Open

#3,822 opened on Feb 26, 2025

 (1 comment) (0 reactions) (0 assignees)Go (108 forks)auto 404
I2S3U4clifeaturegood first issuehelp wanted

Repository metrics

Stars
 (132 stars)
PR merge metrics
 (PR metrics pending)

Description

Is your feature request related to a problem? Please describe.

neo-go contract invokefunction command includes the --out flag, which allows exporting a transaction to obtain a signature. However, neo-go also supports using a notary request to obtain a transaction signature.

Describe the solution you'd like

Add the --notary flag to the neo-go contract invokefunction command.

Contributor guide