defaultMetadata
Contract: JBETHERC20ProjectPayer
Interface: IJBProjectPayer
The metadata that should be used in the payment made when this contract receives payments.
Definition
/**
  @notice
  The metadata that should be used in the payment made when this contract receives payments.
*/
bytes public override defaultMetadata;
- The resulting view function can be accessed externally by anyone.
 - The resulting function overrides a function definition from the 
IJBProjectPayerinterface.