Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 742 Bytes

File metadata and controls

26 lines (19 loc) · 742 Bytes

UsdLimitSettings

Properties

Name Type Description Notes
memoryAccount string [default to undefined]
memoryBump number [default to undefined]
memoryId number [default to undefined]
usdCentsLimitPerDay number [default to undefined]

Example

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

const instance: UsdLimitSettings = {
    memoryAccount,
    memoryBump,
    memoryId,
    usdCentsLimitPerDay,
};

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