SmartAccountClient
1 type SmartAccountClient< 2 transport, 3 chain, 4 account, 5 actions, 6 rpcSchema, 7 context, 8 > = Prettify< 9 Client< 10 transport, 11 chain, 12 account, 13 rpcSchema, 14 actions & SmartAccountClientActions<chain, account, context> 15 > 16 >;
Defined in: aa-sdk/core/src/client/smartAccountClient.ts:90
Type Parameters
| Type Parameter | Default type |
|---|---|
|
|
|
|
|
|
|
|
| |
|
|