type SmartWalletClientParams<TAccount> = Prettify<object &
| {
policyId?: string;
policyIds?: never;
}
| {
policyId?: never;
policyIds?: string[];
}>;Defined in: account-kit/wallet-client/src/client/index.ts:27
type SmartWalletClientParams<TAccount> = Prettify<object &
| {
policyId?: string;
policyIds?: never;
}
| {
policyId?: never;
policyIds?: string[];
}>;Defined in: account-kit/wallet-client/src/client/index.ts:27