Documentation
    Preparing search index...

    Interface GetNormalizedMoveStructParams

    Return a structured representation of Move struct

    interface GetNormalizedMoveStructParams {
        module: string;
        package: string;
        signal?: AbortSignal;
        struct: string;
    }
    Index

    Properties

    module: string
    package: string
    signal?: AbortSignal
    struct: string