UNPKG

@fairmint/canton-node-sdk

Version:
24 lines (23 loc) 407 B
{ "$schema": "http://json-schema.org/schema#", "type": "object", "properties": { "genesis": { "type": "object", "required": [ "chainId" ], "properties": { "imagePullPolicy": { "type": "string" }, "chainId": { "type": "string" }, "chainIdSuffix": { "type": "string" } } } } }