XcmTxConfirmPage constructor

const XcmTxConfirmPage(
  1. PolkawalletPlugin plugin,
  2. Keyring keyring,
  3. Future<String> getPassword(
    1. BuildContext,
    2. KeyPairData
    ), {
  4. Key? key,
  5. Future<Map>? txDisabledCalls,
})

Implementation

const XcmTxConfirmPage(this.plugin, this.keyring, this.getPassword,
    {Key? key, this.txDisabledCalls})
    : super(key: key);