Skip to content

Commit c45fe90

Browse files
hosseinkarami-devGitHub Actions Bot
andauthored
chore: regenerate client from OpenAPI (#83)
Co-authored-by: GitHub Actions Bot <[email protected]>
1 parent de4c2fb commit c45fe90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/src/main/kotlin/io/github/hosseinkarami_dev/near/rpc/models/RuntimeConfigView.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public data class RuntimeConfigView(
2020
public val congestionControlConfig: CongestionControlConfigView? = null,
2121
/**
2222
* * Amount of yN per byte required to have on the account. See
23-
* <https://nomicon.io/Economics/Economic#state-stake> for details.
23+
* <https://nomicon.io/Economics/Economics.html#state-stake> for details.
2424
*/
2525
@SerialName("storage_amount_per_byte")
2626
public val storageAmountPerByte: NearToken? = null,

0 commit comments

Comments
 (0)