pub struct Testnet1;

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Returns the program SRS for Aleo applications.

The maximum future block time.

The maximum number of blocks that a fork can be.

Inner curve type declarations.

Outer curve type declarations.

Program curve type declarations.

SNARK for inner circuit proof generation.

SNARK for proof-verification checks.

SNARK for Aleo program functions.

SNARK for PoSW.

Encryption scheme for accounts. Invoked only over Self::InnerScalarField.

PRF for deriving the account private key from a seed.

Signature scheme for transaction authorizations. Invoked only over Self::InnerScalarField.

CRH schemes for the block hash. Invoked only over Self::InnerScalarField.

Masked Merkle scheme for the block header root on Proof of Succinct Work (PoSW). Invoked only over Self::InnerScalarField.

Commitment scheme for records. Invoked only over Self::InnerScalarField.

CRH for deriving function IDs. Invoked only over Self::OuterScalarField.

Crypto hash for deriving the function inputs hash. Invoked only over Self::InnerScalarField.

CRH for hash of the Self::InnerSNARK verifying keys. Invoked only over Self::OuterScalarField.

Merkle scheme for computing the ledger root. Invoked only over Self::InnerScalarField.

Schemes for PoSW. Invoked only over Self::InnerScalarField.

CRH for deriving program IDs. Invoked only over Self::OuterScalarField.

Encryption scheme for records. Invoked only over Self::InnerScalarField.

PRF for computing serial numbers. Invoked only over Self::InnerScalarField.

Merkle scheme for computing the block transactions root. Invoked only over Self::InnerScalarField.

Merkle scheme for computing the transaction ID. Invoked only over Self::InnerScalarField.

Merkle scheme for computing the transition ID. Invoked only over Self::InnerScalarField.

Returns the function ID given a program function verifying key.

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Compare self to key and return true if they are equal.

Performs the conversion.

Performs the conversion.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.