Skip to content

Commit

Permalink
undo mistaken deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Oct 14, 2024
1 parent 974b134 commit 5389b94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/solders/instruction.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ class AccountMeta:
def pubkey(self) -> Pubkey: ...
@property
def is_signer(self) -> bool: ...
@property
def is_writable(self) -> bool: ...
def __repr__(self) -> str: ...
def __str__(self) -> str: ...
def __hash__(self) -> int: ...
Expand Down

0 comments on commit 5389b94

Please sign in to comment.