Skip to content

Commit

Permalink
fix(docs): fix klesia sdk docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcnk committed Nov 4, 2024
1 parent 5c2efbf commit 50958d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/src/pages/klesia/sdk.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import { createClient } from '@mina-js/klesia-sdk'

const client = createClient({ network: 'devnet' })

const { result } = await client.request<'mina_getTransactionCount'>({
const result = await client.request<'mina_getTransactionCount'>({
method: 'mina_getTransactionCount',
params: ['B62qkYa1o6Mj6uTTjDQCob7FYZspuhkm4RRQhgJg9j4koEBWiSrTQrS']
})
Expand Down

0 comments on commit 50958d5

Please sign in to comment.