function toSmartContractAccount<Name, TTransport, TChain, TEntryPointVersion>(
params,
): Promise<SmartContractAccount<Name, TEntryPointVersion>>;Defined in: aa-sdk/core/src/account/smartContractAccount.ts:266
| Type Parameter | Default type |
|---|---|
|
|
| |
| |
| keyof |
| Parameter | Type | Description |
|---|---|---|
|
| the parameters required for converting to a smart contract account |
Promise<SmartContractAccount<Name, TEntryPointVersion>>
a promise that resolves to a SmartContractAccount object with methods and properties for interacting with the smart contract account