interface NodeSize {
    size: bigint;
    sizeEncrypted: bigint;
}

Properties

Properties

size: bigint
sizeEncrypted: bigint