UNPKG

@hashgraph/solo

Version:

An opinionated CLI tool to deploy and manage private Hedera Networks.

9 lines (8 loc) 173 B
export declare enum ResourceOperation { CREATE = "create", READ = "read", UPDATE = "update", DELETE = "delete", REPLACE = "replace", LIST = "list" }