Skip to content

Commit

Permalink
docs: api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybayblade committed Oct 26, 2023
1 parent 84d4b6a commit 2727247
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/plugins/aea_ledger_solana/solana.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ Solana to lamport value.
#### to`_`account`_`meta

```python
@staticmethod
def to_account_meta(pubkey: Pubkey, is_signer: bool,
@classmethod
def to_account_meta(cls, pubkey: Union[Pubkey, str], is_signer: bool,
is_writable: bool) -> AccountMeta
```

Expand Down

0 comments on commit 2727247

Please sign in to comment.