AccountContractInfo
type AccountContractInfo = { abi?: ContractInterface; execute?: ( target: string, value: BigNumberish, data: string,};
type AccountContractInfo = { abi?: ContractInterface; execute?: ( target: string, value: BigNumberish, data: string,};