Interface ResourceInfo

interface ResourceInfo {
    address: string;
    module: string;
    name: string;
    type_args: {
        struct: StructTag;
    }[];
}

Properties

address: string
module: string
name: string
type_args: {
    struct: StructTag;
}[]

Type declaration

  • struct: StructTag