Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Commit

Permalink
Update KIPs/kip-113.md
Browse files Browse the repository at this point in the history
Co-authored-by: Lewis <[email protected]>
  • Loading branch information
ian0371 and Lewis authored Oct 24, 2023
1 parent db0e917 commit 35dfe17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KIPs/kip-113.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Returns all the stored addresses, public keys, and proof-of-possessions at once.
_Note_ The contract is not able to verify the validity of the public key and the proof-of-possession due to the lack of [EIP-2537](https://eips.ethereum.org/EIPS/eip-2537). See [validation](#validation) for off-chain validation.

```solidity
function getAllBlsInfo() external view returns (address[] addrList, BlsPublicKeyInfo[])
function getAllBlsInfo() external view returns (address[] nodeIdList, BlsPublicKeyInfo[] pubkeyList)
```

#### Validation
Expand Down

0 comments on commit 35dfe17

Please sign in to comment.