address to check for registry
The Catalyst version. Is 1 indexed.
Optional
options: TransactionOptionstransaction modification options
current version cross chain interface from registry
Get the current version Catalyst vault describer.
address to check for registry
Optional
options: TransactionOptionstransaction modification options
current version describer from registry
Get the current version Catalyst vault factory.
address to check for registry
Optional
options: TransactionOptionstransaction modification options
current version vault factory from registry
Get the current vault template for a given vault type.
address to check for registry
vault type ordinal
Optional
options: TransactionOptionstransaction modification options
address of the requested vault template
Given a vault describer, returns the catalyst version. Returns 0 if address is not a CatalystDescriber. It might be that get_vault_describer(get_describer_version(catalystDescriber)) != catalystDescriber, since when a describer is updated it doesn't delete the index.
The address of the catalyst describer
Optional
options: TransactionOptionstransaction modification options
The catalyst version of the given describer
Given a Catalyst version, returns the current vault describer. Returns address(0) if no describer exists.
address to check for registry
The Catalyst version. Is 1 indexed.
Optional
options: TransactionOptionstransaction modification options
The address of the vault describer
Request all catalyst desribers across all versions of catalyst.
address to check for registry
Optional
options: TransactionOptionstransaction modification options
Returns all CatalystDescribers.
Check if the given chain has a valid Catalyst deployment.
address to check for registry
Optional
options: TransactionOptionstransaction modification options
a boolean indicating if the Catalyst registry is deployed at a known address
Get the current version Catalyst cross chain interface.