We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a6cdc3 commit 94d8fbbCopy full SHA for 94d8fbb
docs/pages/typed/tx.md
@@ -29,7 +29,7 @@ would do the trick. Let's see the other one, that takes arguments:
29
import { MultiAddress } from "@polkadot-api/descriptors"
30
31
const tx: Transaction = typedApi.tx.Balances.transfer_keep_alive({
32
- // these args are meant to be strongly typed!
+ // these args are strongly typed!
33
dest: MultiAddress.Id("destAddressInSS58Format"),
34
value: 10n ** 10n, // 1 DOT
35
})
0 commit comments