oasis-sdk icon indicating copy to clipboard operation
oasis-sdk copied to clipboard

Oasis CLI should support `oasis contracts query`

Open gw0 opened this issue 3 years ago • 0 comments

The Oasis Contracts SDK supports the query handle (https://github.com/oasisprotocol/oasis-sdk/blob/main/contract-sdk/src/contract.rs). Similar to the call handle, Oasis CLI should support interacting with it, e.g.:

$ oasis contracts query <instance-id> <data-yaml> [flags]

gw0 avatar Jul 21 '22 08:07 gw0