Options for making a method call

interface MethodCallingOptions {
    from?: string;
    gas?: QuantityLike;
    gasPrice?: QuantityLike;
    value?: QuantityLike;
}

Properties

from?: string

Address that is calling

Max gas to use

gasPrice?: QuantityLike

Gas price

value?: QuantityLike

Value in wei

Generated using TypeDoc