Documentation

    Interface StorageWithSizeOptions

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

    Hierarchy (View Summary)

    Index

    Properties

    epochs: number

    The number of epoch the storage will be reserved for.

    owner: string

    Owner of the storage object.

    size: number

    The encoded size of the blob.

    optionally specify a WAL coin pay for the registration. This will consume WAL from the signer by default.

    MMNEPVFCICPMFPCPTTAAATR