golem-base-sdk
    Preparing search index...

    Type Alias CreateEntityReceipt

    Receipt returned when successfully creating an entity in GolemBase

    type CreateEntityReceipt = {
        entityKey: Hex;
        expirationBlock: number;
    }
    Index

    Properties

    entityKey: Hex

    The unique hexadecimal key of the created entity

    expirationBlock: number

    The block number at which this entity will expire