ToSerializableTransactionOptions
type ToSerializableTransactionOptions = { from?: string;};
The from address to use for gas estimation.
type from = string;
The transaction to convert to a serializable transaction.
type ToSerializableTransactionOptions = { from?: string;};
The from address to use for gas estimation.
type from = string;
The transaction to convert to a serializable transaction.