filecoin-pin
    Preparing search index...

    Interface StorageAllowances

    Storage allowance calculations

    interface StorageAllowances {
        lockupAllowance: bigint;
        rateAllowance: bigint;
        storageCapacityTiB: number;
    }
    Index

    Properties

    lockupAllowance: bigint
    rateAllowance: bigint
    storageCapacityTiB: number