@aleph-sdk/monorepo
    Preparing search index...

    Type Alias CodeContent

    type CodeContent = {
        args?: string[];
        encoding: Encoding;
        entrypoint: string;
        interface?: InterfaceType;
        ref: string;
        use_latest: boolean;
    }
    Index

    Properties

    args?: string[]
    encoding: Encoding
    entrypoint: string
    interface?: InterfaceType
    ref: string
    use_latest: boolean