File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
docs/docs/08-configuration Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,6 @@ client: # Configures client code generation.
3737 path : (string) # Relative path where the application's Typescript files are located.
3838 composables : # Configures Vue 3 composables code generation.
3939 path : (string) # Relative path where the application's composable files are located.
40- hooks : # Configures React hooks code generation.
41- path : (string) # Relative path where the application's hooks files are located.
4240 openapi : # Configures OpenAPI spec generation for the API.
4341 path : (string) # Relative path where the application's OpenAPI files are located.
4442genesis : (key/value) # Custom genesis block modifications. Follow the nesting of the genesis file here to access all the parameters.
@@ -86,4 +84,4 @@ validators: (list) # Contains information related to the list of validators and
8684 sequence : (uint) # Sequence number of the signing account (offline mode only).
8785 sign-mode : (string) # Chooses sign mode (direct|amino-json), an advanced feature.
8886 timeout-height : (uint) # Sets a block timeout height to prevent the transaction from being committed past a certain height.
89- ` ` `
87+ ` ` `
You can’t perform that action at this time.
0 commit comments