Skip to content

Commit

Permalink
Added new extrinsic docs. Updated existing extrisnic docs
Browse files Browse the repository at this point in the history
  • Loading branch information
markopoloparadox committed Oct 17, 2024
1 parent d81e42b commit b54ebec
Show file tree
Hide file tree
Showing 48 changed files with 337 additions and 250 deletions.
2 changes: 1 addition & 1 deletion avail-js/docs/advanced_examples/multisig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const main = async () => {
await fundMultisigAccount(sdk, alice, multisigAddress)

// Define what action will be taken by the multisig account
const amount = new BN(10).pow(new BN(18)) // one Avail
const amount = SDK.oneAvail()
const call = sdk.api.tx.balances.transferKeepAlive(multisigAddress, amount)
// Data needed for multisig approval and execution
const callHash = call.method.hash.toString()
Expand Down
Loading

0 comments on commit b54ebec

Please sign in to comment.