Compile a smart contract
Optional
options: RawAxiosRequestConfigOverride http request option.
Compile a smart contract
SmartContractsApiInterface
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: RawAxiosRequestConfigOverride http request option.
Create a new smart contract
SmartContractsApiInterface
Deploys a smart contract, by broadcasting the transaction to the network.
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: RawAxiosRequestConfigOverride http request option.
Deploy a smart contract
SmartContractsApiInterface
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: RawAxiosRequestConfigOverride http request option.
Get a specific smart contract deployed by address
SmartContractsApiInterface
List smart contracts
Optional
page: stringPagination token for retrieving the next set of results
Optional
options: RawAxiosRequestConfigOverride http request option.
List smart contracts
SmartContractsApiInterface
Perform a read operation on a smart contract without creating a transaction
Optional
options: RawAxiosRequestConfigOverride http request option.
Read data from a smart contract
SmartContractsApiInterface
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: RawAxiosRequestConfigOverride http request option.
Register a smart contract
SmartContractsApiInterface
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: RawAxiosRequestConfigOverride http request option.
Update a smart contract
SmartContractsApiInterface
SmartContractsApi - interface
Export
SmartContractsApi