Optional
configuration: ConfigurationBroadcast a user operation
Broadcast a user operation
The address of the smart wallet to broadcast the user operation from.
The hash of the user operation to broadcast
Optional
broadcastUserOperationRequest: BroadcastUserOperationRequestOptional
options: RawAxiosRequestConfig = {}Override http request option.
Create a new smart wallet, not scoped to a given network.
Create a new smart wallet
Optional
createSmartWalletRequest: CreateSmartWalletRequestOptional
options: RawAxiosRequestConfig = {}Override http request option.
Create a new user operation on a smart wallet.
Create a new user operation
The address of the smart wallet to create the user operation on.
The ID of the network to create the user operation on.
Optional
createUserOperationRequest: CreateUserOperationRequestOptional
options: RawAxiosRequestConfig = {}Override http request option.
Get smart wallet
Get smart wallet by address
The address of that smart wallet to fetch.
Optional
options: RawAxiosRequestConfig = {}Override http request option.
Get user operation
Get user operation
The address of the smart wallet the user operation belongs to.
The hash of the user operation to fetch
Optional
options: RawAxiosRequestConfig = {}Override http request option.
List smart wallets
List smart wallets
Optional
limit: numberA limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.
Optional
page: stringA cursor for pagination across multiple pages of results. Don't include this parameter on the first call. Use the next_page value returned in a previous response to request subsequent results.
Optional
options: RawAxiosRequestConfig = {}Override http request option.
SmartWalletsApi - axios parameter creator