near-api-js - v7.0.4
    Preparing search index...

    Type Alias StorageUsageConfigView

    Describes cost of storage per block

    type StorageUsageConfigView = {
        num_bytes_account?: number;
        num_extra_bytes_record?: number;
    }
    Index

    Properties

    num_bytes_account?: number

    Number of bytes for an account record, including rounding up for account id.

    num_extra_bytes_record?: number

    Additional number of bytes for a k/v record