nspcc-dev/neo-go
Add '--notary' flag to 'neo-go contract invokefunction' command
開放
#3,822 建立於 2025年2月26日
I2S3U4clifeaturegood first issuehelp wanted
倉庫指標
- 星標
- (132 顆星)
- PR 合併指標
- (平均合併 4天 19小時) (30 天內合併 16 個 PR)
描述
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.