Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.5 KB

File metadata and controls

36 lines (29 loc) · 1.5 KB

VersionedOrganizationPolicy

Properties

Name Type Description Notes
derivationAllowlist Array<DerivationInfoSchema> Allowlist of derivation paths that can be used with this policy. None means no restrictions. [optional] [default to undefined]
scopes Array<OrganizationWalletScope> Scopes that this policy is allowed to perform. [default to undefined]
version string [default to undefined]
constants Array<CelPolicyConstant> [default to undefined]
rules Array<CelPolicyRule> [default to undefined]
preset string [default to undefined]
usdLimit UsdLimitSettings [optional] [default to undefined]
walletId string [default to undefined]
rootAccess OrganizationRootAccess [default to undefined]

Example

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

const instance: VersionedOrganizationPolicy = {
    derivationAllowlist,
    scopes,
    version,
    constants,
    rules,
    preset,
    usdLimit,
    walletId,
    rootAccess,
};

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