golem-base-sdk
    Preparing search index...

    Type Alias GolemBaseCreate

    Type representing a create transaction in GolemBase

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

    Properties

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