Taquito TypeDocs
    Preparing search index...

    Interface ViewDefinition

    interface ViewDefinition {
        description?: string;
        implementations?: ViewImplementation[];
        name?: string;
        pure?: boolean;
    }
    Index

    Properties

    description?: string
    implementations?: ViewImplementation[]
    name?: string
    pure?: boolean