UserPendingBalance typedef

UserPendingBalance = void Function(int balance)

Implementation

typedef void UserPendingBalance(int balance);