stakeAddress method
Get the stake address associated with the base address.
Implementation
ADARewardAddress stakeAddress() => ADARewardAddress.fromCredential(
credential: stakeCredential, network: network);
Get the stake address associated with the base address.
ADARewardAddress stakeAddress() => ADARewardAddress.fromCredential(
credential: stakeCredential, network: network);