golem-base-sdk
    Preparing search index...

    Type Alias GolemBaseUpdate

    Type representing an update transaction in GolemBase

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

    Properties

    btl: number
    data: Uint8Array
    entityKey: Hex
    numericAnnotations: NumericAnnotation[]
    stringAnnotations: StringAnnotation[]