Vaults
Learn more about how to interact with Mirage's vaults via our SDK in this documentation.
Entities are SDK representations of an Object existing on the aptos blockchain. They can be used to fetch data for use in transactions and UI displays based on these objects.
Transactions are the operations available for creating and interacting with vaults.
Views are the functions for reading on-chain data from and about vaults.
Queries are methods for reading off-chain, indexed data regarding vaults.
Utilities are basic helper functions for ease-of-use for vault interactions.
Examples covers basic end-to-end examples for building and reading entities, sending transactions, and reading data via view functions. If you're learning, it's best to start here first.