docs.rs failed to build keetanetwork-block-0.2.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
keetanetwork-block-0.1.0
Keetanetwork Block
Block structure, operations, signing and validation for the Keetanetwork blockchain.
Example
use ;
use ;
use Hashable;
use IntoSecret;
let seed = .into_secret;
let account = try_from?;
let token = account.generate_identifier?;
let account = from;
let unsigned = default
.with_network
.with_account
.as_opening
.with_operation
.build?;
let block = unsigned.sign?;
let decoded = try_from?;
assert_eq!;
# Ok::