BlockfrostRequestDeriveAnAddress constructor

BlockfrostRequestDeriveAnAddress({
  1. required String xpub,
  2. required int role,
  3. required int index,
})

Implementation

BlockfrostRequestDeriveAnAddress(
    {required this.xpub, required this.role, required this.index});