| 134 | const std::string& ParentBech32HRP() const { return parent_bech32_hrp; } |
| 135 | const std::string& ParentBlech32HRP() const { return parent_blech32_hrp; } |
| 136 | bool GetEnforcePak() const { return enforce_pak; } |
| 137 | bool GetAcceptUnlimitedIssuances() const { return accept_unlimited_issuances; } |
| 138 | bool GetMultiDataPermitted() const { return multi_data_permitted; } |
| 139 | bool GetAcceptDiscountCT() const { return accept_discount_ct; } |
no outgoing calls
no test coverage detected