Optional
configuration: ConfigurationCompile a smart contract
Compile a smart contract
Optional
options: RawAxiosRequestConfig = {}Override http request option.
Create a new smart contract
Create a new smart contract
The ID of the wallet the address belongs to.
The ID of the address to deploy the smart contract from.
Optional
options: RawAxiosRequestConfig = {}Override http request option.
Deploys a smart contract, by broadcasting the transaction to the network.
Deploy a smart contract
The ID of the wallet the address belongs to.
The ID of the address to broadcast the transaction from.
The UUID of the smart contract to broadcast the transaction to.
Optional
options: RawAxiosRequestConfig = {}Override http request option.
Get a specific smart contract deployed by address.
Get a specific smart contract deployed by address
The ID of the wallet the address belongs to.
The ID of the address to fetch the smart contract for.
The UUID of the smart contract to fetch.
Optional
options: RawAxiosRequestConfig = {}Override http request option.
List smart contracts
List smart contracts
Optional
page: stringPagination token for retrieving the next set of results
Optional
options: RawAxiosRequestConfig = {}Override http request option.
Perform a read operation on a smart contract without creating a transaction
Read data from a smart contract
Optional
options: RawAxiosRequestConfig = {}Override http request option.
Register a smart contract
Register a smart contract
The ID of the network to fetch.
EVM address of the smart contract (42 characters, including '0x', in lowercase)
Optional
registerSmartContractRequest: RegisterSmartContractRequestOptional
options: RawAxiosRequestConfig = {}Override http request option.
Update a smart contract
Update a smart contract
The ID of the network to fetch.
EVM address of the smart contract (42 characters, including '0x', in lowercase)
Optional
updateSmartContractRequest: UpdateSmartContractRequestOptional
options: RawAxiosRequestConfig = {}Override http request option.
SmartContractsApi - axios parameter creator