getTransactionDecoder
Returns a decoder that you can use to convert a byte array in the Solana transaction wire format to a Transaction object.
Returns
VariableSizeDecoder<Readonly<{
messageBytes: TransactionMessageBytes;
signatures: SignaturesMap;
}>>