interface MessageCallOptions {
    data: BytesLike;
    from?: BytesLike;
    gas?: QuantityLike;
    gasPrice?: QuantityLike;
    to: BytesLike;
    value?: QuantityLike;
}

Properties

data: BytesLike
from?: BytesLike
gasPrice?: QuantityLike
value?: QuantityLike

Generated using TypeDoc