gill
Version:
a modern javascript/typescript client library for interacting with the Solana blockchain
8 lines • 404 B
TypeScript
import { type Transaction } from "@solana/kit";
/**
* Convert a base64 encoded transaction string into compiled transaction
*
* Use {@link transactionToBase64} or {@link transactionToBase64WithSigners} to create the base64 encoded transaction string
*/
export declare function transactionFromBase64(base64EncodedTransaction: string): Transaction;
//# sourceMappingURL=base64-from-transaction.d.ts.map