MintInfo

Git Source

Struct of mint information

  • minter Address of the minter contract
  • reserveInfo Reserve information
  • params Optional bytes data decoded inside minter
struct MintInfo {
    address minter;
    ReserveInfo reserveInfo;
    bytes params;
}