deriveAddressKit method
- @SquadronMethod()
- @cardanoAddressKitMarshaler
- @hdWalletMarshaler HdWallet wallet,
- @networkIdMarshaler NetworkId networkId,
- int index,
- @bip32KeyRoleMarshaler Bip32KeyRole role,
Implementation
@SquadronMethod()
@cardanoAddressKitMarshaler
Future<CardanoAddressKit> deriveAddressKit(
@hdWalletMarshaler HdWallet wallet,
@networkIdMarshaler NetworkId networkId,
int index,
@bip32KeyRoleMarshaler Bip32KeyRole role,
) async =>
wallet.deriveBaseAddressKit(index: index, role: role, networkId: networkId);