buildPaymasterAndData method
Implementation
Uint8List buildPaymasterAndData() {
final pmBytes = hexDecode(paymasterAddress);
final tokenBytes = hexDecode(tokenAddress);
return concatBytes([pmBytes, tokenBytes]);
}
Uint8List buildPaymasterAndData() {
final pmBytes = hexDecode(paymasterAddress);
final tokenBytes = hexDecode(tokenAddress);
return concatBytes([pmBytes, tokenBytes]);
}