Documentation Index
Fetch the complete documentation index at: https://mintlify.com/morpho-org/vault-v2/llms.txt
Use this file to discover all available pages before exploring further.
IGate interfaces
Gate interfaces provide access control for vault share and asset transfers. Each gate type controls a specific transfer direction.IReceiveSharesGate
Controls who can receive vault shares.canReceiveShares
bool
True if the account can receive shares, false otherwise
ISendSharesGate
Controls who can send vault shares.canSendShares
bool
True if the account can send shares, false otherwise
IReceiveAssetsGate
Controls who can deposit assets into the vault.canReceiveAssets
bool
True if the account can deposit assets, false otherwise
ISendAssetsGate
Controls who can withdraw assets from the vault.canSendAssets
bool
True if the account can withdraw assets, false otherwise