🔈
10102 Docs
Digital Inheritance
Digital Inheritance
  • Introduction
  • Summary
    • Multisig Legacy
    • Transfer Legacy
    • Timelock Features
    • Watcher Features
    • Advanced Features
  • Architecture
    • Wills created with Safe SDK
    • Wills created with EOAs
      • New account generation for beneficiaries
    • Indexing via The Graph
  • User guide
    • Authentication
    • Create a will
    • Will details
    • Edit or delete a will
    • Activate a will and claim fund
Powered by GitBook
On this page
  1. Architecture

Indexing via The Graph

PreviousNew account generation for beneficiariesNextUser guide

Last updated 4 months ago

is a decentralized infrastructure for indexing off-chain data.

We use The Graph track which tokens are available in the owner's wallet and the timestamp of the last outgoing transaction. Due to EVM and Solidity’s current design, it’s impossible to retrieve the information about the last outgoing activity of an arbitrary wallet from a smart contract unless there's a special implementation in the wallet.

You can take a look at our subgraph :

The Graph
here