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]