Expand description
Actor-URI parser and formatter mirroring tools/tf-types-ts/src/core/actor-id.ts.
Structs§
Enums§
Constants§
Functions§
- actor_
id_ equals - derive_
peer_ actor - Derive the canonical actor URI for a peer identified by an ed25519 public
key. Mirrors
derivePeerActorintools/tf-types-ts/src/core/actor-id.ts. Returnstf:actor:process:key/<hex>where<hex>is the lowercase hex of the first 8 bytes ofsha256(ident_pub). - format_
actor_ id - parse_
actor_ id