@aleph-sdk/monorepo
    Preparing search index...

    Type Alias NodeRequirements

    Additional properties required for the node

    owner: Owner address of the node (not available yet) address_regex: Regular expression to match the node address (not available yet)

    type NodeRequirements = {
        address_regex?: string;
        node_hash?: string;
        owner?: string;
        terms_and_conditions?: string;
    }
    Index

    Properties

    address_regex?: string
    node_hash?: string
    owner?: string
    terms_and_conditions?: string