Class Credential

Expand description

A wrapper around the blake2b-224 hash digest of a key or script.

Methods§

§

asKey(): Hash28

§

asScript(): Hash28

§

equals(other: Credential): boolean

§

free(): void

§

toStringWithNetworkId(network_id: NetworkId): string

§

tryParse(credential: string): Credential