| Name | Type | Description | Notes |
|---|---|---|---|
| memoryAccount | string | [default to undefined] | |
| memoryBump | number | [default to undefined] | |
| memoryId | number | [default to undefined] | |
| usdCentsLimitPerDay | number | [default to undefined] |
import { UsdLimitSettings } from '@phantom/openapi-wallet-service';
const instance: UsdLimitSettings = {
memoryAccount,
memoryBump,
memoryId,
usdCentsLimitPerDay,
};