Enables a contract to be created via the SimpleContract API... more simply. export EasyContractDeets

interface EasyContractDeets {
    collaboratorEmail: string;
    collaboratorPerctage: number;
    description: string;
    primaryEmail: string;
    projectName: string;
    recoupableAmount?: number;
    recoupableBalance?: number;
    recoupableDescription?: null | string;
}

Properties

collaboratorEmail: string
collaboratorPerctage: number
description: string
primaryEmail: string
projectName: string
recoupableAmount?: number
recoupableBalance?: number
recoupableDescription?: null | string