Function smartAccountActions
- smartAccountActions(): (<TChain, TSmartAccount>(client) => SmartAccountActions<TChain, TSmartAccount>)
- <TChain, TSmartAccount>(client): SmartAccountActions<TChain, TSmartAccount>
Type Parameters
- TChain extends undefined | Chain = undefined | Chain
- TSmartAccount extends undefined | object & Assign_<SmartAccountImplementation<Abi, EntryPointVersion, object>, {
address: `0x${string}`;
getNonce: ((parameters?) => Promise<bigint>);
isDeployed: (() => Promise<boolean>);
type: "smart";
}> & {
address: `0x${string}`;
getNonce: ((parameters?) => Promise<bigint>);
isDeployed: (() => Promise<boolean>);
type: "smart";
} = undefined | object & Assign_<SmartAccountImplementation<Abi, EntryPointVersion, object>, {
address: `0x${string}`;
getNonce: ((parameters?) => Promise<bigint>);
isDeployed: (() => Promise<boolean>);
type: "smart";
}> & {
address: `0x${string}`;
getNonce: ((parameters?) => Promise<bigint>);
isDeployed: (() => Promise<boolean>);
type: "smart";
}