Skip to content

Commit

Permalink
docs(logic): update documentation for bank balances related predicates
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamel committed Oct 4, 2024
1 parent 7853fec commit 3e8433a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/predicate/bank_balances_2.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ sidebar_position: 1
The signature is as follows:

```text
bank_balances(?Account, ?Balances)
bank_balances(?Address, ?Balances)
```

where:

- Account represents the account address \(in Bech32 format\).
- Address represents the account address \(in Bech32 format\).
- Balances represents the balances of the account as a list of pairs of coin denomination and amount.

## Examples
Expand Down
4 changes: 2 additions & 2 deletions docs/predicate/bank_locked_balances_2.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ sidebar_position: 2
The signature is as follows:

```text
bank_locked_balances(?Account, ?Balances)
bank_locked_balances(?Address, ?Balances)
```

where:

- Account represents the account address \(in Bech32 format\).
- Address represents the account address \(in Bech32 format\).
- Balances represents the locked balances of the account as a list of pairs of coin denomination and amount.

## Examples
Expand Down
4 changes: 2 additions & 2 deletions docs/predicate/bank_spendable_balances_2.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ sidebar_position: 3
The signature is as follows:

```text
bank_spendable_balances(?Account, ?Balances)
bank_spendable_balances(?Address, ?Balances)
```

where:

- Account represents the account address \(in Bech32 format\).
- Address represents the account address \(in Bech32 format\).
- Balances represents the spendable balances of the account as a list of pairs of coin denomination and amount.

## Examples
Expand Down

0 comments on commit 3e8433a

Please sign in to comment.