ToSerializableTransactionOptions

type ToSerializableTransactionOptions = {
from?: string;
transaction: PreparedTransaction<any>;
};