Skip to content

Commit 58fdfbf

Browse files
KayanskiBuckram123
andauthored
Better doc comment (#529)
Co-authored-by: Mykhailo Donchenko <[email protected]>
1 parent bf839b9 commit 58fdfbf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

framework/packages/abstract-client/src/builder.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,10 @@ pub mod cw20_builder {
177177
use crate::client::AbstractClientResult;
178178

179179
/// A builder for creating and deploying `Cw20` contract in a [`CwEnv`](cw_orch::prelude::CwEnv) environment.
180+
///
181+
/// Use the builder methods to specifiy the details of your cw20 token.
182+
///
183+
/// Use [`Self::instantiate_with_id`] to upload and instantiate your token.
180184
pub struct Cw20Builder<Chain: CwEnv> {
181185
chain: Chain,
182186
name: String,

0 commit comments

Comments
 (0)