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
u64account number to string. - method_
number_ from_ str - Convert a method number from string to
u64. - method_
number_ to_ string - Convert
u64method number to string.