Type alias TokenTransferValue

TokenTransferValue: {
    assets: Map<Cardano.AssetId, AssetInfoWithAmount>;
    coins: Cardano.Lovelace;
}

Type declaration

Generated using TypeDoc