Skip to main content

Crate psibase_names

Crate psibase_names 

Source
Expand description

Rust support for Psibase name types

Psibase compresses account names and method names into 64 bits. This library provides the raw conversion functions; the more-usable wrappers live in the psibase crate.

Functionsยง

account_number_from_str
Convert an account number from string to u64.
account_number_to_string
Convert u64 account number to string.
method_number_from_str
Convert a method number from string to u64.
method_number_to_string
Convert u64 method number to string.