Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 627 Bytes

File metadata and controls

28 lines (19 loc) · 627 Bytes

cartesi-rollups-cli read notice

Reads a notice

cartesi-rollups-cli read notice [flags]

Examples

# Read notice 5 from input 6:
cartesi-rollups-cli read notice --notice-index 5 --input-index 6

Options

      --graphql-endpoint string   address used to connect to graphql (default "http://localhost:10000/graphql")
  -h, --help                      help for notice
      --input-index int           index of the input
      --notice-index int          index of the notice

SEE ALSO