Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 755 Bytes

File metadata and controls

26 lines (19 loc) · 755 Bytes

OrganizationWallets

Properties

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]

Example

import { OrganizationWallets } from '@phantom/openapi-wallet-service';

const instance: OrganizationWallets = {
    limit,
    offset,
    totalCount,
    wallets,
};

[Back to Model list] [Back to API list] [Back to README]