JBProjectMetadata
Codeβ
https://github.com/jbx-protocol/juice-contracts-v2/blob/main/contracts/structs/JBPayParamsData.sol
Definitionβ
/**
  @member content The metadata content.
  @member domain The domain within which the metadata applies.
*/
struct JBProjectMetadata {
  string content;
  uint256 domain;
}
contentis the metadata content.domainis the domain within which the metadata applies.