SerializeTransactionOptions

type SerializeTransactionOptions = {
signature?: Signature;
transaction: TransactionSerializable;
};