Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 868 Bytes

File metadata and controls

28 lines (21 loc) · 868 Bytes

GetWalletAccessGrantsRequest

Properties

Name Type Description Notes
limit number [optional] [default to undefined]
offset number [optional] [default to undefined]
ownerOrganizationId string [default to undefined]
targetOrganizationId string [default to undefined]
walletId string [default to undefined]

Example

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

const instance: GetWalletAccessGrantsRequest = {
    limit,
    offset,
    ownerOrganizationId,
    targetOrganizationId,
    walletId,
};

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