Interface BoxReference

A grouping of the app ID and name of the box in an Uint8Array

interface BoxReference {
    appIndex: number | bigint;
    name: Uint8Array;
}

Properties

Properties

appIndex: number | bigint

A unique application index

name: Uint8Array

Name of box to reference

Generated using TypeDoc