Algorand TypeScript
    Preparing search index...

    Type Alias LocalStateOptions

    Options for declaring a local state field

    type LocalStateOptions = {
        key?: bytes | string;
    }
    Index

    Properties

    Properties

    key?: bytes | string

    The key to be used for this local state field.

    Defaults to the name of the property this proxy is assigned to