Crate bity_ic_types

Source
Expand description

Common types and utilities for Internet Computer development.

This crate provides a collection of commonly used types and type aliases for developing applications on the Internet Computer platform.

Structs§

BuildVersion
Represents a semantic version number following the MAJOR.MINOR.PATCH format.
Empty
Represents an empty type, useful for functions that don’t need to return data

Type Aliases§

CanisterId
Type alias for an Internet Computer canister ID
CanisterWasm
Type alias for WebAssembly binary data representing a canister
Cycles
Type alias for cycle amounts in the Internet Computer
Hash
Type alias for a 32-byte hash value
Maturity
Type alias for neuron maturity values
Milliseconds
Type alias for time durations in milliseconds
NnsNeuronId
Type alias for Network Nervous System neuron IDs
ProposalId
Type alias for proposal IDs
SnsNeuronId
Type alias for Service Nervous System neuron IDs
TimestampMillis
Type alias for Unix timestamps in milliseconds
TimestampNanos
Type alias for Unix timestamps in nanoseconds
TimestampSeconds
Type alias for Unix timestamps in seconds