SmartWalletClientParams

1type SmartWalletClientParams<TAccount> = Prettify<object &
2 | {
3 policyId?: string;
4 policyIds?: never;
5}
6 | {
7 policyId?: never;
8 policyIds?: string[];
9}>;

Defined in: account-kit/wallet-client/src/client/index.ts:20

Type Parameters

Type ParameterDefault type

TAccount extends | Address | undefined

| Address | undefined