Interface FunctionTypeArgs

interface FunctionTypeArgs {
    struct: {
        address: string;
        module: string;
        name: string;
        type_args: any[];
    };
}

Properties

Properties

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

Type declaration

  • address: string
  • module: string
  • name: string
  • type_args: any[]