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

    Type Alias AccountSigner

    One of an account's signers, tagged with its role. Returned in signer order by Salt.getAccountSigners so consumers can label a "who's joining" presence list by address without resolving the organisation's robo set themselves.

    type AccountSigner = {
        address: string;
        isRobo: boolean;
    }
    Index

    Properties

    Properties

    address: string

    Signer address.

    isRobo: boolean

    true if this signer is a robo guardian (not a human).