Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
ink
Commits
662369fe
Unverified
Commit
662369fe
authored
Apr 23, 2020
by
Alexander Theißen
Committed by
GitHub
Apr 23, 2020
Browse files
Fix metadata generation for multisig example (#380)
parent
2ba03515
Pipeline
#89266
passed with stages
in 11 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
examples/multisig_plain/lib.rs
View file @
662369fe
...
...
@@ -107,6 +107,7 @@ mod multisig_plain {
/// Indicates whether a transaction is already confirmed or needs further confirmations.
#[derive(scale::Encode,
scale::Decode,
Clone,
Copy)]
#[cfg_attr(feature
=
"ink-generate-abi"
,
derive(type_metadata::Metadata))]
pub
enum
ConfirmationStatus
{
/// The transaction is already confirmed.
Confirmed
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment