Skip to content

Commit

Permalink
fixes imports in example
Browse files Browse the repository at this point in the history
  • Loading branch information
hughy committed Apr 11, 2024
1 parent caec68f commit 3bcb9e5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion content/documentation/recipes_multisig_sign_transaction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,13 @@ Any account in the multisig group (or a view-only account that possesses the gro
The example below shows how to create a raw transaction to send 10 $ORE to two addresses and then generate an unsigned transaction from that raw transaction:

```js
import { BuildTransactionRequest, CreateTransactionRequest, CurrencyUtils, IronfishSdk } from '@ironfish/sdk'
import { Asset } from '@ironfish/rust-nodejs'
import {
BuildTransactionRequest,
CreateTransactionRequest,
CurrencyUtils,
IronfishSdk,
} from '@ironfish/sdk'

async function main(): Promise<void> {
const sdk = await IronfishSdk.init({ dataDir: '~/.dev0' });
Expand Down

0 comments on commit 3bcb9e5

Please sign in to comment.