We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afd2687 commit 6119836Copy full SHA for 6119836
ledger/compat.go
@@ -72,6 +72,8 @@ func NewPoolIdFromBech32(poolId string) (PoolId, error) {
72
}
73
74
// Assets
75
+type MultiAssetTypeMint = common.MultiAssetTypeMint
76
+type MultiAssetTypeOutput = common.MultiAssetTypeOutput
77
type AssetFingerprint = common.AssetFingerprint
78
79
func NewAssetFingerprint(policyId []byte, assetName []byte) AssetFingerprint {
0 commit comments