Options for creating a clause.

interface ClauseOptions {
    comment?: string;
    includeABI?: boolean;
    value?: string;
}

Properties

comment?: string

Optional comment for the clause, helpful for displaying what the clause is doing.

includeABI?: boolean

Optional ABI for the contract method invocation.

value?: string

Optional value for the clause wei units as hexadecimal expression.