ABIFunction typedef

ABIFunction = ({String address, Uint8List selector})

Implementation

typedef ABIFunction = ({Uint8List selector, String address});