Skip to content

Commit

Permalink
Update bindings/core/src/method/wallet.rs
Browse files Browse the repository at this point in the history
Co-authored-by: /alex/ <[email protected]>
  • Loading branch information
thibault-martinez and Alex6323 authored Dec 1, 2023
1 parent a7ec700 commit b8b6bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/core/src/method/wallet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ pub enum WalletMethod {
/// Get wallet balance information.
/// Expected response: [`Balance`](crate::Response::Balance)
GetBalance,
/// Get the [`Output`] that minted a native token by its TokenId
/// Get the [`Output`] that minted a native token by its TokenId.
/// Expected response: [`Output`](crate::Response::Output)
#[serde(rename_all = "camelCase")]
GetFoundryOutput { token_id: TokenId },
Expand Down

0 comments on commit b8b6bb9

Please sign in to comment.