mirror of
https://github.com/getwax/bls-wallet.git
synced 2026-01-11 23:07:58 -05:00
Fix type of ActionData.encodedFunction
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { BigNumberish } from "ethers";
|
||||
import { BigNumberish, BytesLike } from "ethers";
|
||||
|
||||
export type ActionData = {
|
||||
ethValue: BigNumberish;
|
||||
contractAddress: string;
|
||||
encodedFunction: string;
|
||||
encodedFunction: BytesLike;
|
||||
};
|
||||
|
||||
export type Operation = {
|
||||
|
||||
Reference in New Issue
Block a user