Interface iUsedLeafStatus<T>

interface iUsedLeafStatus<T> {
    leafIndex: T;
    usedBy: string;
}

Type Parameters

Implemented by

Properties

Properties

leafIndex: T

The leaf index

usedBy: string

The address that used the leaf