handleAuthorizeTransaction property

Future<Bool> Function(String fromAddress, String networkCode, String amount)? handleAuthorizeTransaction
final

An optional callback that gets called before the user is allowed to submit a transaction via their wallet.

Implementation

final Future<Bool> Function(
        String fromAddress, String networkCode, String amount)?
    handleAuthorizeTransaction;