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 actual on-chain cost is deducted directly from this coin. By default WAL is consumed from the signer's balance instead.