Skip to main content

ICoreVaultManager

Command line reference for managing and interacting with FAssets ICoreVaultSettings.

Sourced from ICoreVaultManager.sol on GitHub.

Functions

getSettings

Returns the current operational settings of the Core Vault Manager.

function getSettings()
external view
returns (
uint128 _escrowEndTimeSeconds,
uint128 _escrowAmount,
uint128 _minimalAmount,
uint128 _fee
);

Returns

  • _escrowEndTimeSeconds: The end time for escrow in seconds.
  • _escrowAmount: The amount of assets to be held in escrow.
  • _minimalAmount: The minimum amount that must remain in the vault after operations.
  • _fee: The fee charged for operations.