Skip to content

Commit

Permalink
fix: add MultiAsset compat types
Browse files Browse the repository at this point in the history
  • Loading branch information
agaffney committed Aug 25, 2024
1 parent afd2687 commit f9775d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ledger/compat.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ func NewPoolIdFromBech32(poolId string) (PoolId, error) {
}

// Assets
type MultiAssetTypeMint = common.MultiAssetTypeMint
type MultiAssetTypeOutput = common.MultiAssetTypeOutput
type AssetFingerprint = common.AssetFingerprint

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

0 comments on commit f9775d1

Please sign in to comment.