Skip to content

Commit

Permalink
Update docs/reference/stdlibs/std/chain.md
Browse files Browse the repository at this point in the history
Co-authored-by: Leon Hudak <[email protected]>
  • Loading branch information
MikaelVallenet and leohhhn authored Dec 12, 2024
1 parent fec2919 commit 12be379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/stdlibs/std/chain.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ realmAddr := std.DerivePkgAddr("gno.land/r/demo/tamagotchi") // g1a3tu874agjlkr
```go
func CoinDenom(pkgPath, coinName string) string
```
Composes a qualified denomination string from the realm's `pkgPath` and the provided coin name, e.g. `/gno.land/r/demo/blog:ugnot`. This method should be used to get fully qualified denominations of coins when interacting with the `Banker` module. It can also be used as a method of the `Realm` object, Read more[here](./realm.md#coindenom).
Composes a qualified denomination string from the realm's `pkgPath` and the provided coin name, e.g. `/gno.land/r/demo/blog:blgcoin`. This method should be used to get fully qualified denominations of coins when interacting with the `Banker` module. It can also be used as a method of the `Realm` object, Read more[here](./realm.md#coindenom).

#### Parameters
- `pkgPath` **string** - package path of the realm
Expand Down

0 comments on commit 12be379

Please sign in to comment.