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

    Type Alias UpdateAccountParams

    The changes to apply to an account.

    type UpdateAccountParams = {
        name: string;
    }
    Index

    Properties

    Properties

    name: string

    The account's name. Can be written in any language, accents and all, but cannot be blank, use angle brackets, or run past 50 characters. Surrounding whitespace is trimmed off. Only a blank name is rejected client-side; the rest is enforced by the Salt API.

    'Treasury'