Skip to Content
Packages@tuwaio/orbit-evmInterfacesPimlicoSmartAccountClientResult

PimlicoSmartAccountClientResult

Defined in: packages/orbit-evm/src/utils/bundlerUtils.ts:99 

Result object returned by createPimlicoSmartAccountClient.

Properties

account

account: SoladySmartAccount

Defined in: packages/orbit-evm/src/utils/bundlerUtils.ts:101 

The instantiated Solady smart account instance.


bundlerClient

bundlerClient: BundlerClient<HttpTransport>

Defined in: packages/orbit-evm/src/utils/bundlerUtils.ts:103 

The configured Viem Bundler client.


paymasterClient?

optional paymasterClient?: PaymasterClient

Defined in: packages/orbit-evm/src/utils/bundlerUtils.ts:107 

The Pimlico paymaster client if gas sponsorship is enabled.


publicClient

publicClient: PublicClient

Defined in: packages/orbit-evm/src/utils/bundlerUtils.ts:105 

The public client used for chain state reads and fee estimation.

Last updated on