Skip to content

Commit 6119836

Browse files
authored
fix: add MultiAsset compat types (#695)
1 parent afd2687 commit 6119836

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ledger/compat.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ func NewPoolIdFromBech32(poolId string) (PoolId, error) {
7272
}
7373

7474
// Assets
75+
type MultiAssetTypeMint = common.MultiAssetTypeMint
76+
type MultiAssetTypeOutput = common.MultiAssetTypeOutput
7577
type AssetFingerprint = common.AssetFingerprint
7678

7779
func NewAssetFingerprint(policyId []byte, assetName []byte) AssetFingerprint {

0 commit comments

Comments
 (0)