Broadcasts a contract invocation.
The ID of the wallet the address belongs to.
The ID of the address the contract invocation belongs to.
The ID of the contract invocation to broadcast.
The request body.
Optional options: AxiosRequestConfig<any>Axios request options.
If the request fails.
Creates a Contract Invocation.
The ID of the wallet the address belongs to.
The ID of the address the contract invocation belongs to.
The request body.
Optional options: AxiosRequestConfig<any>Axios request options.
If the request fails.
Retrieves a Contract Invocation.
The ID of the wallet the address belongs to.
The ID of the address the contract invocation belongs to.
The ID of the contract invocation to retrieve.
Optional options: AxiosRequestConfig<any>Axios request options.
If the request fails.
Lists Contract Invocations.
The ID of the wallet the address belongs to.
The ID of the address the contract invocations belong to.
Optional limit: numberThe maximum number of contract invocations to return.
Optional page: stringThe cursor for pagination across multiple pages of contract invocations.
Optional options: AxiosRequestConfig<any>Axios request options.
If the request fails.
ContractInvocationAPI client type definition.