ICoreVaultSettings
Command line reference for managing and interacting with FAssets ICoreVaultSettings.
Sourced from ICoreVaultSettings.sol on GitHub.
Functions
getCoreVaultMinimumAmountLeftBIPS
Returns the minimum amount of minting left on agent's address after transfer to core vault.
function getCoreVaultMinimumAmountLeftBIPS()
external view
returns (uint256);
getCoreVaultTransferTimeExtensionSeconds
Returns the extra time for an agent's transfer to the core vault.
function getCoreVaultTransferTimeExtensionSeconds()
external view
returns (uint256);
getCoreVaultTransferFeeBIPS
Returns the fee paid by agent for transfer to the core vault.
function getCoreVaultTransferFeeBIPS()
external view
returns (uint256);
getCoreVaultMinimumRedeemLots
Returns the minimum number of lots that a direct redemption from core vault can take.
function getCoreVaultMinimumRedeemLots()
external view
returns (uint256);
getCoreVaultRedemptionFeeBIPS
Returns the fee paid by the redeemer for direct redemptions from the core vault.
function getCoreVaultRedemptionFeeBIPS()
external view
returns (uint256);