Skip to content

Commit

Permalink
Updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
DariuszDepta committed Dec 9, 2024
1 parent 9c0aaef commit e786c5d
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions src/pages/cw-multi-test/app-builder.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ tags: ["multitest", "AppBuilder"]
- [build](app-builder#build)
- [new](app-builder#new)
- [new_custom](app-builder#new_custom)
- [with_block](app-builder#with_block)
- [with_api](app-builder#with_api)
- [with_storage](app-builder#with_storage)
- [with_bank](app-builder#with_bank)
- [with_staking](app-builder#with_staking)
- [with_block](app-builder#with_block)
- [with_custom](app-builder#_with_custom)
- [with_distribution](app-builder#with_distribution)
- [with_gov](app-builder#with_gov)
- [with_ibc](app-builder#with_ibc)
- [with_staking](app-builder#with_staking)
- [with_stargate](app-builder#with_stargate)
- [with_storage](app-builder#with_storage)
- [with_wasm](app-builder#with_wasm)
- [with_custom](app-builder#_with_custom)
- [with_ibc](app-builder#with_ibc)

## `build`

Expand All @@ -31,6 +31,14 @@ WIP

WIP

## `with_api`

WIP

## `with_bank`

WIP

## `with_block`

```rust showLineNumbers {15} /with_block/
Expand Down Expand Up @@ -63,42 +71,34 @@ assert_eq!(1_571_797_419_879_305_544, block.time.nanos());
assert_eq!("milky-way-testnet", block.chain_id);
```

## `with_api`

WIP

## `with_storage`
## `with_custom`

WIP

## `with_bank`
## `with_distribution`

WIP

## `with_staking`
## `with_gov`

WIP

## `with_distribution`
## `with_ibc`

WIP

## `with_gov`
## `with_staking`

WIP

## `with_stargate`

WIP

## `with_wasm`

WIP

## `with_custom`
## `with_storage`

WIP

## `with_ibc`
## `with_wasm`

WIP

0 comments on commit e786c5d

Please sign in to comment.