golem-base-sdk
    Preparing search index...

    Type Alias GolemBaseUpdate

    Type representing an update transaction in GolemBase

    type GolemBaseUpdate = {
        data: string;
        entityKey: Hex;
        numericAnnotations: NumericAnnotation[];
        stringAnnotations: StringAnnotation[];
        ttl: number;
    }
    Index

    Properties

    data: string
    entityKey: Hex
    numericAnnotations: NumericAnnotation[]
    stringAnnotations: StringAnnotation[]
    ttl: number