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

    Type Alias RecipientEntry

    A single address entry in an allowed_recipients, denied_recipients or denied_proposers policy.

    type RecipientEntry = {
        address: string;
        nickname?: string;
    }
    Index

    Properties

    Properties

    address: string

    EVM address, matched case-insensitively.

    '0x1234567890123456789012345678901234567890'
    
    nickname?: string

    Optional human-readable label for the address. Display only; has no effect on policy evaluation.

    'Treasury'