We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e6931c + 94d8fbb commit e26d48dCopy full SHA for e26d48d
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 be strongly typed!
+ // these args are strongly typed!
33
dest: MultiAddress.Id("destAddressInSS58Format"),
34
value: 10n ** 10n, // 1 DOT
35
})
0 commit comments