@digitalasset/daml-ledger
Version:
DAML Ledger API Node.js bindings
5 lines (4 loc) • 343 B
TypeScript
import { Codec } from "./Codec";
import { GetTransactionResponse } from "../model/GetTransactionResponse";
import { GetTransactionResponse as PbGetTransactionResponse } from "../generated/com/daml/ledger/api/v1/transaction_service_pb";
export declare const GetTransactionResponseCodec: Codec<PbGetTransactionResponse, GetTransactionResponse>;