We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The client library should be able to list, get details and certify Incremental Cardano DB.
Implement the Incremental Cardano DB signed entity type in the Mithril client library.
mithril-client
list
get
download_unpack(immutable_file_range: ImmutableFileRange, DownloadUnpackOptions)
ImmutableFileRange
Full
From(ImmutableFileNumber)
Range(ImmutableFileNumber,ImmutableFileNumber)
DownloadUnpackOptions
include_ancillary: bool
allow_override: bool
immutable
include_ancillary
true
ledger
volatile
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Why
The client library should be able to list, get details and certify Incremental Cardano DB.
What
Implement the Incremental Cardano DB signed entity type in the Mithril client library.
How
mithril-client
as unstable:list
get
download_unpack(immutable_file_range: ImmutableFileRange, DownloadUnpackOptions)
ImmutableFileRange
is an enum with the variants (Full
,From(ImmutableFileNumber)
,Range(ImmutableFileNumber,ImmutableFileNumber)
DownloadUnpackOptions
in a struct with fieldsinclude_ancillary: bool
andallow_override: bool
immutable
folder (with overriding support if enabled)include_ancillary
istrue
ledger
,volatile
andimmutable
are already in the archive)The text was updated successfully, but these errors were encountered: