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

    Interface DelegationRecord

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

    Properties

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