AuthorizedIdentity

data class AuthorizedIdentity(var address: String, var authorized: PublicKey, var identity: PrivateKey)

Constructors

Link copied to clipboard
constructor(privateKeyBundleV1: PrivateKeyBundleV1)
constructor(address: String, authorized: PublicKey, identity: PrivateKey)

Functions

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard