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

    Interface PITokenInfo

    Represents token info from the PI token process.

    interface PITokenInfo {
        accumulatedPiQuantity: string;
        accumulatedQuantity: string;
        aoToken: string;
        areBatchTransfersPossible: boolean;
        areGeneralWithdrawalsEnabled: boolean;
        dataProtocol: string;
        decayFactor: string;
        delegationOracle: string;
        deployer: string;
        distributedQuantity: string;
        distributionTick: string;
        exchangedForPiQuantity: string;
        flpFactory: string;
        mintReporter: string;
        owner: string;
        piProcess: string;
        piTokenProcess: string;
        reference: string;
        socials: string;
        startsAtTimestamp: string;
        status: string;
        tokenDenomination: string;
        tokenDisclaimer: string;
        tokenLogo: string;
        tokenName: string;
        tokenProcess: string;
        tokenSupplyToUse: string;
        tokenTicker: string;
        tokenUnlockTimestamp: string;
        totalDistributionTicks: string;
        totalTokenSupplyAtCreation: string;
        treasury: string;
        type: string;
        variant: string;
        withdrawnPiQuantity: string;
        withdrawnQuantity: string;
        yieldCycle: string;
    }
    Index

    Properties

    accumulatedPiQuantity: string
    accumulatedQuantity: string
    aoToken: string
    areBatchTransfersPossible: boolean
    areGeneralWithdrawalsEnabled: boolean
    dataProtocol: string
    decayFactor: string
    delegationOracle: string
    deployer: string
    distributedQuantity: string
    distributionTick: string
    exchangedForPiQuantity: string
    flpFactory: string
    mintReporter: string
    owner: string
    piProcess: string
    piTokenProcess: string
    reference: string
    socials: string
    startsAtTimestamp: string
    status: string
    tokenDenomination: string
    tokenDisclaimer: string
    tokenLogo: string
    tokenName: string
    tokenProcess: string
    tokenSupplyToUse: string
    tokenTicker: string
    tokenUnlockTimestamp: string
    totalDistributionTicks: string
    totalTokenSupplyAtCreation: string
    treasury: string
    type: string
    variant: string
    withdrawnPiQuantity: string
    withdrawnQuantity: string
    yieldCycle: string