golem-base-sdk
    Preparing search index...

    Type Alias GolemBaseCreate

    Type representing a create transaction in GolemBase

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

    Properties

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