Skip to content

[BUG] Typescript bindings: contracts #3258

@notV4l

Description

@notV4l

Describe the bug

Any entrypoint NOT included in a '#[starknet::interface]' is ignored by codegen.

ex:

  #[generate_trait]
    #[abi(per_item)]
    impl ExternalImpl of ExternalTrait {
        #[external(v0)]
        fn my_func( ......

or

 #[external(v0)]
  fn my_func( ......

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions