Skip to content

Commit 3848f01

Browse files
committed
docs: improve on practices
1 parent 35755fe commit 3848f01

File tree

5 files changed

+598
-523
lines changed

5 files changed

+598
-523
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
docs
1+
docs/*
2+
!docs/.gitkeep
23
.idea
34
dist/*
45
!dist/esm

lib/algorand.asset.params.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
> More detailed explanation about the asset parameters can be added to the documentation

lib/algorand.asset.params.ts

+11
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
import {AlgorandEncoder} from "./algorand.encoder.js";
22

33
/**
4+
* Asset Parameters
5+
*
6+
* Specifies the parameters for an asset.
7+
* (apar) when part of an AssetConfig transaction.
8+
*
9+
* #### Quick Start:
10+
* {@includeCode ./algorand.asset.params.spec.ts#imports,quickStart}
11+
*
12+
* {@include ./algorand.asset.params.md}
13+
*
414
* @category Common
15+
* @see {@link AssetConfigTransaction}
516
*/
617
export class AssetParams {
718
/**

0 commit comments

Comments
 (0)