Astral
astral.global
Docs
Progress
Search
⌃
K
Links
Welcome
Astral Litepaper
GeoNFT
Spatial Data Registry
Progress
ARCHIVE
Introduction
Spatial Data Primer
Background
A Web3-Native Geospatial Vision
Spatial.sol
Verifiable Spatial Data Registries
GeoDIDs
DID Primer
GeoDID Core
GeoDID Extensions
Build with GeoDIDs
Getting Started
@astralprotocol/core
API
Types
@astralprotocol/contracts
@astralprotocol/subgraph
GeoDIDs v0.2
Spatial Oracles
Universal Location Proofs
Powered By
GitBook
Comment on page
Types
Common Types used throughout the Project
IDocumentInfo
interface IDocumentInfo {
geodidid: string;
documentVal: any;
parentid?: string;
}
ILoadInfo
interface LoadInfo {
documentInfo: IDocumentInfo;
powergateInstance: Powergate
}
IPinInfo
interface IPinInfo {
geodidid: string;
cid: string;
pinDate: Date;
token: string
}
Previous
API
Next
@astralprotocol/contracts
Last modified
1yr ago