We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf839b9 commit 58fdfbfCopy full SHA for 58fdfbf
framework/packages/abstract-client/src/builder.rs
@@ -177,6 +177,10 @@ pub mod cw20_builder {
177
use crate::client::AbstractClientResult;
178
179
/// 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.
184
pub struct Cw20Builder<Chain: CwEnv> {
185
chain: Chain,
186
name: String,
0 commit comments