interface LookupResultFound {
    status: Found;
    value: ArrayBuffer | utils.agent.HashTree;
}

Properties

Properties

status: Found