@coopenomics/sdk
    Preparing search index...

    Variable rawGenerateRegistrationDocumentsOutputSelectorConst

    rawGenerateRegistrationDocumentsOutputSelector: {
        account_type: boolean;
        documents: {
            agreement_type: boolean;
            checkbox_text: boolean;
            document: {
                binary: boolean;
                full_title: boolean;
                hash: boolean;
                html: boolean;
                meta: boolean;
            };
            id: boolean;
            is_blockchain_agreement: boolean;
            link_text: boolean;
            link_to_statement: boolean;
            order: boolean;
            title: boolean;
        };
        username: boolean;
    } = ...

    Type Declaration

    • account_type: boolean
    • documents: {
          agreement_type: boolean;
          checkbox_text: boolean;
          document: {
              binary: boolean;
              full_title: boolean;
              hash: boolean;
              html: boolean;
              meta: boolean;
          };
          id: boolean;
          is_blockchain_agreement: boolean;
          link_text: boolean;
          link_to_statement: boolean;
          order: boolean;
          title: boolean;
      }
    • username: boolean