Skip to content

Commit 1c2f933

Browse files
feat(platform): require token for document actions (#2498)
1 parent 7b569ab commit 1c2f933

File tree

114 files changed

+4955
-1925
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

114 files changed

+4955
-1925
lines changed

packages/rs-dpp/src/data_contract/associated_token/token_configuration/v0/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ pub struct TokenConfigurationV0 {
2323
#[serde(default = "default_change_control_rules")]
2424
pub conventions_change_rules: ChangeControlRules,
2525
/// The supply at the creation of the token
26+
#[serde(default)]
2627
pub base_supply: TokenAmount,
2728
/// The maximum supply the token can ever have
2829
#[serde(default)]

0 commit comments

Comments
 (0)