Skip to content

Commit

Permalink
export back txCBOR
Browse files Browse the repository at this point in the history
  • Loading branch information
joacohoyos authored and EzePze committed Oct 17, 2024
1 parent 0321d34 commit 227af55
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/blaze-core/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ export type TokenMap = C.Cardano.TokenMap;
export const Transaction = C.Serialization.Transaction;
export type Transaction = C.Serialization.Transaction;

export const TxCBOR = C.Serialization.TxCBOR;
export type TxCBOR = C.Serialization.TxCBOR;

export const TransactionId = C.Cardano.TransactionId;
export type TransactionId = C.Cardano.TransactionId;

Expand Down

0 comments on commit 227af55

Please sign in to comment.