Return a structured representation of Move struct

interface GetNormalizedMoveStructParams {
    module: string;
    package: string;
    struct: string;
}

Properties

Properties

module: string
package: string
struct: string