Optional
requestFactory: ContractsApiRequestFactoryOptional
responseProcessor: ContractsApiResponseProcessorPrivate
apiOptional
_options: ConfigurationDelete a contract from the project by providing its contract id. Deletes a contract object.
Specifies the unique contract ID (starts with con_).
Optional
_options: ConfigurationRetrieve a contract by providing their contract id. Get a contract.
Specifies the unique contract ID (starts with con_).
Optional
_options: ConfigurationList of all contracts per project. By default, a maximum of ten contracts are shown. List contracts.
Optional
limit: numberSpecifies the maximum number of records to return.
Optional
skip: numberSpecifies the offset for the first records to return.
Optional
order: SortOrderSpecifies the order in which to sort the results.
Optional
name: stringSpecifies the name of the contract.
Optional
deleted: booleanSpecifies whether to include deleted contracts.
Optional
chainId: numberThe chain ID of the contract.
Optional
address: stringSpecifies the address of the contract.
Optional
_options: ConfigurationUsing this endpoint, you can get the repositories returned by any readable function listed in a contracts ABI. This could be things like querying the totalSupply of a currency contract, the number of owners of an items contract, and more. Read on chain contract repositories.
Specifies the unique contract ID (starts with con_).
The function name of the contract.
Optional
functionArgs: any[]The function arguments of the contract, in string format. Accepts pla_, con_ and acc_ IDs.
Optional
_options: ConfigurationUpdates a contract object.
Specifies the unique contract ID (starts with con_).
Optional
_options: Configuration
Add a new contract to your project in Openfort Create contract object.