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

Commit

Permalink
Update klay.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Nohyun Nehemiah Kwak committed Mar 16, 2023
1 parent 44cc5da commit d166e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/packages/caver-rpc/src/klay.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export class Klay {

getRewards(blockNumber: BlockNumber, callback?: (error: Error, result: Header) => void): Promise<Rewards>
getChainConfig(callback?: (error: Error, result: ChainConfig) => void): Promise<ChainConfig>
getChainConfig(blockNumber?: BlockNumber, callback?: (error: Error, result: ChainConfig) => void): Promise<ChainConfig>
getChainConfig(blockNumber: BlockNumber, callback?: (error: Error, result: ChainConfig) => void): Promise<ChainConfig>
getChainConfigAt(callback?: (error: Error, result: ChainConfig) => void): Promise<ChainConfig>
getChainConfigAt(blockNumber: BlockNumber, callback?: (error: Error, result: ChainConfig) => void): Promise<ChainConfig>
getNodeAddress(callback?: (error: Error, result: string) => void): Promise<string>
Expand Down

0 comments on commit d166e40

Please sign in to comment.