arkiv-sdk
    Preparing search index...

    Type Alias ExtendEntityReceipt

    Receipt returned when successfully extending an entity's BTL (Block-to-Live) in Arkiv

    type ExtendEntityReceipt = {
        entityKey: Hex;
        newExpirationBlock: number;
        oldExpirationBlock: number;
    }
    Index

    Properties

    entityKey: Hex

    The unique hexadecimal key of the extended entity

    newExpirationBlock: number

    The new block number at which the entity will expire

    oldExpirationBlock: number

    The previous block number at which the entity would have expired