@arkade-os/sdk Documentation - v0.3.11
    Preparing search index...

    Interface ScheduledSession

    interface ScheduledSession {
        duration: bigint;
        fees: FeeInfo;
        nextEndTime: bigint;
        nextStartTime: bigint;
        period: bigint;
    }
    Index

    Properties

    duration: bigint
    fees: FeeInfo
    nextEndTime: bigint
    nextStartTime: bigint
    period: bigint