// Copyright 2026 The Tari Project
// SPDX-License-Identifier: BSD-3-Clause
use ;
use Transaction;
use crateOotleWasmError;
/// BOR-encode a Transaction and return the result as a base64 string (TransactionEnvelope format).
/// BOR-encode a Transaction from a JSON string and return the result as a base64 string.