Home > eth-connect > TransactionCallOptions
Signature:
export type TransactionCallOptions = {
from?: Address;
to: Address;
gas?: BigNumber.Value;
gasPrice?: BigNumber.Value;
value?: BigNumber.Value;
data?: string;
};
References: Address, BigNumber.Value