Interface LocalsReference

A grouping of the application index and address of the account

interface LocalsReference {
    address: string | Address;
    appIndex: number | bigint;
}

Properties

Properties

address: string | Address

The address of the account holding the local state

appIndex: number | bigint

The application index of the local state

Generated using TypeDoc