interface MintMockERC20Params {
    productId: number;
    amount: BigDecimalish;
}

Properties

Properties

productId: number