The single rpc.Server capability the prepare helpers need. Declared
structurally instead of Pick<rpc.Server, 'prepareTransaction'> so the
published .d.ts references stellar-sdk's concrete Transaction exports
rather than its rpc namespace — the namespaced form trips
dts-bundle-generator's external-type resolution under stellar-sdk v16. A
real rpc.Server satisfies this structurally, so call sites are unchanged.
The single
rpc.Servercapability the prepare helpers need. Declared structurally instead ofPick<rpc.Server, 'prepareTransaction'>so the published.d.tsreferences stellar-sdk's concreteTransactionexports rather than itsrpcnamespace — the namespaced form tripsdts-bundle-generator's external-type resolution under stellar-sdk v16. A realrpc.Serversatisfies this structurally, so call sites are unchanged.