Documentation
    Preparing search index...

    Interface StorageWithSizeOptions

    interface StorageWithSizeOptions {
        epochs: number;
        size: number;
        walCoin?: TransactionObjectArgument;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    epochs: number

    The number of epoch the storage will be reserved for.

    size: number

    The encoded size of the blob.

    Optionally specify a WAL coin to pay from. The estimated cost plus the configured buffer is split from this coin, and any WAL that isn't consumed by the payment is merged back into it. By default WAL is consumed from the signer's balance instead.