export type StarknetCallData = {
  contractAddress: string
  calldata?: string[]
  entrypoint: string
}
