UNPKG

@planetarium/tx

Version:

Creating Libplanet transactions from JavaScript/TypeScript

7 lines (6 loc) 297 B
export type { TxMetadata } from "./metadata.js"; export { encodeTxMetadata } from "./metadata.js"; export type { UnsignedTx } from "./unsigned.js"; export type { SignedTx } from "./signed.js"; export { encodeUnsignedTx } from "./unsigned.js"; export { signTx, encodeSignedTx } from "./signed.js";