Link Search Menu Expand Document

Namespace

Table of contents

  1. Namespace
    1. Example
    2. Field Descriptions

Namespace

A namespace is a logical isolation domain for different applications, or tenants, that share the FireFly node.

Significant evolution of the Hyperledger FireFly namespace construct, is proposed under FIR-12

Example

{
    "name": "default",
    "networkName": "default",
    "description": "Default predefined namespace",
    "created": "2022-05-16T01:23:16Z"
}

Field Descriptions

Field Name Description Type
name The local namespace name string
networkName The shared namespace name within the multiparty network string
description A description of the namespace string
created The time the namespace was created FFTime