Swig TS — API References
    Preparing search index...

    Type Alias ProgramScope

    type ProgramScope = {
        balance_field_end: bigint;
        balance_field_start: bigint;
        currentAmount: bigint;
        lastReset: bigint;
        limit: bigint;
        numericType: NumericType;
        programId: ReadonlyUint8Array;
        scopeType: ProgramScopeType;
        targetAccount: ReadonlyUint8Array;
        window: bigint;
    }
    Index

    Properties

    balance_field_end: bigint
    balance_field_start: bigint
    currentAmount: bigint
    lastReset: bigint
    limit: bigint
    numericType: NumericType
    programId: ReadonlyUint8Array
    scopeType: ProgramScopeType
    targetAccount: ReadonlyUint8Array
    window: bigint