Connection: {
    address: string;
    publicKey: Hex;
    keyType: string;
}

Type representing a connection with an address, public key, and key type.

Type declaration

  • Readonlyaddress: string

    The address of the connection.

  • ReadonlypublicKey: Hex

    The public key of the connection.

  • ReadonlykeyType: string

    The key type of the connection.