toCardanoRewardAddress method
Future<CardanoAddress>
toCardanoRewardAddress(
- Bip32PublicKey spend,
- NetworkId networkId, {
- CredentialType paymentType = CredentialType.key,
override
Implementation
@override
Future<CardanoAddress> toCardanoRewardAddress(
Bip32PublicKey spend,
NetworkId networkId, {
CredentialType paymentType = CredentialType.key,
}) => execute(
(w) => w.toCardanoRewardAddress(spend, networkId, paymentType: paymentType),
);