golem-base-sdk
    Preparing search index...

    Type Alias EntityMetaData

    Type representing the metadata of a entity stored in GolemBase

    type EntityMetaData = {
        expiresAtBlock: bigint;
        numericAnnotations: NumericAnnotation[];
        owner: Hex;
        payload: string;
        stringAnnotations: StringAnnotation[];
    }
    Index

    Properties

    expiresAtBlock: bigint
    numericAnnotations: NumericAnnotation[]
    owner: Hex
    payload: string
    stringAnnotations: StringAnnotation[]