interface AddERCCW20PointerProposal {
    description: string;
    pointee: string;
    pointer: string;
    title: string;
    version: number;
}

Properties

description: string
pointee: string
pointer: string
title: string
version: number