ao-js-sdk - v0.0.9
    Preparing search index...

    Interface DelegationRecord

    interface DelegationRecord {
        delegations: { [projectId: string]: string };
        timestamp: number;
    }
    Index

    Properties

    delegations: { [projectId: string]: string }
    timestamp: number