Skip to content

Commit

Permalink
feat(cairo-0.9.1): starknet_version in block response
Browse files Browse the repository at this point in the history
  • Loading branch information
tabaktoni committed Jul 18, 2022
1 parent 8969dec commit e88154d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/types/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ export type GetBlockResponse = {
parent_block_hash: string;
status: Status;
gas_price: string;
starknet_version?: string;
};

export type GetCodeResponse = {
Expand Down
1 change: 1 addition & 0 deletions www/docs/API/provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ Gets the block information.
transation: Transaction[];
timestamp: number;
transaction_receipts: [];
starknet_version: string;
}
```

Expand Down

0 comments on commit e88154d

Please sign in to comment.