Skip to content

Commit

Permalink
.....
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex6323 committed Apr 30, 2024
1 parent b745c52 commit 6412d7c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bindings/nodejs/lib/types/wallet/output.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export enum OutputsToClaim {
All = 'All',
}

/** An output with extended metadata */
/** An output with additional data */
export class OutputData {
/** The output itself */
@Type(() => Output, {
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/iota_sdk/types/output_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
@json
@dataclass
class OutputData:
"""Output with extended metadata.
"""An output with additional data.
Attributes:
output: The output itself.
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/wallet/types/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ use crate::{
wallet::WalletError,
};

/// An output with extended metadata.
/// An output with additional data.
#[derive(Clone, Debug, Eq, PartialEq, Serialize, Deserialize)]
#[serde(rename_all = "camelCase")]
pub struct OutputData {
Expand Down

0 comments on commit 6412d7c

Please sign in to comment.