@kagamidigital/salt-sdk-mirror
    Preparing search index...

    Type Alias RoboSignerStatus

    A single robo signer together with its live connection status.

    type RoboSignerStatus = {
        address: string;
        isOnline: boolean;
    }
    Index

    Properties

    Properties

    address: string

    The robo signer's address.

    isOnline: boolean

    Whether this robo signer is currently online and connected.