| Name | Type | Description | Notes |
|---|---|---|---|
| limit | number | [default to undefined] | |
| offset | number | [default to undefined] | |
| totalCount | number | [default to undefined] | |
| wallets | Array<ExternalKmsWallet> | [default to undefined] |
import { OrganizationWallets } from '@phantom/openapi-wallet-service';
const instance: OrganizationWallets = {
limit,
offset,
totalCount,
wallets,
};