CCC Docs
    Preparing search index...

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

    type Connection = {
        address: string;
        publicKey: Hex;
        keyType: string;
    }
    Index

    Properties

    address: string

    The address of the connection.

    publicKey: Hex

    The public key of the connection.

    keyType: string

    The key type of the connection.