Skip to content

Código's client method names exposed with UpperCamelCase #34

Description

@julianzamt

Is your enhancement request related to a problem? Please describe.
Methods on the generates client library are exposed with UpperCamelCase.
The convention is to use camelCase.

CIDL

- name: change_bps
    inputs:
      - name: new_bps
        type: u16
      - name: global_state
        type: GlobalState
        solana:
          attributes: [ mut ]

Generated Client
image

The convention is to name it changeBps... rather than ChangeBps...

Metadata

Metadata

Assignees

No one assigned

    Labels

    DoneThis has been merged to developEnhancementThis improve the product or Código's source codeUsabilityThis is an enhancement on the product usage

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions